DocumentFormat.OpenXml.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>DocumentFormat.OpenXml</name>
    </assembly>
    <members>
        <member name="T:DocumentFormat.OpenXml.AlternateContent">
            <summary>
            Represents the mc:AlternateContent element of markup
            compatibility.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContent.#ctor">
            <summary>
            Initializes a new instance of the AlternateContent
            class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContent.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
            <summary>
            Initializes a new instance of the AlternateContent
            class by using the supplied IEnumerable elements.
            </summary>
            <param name="childElements">
            Represents all child elements.
            </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContent.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AlternateContent
            class by using the supplied OpenXmlElement elements.
            </summary>
            <param name="childElements">
            Represents all child elements.
            </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContent.#ctor(System.String)">
            <param name="outerXml">The outer XML of the element.
            </param>
            <summary>
            Initializes a new instance of the AlternateContent
            class by using the supplied string.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespace">
            <summary>
            Gets a value that represents the markup compatibility
            namespace.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespaceId">
            <summary>
            Gets a value that represents the markup compatibility
            namespace ID.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContent.TagName">
            <summary>
            Gets a value that represents the tag name of the
            AlternateContent element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContent.LocalName">
            <summary>
            Gets a value that represents the local name of the
            AlternateContent element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentChoice">
            <summary>
            Appends a new child of type T:DocumentFormat.OpenXml.AlternateContentChoice
             to the current element.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentFallback">
            <summary>
            Appends a new child of type T:DocumentFormat.OpenXml.AlternateContentFallback
             to the current element.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContent.CloneNode(System.Boolean)">
            <returns>The cloned node. </returns>
            <summary>
            When a node is overridden in a derived class,
            CloneNode creates a duplicate of the node.
            </summary>
            <param name="deep">
            True to recursively clone the subtree under
            the specified node; False to clone only the node
            itself.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContent.ElementTypeId">
            <summary>
            The type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Indicates whether this element is available in a specific version of an Office Application.
            Always returns true since AlternateContent is allowed
            in every version.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.AlternateContentChoice">
            <summary>
            Defines an mc:Choice element in mc:AlternateContent.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentChoice.#ctor">
            <summary>
            Initializes a new instance of the
            AlternateContentChoice class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentChoice.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
            <summary>
            Initializes a new instance of the
            AlternateContentChoice class by using the supplied
            IEnumerable elements.
            </summary>
            <param name="childElements">
            Represents all child elements.
            </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentChoice.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the
            AlternateContentChoice class by using the supplied
            OpenXmlElement elements.
            </summary>
            <param name="childElements">
            Represents all child elements.
            </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentChoice.#ctor(System.String)">
            <param name="outerXml">
            The outer XML of the element.
            </param>
            <summary>
            Initializes a new instance of the
            AlternateContentChoice class by using the supplied
            string.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContentChoice.TagName">
            <summary>
            Gets a value that represents the tag name of the
            Choice element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContentChoice.LocalName">
            <summary>
            Gets the local name of the Choice element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContentChoice.Requires">
            <summary>
            <para>Gets or sets a whitespace-delimited list of namespace prefixes that identify the
            namespaces a markup consumer needs in order to understand and select that
            Choice and process the content.</para>
            <para> Represents the attribute in a schema. </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentChoice.CloneNode(System.Boolean)">
            <returns>The cloned node. </returns>
            <summary>
            When a node is overridden in a derived class, CloneNode creates a duplicate
             of the node.
            </summary>
            <param name="deep">
            True to recursively clone the subtree under the specified node; False
             to clone only the node itself.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContentChoice.ElementTypeId">
            <summary>
            The type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentChoice.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Indicates whether this element is available in a specific version of an Office Application.
            This method always returns true since AlternateContentFallback is available in every version.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.AlternateContentFallback">
            <summary>
            Defines a mc:Fallback element in mc:AlternateContent.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentFallback.#ctor">
            <summary>
            Initializes a new instance of the AlternateContentFallback class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentFallback.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
            <summary>
            Initializes a new instance of the AlternateContentFallback class
             by using the supplied IEnumerable elements.
            </summary>
            <param name="childElements">
            Represents all child elements.
            </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentFallback.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AlternateContentFallback class
             by using the supplied OpenXmlElement elements.
            </summary>
            <param name="childElements">
            Represents all child elements.
            </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentFallback.#ctor(System.String)">
            <param name="outerXml">The outer XML of the element.</param>
            <summary>
            Initializes a new instance of the AlternateContentFallback class
             by using the supplied string.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContentFallback.TagName">
            <summary>
            Gets a value that represents the tag name of the AlternateContentFallback element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContentFallback.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentFallback.CloneNode(System.Boolean)">
            <returns>The cloned node. </returns>
            <summary>
            When a node is overridden in a derived class, CloneNode creates a
             duplicate of the node.
            </summary>
            <param name="deep">
            True to recursively clone the subtree under the specified node; False
             to clone only the node itself.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.AlternateContentFallback.ElementTypeId">
            <summary>
            The type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AlternateContentFallback.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Indicates whether this element is available in a specific version of an Office Application.
            This method always return true since AlternateContentFallback is available in every version.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.MarkupCompatibilityAttributes">
            <summary>
            Defines the Markup Compatibility Attributes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable">
            <summary>
            Gets or sets a whitespace-delimited list of prefixes, where each
             prefix identifies an ignorable namespace.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent">
            <summary>
            Gets or sets a whitespace-delimited list of element-qualified names
             that identify the expanded names of elements. The content of the
             elements shall be processed, even if the elements themselves are
             ignored.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements">
            <summary>
            Gets or sets a whitespace-delimited list of element qualified names
             that identify the expanded names of elements. The elements are suggested
             by a markup producer for preservation by markup editors, even if
             the elements themselves are ignored.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes">
            <summary>
            Gets or sets a whitespace-delimited list of attribute qualified names
             that identify expanded names of attributes. The attributes were
             suggested by a markup producer for preservation by markup editors.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand">
            <summary>
            Gets or sets a whitespace-delimited list of prefixes that identify
             a set of namespace names.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.MCContext.PushMCAttributes2(DocumentFormat.OpenXml.MarkupCompatibilityAttributes,DocumentFormat.OpenXml.MCContext.LookupNamespace)">
            <summary>
            This method is for MC validation use. Only push Ignorable and ProcessContent.
            </summary>
            <param name="attr"></param>
            <param name="lookupNamespaceDelegate"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.MCContext.PopMCAttributes2">
            <summary>
            This method is for MC validation use only.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.MCContext.OnInvalidValue">
            <summary>
            This method is called by ParseQNameList() and ParsePrefixList().
            </summary>
            <param name="value">The value of the attribute.</param>
            <returns>True to stop parsing; False to continue.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.MCContext.OnMcContextError(System.String)">
            <summary>
            This method is called by ParseIgnorable() and ParseProcessContent().
            </summary>
            <param name="value">The value of the attribute.</param>
            <returns>True to stop parsing; False to continue.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InvalidMCContentException">
            <summary>
            The exception that is thrown for Markup Compatibility content errors.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InvalidMCContentException.#ctor">
            <summary>
            Initializes a new instance of the InvalidMCContentException class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InvalidMCContentException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InvalidMCContentException class with a specified error message.
            </summary>
            <param name="message">The message that describes the error. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InvalidMCContentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the InvalidMCContentException class with serialized data.
            </summary>
            <param name="info">The SerializationInfo that holds the serialized object data about the exception being thrown.</param>
            <param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InvalidMCContentException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the InvalidMCContentException class with a specified error message and a reference to the inner exception that is the cause of this exception.
            </summary>
            <param name="message">The error message that explains the reason for the exception.</param>
            <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.NamespaceNotUnderstandException">
            <summary>
            The exception that is thrown for Markup Compatibility content errors.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.NamespaceNotUnderstandException.#ctor">
            <summary>
            Initializes a new instance of the InvalidMCContentException class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.NamespaceNotUnderstandException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InvalidMCContentException class with a specified error message.
            </summary>
            <param name="message">The message that describes the error. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.NamespaceNotUnderstandException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the InvalidMCContentException class with serialized data.
            </summary>
            <param name="info">The SerializationInfo that holds the serialized object data about the exception being thrown.</param>
            <param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.NamespaceNotUnderstandException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the InvalidMCContentException class with a specified error message and a reference to the inner exception that is the cause of this exception.
            </summary>
            <param name="message">The error message that explains the reason for the exception.</param>
            <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.FileFormatVersions">
            <summary>
            Defines the Office Open XML file format version.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.FileFormatVersions.None">
            <summary>
            Represents an invalid value which will cause an exception.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.FileFormatVersions.Office2007">
            <summary>
            Represents Microsoft Office 2007.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.FileFormatVersions.Office2010">
            <summary>
            Represents Microsoft Office 2010.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.FileFormatVersions.Office2013">
            <summary>
            Represents Microsoft Office 2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.FileFormatExtension.Includes(DocumentFormat.OpenXml.FileFormatVersions,DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Determines whether the source FileFormatVersions includes the target FileFormatVersions.
            </summary>
            <param name="source">The source FileFormatVersions to be tested.</param>
            <param name="target">The target FileFormatVersions be tested against.</param>
            <returns>Returns true when (source &amp; target) == target.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.FileFormatExtension.ThrowExceptionIfFileFormatNotSupported(DocumentFormat.OpenXml.FileFormatVersions,System.String)">
            <summary>
            Throws an ArgumentOutOfRangeException if the specified FileFormatVersions is not supported.
            </summary>
            <param name="fileFormat">The specified FileFormatVersions.</param>
            <param name="parameterName">The name of the parameter for ArgumentOutOfRangeException.</param>
            <remarks>
            </remarks>
        </member>
        <member name="T:DocumentFormat.OpenXml.OfficeAvailabilityAttribute">
            <summary>
            Defines an OfficeAvailabilityAttribute class to indicate whether the property is available in a specific version of an Office application.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeVersion">
            <summary>
            Gets the Office version of the available property.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OfficeAvailabilityAttribute.#ctor(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Initializes a new instance of the OfficeAvailabilityAttribute class.
            </summary>
            <param name="officeVersion">The Office version where this class or property is available.
            If there is more than one version, use bitwise OR to specify multiple versions.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship">
            <summary>
            Represents an internal reference relationship to a DataPart element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.#ctor">
            <summary>
            Initializes a new instance of the DataPartReferenceRelationship class.
            </summary>
            <remarks>
            A call to Initialize() must be made after calling this constructor.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.#ctor(DocumentFormat.OpenXml.Packaging.DataPart,System.String,System.String)">
            <summary>
            Initializes a new instance of the DataPartReferenceRelationship class using the supplied
            DataPart, relationship type, and relationship ID.
            </summary>
            <param name="dataPart">The target DataPart of the reference relationship.</param>
            <param name="relationshipType">The relationship type of the reference relationship.</param>
            <param name="id">The relationship ID.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPart">
            <summary>
            Gets the referenced target DataPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.Initialize(DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer,DocumentFormat.OpenXml.Packaging.DataPart,System.String,System.String)">
            <summary>
            Initializes the current instance of the DataPartRelationship class.
            </summary>
            <param name="containter">The owner <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer"/> that holds the <see cref="T:DocumentFormat.OpenXml.Packaging.ReferenceRelationship"/>.</param>
            <param name="dataPart">The target DataPart of the reference relationship.</param>
            <param name="relationshipType">The relationship type of the reference relationship.</param>
            <param name="id">The relationship ID.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.CreateDataPartReferenceRelationship(DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer,DocumentFormat.OpenXml.Packaging.DataPart,System.String,System.String)">
            <summary>
            Creates a new instance of the DataPartRelationship class based on the relationship type.
            </summary>
            <param name="containter">The owner <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer"/> that holds the <see cref="T:DocumentFormat.OpenXml.Packaging.ReferenceRelationship"/>.</param>
            <param name="dataPart">The target DataPart of the reference relationship.</param>
            <param name="relationshipType">The relationship type of the reference relationship.</param>
            <param name="id">The relationship ID.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship">
            <summary>
            Represents an internal media reference relationship to a MediaDataPart element.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.RelationshipTypeConst">
            <summary>
            Represents the fixed value of the RelationshipType.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationshipType">
            <summary>
            Gets the source relationship type for a media reference.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.#ctor">
            <summary>
            Initializes a new instance of the MediaReferenceRelationship class.
            </summary>
            <remarks>
            A call to Initialize() must be made after calling this constructor.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.#ctor(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Initializes a new instance of the MediaReferenceRelationship class using
            the supplied MediaDataPart and relationship ID.
            </summary>
            <param name="mediaDataPart">The target DataPart of the reference relationship.</param>
            <param name="id">The relationship ID.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.RelationshipType">
            <summary>
            Gets the relationship type for a media reference.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship">
            <summary>
            Represents an internal audio reference relationship to a MediaDataPart element.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.RelationshipTypeConst">
            <summary>
            Represents the fixed value of the RelationshipType.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationshipType">
            <summary>
            Gets the source relationship type for an audio reference.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.#ctor">
            <summary>
            Initializes a new instance of the AudioReferenceRelationship.
            </summary>
            <remarks>
            A call to Initialize() must be made after calling this constructor.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.#ctor(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Initializes a new instance of the AudioReferenceRelationship using the supplied
            MediaDataPart and relationship ID.
            </summary>
            <param name="mediaDataPart">The target DataPart of the reference relationship.</param>
            <param name="id">The relationship ID.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.RelationshipType">
            <summary>
            Gets the relationship type for an audio reference.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship">
            <summary>
            Represents an internal video reference relationship to a MediaDataPart element.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.RelationshipTypeConst">
            <summary>
            Represents the fixed value of the RelationshipType.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationshipType">
            <summary>
            Gets the source relationship type for an audio reference.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.#ctor">
            <summary>
            Initializes a new instance of the VideoReferenceRelationship class.
            </summary>
            <remarks>
            A call to Initialize() must be made after calling this constructor.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.#ctor(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Initializes a new instance of the VideoReferenceRelationship class using the supplied
            MediaDataPart and relationship ID.
            </summary>
            <param name="mediaDataPart">The target DataPart of the reference relationship.</param>
            <param name="id">The relationship ID.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.RelationshipType">
            <summary>
            Gets the relationship type for a video reference.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.IFixedContentTypePart">
            <summary>
            Called from constructors of derived parts to initialize the IFixedContentTypePart interface. All derived parts must be parts that have fixed content type.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DataPart">
            <summary>
            Represents the type of part referenced by a <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship"/>.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPart.#ctor">
            <summary>
            Initializes a new instance of the DataPart class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DataPart.OpenXmlPackage">
            <summary>
            Gets the OpenXmlPackage which contains the current part.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DataPart.Uri">
            <summary>
            Gets the internal part path in the package.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPart.GetDataPartReferenceRelationships">
            <summary>
            Enumerates all <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship" />s that reference the current data part.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPart.GetStream">
            <summary>
            Returns the content data stream of the current part.
            </summary>
            <returns>The content data stream of the current part. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode)">
            <summary>
            Returns the content stream that was opened using a specified I/O FileMode.
            </summary>
            <param name="mode">The I/O mode to be used to open the content stream.</param>
            <returns>The content stream of the part. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode,System.IO.FileAccess)">
            <summary>
            Returns the content stream of the part that was opened by using a specified FileMode and FileAccess.
            </summary>
            <param name="mode">The I/O mode to be used to open the content stream.</param>
            <param name="access">The access permissions to be used to open the content stream.</param>
            <returns>The content stream of the part. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPart.FeedData(System.IO.Stream)">
            <summary>
            Feeds data into the part stream.
            The stream of the part will be truncated at first.
            </summary>
            <param name="sourceStream">The source stream to be read from.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="sourceStream"/> is a null reference.</exception>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DataPart.ContentType">
            <summary>
            Gets the content type (MIME type) of the data in the part.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DataPart.PackagePart">
            <summary>
            Gets the internal metro PackagePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DataPart.TargetPath">
            <summary>
            The internal path to be used for the part name.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DataPart.TargetName">
            <summary>
            The file base name to be used for the part name in the package.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DataPart.TargetFileExtension">
            <summary>
            The file extension to be used for the part in the package.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DataPart.ThrowIfObjectDisposed">
            <summary>
            Indicates whether the object is destroyed (deleted from the package).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.MediaDataPart">
            <summary>
            Represents a media (Audio, Video) data part in the document.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MediaDataPart.#ctor">
            <summary>
            Initializes a new instance of the MediaDataPart class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MediaDataPart.TargetPath">
            <summary>
            The internal path to be used for the part name.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MediaDataPart.TargetName">
            <summary>
            The file base name to be used for the part name in the package
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MediaDataPart.TargetFileExtension">
            <summary>
            The file extension to be used for the part in the package.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.MediaDataPartType">
            <summary>
            Defines part media types.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Aiff">
            <summary>
            Audio Interchange File Format (.aiff)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Midi">
            <summary>
            MIDI Audio (.mid)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mp3">
            <summary>
            MP3 (.mp3)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegUrl">
            <summary>
            MP3 Playlist File (.m3u)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wav">
            <summary>
            WAV audio (.wav)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wma">
            <summary>
            Windows Media Audio File (.wma)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegAudio">
            <summary>
            Mpeg audio (.mpeg)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggAudio">
            <summary>
            Ogg Vorbis (.ogg)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Asx">
            <summary>
            Advanced Stream Redirector File (.asx)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Avi">
            <summary>
            Audio Video Interleave File (.avi)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mpg">
            <summary>
            MPEG 1 System Stream (.mpg)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegVideo">
            <summary>
            MPEG 1 System Stream (.mpeg)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmv">
            <summary>
            Windows Media File (.wmv)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmx">
            <summary>
            Windows Media Player A/V Shortcut (.wmx)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wvx">
            <summary>
            Windows Media Redirector (.wvx)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.Quicktime">
            <summary>
            QuickTime video (.mov)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggVideo">
            <summary>
             Ogg Stream (.ogg)
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MediaDataPartType.VC1">
            <summary>
            VC-1 Stream (.wmv)
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.OpenXmlPart">
            <summary>
            Represents an abstract base class for all OpenXml parts.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.#ctor">
            <summary>
            OpenXmlPart constructor
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPackage">
            <summary>
            Represents a part that is in the OpenXmlPackage container.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.Uri">
            <summary>
            Represents the internal part path in the package.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetParentParts">
            <summary>
            Enumerates all parents that reference this part anywhere in the document.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream">
            <summary>
            Returns the part content data stream.
            </summary>
            <returns>The content data stream for the part. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode)">
            <summary>
            Returns the content stream that was opened using a specified I/O FileMode.
            </summary>
            <param name="mode">The I/O mode to be used to open the content stream.</param>
            <returns>The content stream of the part. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode,System.IO.FileAccess)">
            <summary>
            Returns the part content stream that was opened using a specified FileMode and FileAccess.
            </summary>
            <param name="mode">The I/O mode to be used to open the content stream.</param>
            <param name="access">The access permissions to be used to open the content stream.</param>
            <returns>The content stream of the part. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.FeedData(System.IO.Stream)">
            <summary>
            Feeds data into the part stream.
            The stream of the part will be truncated at first.
            </summary>
            <param name="sourceStream">The source stream to be read from.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when "sourceStream" is a null reference.</exception>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.ContentType">
            <summary>
            Represents the content type (MIME type) of the content data in the part.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.RelationshipType">
            <summary>
            The relationship type of the part.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.ValidationEventHandler)">
            <summary>
            Validates the XML content of the part by using the specified schema.
            </summary>
            <param name="schemas">The set of XML schemas to be used.</param>
            <param name="validationEventHandler">ValidationEventHandler for validation events.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(System.String,System.Xml.Schema.ValidationEventHandler)">
            <summary>
            Validates the XML content of the part by using the specified schema.
            </summary>
            <param name="schemaFile">The XML schema to be used.</param>
            <param name="validationEventHandler">ValidationEventHandler for validation events.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.RootElement">
            <summary>
            Gets the root element of the current part.
            Returns null when the current part is empty or is not and XML content type.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.PackagePart">
            <summary>
            The internal metro PackagePart element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.MaxCharactersInPart">
            <summary>
            Gets a value that indicates the maximum allowable number of characters in an Open XML part. A zero (0) value specifies that the part can have an unlimited number of characters. A non-zero value specifies the maximum allowable number of characters in the part.
            </summary>
            <remarks>
            This property allows you to mitigate denial of service attacks where the attacker submits package with extremely large Opexn XML part. By limiting the size of a part, you can detect the attack and recover reliably.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.IsContentTypeFixed">
            <summary>
            Indicates whether the ContentType for the current part is fixed.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.TargetPath">
            <summary>
            Gets the internal path to be used for the part name.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.TargetPathOfWord">
            <summary>
            Gets the internal path (Word specific TargetPath) to be used for the part name.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.TargetPathOfExcel">
            <summary>
            Gets the internal path (Excel specific TargetPath) to be used for the part name.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.TargetPathOfPPT">
            <summary>
            Gets the internal path (PPT specific TargetPath) to be used for the part name.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.TargetName">
            <summary>
            Gets the file base name to be used for the part name in the package.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.TargetFileExtension">
            <summary>
            Gets the file extension to be used for the part in the package.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart._rootElement">
            <summary>
            Gets or sets the root element field.
            Do not call this property outside of OpenXmlPart.
            </summary>
            <exception cref="T:System.InvalidOperationException">If the part does not have root element defined.</exception>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.PartRootElement">
            <summary>
            Gets the root element of the current part.
            </summary>
            <remarks>Returns null if the part is not a defined XML part.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Indicates whether the current part is available in a specific version of an Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPart.IsRootElementLoaded">
            <summary>
            Returns true when the root element is loaded from the part or it has been set.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.SetPartRootElementToNull">
            <summary>
            Sets the PartRootElement to null.
            </summary>
            <returns></returns>
            <remarks>
            Used by validator. To releaase the DOM and so the memory can be GC'ed.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.LoadDomTree``1">
            <summary>
            Load the DOM tree. And associate the DOM tree with this part.
            Only used for generated part classes which derive from this OpenXmlBasePart.
            </summary>
            <typeparam name="T">The type of the part's root element.</typeparam>
            <remarks>
            The ._rootElement will be assigned if the DOM is loaded.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.SetDomTree(DocumentFormat.OpenXml.OpenXmlPartRootElement)">
            <summary>
            Set the RootElement to be the given partRootElement.
            Only used for generated part classes which derive from this OpenXmlBasePart.
            </summary>
            <param name="partRootElement">The given partRootElement. Can be null.</param>
            <remarks>
            </remarks>
            <exception cref="T:System.ArgumentException">Thrown when the part's root element has already be associated with another OpenXmlPart.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPart.ThrowIfObjectDisposed">
            <summary>
            Indicates whether the object is already disposed.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.RelationshipCollection">
            <summary>
            Defines the base class for PackageRelationshipPropertyCollection and PackagePartRelationshipPropertyCollection objects.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RelationshipCollection.Build">
            <summary>
            This method fills the collection with PackageRels from the PackageRelationshipCollection that is given in the sub class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.PackageRelationshipPropertyCollection">
            <summary>
            Represents a collection of relationships that are obtained from the package.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.PackagePartRelationshipPropertyCollection">
            <summary>
            Represents a collection of relationships that are obtained from the package part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackage">
            <summary>
            Represents a base class for strong typed Open XML document classes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlPackage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenCore(System.IO.Packaging.Package)">
            <summary>
            Initializes a new instance of the OpenXmlPackage class using the supplied Open XML package.
            </summary>
            <param name="package">The target package for the OpenXmlPackage class.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when package is a null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when package is not opened with read access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not a valid Open XML document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateCore(System.IO.Packaging.Package)">
            <summary>
            Initializes a new instance of the OpenXmlPackage class with access to a specified Open XML package.
            </summary>
            <param name="package">The target package for the OpenXmlPackage class.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when package is a null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when package is not opened with write access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not a valid Open XML document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenCore(System.IO.Stream,System.Boolean)">
            <summary>
            Initializes a new instance of the OpenXmlPackage class using the supplied I/O stream class.
            </summary>
            <param name="stream">The I/O stream on which to open the package.</param>
            <param name="readWriteMode">Indicates whether or not the package is in read/write mode. False indicates read-only mode.</param>
            <exception cref="T:System.IO.IOException">Thrown when the specified stream is write-only. The package to open requires read or read/write permission.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateCore(System.IO.Stream)">
            <summary>
            Initializes a new instance of the OpenXmlPackage class using the supplied I/O stream class.
            </summary>
            <param name="stream">The I/O stream on which to open the package.</param>
            <exception cref="T:System.IO.IOException">Thrown when the specified stream is read-only. The package to open requires write or read/write permission. </exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenCore(System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the OpenXmlPackage class using the specified file.
            </summary>
            <param name="path">The path and file name of the target package for the OpenXmlPackage.</param>
            <param name="readWriteMode">Indicates whether or not the package is in read/write mode. False for read only mode.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateCore(System.String)">
            <summary>
            Initializes a new instance of the OpenXmlPackage class using the supplied file.
            </summary>
            <param name="path">The path and file name of the target package for the OpenXmlPackage.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Load">
            <summary>
            Loads the package. This method must be called in the constructor of a derived class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Package">
            <summary>
            Gets the package of the document.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FileOpenAccess">
            <summary>
            Gets the FileAccess setting for the document.
            The current I/O access settings are: Read, Write, or ReadWrite.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption">
            <summary>
            Gets or sets the compression level for the content of the new part.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PackageProperties">
            <summary>
            Gets the core package properties of the Open XML document.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PartExtensionProvider">
            <summary>
            Gets a PartExtensionProvider part which provides a mapping from ContentType to part extension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MaxCharactersInPart">
            <summary>
            Gets or sets a value that indicates the maximum allowable number of characters in an Open XML part. A zero (0) value indicates that there are no limits on the size of the part. A non-zero value specifies the maximum size, in characters.
            </summary>
            <remarks>
            This property allows you to mitigate denial of service attacks where the attacker submits a package with an extremely large Open XML part. By limiting the size of a part, you can detect the attack and recover reliably.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DataParts">
            <summary>
            Enumerates all the <see cref="T:DocumentFormat.OpenXml.Packaging.DataPart"/> parts in the document package.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AddPart``1(``0)">
            <summary>
            Adds the specified part to the document.
            Use the returned part to operate on the part added to the document.
            </summary>
            <typeparam name="T">A class that is derived from the OpenXmlPart class.</typeparam>
            <param name="part">The part to add to the document.</param>
            <returns>The added part in the document. Differs from the part that was passed as an argument.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the part is not allowed to be added.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the part type already exists and multiple instances of the part type is not allowed.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePartsRecursivelyOfType``1">
            <summary>
            Deletes all the parts with the specified part type from the package recursively.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Close">
            <summary>
            Saves and closes the OpenXml package and all underlying part streams.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(System.String)">
            <summary>
            Creates a new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> part in the document package.
            </summary>
            <param name="contentType">The content type of the new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> part.</param>
            <returns>The added <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> part.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="contentType"/> is a null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(System.String,System.String)">
            <summary>
            Creates a new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> part in the document package.
            </summary>
            <param name="contentType">The content type of the new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> part.</param>
            <param name="extension">The part name extension (.dat, etc.) of the new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> part.</param>
            <returns>The added <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> part.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="contentType"/> is a null reference.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="extension"/> is a null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(DocumentFormat.OpenXml.Packaging.MediaDataPartType)">
            <summary>
            Creates a new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> part in the document package.
            </summary>
            <param name="mediaDataPartType">The content type of the new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> part.</param>
            <returns>The added <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePart(DocumentFormat.OpenXml.Packaging.DataPart)">
            <summary>
            Deletes the specified <see cref="T:DocumentFormat.OpenXml.Packaging.DataPart"/> from the document package.
            </summary>
            <param name="dataPart">The <see cref="T:DocumentFormat.OpenXml.Packaging.DataPart"/> to be deleted.</param>
            <returns>Returns true if the part is successfully removed; otherwise returns false. This method also returns false if the part was not found or the parameter is null.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when <paramref name="dataPart"/> is referenced by another part in the document package.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings)">
            <summary>
            Validates the package. This method does not validate the XML content in each part.
            </summary>
            <param name="validationSettings">The OpenXmlPackageValidationSettings for validation events.</param>
            <remarks>If validationSettings is null or no EventHandler is set, the default behavior is to throw an OpenXmlPackageException on the validation error. </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings,DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Validates the package. This method does not validate the XML content in each part.
            </summary>
            <param name="validationSettings">The OpenXmlPackageValidationSettings for validation events.</param>
            <param name="fileFormatVersion">The target file format version.</param>
            <remarks>If validationSettings is null or no EventHandler is set, the default behavior is to throw an OpenXmlPackageException on the validation error. </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ReserveUri(System.String,System.Uri)">
            <summary>
            Reserves the URI of the loaded part.
            </summary>
            <param name="contentType"></param>
            <param name="partUri"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.GetUniquePartUri(System.String,System.Uri,System.String,System.String,System.String)">
            <summary>
            Gets a unique part URI for the newly created part.
            </summary>
            <param name="contentType">The content type of the part.</param>
            <param name="parentUri">The URI of the parent part.</param>
            <param name="targetPath"></param>
            <param name="targetName"></param>
            <param name="targetExt"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.GetUniquePartUri(System.String,System.Uri,System.Uri)">
            <summary>
            Gets a unique part URI for the newly created part.
            </summary>
            <param name="contentType">The content type of the part.</param>
            <param name="parentUri">The URI of the parent part.</param>
            <param name="targetUri"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ThrowIfObjectDisposed">
            <summary>
            Thrown if an object is disposed.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose(System.Boolean)">
            <summary>
            Flushes and saves the content, closes the document, and releases all resources.
            </summary>
            <param name="disposing">Specify true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose">
            <summary>
            Flushes and saves the content, closes the document, and releases all resources.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MarkupCompatibilityProcessSettings">
            <summary>
            Gets the markup compatibility settings applied at loading time.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AutoSave">
            <summary>
            Gets a flag that indicates whether the parts should be saved when disposed.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MainPartRelationshipType">
            <summary>
            Gets the relationship type of the main part.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MainPartContentType">
            <summary>
            Gets or sets the content type of the main part of the package.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ValidMainPartContentTypes">
            <summary>
            Gets the list of valid content types for the main part.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.IsValidMainPartContentType(System.String)">
            <summary>
            Determines whether the content type is valid for the main part of the package.
            </summary>
            <param name="contentType">The content type.</param>
            <returns>Returns true if the content type is valid.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ChangeDocumentTypeInternal``1">
            <summary>
            Changes the type of the document.
            </summary>
            <typeparam name="T">The type of the document's main part.</typeparam>
            <remarks>The MainDocumentPart will be changed.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeleteUnusedDataPartOnClose">
            <summary>
            Deletes all DataParts that are not referenced by any media, audio, or video reference relationships.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FindDataPart(System.Uri)">
            <summary>
            Finds the DataPart that has the specified part URI.
            </summary>
            <param name="partUri">The part URI.</param>
            <returns>Returns null if there is no DataPart with the specified URI.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Save">
            <summary>
            Saves the contents of all parts and relationships that are contained
            in the OpenXml package, if FileOpenAccess is ReadWrite.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.SaveAs(System.String)">
            <summary>
            Saves the contents of all parts and relationships that are contained
            in the OpenXml package to the specified file. Opens the saved document
            using the same settings that were used to open this OpenXml package.
            </summary>
            <remarks>
            Calling SaveAs(string) is exactly equivalent to calling Clone(string).
            This method is essentially provided for convenience.
            </remarks>
            <param name="path">The path and file name of the target document.</param>
            <returns>The cloned OpenXml package</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone">
            <summary>
            Creates an editable clone of this OpenXml package, opened on a
            <see cref="T:System.IO.MemoryStream"/> with expandable capacity and using
            default OpenSettings.
            </summary>
            <returns>The cloned OpenXml package.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream)">
            <summary>
            Creates a clone of this OpenXml package, opened on the given stream.
            The cloned OpenXml package is opened with the same settings, i.e.,
            FileOpenAccess and OpenSettings, as this OpenXml package.
            </summary>
            <param name="stream">The IO stream on which to open the OpenXml package.</param>
            <returns>The cloned OpenXml package.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream,System.Boolean)">
            <summary>
            Creates a clone of this OpenXml package, opened on the given stream.
            The cloned OpenXml package is opened with the same OpenSettings as
            this OpenXml package.
            </summary>
            <param name="stream">The IO stream on which to open the OpenXml package.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>The cloned OpenXml package.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a clone of this OpenXml package, opened on the given stream.
            </summary>
            <param name="stream">The IO stream on which to open the OpenXml package.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>The cloned OpenXml package.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Stream)">
            <summary>
            Creates a new OpenXmlPackage on the given stream.
            </summary>
            <param name="stream">The stream on which the concrete OpenXml package will be created.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(System.IO.Stream,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Opens the cloned OpenXml package on the given stream.
            </summary>
            <param name="stream">The stream on which the cloned OpenXml package will be opened.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.String)">
            <summary>
            Creates a clone of this OpenXml package opened from the given file
            (which will be created by cloning this OpenXml package).
            The cloned OpenXml package is opened with the same settings, i.e.,
            FileOpenAccess and OpenSettings, as this OpenXml package.
            </summary>
            <param name="path">The path and file name of the target document.</param>
            <returns>The cloned document.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.String,System.Boolean)">
            <summary>
            Creates a clone of this OpenXml package opened from the given file
            (which will be created by cloning this OpenXml package).
            The cloned OpenXml package is opened with the same OpenSettings as
            this OpenXml package.
            </summary>
            <param name="path">The path and file name of the target document.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>The cloned document.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.String,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a clone of this OpenXml package opened from the given file (which
            will be created by cloning this OpenXml package).
            </summary>
            <param name="path">The path and file name of the target document.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>The cloned document.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.String)">
            <summary>
            Creates a new OpenXml package on the given file.
            </summary>
            <param name="path">The path and file name of the target OpenXml package.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(System.String,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Opens the cloned OpenXml package on the given file.
            </summary>
            <param name="path">The path and file name of the target OpenXml package.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package)">
            <summary>
            Creates a clone of this OpenXml package, opened on the specified instance
            of Package. The clone will be opened with the same OpenSettings as this
            OpenXml package.
            </summary>
            <param name="package">The specified instance of Package.</param>
            <returns>The cloned OpenXml package.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a clone of this OpenXml package, opened on the specified instance
            of Package.
            </summary>
            <param name="package">The specified instance of Package.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>The cloned OpenXml package.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of OpenXmlPackage on the specified instance
            of Package.
            </summary>
            <param name="package">The specified instance of Package.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcString">
            <summary>
            Converts an OpenXml package in OPC format to string in Flat OPC format.
            </summary>
            <returns>The OpenXml package in Flat OPC format.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument">
            <summary>
            Converts an OpenXml package in OPC format to an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format.
            </summary>
            <returns>The OpenXml package in Flat OPC format.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument(System.Xml.Linq.XProcessingInstruction)">
            <summary>
            Converts an OpenXml package in OPC format to an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format.
            </summary>
            <param name="instruction">The processing instruction.</param>
            <returns>The OpenXml package in Flat OPC format.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.GetContentsAsXml(System.IO.Packaging.PackagePart)">
            <summary>
            Gets the <see cref="T:System.IO.Packaging.PackagePart"/>'s contents as an <see cref="T:System.Xml.Linq.XElement"/>.
            </summary>
            <param name="part">The package part.</param>
            <returns>The corresponding <see cref="T:System.Xml.Linq.XElement"/>.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument,System.IO.Stream)">
            <summary>
            Converts an <see cref="T:System.Xml.Linq.XDocument"/> in Flat OPC format to an OpenXml package
            stored on a <see cref="T:System.IO.Stream"/>.
            </summary>
            <param name="document">The document in Flat OPC format.</param>
            <param name="stream">The <see cref="T:System.IO.Stream"/> on which to store the OpenXml package.</param>
            <returns>The <see cref="T:System.IO.Stream"/> containing the OpenXml package.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument,System.String)">
            <summary>
            Converts an <see cref="T:System.Xml.Linq.XDocument"/> in Flat OPC format to an OpenXml package
            stored in a file.
            </summary>
            <param name="document">The document in Flat OPC format.</param>
            <param name="path">The path and file name of the file in which to store the OpenXml package.</param>
            <returns>The path and file name of the file containing the OpenXml package.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument,System.IO.Packaging.Package)">
            <summary>
            Converts an <see cref="T:System.Xml.Linq.XDocument"/> in Flat OPC format to an OpenXml package
            stored in a <see cref="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Package"/>.
            </summary>
            <param name="document">The document in Flat OPC format.</param>
            <param name="package">The <see cref="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Package"/> in which to store the OpenXml package.</param>
            <returns>The <see cref="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Package"/> containing the OpenXml package.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings">
            <summary>
            Specifies event handlers that will handle OpenXmlPackage validation events and the OpenXmlPackageValidationEventArgs.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.GetEventHandler">
            <summary>
            Gets the event handler.
            </summary>
            <returns></returns>
        </member>
        <member name="E:DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.EventHandler">
            <summary>
            Represents the callback method that will handle OpenXmlPackage validation events and the OpenXmlPackageValidationEventArgs.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.FileFormat">
            <summary>
            Gets or sets the file format version that the validation is targeting.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs">
            <summary>
            Represents the Open XML package validation events.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message">
            <summary>
            Gets the message string of the event.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.PartClassName">
            <summary>
            Gets the class name of the part.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.SubPart">
            <summary>
            Gets the part that caused the event.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Part">
            <summary>
            Gets the part in which to process the validation.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.DataPartReferenceRelationship">
            <summary>
            The DataPartReferenceRelationship that caused the event.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">
            <summary>
            Represents an Open XML package exception class for errors.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlPackageException class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OpenXmlPackageException class using the supplied error message.
            </summary>
            <param name="message">The message that describes the error. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the OpenXmlPackageException class using the supplied serialized data.
            </summary>
            <param name="info">The serialized object data about the exception being thrown.</param>
            <param name="context">The contextual information about the source or destination.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the OpenXmlPackageException class using the supplied error message and a reference to the inner exception that caused the current exception.
            </summary>
            <param name="message">The error message that indicates the reason for the exception.</param>
            <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.OpenSettings">
            <summary>
            Represents the settings when opening a document.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave">
            <summary>
            Gets or sets a value that indicates whether or not to auto save document modifications.
            The default value is true.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings">
            <summary>
            Gets or sets the value of the markup compatibility processing mode.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart">
            <summary>
            Gets or sets a value that indicates the maximum number of allowable characters in an Open XML part. A zero (0) value indicates that there are no limits on the size of the part. A non-zero value specifies the maximum size, in characters.
            </summary>
            <remarks>
            This property allows you to mitigate denial of service attacks where the attacker submits a package with an extremely large Open XML part. By limiting the size of the part, you can detect the attack and recover reliably.
            </remarks>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings">
            <summary>
            Represents markup compatibility processing settings.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.ProcessMode">
            <summary>
            Gets the markup compatibility process mode.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.TargetFileFormatVersions">
            <summary>
            Gets the target file format versions.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.#ctor(DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode,DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Creates a MarkupCompatibilityProcessSettings object using the supplied process mode and file format versions.
            </summary>
            <param name="processMode">The process mode.</param>
            <param name="targetFileFormatVersions">The file format versions. This parameter is ignored if the value is NoProcess.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode">
            <summary>
            Specifies the mode in which to process the markup compatibility tags in the document.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.NoProcess">
            <summary>
            Do not process MarkupCompatibility tags.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessLoadedPartsOnly">
            <summary>
            Process the loaded parts.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessAllParts">
            <summary>
            Process all the parts in the package.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackagePartIterator">
            <summary>
            Traversal parts in the <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackage"/> by breadth-first.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackagePartIterator.#ctor(DocumentFormat.OpenXml.Packaging.OpenXmlPackage)">
            <summary>
            Initializes a new instance of the OpenXmlPackagePartIterator class using the supplied OpenXmlPackage class.
            </summary>
            <param name="package">The OpenXmlPackage to use to enumerate parts.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackagePartIterator.GetEnumerator">
            <summary>
            Gets an enumerator for parts in the whole package.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPackagePartIterator.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets an enumerator for parts in the whole package.
            </summary>
            <returns></returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.PartConstraintRule">
            <summary>
            Internal class for part constraint rule
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PartConstraintRule.PartClassName">
            <summary>
            The class name for the relationship type.
            Used in validation event handler.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PartConstraintRule.PartContentType">
            <summary>
            Content type of the part. null for non-fixed content type.
            Purpose: WorksheetCommentsPart / SlideCommentsPart / CommentsPart have same relatiohship type but different content type.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PartConstraintRule.MinOccursIsNonZero">
            <summary>
            true if the min occurs > 0, (be required).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PartConstraintRule.MaxOccursGreatThanOne">
            <summary>
            true is max occurs > 1, (is multiple).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PartConstraintRule.FileFormat">
            <summary>
            The file format version (Office2007 / Office2010) information.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PartConstraintRule.#ctor(System.String,System.String,System.Boolean,System.Boolean,DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Initialize a instance of PartConstraintRule class.
            </summary>
            <param name="partClassName">The class name of the part.</param>
            <param name="partContentType">The content type of the part.</param>
            <param name="minOccursIsNonZero">The MinOccursIsNonZero data.</param>
            <param name="maxOccursGreatThanOne">The MaxOccursGreatThanOne data.</param>
            <param name="fileFormat">The file format version information.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer">
            <summary>
            Defines the base class for OpenXmlPackage and OpenXmlPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.#ctor">
            <summary>
            Initializes OpenXmlPartContainer.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ChildrenParts">
            <summary>
            Gets the children parts IDictionary.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.PartDictionary">
            <summary>
            Gets or sets the children parts dictionary.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ReferenceRelationshipList">
            <summary>
            Gets the ReferenceRelationship list.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(DocumentFormat.OpenXml.Packaging.ReferenceRelationship)">
            <summary>
            Deletes the specified reference relationship.
            </summary>
            <param name="referenceRelationship">The reference relationship to be deleted.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when "referenceRelationship" is null reference.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the reference relationship is not referenced by this part.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(System.String)">
            <summary>
            Deletes the specified reference relationship.
            </summary>
            <param name="id">The relationship ID of the ReferenceRelationship.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when the "id" parameter is null.</exception>
            <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown when there is no ReferenceRelationship with the specified relationship ID.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetReferenceRelationship(System.String)">
            <summary>
            Gets the specified ReferenceRelationship.
            </summary>
            <param name="id">The relationship ID of the ReferenceRelationship.</param>
            <returns>Returns the ReferenceRelationship which has the relationship ID. </returns>
            <exception cref="T:System.ArgumentNullException">Thrown when the "id" parameter is null.</exception>
            <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown when there is no ReferenceRelationship with the specified relationship ID.</exception>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ExternalRelationships">
            <summary>
            Enumerates all external relationships.
            Hyperlink relationships are not included, use HyperlinkRelationship property to enumerate hyperlink relationships.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(System.String,System.Uri)">
            <summary>
            Adds an external relationship.
            Do not add hyperlink relationships through this method. Use AddHyperlinkRelationship() instead.
            </summary>
            <param name="relationshipType">The relationship type.</param>
            <param name="externalUri">The external URI.</param>
            <returns>An ExternalRelationship with the relationship ID. </returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "relationshipType" or the "externalUri" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(System.String,System.Uri,System.String)">
            <summary>
            Adds an external relationship.
            Do not add hyperlink relationships through this method. Use AddHyperlinkRelationship() instead.
            </summary>
            <param name="relationshipType">The relationship type.</param>
            <param name="externalUri">The external URI.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>An ExternalRelationship with the relationship ID. </returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "relationshipType" or the "externalUri" is null reference.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the relatioship type is hyperlink relationship type (http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink). </exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(DocumentFormat.OpenXml.Packaging.ExternalRelationship)">
            <summary>
            Deletes the specified external relationship.
            </summary>
            <param name="externalRelationship">The external relationship to be deleted.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when "externalRelationship" is null reference.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the external relationship is not referenced by this part.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(System.String)">
            <summary>
            Deletes the specified ExternalRelationship.
            </summary>
            <param name="id">The relationship ID of the ExternalRelationship.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when the "id" parameter is null.</exception>
            <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown when there is no ExternalRelationship with the specified relationship ID.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetExternalRelationship(System.String)">
            <summary>
            Gets the specified ExternalRelationship.
            </summary>
            <param name="id">The relationship ID of the ExternalRelationship.</param>
            <returns>Returns the ExternalRelationship which has the relationship ID. </returns>
            <exception cref="T:System.ArgumentNullException">Thrown when the "id" parameter is null.</exception>
            <exception cref="T:System.Collections.Generic.KeyNotFoundException">Thrown when there is no ExternalRelationship with the specified relationship ID.</exception>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.HyperlinkRelationships">
            <summary>
            Enumerates all hyperlink relationships.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri,System.Boolean)">
            <summary>
            Adds a new hyperlink relationship.
            </summary>
            <param name="hyperlinkUri">The URI of the hyperlink.</param>
            <param name="isExternal">Is the hyperlink external to the <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackage"/>.</param>
            <returns>An HyperlinkRelationship with the relationship ID. </returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "hyperlinkUri" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri,System.Boolean,System.String)">
            <summary>
            Adds a new hyperlink relationship.
            </summary>
            <param name="hyperlinkUri">The URI of the hyperlink.</param>
            <param name="isExternal">Is the hyperlink external to the <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackage"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>An HyperlinkRelationship with the relationship ID. </returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "hyperlinkUri" or "id" is null reference.</exception>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DataPartReferenceRelationships">
            <summary>
            Enumerates all <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship"/> relationships.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddDataPartReferenceRelationship``1(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship"/> relationship to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> of the reference relationship.</param>
            <returns>An new <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship"/>. </returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null reference.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddDataPartReferenceRelationship``1(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship"/> relationship to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/> of the reference relationship.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>An new <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship"/> with the relationship ID. </returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null reference.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null reference.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddDataPartReferenceRelationship(DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship"/> relationship.
            </summary>
            <param name="dataPartReferenceRelationship">The <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship"/>.</param>
            <returns>The same <see cref="T:DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship"/>. </returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="dataPartReferenceRelationship"/> is null reference.</exception>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Parts">
            <summary>
            Enumerates all parts which are relationship targets of this part.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartById(System.String)">
            <summary>
            Gets the child part through the relationship ID.
            </summary>
            <param name="id">The relationship ID of the part.</param>
            <returns>The part.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the part with the specified id does not exist.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Gets the relationship ID of the part.
            </summary>
            <param name="part">The part.</param>
            <returns>The relationship ID of the part.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "part" is null reference.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the part does not exist.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ChangeIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.String)">
            <summary>
            Changes the relationship ID of the part.
            </summary>
            <param name="part">The target part.</param>
            <param name="newRelationshipId">The new relationship ID of the part.</param>
            <returns>The old relationship ID of the part.</returns>
            <exception cref="T:System.ArgumentNullException">Throw when "part" is null reference or the newRelationshipId is null reference.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the part does not exist under this part.</exception>
            <exception cref="T:System.ArgumentException">Thrown when the specified relationship id is already used by another part.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart``1(``0)">
            <summary>
            Adds the part to the document.
            Must use the returned part to operate on the part added to the document.
            </summary>
            <typeparam name="T">Derived class from OpenXmlPart.</typeparam>
            <param name="part">The part to be added to the document.</param>
            <returns>The part added to the document. This is different from the passed in part.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "part" is null reference.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the part is not allowed to be added.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when one instance of the same type part already exists and multiple instances of that type are not allowed.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart``1(``0,System.String)">
            <summary>
            Adds the part to the document with a given relationship identifier (ID).
            Must use the returned part to operate on the part added to the document
            </summary>
            <typeparam name="T">Derived class from OpenXmlPart.</typeparam>
            <param name="part">The part to be added to the document.</param>
            <param name="id">A unique relationship identifier.</param>
            <returns>The part added to the document. This is different from the passed in part.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "part" or the "id" is null reference.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the part is not allowed to be added.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when one instance of same type part already exists and multiple instances of that type are not allowed.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Adds a relationship for the specified part to this part.
            </summary>
            <param name="targetPart">The part to add relationship for.</param>
            <returns>A unique relationship identifier.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "part" or the "id" is null reference.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the part is no allowed to be added.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when one instance of same type part already exists and multiple instance of that type is not allowed.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the <paramref name="targetPart"/> and this part are not in the same OpenXmlPackage.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.String)">
            <summary>
            Adds a relationship for the specified part to this part.
            </summary>
            <param name="targetPart">The part to add a relationship for.</param>
            <param name="id">A unique relationship identifier.</param>
            <returns>A unique relationship identifier.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "part" or the "id" is null reference.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the part is no allowed to be added.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when one instance of same type part already exists and multiple instance of that type is not allowed.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the <paramref name="targetPart"/> and this part are not in the same OpenXmlPackage.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart``1">
            <summary>
            Adds a new part of type T.
            </summary>
            <typeparam name="T">The class of the part.</typeparam>
            <returns>The added part.</returns>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">When the part is not allowed to be referenced by this part.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart``1(System.String)">
            <summary>
            Adds a new part of type T.
            </summary>
            <typeparam name="T">The class of the part.</typeparam>
            <param name="id">The relationship id.</param>
            <returns>The added part.</returns>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">When the part is not allowed to be referenced by this part.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart``1(System.String,System.String)">
            <summary>
            Adds a new part of type T.
            </summary>
            <typeparam name="T">The class of the part.</typeparam>
            <param name="contentType">The content type of the part. Must match the defined content type if the part is fixed content type.</param>
            <param name="id">The relationship id. The id will be automaticly generated if this param is null.</param>
            <returns>The added part.</returns>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">When the part is not allowed to be referenced by this part.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">When the part is fixed content type and the passed in contentType does not match the defined content type.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when "contentType" is null reference.</exception>
            <remarks>Mainly used for adding not-fixed content type part - ImagePart, etc</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(System.String,System.String,System.String)">
            <summary>
            Adds an extended part ( Application specific part ).
            </summary>
            <param name="relationshipType">The relationship type of the part.</param>
            <param name="contentType">The content type of the part.</param>
            <param name="targetExt">The desired part name extension in the package.</param>
            <returns>The new ExtendedPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(System.String,System.String,System.String,System.String)">
            <summary>
            Adds an extended part ( Application specific part ).
            </summary>
            <param name="relationshipType">The relationship type of the part.</param>
            <param name="contentType">The content type of the part.</param>
            <param name="targetExt">The desired part name extension in the package.</param>
            <param name="rId">The desired relationship ID.</param>
            <returns>The new ExtendedPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(System.String)">
            <summary>
            Deletes the specified child part from this part.
            </summary>
            <param name="id">The relationship ID of the part to be deleted.</param>
            <returns>True if the part is successfully removed; otherwise, false. This method also returns false if the part was not found.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "id" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Deletes a specified part in the package root layer.
            </summary>
            <param name="part">The part to be deleted.</param>
            <returns>True if the part is successfully removed; otherwise, false. This method also returns false if the part was not found or the parameter is null.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when the part is not referenced by this part.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteParts``1(System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Deletes all the parts which are in the passed in collection from the document.
            </summary>
            <param name="partsToBeDeleted">The parts to be deleted.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when "partsToBeDeleted" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsCountOfType``1">
            <summary>
            Gets the count of all parts of type T.
            </summary>
            <typeparam name="T">The type of the part.</typeparam>
            <returns>The number of parts of this type.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddAnnotation(System.Object)">
            <summary>
            Adds an object to the annotation list of this PartContainer.
            </summary>
            <param name="annotation">The annotation to add to this PartContainer.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation``1">
            <summary>
            Get the first annotation object of the specified type from this PartContainer.
            </summary>
            <typeparam name="T">The type of the annotation to retrieve.</typeparam>
            <returns>The first annotation object of the specified type.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation(System.Type)">
            <summary>
            Get the first annotation object of the specified type from this PartContainer.
            </summary>
            <param name="type">The type of the annotation to retrieve.</param>
            <returns>The first annotation object of the specified type.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations``1">
            <summary>
            Gets a collection of annotations of the specified type for this PartContainer.
            </summary>
            <typeparam name="T">The type of the annotations to retrieve.</typeparam>
            <returns>An IEnumerable(T) of object that contains the annotations for this PartContainer.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations(System.Type)">
            <summary>
            Gets a collection of annotations of the specified type for this PartContainer.
            </summary>
            <param name="type">The Type of the annotations to retrieve.</param>
            <returns>An IEnumerable(T) of object that contains the annotations for this PartContainer.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations``1">
            <summary>
            Removes the annotations of the specified type from this PartContainer.
            </summary>
            <typeparam name="T">The Type of the annotations to remove.</typeparam>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations(System.Type)">
            <summary>
            Removes the annotations of the specified type from this PartContainer.
            </summary>
            <param name="type">The Type of the annotations to remove.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType``1">
            <summary>
            Enumerates all the children parts of the specified type "T" of this part.
            </summary>
            <typeparam name="T">Derived class from OpenXmlPart.</typeparam>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType``1(System.Collections.Generic.ICollection{``0})">
            <summary>
            Gets all the children parts of the specified type "T" into "partCollection" of this part.
            </summary>
            <typeparam name="T">Derived class from OpenXmlPart.</typeparam>
            <param name="partCollection">The part collection to be filled in.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when "partCollection" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPartInternal``1">
            <summary>
            Adds a new part of type T.
            </summary>
            <typeparam name="T">The class of the part.</typeparam>
            <returns>The added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPartInternal``1(System.String,System.String)">
            <summary>
            Adds a new part of type T
            </summary>
            <typeparam name="T">The class of the part.</typeparam>
            <param name="contentType">The content type of the part.</param>
            <param name="id">The part relationship id.</param>
            <returns>The added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.InitPart``1(``0,System.String)">
            <summary>
            Initilizes a new created part
            </summary>
            <typeparam name="T">The type of the part, must be derived from OpenXmlPart.</typeparam>
            <param name="newPart">The part to be initialized.</param>
            <param name="contentType">The content type of the part.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.InitPart``1(``0,System.String,System.String)">
            <summary>
            Initilizes a new created part
            </summary>
            <typeparam name="T">The type of the part, must be derived from OpenXmlPart.</typeparam>
            <param name="newPart">The part to be initialized.</param>
            <param name="contentType">The content type of the part.</param>
            <param name="id">The relationship id.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPartFrom(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.String)">
            <summary>
            Adds a new part.
            </summary>
            <param name="subPart">The part to be added.</param>
            <param name="rId">A unique relationship identifier. null to create new id.</param>
            <returns>The added part. May diff with the passed in part.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "subPart" is null reference.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the part is no allowed to be added.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when one instance of same type part already exists and multiple instance of that type is not allowed.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.SetSubPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.String)">
            <summary>
            Sets part which is only one in the parent
            </summary>
            <param name="part"></param>
            <param name="rId">A unique relationship identifier.</param>
            <returns>The part added to the parent. Different with the passed in part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddSubPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.String)">
            <summary>
            Adds the part to the parent.
            </summary>
            <param name="part"></param>
            <param name="rId">A unique relationship identifier.</param>
            <returns>The part added to the parent. Different with the passed in part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AttachChild(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Attachs the child to the package (create the relationship)
            </summary>
            <param name="part">The part to be attached.</param>
            <returns>The relationship ID.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AttachChild(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.String)">
            <summary>
            Attachs the child to the package (create the relationship)
            </summary>
            <param name="part">The part to be attached.</param>
            <param name="rId">The desired relationship ID.</param>
            <returns>The relationship ID.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePartCore(System.String)">
            <summary>
            Deletes the specified part in the package root layer.
            </summary>
            <param name="id">The relationship ID of the part to be deleted.</param>
            <returns>true if the part is successfully removed; otherwise, false. This method also returns false if the part was not found.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePartsOfType``1">
            <summary>
            Deletes all the parts of the specified type.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePartsRecursivelyOfTypeBase``1">
            <summary>
            Deletes all the parts which is the specified part type from package recursively.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteAllParts(System.Collections.Generic.Dictionary{DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.Boolean},System.Collections.Generic.Dictionary{DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.Boolean})">
            <summary>
            Removes all child parts of this part.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetSubPart(System.String)">
            <summary>
            Gets the sub part which is the specified relationship type.
            </summary>
            <param name="relationshipType">The relationship type of the part.</param>
            <returns>return null if no one.</returns>
            <remarks>Only used for maxOccurence=1 part.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateOpenXmlPart(System.String)">
            <summary>
            Creates an strong typed OpenXmlPart instance based on the relationship type. For and only for loading.
            </summary>
            <param name="relationshipType">The relationship type of the new part.</param>
            <returns>The created new part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.LoadReferencedPartsAndRelationships(DocumentFormat.OpenXml.Packaging.OpenXmlPackage,DocumentFormat.OpenXml.Packaging.OpenXmlPart,DocumentFormat.OpenXml.Packaging.RelationshipCollection,System.Collections.Generic.Dictionary{System.Uri,DocumentFormat.OpenXml.Packaging.OpenXmlPart})">
            <summary>
            Loads all children parts and relationships recursively.
            </summary>
            <param name="openXmlPackage">The OpenXmlPackage.</param>
            <param name="sourcePart">The source part. Be null if loading from the package root.</param>
            <param name="relationshipCollection">The relationships of the source part (or the package).</param>
            <param name="loadedParts">Temp collection to detect loaded (shared) parts.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ValidateInternal(DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings,System.Collections.Generic.Dictionary{DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.Boolean})">
            <summary>
            Validates the package ( do not validate the xml content in each part ).
            </summary>
            <param name="validationSettings">OpenXmlPackageValidationSettings for validation events.</param>
            <param name="processedParts">Parts already processed.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.InternalOpenXmlPackage">
            <summary>
            Internal OpenXmlPackage instance
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartConstraint">
            <summary>
            Get the constraint rule
            </summary>
            <returns>The constraint rule.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>The constraint rule.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ThrowIfObjectDisposed">
            <summary>
            Test whether the object is already disposed.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreatePartCore(System.String)">
            <summary>
            Create the object of strong typed class according the relationshipType
            </summary>
            <param name="relationshipType">The relationship type of the class.</param>
            <returns>A new object of strong typed class.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.IdPartPair">
            <summary>
            Represents a (RelationshipId, OpenXmlPart) pair.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId">
            <summary>
            Gets or sets the relationship ID in the pair.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart">
            <summary>
            Gets or sets the OpenXmlPart in the pair.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.IdPartPair.#ctor(System.String,DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Initializes a new instance of the IdPartPair with the specified id and part.
            </summary>
            <param name="id">The relationship ID.</param>
            <param name="part">The OpenXmlPart.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(DocumentFormat.OpenXml.Packaging.IdPartPair)">
            <summary>
            Determines whether this instance and another specified IdPartPair object have the same value.
            </summary>
            <param name="value">An IdPartPair.</param>
            <returns>True if the value of the value parameter is the same as this instance; otherwise, false.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.GlobalPartFactory">
            <summary>
            Global OpenXmlPart factory to create strong typed OpenXmlPart based on the relationship type.
            </summary>
            <summary>
            Global OpenXmlPart factory to create strong typed OpenXmlPart based on the relationship type.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlobalPartFactory.CreateOpenXmlPart(DocumentFormat.OpenXml.Packaging.OpenXmlPackage,System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type.
            </summary>
            <param name="openXmlPackage">The container OpenXmlPackage.</param>
            <param name="relationshipType">The relationship type of the target part.</param>
            <returns>An instance of OpenXmlPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlobalPartFactory.CreatePartCore(DocumentFormat.OpenXml.Packaging.OpenXmlPackage,System.String,DocumentFormat.OpenXml.Packaging.OpenXmlPart@)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type.
            </summary>
            <param name="openXmlPackage">The container OpenXmlPackage.</param>
            <param name="relationshipType">The relationship type of the target part.</param>
            <param name="openXmlPart">The created instance of OpenXmlPart.</param>
            <remarks>This partial method will be generated by code generaotr.</remarks>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.PartExtensionProvider">
            <summary>
            Defines a Part Extension Provider which maintains a (Content Type, Part Extension (".xml")) dictionary.
            Used in OpenXmlPackage derived classes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PartExtensionProvider.#ctor">
            <summary>
            Initializes a new instance of the PartExtensionProvider class that is empty.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PartExtensionProvider.#ctor(DocumentFormat.OpenXml.Packaging.PartExtensionProvider)">
            <summary>
            Initializes a new instance of the PartExtensionProvider class that contains elements copied from the specified PartExtensionProvider.
            </summary>
            <param name="partExtProvider">The source PartExtensionProvider whose elements are copied to the new PartExtensionProvider.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PartExtensionProvider.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the class that is empty, has the specified initial capacity.
            </summary>
            <param name="capacity">The initial number of elements that the PartExtensionProvider can contain.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PartExtensionProvider.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the Dictionary class with serialized data.
            </summary>
            <param name="info">A System.Runtime.Serialization.SerializationInfo object containing the information required to serialize the PartExtensionProvider.</param>
            <param name="context">A System.Runtime.Serialization.StreamingContext structure containing the source and destination of the serialized stream associated with the PartExtensionProvider.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PartExtensionProvider.AddPartExtension(System.String,System.String)">
            <summary>
            Add a part extension for the specified ContentType.
            </summary>
            <param name="contentType">ContentType.</param>
            <param name="partExtension">Part Extension (".xml") to be used for the part with the specified content type.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PartExtensionProvider.MakeSurePartExtensionExist(System.String,System.String)">
            <summary>
            Check to make sure the (contentType, partExtension) is in the provider.
            The (contentType, partExtension) will be added to the provider if it does not exist in the provider.
            </summary>
            <param name="contentType">ContentType</param>
            <param name="partExtension">Part Extension (".xml") to be used for the part with the specified content type.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when either parameter is null.</exception>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ReferenceRelationship">
            <summary>
            Defines a reference relationship. A reference relationship can be internal or external.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ReferenceRelationship.#ctor">
            <summary>
            Initializes a new instance of the ReferenceRelationship.
            </summary>
            <remarks>
            Must call Initialize() after calling this constructor.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ReferenceRelationship.#ctor(System.IO.Packaging.PackageRelationship)">
            <summary>
            Initializes a new instance of the ReferenceRelationship.
            </summary>
            <param name="packageRelationship">The source PackageRelationship.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ReferenceRelationship.#ctor(System.Uri,System.Boolean,System.String,System.String)">
            <summary>
            Initializes a new instance of the ReferenceRelationship.
            </summary>
            <param name="relationshipType">The relationship type of the relationship.</param>
            <param name="targetUri">The target uri of the relationship.</param>
            <param name="id">The relationship ID.</param>
            <param name="isExternal">A value that indicates whether the target of the relationship is Internal or External to the Package.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Container">
            <summary>
            Gets the owner <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer"/> that holds the <see cref="T:DocumentFormat.OpenXml.Packaging.ReferenceRelationship"/>.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ReferenceRelationship.RelationshipType">
            <summary>
            Gets the relationship type.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ReferenceRelationship.IsExternal">
            <summary>
            Gets a value that indicates whether the target of the relationship is Internal or External to the <see cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackage"/>.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Id">
            <summary>
            Gets the relationship ID.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Uri">
            <summary>
            Gets the target URI of the relationship.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Initialize(System.Uri,System.Boolean,System.String,System.String)">
            <summary>
            Initializes this instance of the ReferenceRelationship.
            </summary>
            <param name="relationshipType">The relationship type of the relationship.</param>
            <param name="targetUri">The target uri of the relationship.</param>
            <param name="id">The relationship ID.</param>
            <param name="isExternal">A value that indicates whether the target of the relationship is Internal or External to the Package.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ExternalRelationship">
            <summary>
            Represents an external relationship.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExternalRelationship.#ctor(System.Uri,System.String,System.String)">
            <summary>
            Initializes a new instance of the ExternalRelationship.
            </summary>
            <param name="externalUri">The target uri of the relationship.</param>
            <param name="relationshipType">The relationship type.</param>
            <param name="id">The relationship ID.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.HyperlinkRelationship">
            <summary>
            Represents a hyperlink relationship.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.RelationshipTypeConst">
            <summary>
            The source relationship type for hyperlink. Defined as "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink".
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.#ctor(System.Uri,System.Boolean,System.String)">
            <summary>
            Initializes a new instance of the HyperlinkRelationship.
            </summary>
            <param name="hyperlinkUri">The target uri of the hyperlink relationship.</param>
            <param name="id">The relationship ID.</param>
            <param name="isExternal">Is the URI external.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.RelationshipType">
            <summary>
            Gets the relationship type.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ExtendedPart">
            <summary>
            Defines a class for all extended parts (Application specific part).
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedPart.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedPart.#ctor(System.String)">
            <summary>
            Initialize a new instance of ExtendedPart.
            </summary>
            <param name="relationshipType"></param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedPart.RelationshipType">
            <summary>
            The relationship type of the part.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedPart.TargetFileExtension">
            <summary>
            The file extension to be used for the part in the package.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedPart.TargetPath">
            <summary>
            The internal path to be used for the part name.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedPart.TargetName">
            <summary>
            The file base name to be used for the part name in the package
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Always returns false.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedPart.AddPartFrom(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.String)">
            <summary>
            Adds a new part.
            </summary>
            <param name="subPart">The part to be added.</param>
            <param name="rId">A unique relationship identifier. null to create new id.</param>
            <returns>The added part. May diff with the passed in part.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "subPart" is null reference.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the part is no allowed to be added.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when one instance of same type part already exists and multiple instance of that type is not allowed.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedPart.InitPart``1(``0,System.String,System.String)">
            <summary>
            Init a new created part
            </summary>
            <typeparam name="T">The type of the part, must be derived from OpenXmlPart.</typeparam>
            <param name="newPart">The part to be initialized.</param>
            <param name="contentType">The content type of the part.</param>
            <param name="id">The relationship id.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart">
            <summary>
            Defines the CoreFilePropertiesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.#ctor">
            <summary>
            Construtor of CoreFilePropertiesPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart">
            <summary>
            Defines the ExtendedFilePropertiesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.#ctor">
            <summary>
            Construtor of ExtendedFilePropertiesPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart">
            <summary>
            Defines the CustomFilePropertiesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.#ctor">
            <summary>
            Construtor of CustomFilePropertiesPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ThumbnailPart">
            <summary>
            Defines the ThumbnailPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThumbnailPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThumbnailPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThumbnailPart.#ctor">
            <summary>
            Construtor of ThumbnailPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThumbnailPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThumbnailPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThumbnailPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThumbnailPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThumbnailPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThumbnailPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThumbnailPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThumbnailPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThumbnailPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart">
            <summary>
            Defines the DigitalSignatureOriginPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.#ctor">
            <summary>
            Construtor of DigitalSignatureOriginPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.XmlSignatureParts">
            <summary>
            Gets the XmlSignatureParts of the DigitalSignatureOriginPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.XmlSignaturePart">
            <summary>
            Defines the XmlSignaturePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.#ctor">
            <summary>
            Construtor of XmlSignaturePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.XmlSignaturePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.MainDocumentPart">
            <summary>
            Defines the MainDocumentPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.#ctor">
            <summary>
            Construtor of MainDocumentPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(System.String)">
            <summary>
            Adds a CustomXmlPart to the MainDocumentPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType)">
            <summary>
            Adds a CustomXmlPart to the MainDocumentPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(System.String,System.String)">
            <summary>
            Adds a CustomXmlPart to the MainDocumentPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType,System.String)">
            <summary>
            Adds a CustomXmlPart to the MainDocumentPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(System.String)">
            <summary>
            Adds a ThumbnailPart to the MainDocumentPart.
            </summary>
            <param name="contentType">the content type of the ThumbnailPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType)">
            <summary>
            Adds a ThumbnailPart to the MainDocumentPart.
            </summary>
            <param name="partType">The part type of the ThumbnailPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(System.String,System.String)">
            <summary>
            Adds a ThumbnailPart to the MainDocumentPart.
            </summary>
            <param name="contentType">the content type of the ThumbnailPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType,System.String)">
            <summary>
            Adds a ThumbnailPart to the MainDocumentPart.
            </summary>
            <param name="partType">The part type of the ThumbnailPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the MainDocumentPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType)">
            <summary>
            Adds a AlternativeFormatImportPart to the MainDocumentPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(System.String,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the MainDocumentPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the MainDocumentPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the MainDocumentPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the MainDocumentPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the MainDocumentPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the MainDocumentPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the MainDocumentPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the MainDocumentPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the MainDocumentPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the MainDocumentPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the MainDocumentPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the MainDocumentPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MainDocumentPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MainDocumentPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MainDocumentPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomXmlParts">
            <summary>
            Gets the CustomXmlParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.GlossaryDocumentPart">
            <summary>
            Gets the GlossaryDocumentPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThemePart">
            <summary>
            Gets the ThemePart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThumbnailPart">
            <summary>
            Gets the ThumbnailPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsPart">
            <summary>
            Gets the WordprocessingCommentsPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.DocumentSettingsPart">
            <summary>
            Gets the DocumentSettingsPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.EndnotesPart">
            <summary>
            Gets the EndnotesPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.FontTablePart">
            <summary>
            Gets the FontTablePart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.FootnotesPart">
            <summary>
            Gets the FootnotesPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.NumberingDefinitionsPart">
            <summary>
            Gets the NumberingDefinitionsPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.StyleDefinitionsPart">
            <summary>
            Gets the StyleDefinitionsPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.StylesWithEffectsPart">
            <summary>
            Gets the StylesWithEffectsPart of the MainDocumentPart., only available in Office2010
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.WebSettingsPart">
            <summary>
            Gets the WebSettingsPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.FooterParts">
            <summary>
            Gets the FooterParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.HeaderParts">
            <summary>
            Gets the HeaderParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPrinterSettingsParts">
            <summary>
            Gets the WordprocessingPrinterSettingsParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomizationPart">
            <summary>
            Gets the CustomizationPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.VbaProjectPart">
            <summary>
            Gets the VbaProjectPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsExPart">
            <summary>
            Gets the WordprocessingCommentsExPart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPeoplePart">
            <summary>
            Gets the WordprocessingPeoplePart of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.AlternativeFormatImportParts">
            <summary>
            Gets the AlternativeFormatImportParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.ChartParts">
            <summary>
            Gets the ChartParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.ImageParts">
            <summary>
            Gets the ImageParts of the MainDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomizationPart">
            <summary>
            Defines the CustomizationPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomizationPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomizationPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomizationPart.#ctor">
            <summary>
            Construtor of CustomizationPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomizationPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomizationPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomizationPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomizationPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomizationPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.WordAttachedToolbarsPart">
            <summary>
            Gets the WordAttachedToolbarsPart of the CustomizationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart">
            <summary>
            Defines the WordAttachedToolbarsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.#ctor">
            <summary>
            Construtor of WordAttachedToolbarsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart">
            <summary>
            Defines the AlternativeFormatImportPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.#ctor">
            <summary>
            Construtor of AlternativeFormatImportPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart">
            <summary>
            Defines the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.#ctor">
            <summary>
            Construtor of WordprocessingCommentsPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the WordprocessingCommentsPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType)">
            <summary>
            Adds a AlternativeFormatImportPart to the WordprocessingCommentsPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(System.String,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the WordprocessingCommentsPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the WordprocessingCommentsPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the WordprocessingCommentsPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the WordprocessingCommentsPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the WordprocessingCommentsPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the WordprocessingCommentsPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the WordprocessingCommentsPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the WordprocessingCommentsPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AlternativeFormatImportParts">
            <summary>
            Gets the AlternativeFormatImportParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ChartParts">
            <summary>
            Gets the ChartParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ImageParts">
            <summary>
            Gets the ImageParts of the WordprocessingCommentsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart">
            <summary>
            Defines the DocumentSettingsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.#ctor">
            <summary>
            Construtor of DocumentSettingsPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(System.String)">
            <summary>
            Adds a MailMergeRecipientDataPart to the DocumentSettingsPart.
            </summary>
            <param name="contentType">the content type of the MailMergeRecipientDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType)">
            <summary>
            Adds a MailMergeRecipientDataPart to the DocumentSettingsPart.
            </summary>
            <param name="partType">The part type of the MailMergeRecipientDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(System.String,System.String)">
            <summary>
            Adds a MailMergeRecipientDataPart to the DocumentSettingsPart.
            </summary>
            <param name="contentType">the content type of the MailMergeRecipientDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType,System.String)">
            <summary>
            Adds a MailMergeRecipientDataPart to the DocumentSettingsPart.
            </summary>
            <param name="partType">The part type of the MailMergeRecipientDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the DocumentSettingsPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the DocumentSettingsPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the DocumentSettingsPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the DocumentSettingsPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.MailMergeRecipientDataPart">
            <summary>
            Gets the MailMergeRecipientDataPart of the DocumentSettingsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ImageParts">
            <summary>
            Gets the ImageParts of the DocumentSettingsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.EndnotesPart">
            <summary>
            Defines the EndnotesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.#ctor">
            <summary>
            Construtor of EndnotesPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the EndnotesPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType)">
            <summary>
            Adds a AlternativeFormatImportPart to the EndnotesPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(System.String,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the EndnotesPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the EndnotesPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the EndnotesPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the EndnotesPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the EndnotesPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the EndnotesPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the EndnotesPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the EndnotesPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the EndnotesPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the EndnotesPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the EndnotesPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the EndnotesPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EndnotesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EndnotesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EndnotesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EndnotesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.AlternativeFormatImportParts">
            <summary>
            Gets the AlternativeFormatImportParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.ChartParts">
            <summary>
            Gets the ChartParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.ImageParts">
            <summary>
            Gets the ImageParts of the EndnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.FontTablePart">
            <summary>
            Defines the FontTablePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontTablePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontTablePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontTablePart.#ctor">
            <summary>
            Construtor of FontTablePart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontTablePart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(System.String)">
            <summary>
            Adds a FontPart to the FontTablePart.
            </summary>
            <param name="contentType">the content type of the FontPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType)">
            <summary>
            Adds a FontPart to the FontTablePart.
            </summary>
            <param name="partType">The part type of the FontPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(System.String,System.String)">
            <summary>
            Adds a FontPart to the FontTablePart.
            </summary>
            <param name="contentType">the content type of the FontPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType,System.String)">
            <summary>
            Adds a FontPart to the FontTablePart.
            </summary>
            <param name="partType">The part type of the FontPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontTablePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontTablePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontTablePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontTablePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.FontParts">
            <summary>
            Gets the FontParts of the FontTablePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.FooterPart">
            <summary>
            Defines the FooterPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.#ctor">
            <summary>
            Construtor of FooterPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the FooterPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType)">
            <summary>
            Adds a AlternativeFormatImportPart to the FooterPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(System.String,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the FooterPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the FooterPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the FooterPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the FooterPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the FooterPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the FooterPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the FooterPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the FooterPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the FooterPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the FooterPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the FooterPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the FooterPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FooterPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FooterPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FooterPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FooterPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.AlternativeFormatImportParts">
            <summary>
            Gets the AlternativeFormatImportParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.ChartParts">
            <summary>
            Gets the ChartParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.ImageParts">
            <summary>
            Gets the ImageParts of the FooterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FooterPart.Footer">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.FootnotesPart">
            <summary>
            Defines the FootnotesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.#ctor">
            <summary>
            Construtor of FootnotesPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the FootnotesPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType)">
            <summary>
            Adds a AlternativeFormatImportPart to the FootnotesPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(System.String,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the FootnotesPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the FootnotesPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the FootnotesPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the FootnotesPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the FootnotesPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the FootnotesPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the FootnotesPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the FootnotesPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the FootnotesPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the FootnotesPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the FootnotesPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the FootnotesPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FootnotesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FootnotesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FootnotesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FootnotesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.AlternativeFormatImportParts">
            <summary>
            Gets the AlternativeFormatImportParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.ChartParts">
            <summary>
            Gets the ChartParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.ImageParts">
            <summary>
            Gets the ImageParts of the FootnotesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart">
            <summary>
            Defines the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.#ctor">
            <summary>
            Construtor of GlossaryDocumentPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the GlossaryDocumentPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType)">
            <summary>
            Adds a AlternativeFormatImportPart to the GlossaryDocumentPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(System.String,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the GlossaryDocumentPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the GlossaryDocumentPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the GlossaryDocumentPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the GlossaryDocumentPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the GlossaryDocumentPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the GlossaryDocumentPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the GlossaryDocumentPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the GlossaryDocumentPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the GlossaryDocumentPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the GlossaryDocumentPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the GlossaryDocumentPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the GlossaryDocumentPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsPart">
            <summary>
            Gets the WordprocessingCommentsPart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DocumentSettingsPart">
            <summary>
            Gets the DocumentSettingsPart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EndnotesPart">
            <summary>
            Gets the EndnotesPart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FontTablePart">
            <summary>
            Gets the FontTablePart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FootnotesPart">
            <summary>
            Gets the FootnotesPart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.NumberingDefinitionsPart">
            <summary>
            Gets the NumberingDefinitionsPart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StyleDefinitionsPart">
            <summary>
            Gets the StyleDefinitionsPart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StylesWithEffectsPart">
            <summary>
            Gets the StylesWithEffectsPart of the GlossaryDocumentPart., only available in Office2010
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WebSettingsPart">
            <summary>
            Gets the WebSettingsPart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FooterParts">
            <summary>
            Gets the FooterParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.HeaderParts">
            <summary>
            Gets the HeaderParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPrinterSettingsParts">
            <summary>
            Gets the WordprocessingPrinterSettingsParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.CustomizationPart">
            <summary>
            Gets the CustomizationPart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.VbaProjectPart">
            <summary>
            Gets the VbaProjectPart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsExPart">
            <summary>
            Gets the WordprocessingCommentsExPart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPeoplePart">
            <summary>
            Gets the WordprocessingPeoplePart of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AlternativeFormatImportParts">
            <summary>
            Gets the AlternativeFormatImportParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ChartParts">
            <summary>
            Gets the ChartParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ImageParts">
            <summary>
            Gets the ImageParts of the GlossaryDocumentPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.HeaderPart">
            <summary>
            Defines the HeaderPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.#ctor">
            <summary>
            Construtor of HeaderPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the HeaderPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType)">
            <summary>
            Adds a AlternativeFormatImportPart to the HeaderPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(System.String,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the HeaderPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the HeaderPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the HeaderPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the HeaderPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the HeaderPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the HeaderPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the HeaderPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the HeaderPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the HeaderPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the HeaderPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the HeaderPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the HeaderPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.HeaderPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.HeaderPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.HeaderPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.HeaderPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.AlternativeFormatImportParts">
            <summary>
            Gets the AlternativeFormatImportParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.ChartParts">
            <summary>
            Gets the ChartParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.ImageParts">
            <summary>
            Gets the ImageParts of the HeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HeaderPart.Header">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart">
            <summary>
            Defines the NumberingDefinitionsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.#ctor">
            <summary>
            Construtor of NumberingDefinitionsPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the NumberingDefinitionsPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the NumberingDefinitionsPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the NumberingDefinitionsPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the NumberingDefinitionsPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ImageParts">
            <summary>
            Gets the ImageParts of the NumberingDefinitionsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart">
            <summary>
            Defines the StyleDefinitionsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.#ctor">
            <summary>
            Construtor of StyleDefinitionsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WebSettingsPart">
            <summary>
            Defines the WebSettingsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebSettingsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebSettingsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebSettingsPart.#ctor">
            <summary>
            Construtor of WebSettingsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebSettingsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebSettingsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebSettingsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebSettingsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart">
            <summary>
            Defines the MailMergeRecipientDataPart.
            </summary>
            <summary>
            Defines MailMergeRecipientDataPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.#ctor">
            <summary>
            Construtor of MailMergeRecipientDataPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients">
            <summary>
            Gets/Sets the part's root element when the part's content type is MailMergeRecipientDataPartType.OpenXmlMailMergeRecipientData.
            Setting this property will throw InvalidOperationException if the MailMergeRecipients property is not null.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients">
            <summary>
            Gets/Sets the part's root element when the part's content type is MailMergeRecipientDataPartType.MsWordMailMergeRecipientData.
            Setting this property will throw InvalidOperationException if the Recipients property is not null.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookPart">
            <summary>
            Defines the WorkbookPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.#ctor">
            <summary>
            Construtor of WorkbookPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(System.String)">
            <summary>
            Adds a CustomXmlPart to the WorkbookPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType)">
            <summary>
            Adds a CustomXmlPart to the WorkbookPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(System.String,System.String)">
            <summary>
            Adds a CustomXmlPart to the WorkbookPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType,System.String)">
            <summary>
            Adds a CustomXmlPart to the WorkbookPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(System.String)">
            <summary>
            Adds a ThumbnailPart to the WorkbookPart.
            </summary>
            <param name="contentType">the content type of the ThumbnailPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType)">
            <summary>
            Adds a ThumbnailPart to the WorkbookPart.
            </summary>
            <param name="partType">The part type of the ThumbnailPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(System.String,System.String)">
            <summary>
            Adds a ThumbnailPart to the WorkbookPart.
            </summary>
            <param name="contentType">the content type of the ThumbnailPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType,System.String)">
            <summary>
            Adds a ThumbnailPart to the WorkbookPart.
            </summary>
            <param name="partType">The part type of the ThumbnailPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlParts">
            <summary>
            Gets the CustomXmlParts of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.CalculationChainPart">
            <summary>
            Gets the CalculationChainPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.CellMetadataPart">
            <summary>
            Gets the CellMetadataPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.ConnectionsPart">
            <summary>
            Gets the ConnectionsPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlMappingsPart">
            <summary>
            Gets the CustomXmlMappingsPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.SharedStringTablePart">
            <summary>
            Gets the SharedStringTablePart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookRevisionHeaderPart">
            <summary>
            Gets the WorkbookRevisionHeaderPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookUserDataPart">
            <summary>
            Gets the WorkbookUserDataPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookStylesPart">
            <summary>
            Gets the WorkbookStylesPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.ThemePart">
            <summary>
            Gets the ThemePart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.ThumbnailPart">
            <summary>
            Gets the ThumbnailPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.VolatileDependenciesPart">
            <summary>
            Gets the VolatileDependenciesPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.ChartsheetParts">
            <summary>
            Gets the ChartsheetParts of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.DialogsheetParts">
            <summary>
            Gets the DialogsheetParts of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.ExternalWorkbookParts">
            <summary>
            Gets the ExternalWorkbookParts of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.PivotTableCacheDefinitionParts">
            <summary>
            Gets the PivotTableCacheDefinitionParts of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.WorksheetParts">
            <summary>
            Gets the WorksheetParts of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.ExcelAttachedToolbarsPart">
            <summary>
            Gets the ExcelAttachedToolbarsPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.VbaProjectPart">
            <summary>
            Gets the VbaProjectPart of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.MacroSheetParts">
            <summary>
            Gets the MacroSheetParts of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.InternationalMacroSheetParts">
            <summary>
            Gets the InternationalMacroSheetParts of the WorkbookPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomDataPropertiesParts">
            <summary>
            Gets the CustomDataPropertiesParts of the WorkbookPart., only available in Office2010
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.SlicerCacheParts">
            <summary>
            Gets the SlicerCacheParts of the WorkbookPart., only available in Office2010
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.TimeLineCacheParts">
            <summary>
            Gets the TimeLineCacheParts of the WorkbookPart., only available in Office2013
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CalculationChainPart">
            <summary>
            Defines the CalculationChainPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CalculationChainPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CalculationChainPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CalculationChainPart.#ctor">
            <summary>
            Construtor of CalculationChainPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CalculationChainPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CalculationChainPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CalculationChainPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CalculationChainPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ChartsheetPart">
            <summary>
            Defines the ChartsheetPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartsheetPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartsheetPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartsheetPart.#ctor">
            <summary>
            Construtor of ChartsheetPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartsheetPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the ChartsheetPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the ChartsheetPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the ChartsheetPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the ChartsheetPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartsheetPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartsheetPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartsheetPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartsheetPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.SpreadsheetPrinterSettingsParts">
            <summary>
            Gets the SpreadsheetPrinterSettingsParts of the ChartsheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.DrawingsPart">
            <summary>
            Gets the DrawingsPart of the ChartsheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the ChartsheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.ImageParts">
            <summary>
            Gets the ImageParts of the ChartsheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart">
            <summary>
            Defines the WorksheetCommentsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.#ctor">
            <summary>
            Construtor of WorksheetCommentsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ConnectionsPart">
            <summary>
            Defines the ConnectionsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ConnectionsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ConnectionsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ConnectionsPart.#ctor">
            <summary>
            Construtor of ConnectionsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ConnectionsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ConnectionsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ConnectionsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ConnectionsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomPropertyPart">
            <summary>
            Defines the CustomPropertyPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.#ctor">
            <summary>
            Construtor of CustomPropertyPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomPropertyPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart">
            <summary>
            Defines the CustomXmlMappingsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.#ctor">
            <summary>
            Construtor of CustomXmlMappingsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DialogsheetPart">
            <summary>
            Defines the DialogsheetPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DialogsheetPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DialogsheetPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DialogsheetPart.#ctor">
            <summary>
            Construtor of DialogsheetPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DialogsheetPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DialogsheetPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the DialogsheetPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DialogsheetPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DialogsheetPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DialogsheetPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DialogsheetPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.SpreadsheetPrinterSettingsParts">
            <summary>
            Gets the SpreadsheetPrinterSettingsParts of the DialogsheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.DrawingsPart">
            <summary>
            Gets the DrawingsPart of the DialogsheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the DialogsheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the DialogsheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DrawingsPart">
            <summary>
            Defines the DrawingsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.#ctor">
            <summary>
            Construtor of DrawingsPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the DrawingsPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the DrawingsPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the DrawingsPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the DrawingsPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(System.String)">
            <summary>
            Adds a CustomXmlPart to the DrawingsPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType)">
            <summary>
            Adds a CustomXmlPart to the DrawingsPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(System.String,System.String)">
            <summary>
            Adds a CustomXmlPart to the DrawingsPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType,System.String)">
            <summary>
            Adds a CustomXmlPart to the DrawingsPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DrawingsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DrawingsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DrawingsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DrawingsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.ChartParts">
            <summary>
            Gets the ChartParts of the DrawingsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the DrawingsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the DrawingsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the DrawingsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the DrawingsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the DrawingsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.ImageParts">
            <summary>
            Gets the ImageParts of the DrawingsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.CustomXmlParts">
            <summary>
            Gets the CustomXmlParts of the DrawingsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.WebExtensionParts">
            <summary>
            Gets the WebExtensionParts of the DrawingsPart., only available in Office2013
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart">
            <summary>
            Defines the ExternalWorkbookPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.#ctor">
            <summary>
            Construtor of ExternalWorkbookPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CellMetadataPart">
            <summary>
            Defines the CellMetadataPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CellMetadataPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CellMetadataPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CellMetadataPart.#ctor">
            <summary>
            Construtor of CellMetadataPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CellMetadataPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CellMetadataPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CellMetadataPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CellMetadataPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.PivotTablePart">
            <summary>
            Defines the PivotTablePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTablePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTablePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTablePart.#ctor">
            <summary>
            Construtor of PivotTablePart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTablePart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTablePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTablePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTablePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTablePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableCacheDefinitionPart">
            <summary>
            Gets the PivotTableCacheDefinitionPart of the PivotTablePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart">
            <summary>
            Defines the PivotTableCacheDefinitionPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.#ctor">
            <summary>
            Construtor of PivotTableCacheDefinitionPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheRecordsPart">
            <summary>
            Gets the PivotTableCacheRecordsPart of the PivotTableCacheDefinitionPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart">
            <summary>
            Defines the PivotTableCacheRecordsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.#ctor">
            <summary>
            Construtor of PivotTableCacheRecordsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.QueryTablePart">
            <summary>
            Defines the QueryTablePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.QueryTablePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.QueryTablePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.QueryTablePart.#ctor">
            <summary>
            Construtor of QueryTablePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.QueryTablePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.QueryTablePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.QueryTablePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.QueryTablePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SharedStringTablePart">
            <summary>
            Defines the SharedStringTablePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.#ctor">
            <summary>
            Construtor of SharedStringTablePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart">
            <summary>
            Defines the WorkbookRevisionHeaderPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.#ctor">
            <summary>
            Construtor of WorkbookRevisionHeaderPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionLogParts">
            <summary>
            Gets the WorkbookRevisionLogParts of the WorkbookRevisionHeaderPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart">
            <summary>
            Defines the WorkbookRevisionLogPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.#ctor">
            <summary>
            Construtor of WorkbookRevisionLogPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart">
            <summary>
            Defines the WorkbookUserDataPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.#ctor">
            <summary>
            Construtor of WorkbookUserDataPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SingleCellTablePart">
            <summary>
            Defines the SingleCellTablePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.#ctor">
            <summary>
            Construtor of SingleCellTablePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart">
            <summary>
            Defines the WorkbookStylesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.#ctor">
            <summary>
            Construtor of WorkbookStylesPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.TableDefinitionPart">
            <summary>
            Defines the TableDefinitionPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.#ctor">
            <summary>
            Construtor of TableDefinitionPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.QueryTableParts">
            <summary>
            Gets the QueryTableParts of the TableDefinitionPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart">
            <summary>
            Defines the VolatileDependenciesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.#ctor">
            <summary>
            Construtor of VolatileDependenciesPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WorksheetPart">
            <summary>
            Defines the WorksheetPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.#ctor">
            <summary>
            Construtor of WorksheetPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WorksheetPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WorksheetPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WorksheetPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WorksheetPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the WorksheetPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the WorksheetPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the WorksheetPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the WorksheetPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the WorksheetPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the WorksheetPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(System.String)">
            <summary>
            Adds a CustomPropertyPart to the WorksheetPart.
            </summary>
            <param name="contentType">the content type of the CustomPropertyPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType)">
            <summary>
            Adds a CustomPropertyPart to the WorksheetPart.
            </summary>
            <param name="partType">The part type of the CustomPropertyPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(System.String,System.String)">
            <summary>
            Adds a CustomPropertyPart to the WorksheetPart.
            </summary>
            <param name="contentType">the content type of the CustomPropertyPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType,System.String)">
            <summary>
            Adds a CustomPropertyPart to the WorksheetPart.
            </summary>
            <param name="partType">The part type of the CustomPropertyPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the WorksheetPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the WorksheetPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the WorksheetPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the WorksheetPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.SpreadsheetPrinterSettingsParts">
            <summary>
            Gets the SpreadsheetPrinterSettingsParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.DrawingsPart">
            <summary>
            Gets the DrawingsPart of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetCommentsPart">
            <summary>
            Gets the WorksheetCommentsPart of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.PivotTableParts">
            <summary>
            Gets the PivotTableParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.SingleCellTablePart">
            <summary>
            Gets the SingleCellTablePart of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.TableDefinitionParts">
            <summary>
            Gets the TableDefinitionParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.ControlPropertiesParts">
            <summary>
            Gets the ControlPropertiesParts of the WorksheetPart., only available in Office2010
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.ImageParts">
            <summary>
            Gets the ImageParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.CustomPropertyParts">
            <summary>
            Gets the CustomPropertyParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetSortMapPart">
            <summary>
            Gets the WorksheetSortMapPart of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.QueryTableParts">
            <summary>
            Gets the QueryTableParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceBinaryDataParts">
            <summary>
            Gets the EmbeddedControlPersistenceBinaryDataParts of the WorksheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.SlicersParts">
            <summary>
            Gets the SlicersParts of the WorksheetPart., only available in Office2010
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.TimeLineParts">
            <summary>
            Gets the TimeLineParts of the WorksheetPart., only available in Office2013
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart">
            <summary>
            Defines the ExcelAttachedToolbarsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.#ctor">
            <summary>
            Construtor of ExcelAttachedToolbarsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart">
            <summary>
            Defines the WorksheetSortMapPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.#ctor">
            <summary>
            Construtor of WorksheetSortMapPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.PresentationPart">
            <summary>
            Defines the PresentationPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.#ctor">
            <summary>
            Construtor of PresentationPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(System.String)">
            <summary>
            Adds a CustomXmlPart to the PresentationPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType)">
            <summary>
            Adds a CustomXmlPart to the PresentationPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(System.String,System.String)">
            <summary>
            Adds a CustomXmlPart to the PresentationPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType,System.String)">
            <summary>
            Adds a CustomXmlPart to the PresentationPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(System.String)">
            <summary>
            Adds a FontPart to the PresentationPart.
            </summary>
            <param name="contentType">the content type of the FontPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType)">
            <summary>
            Adds a FontPart to the PresentationPart.
            </summary>
            <param name="partType">The part type of the FontPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(System.String,System.String)">
            <summary>
            Adds a FontPart to the PresentationPart.
            </summary>
            <param name="contentType">the content type of the FontPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType,System.String)">
            <summary>
            Adds a FontPart to the PresentationPart.
            </summary>
            <param name="partType">The part type of the FontPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PresentationPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PresentationPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PresentationPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.CustomXmlParts">
            <summary>
            Gets the CustomXmlParts of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.FontParts">
            <summary>
            Gets the FontParts of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPropertiesPart">
            <summary>
            Gets the PresentationPropertiesPart of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.TableStylesPart">
            <summary>
            Gets the TableStylesPart of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.ThemePart">
            <summary>
            Gets the ThemePart of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.ViewPropertiesPart">
            <summary>
            Gets the ViewPropertiesPart of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.NotesMasterPart">
            <summary>
            Gets the NotesMasterPart of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.SlideParts">
            <summary>
            Gets the SlideParts of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.SlideMasterParts">
            <summary>
            Gets the SlideMasterParts of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.UserDefinedTagsPart">
            <summary>
            Gets the UserDefinedTagsPart of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.CommentAuthorsPart">
            <summary>
            Gets the CommentAuthorsPart of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.HandoutMasterPart">
            <summary>
            Gets the HandoutMasterPart of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.LegacyDiagramTextInfoPart">
            <summary>
            Gets the LegacyDiagramTextInfoPart of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.VbaProjectPart">
            <summary>
            Gets the VbaProjectPart of the PresentationPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart">
            <summary>
            Defines the CommentAuthorsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.#ctor">
            <summary>
            Construtor of CommentAuthorsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SlideCommentsPart">
            <summary>
            Defines the SlideCommentsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.#ctor">
            <summary>
            Construtor of SlideCommentsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.HandoutMasterPart">
            <summary>
            Defines the HandoutMasterPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.#ctor">
            <summary>
            Construtor of HandoutMasterPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(System.String)">
            <summary>
            Adds a CustomXmlPart to the HandoutMasterPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType)">
            <summary>
            Adds a CustomXmlPart to the HandoutMasterPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(System.String,System.String)">
            <summary>
            Adds a CustomXmlPart to the HandoutMasterPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType,System.String)">
            <summary>
            Adds a CustomXmlPart to the HandoutMasterPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the HandoutMasterPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the HandoutMasterPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the HandoutMasterPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the HandoutMasterPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the HandoutMasterPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the HandoutMasterPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the HandoutMasterPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the HandoutMasterPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the HandoutMasterPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the HandoutMasterPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.CustomXmlParts">
            <summary>
            Gets the CustomXmlParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ChartParts">
            <summary>
            Gets the ChartParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ImageParts">
            <summary>
            Gets the ImageParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedControlPersistenceBinaryDataParts">
            <summary>
            Gets the EmbeddedControlPersistenceBinaryDataParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ThemePart">
            <summary>
            Gets the ThemePart of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.UserDefinedTagsParts">
            <summary>
            Gets the UserDefinedTagsParts of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.SlidePart">
            <summary>
            Gets the SlidePart of the HandoutMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.NotesMasterPart">
            <summary>
            Defines the NotesMasterPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.#ctor">
            <summary>
            Construtor of NotesMasterPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(System.String)">
            <summary>
            Adds a CustomXmlPart to the NotesMasterPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType)">
            <summary>
            Adds a CustomXmlPart to the NotesMasterPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(System.String,System.String)">
            <summary>
            Adds a CustomXmlPart to the NotesMasterPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType,System.String)">
            <summary>
            Adds a CustomXmlPart to the NotesMasterPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the NotesMasterPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the NotesMasterPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the NotesMasterPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the NotesMasterPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the NotesMasterPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the NotesMasterPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesMasterPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesMasterPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesMasterPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesMasterPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NotesMasterPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NotesMasterPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NotesMasterPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NotesMasterPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.CustomXmlParts">
            <summary>
            Gets the CustomXmlParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.ChartParts">
            <summary>
            Gets the ChartParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.ImageParts">
            <summary>
            Gets the ImageParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedControlPersistenceBinaryDataParts">
            <summary>
            Gets the EmbeddedControlPersistenceBinaryDataParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.ThemePart">
            <summary>
            Gets the ThemePart of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.UserDefinedTagsParts">
            <summary>
            Gets the UserDefinedTagsParts of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.SlidePart">
            <summary>
            Gets the SlidePart of the NotesMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.NotesSlidePart">
            <summary>
            Defines the NotesSlidePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.#ctor">
            <summary>
            Construtor of NotesSlidePart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(System.String)">
            <summary>
            Adds a CustomXmlPart to the NotesSlidePart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType)">
            <summary>
            Adds a CustomXmlPart to the NotesSlidePart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(System.String,System.String)">
            <summary>
            Adds a CustomXmlPart to the NotesSlidePart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType,System.String)">
            <summary>
            Adds a CustomXmlPart to the NotesSlidePart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the NotesSlidePart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the NotesSlidePart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the NotesSlidePart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the NotesSlidePart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the NotesSlidePart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the NotesSlidePart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesSlidePart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesSlidePart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesSlidePart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesSlidePart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NotesSlidePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NotesSlidePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NotesSlidePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.NotesSlidePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.CustomXmlParts">
            <summary>
            Gets the CustomXmlParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.ChartParts">
            <summary>
            Gets the ChartParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.ImageParts">
            <summary>
            Gets the ImageParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedControlPersistenceBinaryDataParts">
            <summary>
            Gets the EmbeddedControlPersistenceBinaryDataParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesMasterPart">
            <summary>
            Gets the NotesMasterPart of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.ThemeOverridePart">
            <summary>
            Gets the ThemeOverridePart of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.SlidePart">
            <summary>
            Gets the SlidePart of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.UserDefinedTagsParts">
            <summary>
            Gets the UserDefinedTagsParts of the NotesSlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart">
            <summary>
            Defines the PresentationPropertiesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.#ctor">
            <summary>
            Construtor of PresentationPropertiesPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SlidePart">
            <summary>
            Defines the SlidePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.#ctor">
            <summary>
            Construtor of SlidePart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(System.String)">
            <summary>
            Adds a CustomXmlPart to the SlidePart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType)">
            <summary>
            Adds a CustomXmlPart to the SlidePart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(System.String,System.String)">
            <summary>
            Adds a CustomXmlPart to the SlidePart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType,System.String)">
            <summary>
            Adds a CustomXmlPart to the SlidePart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the SlidePart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the SlidePart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the SlidePart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the SlidePart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the SlidePart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the SlidePart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlidePart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlidePart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlidePart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlidePart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlidePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlidePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlidePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlidePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.CustomXmlParts">
            <summary>
            Gets the CustomXmlParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.ChartParts">
            <summary>
            Gets the ChartParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.ImageParts">
            <summary>
            Gets the ImageParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceBinaryDataParts">
            <summary>
            Gets the EmbeddedControlPersistenceBinaryDataParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.SlideCommentsPart">
            <summary>
            Gets the SlideCommentsPart of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.NotesSlidePart">
            <summary>
            Gets the NotesSlidePart of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.ThemeOverridePart">
            <summary>
            Gets the ThemeOverridePart of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.SlideLayoutPart">
            <summary>
            Gets the SlideLayoutPart of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.SlideSyncDataPart">
            <summary>
            Gets the SlideSyncDataPart of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.UserDefinedTagsParts">
            <summary>
            Gets the UserDefinedTagsParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.SlideParts">
            <summary>
            Gets the SlideParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the SlidePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.WebExtensionParts">
            <summary>
            Gets the WebExtensionParts of the SlidePart., only available in Office2013
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlidePart.Slide">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SlideLayoutPart">
            <summary>
            Defines the SlideLayoutPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.#ctor">
            <summary>
            Construtor of SlideLayoutPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(System.String)">
            <summary>
            Adds a CustomXmlPart to the SlideLayoutPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType)">
            <summary>
            Adds a CustomXmlPart to the SlideLayoutPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(System.String,System.String)">
            <summary>
            Adds a CustomXmlPart to the SlideLayoutPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType,System.String)">
            <summary>
            Adds a CustomXmlPart to the SlideLayoutPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the SlideLayoutPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the SlideLayoutPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the SlideLayoutPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the SlideLayoutPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the SlideLayoutPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the SlideLayoutPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlideLayoutPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlideLayoutPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlideLayoutPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlideLayoutPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.CustomXmlParts">
            <summary>
            Gets the CustomXmlParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ChartParts">
            <summary>
            Gets the ChartParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ImageParts">
            <summary>
            Gets the ImageParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceBinaryDataParts">
            <summary>
            Gets the EmbeddedControlPersistenceBinaryDataParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideParts">
            <summary>
            Gets the SlideParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideMasterPart">
            <summary>
            Gets the SlideMasterPart of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ThemeOverridePart">
            <summary>
            Gets the ThemeOverridePart of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.UserDefinedTagsParts">
            <summary>
            Gets the UserDefinedTagsParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the SlideLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SlideMasterPart">
            <summary>
            Defines the SlideMasterPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.#ctor">
            <summary>
            Construtor of SlideMasterPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(System.String)">
            <summary>
            Adds a CustomXmlPart to the SlideMasterPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType)">
            <summary>
            Adds a CustomXmlPart to the SlideMasterPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(System.String,System.String)">
            <summary>
            Adds a CustomXmlPart to the SlideMasterPart.
            </summary>
            <param name="contentType">the content type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType,System.String)">
            <summary>
            Adds a CustomXmlPart to the SlideMasterPart.
            </summary>
            <param name="partType">The part type of the CustomXmlPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the SlideMasterPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the SlideMasterPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the SlideMasterPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the SlideMasterPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the SlideMasterPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the SlideMasterPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideMasterPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideMasterPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideMasterPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideMasterPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlideMasterPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlideMasterPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlideMasterPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the SlideMasterPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideMasterPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideMasterPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideMasterPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideMasterPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.CustomXmlParts">
            <summary>
            Gets the CustomXmlParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.ChartParts">
            <summary>
            Gets the ChartParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.ImageParts">
            <summary>
            Gets the ImageParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceBinaryDataParts">
            <summary>
            Gets the EmbeddedControlPersistenceBinaryDataParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.ThemePart">
            <summary>
            Gets the ThemePart of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideParts">
            <summary>
            Gets the SlideParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideLayoutParts">
            <summary>
            Gets the SlideLayoutParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.UserDefinedTagsParts">
            <summary>
            Gets the UserDefinedTagsParts of the SlideMasterPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart">
            <summary>
            Defines the SlideSyncDataPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.#ctor">
            <summary>
            Construtor of SlideSyncDataPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart">
            <summary>
            Defines the UserDefinedTagsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.#ctor">
            <summary>
            Construtor of UserDefinedTagsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart">
            <summary>
            Defines the ViewPropertiesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.#ctor">
            <summary>
            Construtor of ViewPropertiesPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.SlideParts">
            <summary>
            Gets the SlideParts of the ViewPropertiesPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart">
            <summary>
            Defines the LegacyDiagramTextInfoPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.#ctor">
            <summary>
            Construtor of LegacyDiagramTextInfoPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart">
            <summary>
            Defines the LegacyDiagramTextPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.#ctor">
            <summary>
            Construtor of LegacyDiagramTextPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ChartPart">
            <summary>
            Defines the ChartPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.#ctor">
            <summary>
            Construtor of ChartPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the ChartPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the ChartPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the ChartPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the ChartPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the ChartPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ChartDrawingPart">
            <summary>
            Gets the ChartDrawingPart of the ChartPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.EmbeddedPackagePart">
            <summary>
            Gets the EmbeddedPackagePart of the ChartPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ImageParts">
            <summary>
            Gets the ImageParts of the ChartPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ThemeOverridePart">
            <summary>
            Gets the ThemeOverridePart of the ChartPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ChartStyleParts">
            <summary>
            Gets the ChartStyleParts of the ChartPart., only available in Office2013
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ChartColorStyleParts">
            <summary>
            Gets the ChartColorStyleParts of the ChartPart., only available in Office2013
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ChartDrawingPart">
            <summary>
            Defines the ChartDrawingPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.#ctor">
            <summary>
            Construtor of ChartDrawingPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the ChartDrawingPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the ChartDrawingPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the ChartDrawingPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the ChartDrawingPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartPart">
            <summary>
            Gets the ChartPart of the ChartDrawingPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ImageParts">
            <summary>
            Gets the ImageParts of the ChartDrawingPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DiagramColorsPart">
            <summary>
            Defines the DiagramColorsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.#ctor">
            <summary>
            Construtor of DiagramColorsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DiagramDataPart">
            <summary>
            Defines the DiagramDataPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramDataPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramDataPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramDataPart.#ctor">
            <summary>
            Construtor of DiagramDataPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramDataPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the DiagramDataPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the DiagramDataPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the DiagramDataPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the DiagramDataPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramDataPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramDataPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramDataPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramDataPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.ImageParts">
            <summary>
            Gets the ImageParts of the DiagramDataPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.SlideParts">
            <summary>
            Gets the SlideParts of the DiagramDataPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.WorksheetParts">
            <summary>
            Gets the WorksheetParts of the DiagramDataPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart">
            <summary>
            Defines the DiagramLayoutDefinitionPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.#ctor">
            <summary>
            Construtor of DiagramLayoutDefinitionPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the DiagramLayoutDefinitionPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the DiagramLayoutDefinitionPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the DiagramLayoutDefinitionPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the DiagramLayoutDefinitionPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ImageParts">
            <summary>
            Gets the ImageParts of the DiagramLayoutDefinitionPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DiagramStylePart">
            <summary>
            Defines the DiagramStylePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramStylePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramStylePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramStylePart.#ctor">
            <summary>
            Construtor of DiagramStylePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramStylePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramStylePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramStylePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramStylePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ThemePart">
            <summary>
            Defines the ThemePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemePart.#ctor">
            <summary>
            Construtor of ThemePart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemePart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the ThemePart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the ThemePart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the ThemePart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the ThemePart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThemePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThemePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThemePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThemePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.ImageParts">
            <summary>
            Gets the ImageParts of the ThemePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemePart.Theme">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ThemeOverridePart">
            <summary>
            Defines the ThemeOverridePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.#ctor">
            <summary>
            Construtor of ThemeOverridePart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the ThemeOverridePart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the ThemeOverridePart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the ThemeOverridePart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the ThemeOverridePart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ImageParts">
            <summary>
            Gets the ImageParts of the ThemeOverridePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.TableStylesPart">
            <summary>
            Defines the TableStylesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TableStylesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TableStylesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TableStylesPart.#ctor">
            <summary>
            Construtor of TableStylesPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TableStylesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TableStylesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TableStylesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TableStylesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomXmlPart">
            <summary>
            Defines the CustomXmlPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlPart.#ctor">
            <summary>
            Construtor of CustomXmlPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPropertiesPart">
            <summary>
            Gets the CustomXmlPropertiesPart of the CustomXmlPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart">
            <summary>
            Defines the CustomXmlPropertiesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.#ctor">
            <summary>
            Construtor of CustomXmlPropertiesPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart">
            <summary>
            Defines the EmbeddedControlPersistencePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.#ctor">
            <summary>
            Construtor of EmbeddedControlPersistencePart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistenceBinaryDataPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistenceBinaryDataParts">
            <summary>
            Gets the EmbeddedControlPersistenceBinaryDataParts of the EmbeddedControlPersistencePart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart">
            <summary>
            Defines the EmbeddedObjectPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.#ctor">
            <summary>
            Construtor of EmbeddedObjectPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart">
            <summary>
            Defines the EmbeddedPackagePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.#ctor">
            <summary>
            Construtor of EmbeddedPackagePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.FontPart">
            <summary>
            Defines the FontPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.FontPart.#ctor">
            <summary>
            Construtor of FontPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.FontPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart">
            <summary>
            Defines the SpreadsheetPrinterSettingsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.#ctor">
            <summary>
            Construtor of SpreadsheetPrinterSettingsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart">
            <summary>
            Defines the WordprocessingPrinterSettingsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.#ctor">
            <summary>
            Construtor of WordprocessingPrinterSettingsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ImagePart">
            <summary>
            Defines the ImagePart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ImagePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ImagePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ImagePart.#ctor">
            <summary>
            Construtor of ImagePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ImagePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ImagePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ImagePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ImagePart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ImagePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.VmlDrawingPart">
            <summary>
            Defines the VmlDrawingPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.#ctor">
            <summary>
            Construtor of VmlDrawingPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the VmlDrawingPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the VmlDrawingPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the VmlDrawingPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the VmlDrawingPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ImageParts">
            <summary>
            Gets the ImageParts of the VmlDrawingPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.LegacyDiagramTextParts">
            <summary>
            Gets the LegacyDiagramTextParts of the VmlDrawingPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VmlDrawingPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart">
            <summary>
            Defines the EmbeddedControlPersistenceBinaryDataPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.#ctor">
            <summary>
            Construtor of EmbeddedControlPersistenceBinaryDataPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.TargetFileExtensionConstant">
            <summary>
            The fixed value of the TargetFileExtension
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.TargetFileExtension">
            <summary>
            Gets the TargetFileExtension.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart">
            <summary>
            Defines the QuickAccessToolbarCustomizationsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.#ctor">
            <summary>
            Construtor of QuickAccessToolbarCustomizationsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart">
            <summary>
            Defines the RibbonExtensibilityPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.#ctor">
            <summary>
            Construtor of RibbonExtensibilityPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the RibbonExtensibilityPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the RibbonExtensibilityPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the RibbonExtensibilityPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the RibbonExtensibilityPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ImageParts">
            <summary>
            Gets the ImageParts of the RibbonExtensibilityPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.VbaProjectPart">
            <summary>
            Defines the VbaProjectPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VbaProjectPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VbaProjectPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VbaProjectPart.#ctor">
            <summary>
            Construtor of VbaProjectPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VbaProjectPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VbaProjectPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VbaProjectPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VbaProjectPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VbaProjectPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaDataPart">
            <summary>
            Gets the VbaDataPart of the VbaProjectPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaProjectPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.VbaDataPart">
            <summary>
            Defines the VbaDataPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VbaDataPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VbaDataPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.VbaDataPart.#ctor">
            <summary>
            Construtor of VbaDataPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VbaDataPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VbaDataPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VbaDataPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.VbaDataPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.MacroSheetPart">
            <summary>
            Defines the MacroSheetPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.#ctor">
            <summary>
            Construtor of MacroSheetPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(System.String)">
            <summary>
            Adds a CustomPropertyPart to the MacroSheetPart.
            </summary>
            <param name="contentType">the content type of the CustomPropertyPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType)">
            <summary>
            Adds a CustomPropertyPart to the MacroSheetPart.
            </summary>
            <param name="partType">The part type of the CustomPropertyPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(System.String,System.String)">
            <summary>
            Adds a CustomPropertyPart to the MacroSheetPart.
            </summary>
            <param name="contentType">the content type of the CustomPropertyPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType,System.String)">
            <summary>
            Adds a CustomPropertyPart to the MacroSheetPart.
            </summary>
            <param name="partType">The part type of the CustomPropertyPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the MacroSheetPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the MacroSheetPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the MacroSheetPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the MacroSheetPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the MacroSheetPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the MacroSheetPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MacroSheetPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MacroSheetPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MacroSheetPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MacroSheetPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.SpreadsheetPrinterSettingsParts">
            <summary>
            Gets the SpreadsheetPrinterSettingsParts of the MacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.DrawingsPart">
            <summary>
            Gets the DrawingsPart of the MacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the MacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.WorksheetCommentsPart">
            <summary>
            Gets the WorksheetCommentsPart of the MacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.CustomPropertyParts">
            <summary>
            Gets the CustomPropertyParts of the MacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the MacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the MacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.ImageParts">
            <summary>
            Gets the ImageParts of the MacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart">
            <summary>
            Defines the InternationalMacroSheetPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.#ctor">
            <summary>
            Construtor of InternationalMacroSheetPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(System.String)">
            <summary>
            Adds a CustomPropertyPart to the InternationalMacroSheetPart.
            </summary>
            <param name="contentType">the content type of the CustomPropertyPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType)">
            <summary>
            Adds a CustomPropertyPart to the InternationalMacroSheetPart.
            </summary>
            <param name="partType">The part type of the CustomPropertyPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(System.String,System.String)">
            <summary>
            Adds a CustomPropertyPart to the InternationalMacroSheetPart.
            </summary>
            <param name="contentType">the content type of the CustomPropertyPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType,System.String)">
            <summary>
            Adds a CustomPropertyPart to the InternationalMacroSheetPart.
            </summary>
            <param name="partType">The part type of the CustomPropertyPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the InternationalMacroSheetPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the InternationalMacroSheetPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the InternationalMacroSheetPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the InternationalMacroSheetPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the InternationalMacroSheetPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the InternationalMacroSheetPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.SpreadsheetPrinterSettingsParts">
            <summary>
            Gets the SpreadsheetPrinterSettingsParts of the InternationalMacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.DrawingsPart">
            <summary>
            Gets the DrawingsPart of the InternationalMacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.VmlDrawingParts">
            <summary>
            Gets the VmlDrawingParts of the InternationalMacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.WorksheetCommentsPart">
            <summary>
            Gets the WorksheetCommentsPart of the InternationalMacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.CustomPropertyParts">
            <summary>
            Gets the CustomPropertyParts of the InternationalMacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the InternationalMacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the InternationalMacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ImageParts">
            <summary>
            Gets the ImageParts of the InternationalMacroSheetPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart">
            <summary>
            Defines the DiagramPersistLayoutPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.#ctor">
            <summary>
            Construtor of DiagramPersistLayoutPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the DiagramPersistLayoutPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the DiagramPersistLayoutPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the DiagramPersistLayoutPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the DiagramPersistLayoutPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ImageParts">
            <summary>
            Gets the ImageParts of the DiagramPersistLayoutPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart">
            <summary>
            Defines the StylesWithEffectsPart, this part is only available in Office2010.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.#ctor">
            <summary>
            Construtor of StylesWithEffectsPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart">
            <summary>
            Defines the RibbonAndBackstageCustomizationsPart, this part is only available in Office2010.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.#ctor">
            <summary>
            Construtor of RibbonAndBackstageCustomizationsPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the RibbonAndBackstageCustomizationsPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the RibbonAndBackstageCustomizationsPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the RibbonAndBackstageCustomizationsPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the RibbonAndBackstageCustomizationsPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ImageParts">
            <summary>
            Gets the ImageParts of the RibbonAndBackstageCustomizationsPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart">
            <summary>
            Defines the ControlPropertiesPart, this part is only available in Office2010.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.#ctor">
            <summary>
            Construtor of ControlPropertiesPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart">
            <summary>
            Defines the CustomDataPropertiesPart, this part is only available in Office2010.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.#ctor">
            <summary>
            Construtor of CustomDataPropertiesPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPart">
            <summary>
            Gets the CustomDataPart of the CustomDataPropertiesPart., only available in Office2010
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomDataPart">
            <summary>
            Defines the CustomDataPart, this part is only available in Office2010.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPart.#ctor">
            <summary>
            Construtor of CustomDataPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomDataPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomDataPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomDataPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomDataPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.CustomDataPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomDataPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SlicerCachePart">
            <summary>
            Defines the SlicerCachePart, this part is only available in Office2010.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlicerCachePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlicerCachePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlicerCachePart.#ctor">
            <summary>
            Construtor of SlicerCachePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlicerCachePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlicerCachePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlicerCachePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlicerCachePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlicerCachePart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SlicersPart">
            <summary>
            Defines the SlicersPart, this part is only available in Office2010.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlicersPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlicersPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlicersPart.#ctor">
            <summary>
            Construtor of SlicersPart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlicersPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlicersPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlicersPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.SlicersPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SlicersPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WebExtensionPart">
            <summary>
            Defines the WebExtensionPart, this part is only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.#ctor">
            <summary>
            Construtor of WebExtensionPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the WebExtensionPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the WebExtensionPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the WebExtensionPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the WebExtensionPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExtensionPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExtensionPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExtensionPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExtensionPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.ImageParts">
            <summary>
            Gets the ImageParts of the WebExtensionPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExtensionPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart">
            <summary>
            Defines the WebExTaskpanesPart, this part is only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.#ctor">
            <summary>
            Construtor of WebExTaskpanesPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPathOfWordConstant">
            <summary>
            The fixed value of the TargetPathOfWord
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPathOfWord">
            <summary>
            Gets the TargetPathOfWord.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPathOfExcelConstant">
            <summary>
            The fixed value of the TargetPathOfExcel
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPathOfExcel">
            <summary>
            Gets the TargetPathOfExcel.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPathOfPPTConstant">
            <summary>
            The fixed value of the TargetPathOfPPT
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetPathOfPPT">
            <summary>
            Gets the TargetPathOfPPT.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExtensionParts">
            <summary>
            Gets the WebExtensionParts of the WebExTaskpanesPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart">
            <summary>
            Defines the WordprocessingCommentsExPart, this part is only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.#ctor">
            <summary>
            Construtor of WordprocessingCommentsExPart
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CreatePartCore(System.String)">
            <summary>
            Create an instance of OpenXmlPart according to the given relationship type
            </summary>
            <param name="relationshipType">Relationship type</param>
            <returns>An instance of OpenXmlPart</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the WordprocessingCommentsExPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType)">
            <summary>
            Adds a AlternativeFormatImportPart to the WordprocessingCommentsExPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(System.String,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the WordprocessingCommentsExPart.
            </summary>
            <param name="contentType">the content type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType,System.String)">
            <summary>
            Adds a AlternativeFormatImportPart to the WordprocessingCommentsExPart.
            </summary>
            <param name="partType">The part type of the AlternativeFormatImportPart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsExPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsExPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(System.String,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsExPart.
            </summary>
            <param name="contentType">the content type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType,System.String)">
            <summary>
            Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsExPart.
            </summary>
            <param name="partType">The part type of the EmbeddedControlPersistencePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedObjectPart(System.String)">
            <summary>
            Adds a EmbeddedObjectPart to the WordprocessingCommentsExPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedObjectPart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedPackagePart(System.String)">
            <summary>
            Adds a EmbeddedPackagePart to the WordprocessingCommentsExPart.
            </summary>
            <param name="contentType">The content type of the EmbeddedPackagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(System.String)">
            <summary>
            Adds a ImagePart to the WordprocessingCommentsExPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType)">
            <summary>
            Adds a ImagePart to the WordprocessingCommentsExPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(System.String,System.String)">
            <summary>
            Adds a ImagePart to the WordprocessingCommentsExPart.
            </summary>
            <param name="contentType">the content type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType,System.String)">
            <summary>
            Adds a ImagePart to the WordprocessingCommentsExPart.
            </summary>
            <param name="partType">The part type of the ImagePart.</param>
            <param name="id">The relationship id.</param>
            <returns>The newly added part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart,System.String)">
            <summary>
            Adds a new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/> to the specified <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.
            </summary>
            <param name="mediaDataPart">The specified target <see cref="T:DocumentFormat.OpenXml.Packaging.MediaDataPart"/>.</param>
            <param name="id">The desired relationship ID. </param>
            <returns>The new <see cref="T:DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship"/>.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="mediaDataPart"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="id"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the specified <paramref name="mediaDataPart"/> is not in this document.</exception>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AlternativeFormatImportParts">
            <summary>
            Gets the AlternativeFormatImportParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ChartParts">
            <summary>
            Gets the ChartParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramColorsParts">
            <summary>
            Gets the DiagramColorsParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramDataParts">
            <summary>
            Gets the DiagramDataParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramPersistLayoutParts">
            <summary>
            Gets the DiagramPersistLayoutParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramLayoutDefinitionParts">
            <summary>
            Gets the DiagramLayoutDefinitionParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramStyleParts">
            <summary>
            Gets the DiagramStyleParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedControlPersistenceParts">
            <summary>
            Gets the EmbeddedControlPersistenceParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedObjectParts">
            <summary>
            Gets the EmbeddedObjectParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedPackageParts">
            <summary>
            Gets the EmbeddedPackageParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ImageParts">
            <summary>
            Gets the ImageParts of the WordprocessingCommentsExPart.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ChartStylePart">
            <summary>
            Defines the ChartStylePart, this part is only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartStylePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartStylePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartStylePart.#ctor">
            <summary>
            Construtor of ChartStylePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartStylePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartStylePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartStylePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartStylePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartStylePart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ChartColorStylePart">
            <summary>
            Defines the ChartColorStylePart, this part is only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.#ctor">
            <summary>
            Construtor of ChartColorStylePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.TimeLinePart">
            <summary>
            Defines the TimeLinePart, this part is only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TimeLinePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TimeLinePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TimeLinePart.#ctor">
            <summary>
            Construtor of TimeLinePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TimeLinePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TimeLinePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TimeLinePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TimeLinePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TimeLinePart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.TimeLineCachePart">
            <summary>
            Defines the TimeLineCachePart, this part is only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.#ctor">
            <summary>
            Construtor of TimeLineCachePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart">
            <summary>
            Defines the WordprocessingPeoplePart, this part is only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.GetPartConstraint">
            <summary>
            Get Part constraint data
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.GetDataPartReferenceConstraint">
            <summary>
            Get the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>Part constraint data</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.#ctor">
            <summary>
            Construtor of WordprocessingPeoplePart
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.RelationshipTypeConstant">
            <summary>
            The fixed value of the RelationshipType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.RelationshipType">
            <summary>
            Gets the RelationshipType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.ContentTypeConstant">
            <summary>
            The fixed value of the ContentType
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.ContentType">
            <summary>
            Gets the ContentType.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.TargetPathConstant">
            <summary>
            The fixed value of the TargetPath
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.TargetPath">
            <summary>
            Gets the TargetPath.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.TargetNameConstant">
            <summary>
            The fixed value of the TargetName
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.TargetName">
            <summary>
            Gets the TargetName.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this part is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the part is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.IsContentTypeFixed">
            <summary>
            Is the ContentType for this part fixed?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ImagePartType">
            <summary>
            Defines ImagePartType - types of ImagePart.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePartType.Bmp">
            <summary>
            Windows Bitmap Graphics (.bmp).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePartType.Gif">
            <summary>
            Graphic Interchange Format (.gif).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePartType.Png">
            <summary>
            Portable (Public) Network Graphic (.png).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePartType.Tiff">
            <summary>
            Tagged Image Format File (.tiff).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePartType.Icon">
            <summary>
            Windows Icon (.ico).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePartType.Pcx">
            <summary>
            PC Paintbrush Bitmap Graphic (.pcx).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePartType.Jpeg">
            <summary>
            JPEG/JIFF Image (.jpeg).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePartType.Emf">
            <summary>
            Extended (Enhanced) Windows Metafile Format (.emf).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ImagePartType.Wmf">
            <summary>
            Windows Metafile (.wmf).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType">
            <summary>
            Defines MailMergeRecipientDataPartType - types of MailMergeRecipientDataPart.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.OpenXmlMailMergeRecipientData">
            <summary>
            OpenXml Mail Merge Recipient Data.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.MsWordMailMergeRecipientData">
            <summary>
            Microsoft Word Mail Merge Recipient Data.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.FontPartType">
            <summary>
            Defines FontPartType - types of FontPart.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontPartType.FontData">
            <summary>
            Font Data (.fntdata).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontPartType.FontTtf">
            <summary>
            TrueType Font (.ttf).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.FontPartType.FontOdttf">
            <summary>
            Obfuscated TTF Font (.odttf).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomPropertyPartType">
            <summary>
            Defines CustomPropertyPartType - types of CustomPropertyPart.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Spreadsheet">
            <summary>
            application/vnd.openxmlformats-officedocument.spreadsheetml.customProperty.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Xml">
            <summary>
            application/xml.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.ThumbnailPartType">
            <summary>
            Defines ThumbnailPartType - types of ThumbnailPart.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Jpeg">
            <summary>
            JPEG/JIFF Image (.jpeg).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Emf">
            <summary>
            Extended (Enhanced) Windows Metafile Format (.emf).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Wmf">
            <summary>
            Windows Metafile (.wmf).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType">
            <summary>
            Defines EmbeddedControlPersistencePartType - types of EmbeddedControlPart.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveX">
            <summary>
            ActiveX (.xml).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveXBin">
            <summary>
            ActieveX (.bin).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType">
            <summary>
            Defines EmbeddedControlPersistenceBinaryDataPartType - types of EmbeddedControlPart.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType.ActiveXBin">
            <summary>
            ActieveX (.bin).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType">
            <summary>
            Defines AlternativeFormatImportPartType - types of AlternativeFormatImportPart.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xhtml">
            <summary>
            Extensible HyperText Markup Language File (.xhtml).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Mht">
            <summary>
            MHTML Document (.mht).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xml">
            <summary>
            application/xml (.xml).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.TextPlain">
            <summary>
            Text (.txt).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.WordprocessingML">
            <summary>
            Wordprocessing (.docx).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabled">
            <summary>
            Office Word Macro Enabled (.docm).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordTemplate">
            <summary>
            Office Word Template (.dotx).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabledTemplate">
            <summary>
            Office Word Macro Enabled Template (.dotm).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Rtf">
            <summary>
            Rich Text Foramt (.rtf).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Html">
            <summary>
            HyperText Markup Language File (.htm).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomXmlPartType">
            <summary>
            Defines CustomXmlPartType - types of CustomXmlPart.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPartType.AdditionalCharacteristics">
            <summary>
            Additional characteristics (application/xml).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPartType.Bibliography">
            <summary>
            Bibliography (application/xml).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPartType.CustomXml">
            <summary>
            Custom XML (application/xml).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Packaging.CustomXmlPartType.InkContent">
            <summary>
            Ink content (application/inkml+xml).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.CustomUIPart">
            <summary>
            Defines CustomUiPart. The CustomUiPart served as the base class of RibbonExtensibilityPart and QuickAccessToolbarCustomizationsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomUIPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomUIPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.StylesPart">
            <summary>
            Defines StylesPart. The StylesPart served as the base class of StylesWithEffectsPart and StyleDefinitionsPart.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StylesPart._rootElement">
            <summary>
            Only for OpenXmlPart derived classes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StylesPart.PartRootElement">
            <summary>
            Gets the root element of this part. The DOM tree will be loaded on demand.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.StylesPart.Styles">
            <summary>
            Gets/Sets the root element of this part.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.WordprocessingDocument">
            <summary>
            Defines WordprocessingDocument - an OpenXmlPackage represents a Word document.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.GetPartConstraint">
            <summary>
            Gets part constraint data.
            </summary>
            <returns>The constraint data of the part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.GetDataPartReferenceConstraint">
            <summary>
            Gets the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>The constraint data of the part.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.MainPartRelationshipType">
            <summary>
            Gets the relationship type of the main part.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ValidMainPartContentTypes">
            <summary>
            Gets the list of valid content type for main part.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.#ctor">
            <summary>
            Creates a WordprocessingDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DocumentType">
            <summary>
            Gets the type of the WordprocessingDocument.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.String,DocumentFormat.OpenXml.WordprocessingDocumentType)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target WordprocessingDocument.</param>
            <param name="type">The type of the WordprocessingDocument.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream,DocumentFormat.OpenXml.WordprocessingDocumentType)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to create the WordprocessingDocument.</param>
            <param name="type">The type of the WordprocessingDocument.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package,DocumentFormat.OpenXml.WordprocessingDocumentType)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package.</param>
            <param name="type">The type of the WordprocessingDocument.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.String,DocumentFormat.OpenXml.WordprocessingDocumentType,System.Boolean)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target WordprocessingDocument.</param>
            <param name="type">The type of the WordprocessingDocument.</param>
            <param name="autoSave">Whether to auto save the created document.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream,DocumentFormat.OpenXml.WordprocessingDocumentType,System.Boolean)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to create the WordprocessingDocument.</param>
            <param name="type">The type of the WordprocessingDocument.</param>
            <param name="autoSave">Whether to auto save the created document.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package,DocumentFormat.OpenXml.WordprocessingDocumentType,System.Boolean)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package</param>
            <param name="type">The type of the WordprocessingDocument.</param>
            <param name="autoSave">Whether to auto save the created document.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(System.String)">
            <summary>
            Creates an editable WordprocessingDocument from a template, opened on
            a MemoryStream with expandable capacity. The template will be attached
            to the WordprocessingDocument.
            </summary>
            <remarks>
            Attaching the template has been chosen as the default behavior because
            this is also what happens when a document is created from a template
            (other than Normal.dotm) using Microsoft Word.
            </remarks>
            <param name="path">The path and file name of the template.</param>
            <returns>The new WordprocessingDocument based on and linked to the template.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(System.String,System.Boolean)">
            <summary>
            Creates an editable WordprocessingDocument from a template, opened on
            a MemoryStream with expandable capacity.
            </summary>
            <remarks>
            This method is provided to offer the choice to not attach the template.
            When templates are attached in Microsoft Word, for example, the absolute
            path will be used in the relationship. These absolute paths are most
            often user-specific, however, so once documents are shared with other
            users, the relationship gets "broken" anyhow.
            </remarks>
            <param name="path">The path and file name of the template.</param>
            <param name="isTemplateAttached">True, if the template should be attached to the document.</param>
            <returns>The new WordprocessingDocument based on and linked to the template.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.String,System.Boolean)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target WordprocessingDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML WordprocessingDocument.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream,System.Boolean)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to open the WordprocessingDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML WordprocessingDocument.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.String,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target WordprocessingDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML WordprocessingDocument.</exception>
            <exception cref="T:System.ArgumentException">Thrown when specified to process the markup compatibility but the given target FileFormatVersion is incorrect.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to open the WordprocessingDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML WordprocessingDocument.</exception>
            <exception cref="T:System.ArgumentException">Thrown when specified to process the markup compatibility but the given target FileFormatVersion is incorrect.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML WordprocessingDocument.</exception>
            <exception cref="T:System.ArgumentException">Thrown when specified to process the markup compatibility but the given target FileFormatVersion is incorrect.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of the WordprocessingDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML WordprocessingDocument.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ChangeDocumentType(DocumentFormat.OpenXml.WordprocessingDocumentType)">
            <summary>
            Changes the document type.
            </summary>
            <param name="newType">The new type of the document.</param>
            <remarks>The MainDocumentPart will be changed.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreatePartCore(System.String)">
            <summary>
            Creates an instance of OpenXmlPart according to the given relationship type.
            </summary>
            <param name="relationshipType">Relationship type.</param>
            <returns>An instance of OpenXmlPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddNewPart``1(System.String,System.String)">
            <summary>
            Adds a new part of type <typeparamref name="T"/>.
            </summary>
            <typeparam name="T">The class of the part.</typeparam>
            <param name="contentType">The content type of the part. Must match the defined content type if the part is fixed content type.</param>
            <param name="id">The relationship id. The id will be automaticly generated if this param is null.</param>
            <returns>The added part.</returns>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">When the part is not allowed to be referenced by this part.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">When the part is fixed content type and the passed in contentType does not match the defined content type.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when "contentType" is null reference.</exception>
            <remarks>Mainly used for adding not-fixed content type part - ImagePart, etc</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddMainDocumentPart">
            <summary>
            Creates the MainDocumentPart and add it to this document.
            </summary>
            <returns>The newly added MainDocumentPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCoreFilePropertiesPart">
            <summary>
            Adds a CoreFilePropertiesPart to the WordprocessingDocument.
            </summary>
            <returns>The newly added CoreFilePropertiesPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddExtendedFilePropertiesPart">
            <summary>
            Adds a ExtendedFilePropertiesPart to the WordprocessingDocument.
            </summary>
            <returns>The newly added ExtendedFilePropertiesPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCustomFilePropertiesPart">
            <summary>
            Adds a CustomFilePropertiesPart to the WordprocessingDocument.
            </summary>
            <returns>The newly added CustomFilePropertiesPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddDigitalSignatureOriginPart">
            <summary>
            Adds a DigitalSignatureOriginPart to the WordprocessingDocument.
            </summary>
            <returns>The newly added DigitalSignatureOriginPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(System.String)">
            <summary>
            Adds a ThumbnailPart to the WordprocessingDocument.
            </summary>
            <param name="contentType">The content type of the ThumbnailPart.</param>
            <returns>The newly added ThumbnailPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType)">
            <summary>
            Adds a ThumbnailPart to the WordprocessingDocument.
            </summary>
            <param name="partType">The type of the ThumbnailPart.</param>
            <returns>The newly added ThumbnailPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddQuickAccessToolbarCustomizationsPart">
            <summary>
            Adds a QuickAccessToolbarCustomizationsPart to the WordprocessingDocument.
            </summary>
            <returns>The newly added QuickAccessToolbarCustomizationsPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonExtensibilityPart">
            <summary>
            Adds a RibbonExtensibilityPart to the WordprocessingDocument.
            </summary>
            <returns>The newly added RibbonExtensibilityPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonAndBackstageCustomizationsPart">
            <summary>
            Adds a RibbonAndBackstageCustomizationsPart to the WordprocessingDocument, this part is only available in Office2010.
            </summary>
            <returns>The newly added RibbonExtensibilityPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddWebExTaskpanesPart">
            <summary>
            Adds a WebExTaskpanesPart to the WordprocessingDocument, this part is only available in Office2013.
            </summary>
            <returns>The newly added WebExTaskpanesPart.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.MainDocumentPart">
            <summary>
            Gets the MainDocumentPart of the WordprocessingDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CoreFilePropertiesPart">
            <summary>
            Gets the CoreFilePropertiesPart of the WordprocessingDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ExtendedFilePropertiesPart">
            <summary>
            Gets the ExtendedFilePropertiesPart of the WordprocessingDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CustomFilePropertiesPart">
            <summary>
            Gets the CustomFilePropertiesPart of the WordprocessingDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ThumbnailPart">
            <summary>
            Gets the ThumbnailPart of the WordprocessingDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DigitalSignatureOriginPart">
            <summary>
            Gets the DigitalSignatureOriginPart of the WordprocessingDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonExtensibilityPart">
            <summary>
            Gets the RibbonExtensibilityPart of the WordprocessingDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.QuickAccessToolbarCustomizationsPart">
            <summary>
            Gets the QuickAccessToolbarCustomizationsPart of the WordprocessingDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonAndBackstageCustomizationsPart">
            <summary>
            Gets the RibbonAndBackstageCustomizationsPart of the WordprocessingDocument, only available in Office2010.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WebExTaskpanesPart">
            <summary>
            Gets the WebExTaskpanesPart of the WordprocessingDocument, only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Stream)">
            <summary>
            Creates a new OpenXmlPackage on the given stream.
            </summary>
            <param name="stream">The stream on which the concrete OpenXml package will be created.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(System.IO.Stream,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Opens the cloned OpenXml package on the given stream.
            </summary>
            <param name="stream">The stream on which the cloned OpenXml package will be opened.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.String)">
            <summary>
            Creates a new OpenXml package on the given file.
            </summary>
            <param name="path">The path and file name of the target OpenXml package.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(System.String,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Opens the cloned OpenXml package on the given file.
            </summary>
            <param name="path">The path and file name of the target OpenXml package.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of OpenXmlPackage on the specified instance
            of Package.
            </summary>
            <param name="package">The specified instance of Package.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ToFlatOpcDocument">
            <summary>
            Converts an OpenXml package in OPC format to an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format.
            </summary>
            <returns>The OpenXml package in Flat OPC format.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument)">
            <summary>
            Creates a new editable instance of WordprocessingDocument from an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format, opened on a <see cref="T:System.IO.MemoryStream"/>.
            </summary>
            <param name="document">The document in Flat OPC format.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument,System.IO.Stream,System.Boolean)">
            <summary>
            Creates a new instance of WordprocessingDocument from an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format.
            </summary>
            <param name="document">The document in Flat OPC format.</param>
            <param name="stream">The <see cref="T:System.IO.Stream"/> on which the WordprocessingDocument will be created.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument,System.String,System.Boolean)">
            <summary>
            Creates a new instance of WordprocessingDocument from an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format.
            </summary>
            <param name="document">The document in Flat OPC format.</param>
            <param name="path">The path and file name of the target WordprocessingDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument,System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of WordprocessingDocument from an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format.
            </summary>
            <param name="document">The document in Flat OPC format.</param>
            <param name="package">The <see cref="T:System.IO.Packaging.Package"/> of the target WordprocessingDocument.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(System.String)">
            <summary>
            Creates a new instance of WordprocessingDocument from a string
            in Flat OPC format on a <see cref="T:System.IO.MemoryStream"/> with expandable
            capacity.
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(System.String,System.IO.Stream,System.Boolean)">
            <summary>
            Creates a new instance of WordprocessingDocument from a string
            in Flat OPC format on a
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <param name="stream">The <see cref="T:System.IO.Stream"/> on which the WordprocessingDocument will be created.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(System.String,System.String,System.Boolean)">
            <summary>
            Creates a new instance of WordprocessingDocument from a string
            in Flat OPC format.
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <param name="path">The path and file name of the target WordprocessingDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(System.String,System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of WordprocessingDocument from a string
            in Flat OPC format.
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <param name="package">The <see cref="T:System.IO.Packaging.Package"/> of the target WordprocessingDocument.</param>
            <returns>A new instance of WordprocessingDocument.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument">
            <summary>
            Defines SpreadsheetDocument - an OpenXmlPackage represents a Spreadsheet document.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.GetPartConstraint">
            <summary>
            Gets part constraint data.
            </summary>
            <returns>The constraint data of the part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.GetDataPartReferenceConstraint">
            <summary>
            Gets the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>The constraint data of the part.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.MainPartRelationshipType">
            <summary>
            Gets the relationship type of the main part.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ValidMainPartContentTypes">
            <summary>
            Gets the list of valid content type for main part.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.#ctor">
            <summary>
            Creates a SpreadsheetDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DocumentType">
            <summary>
            Gets the type of the SpreadsheetDocument.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.String,DocumentFormat.OpenXml.SpreadsheetDocumentType)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target SpreadsheetDocument.</param>
            <param name="type">The type of the SpreadsheetDocument.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream,DocumentFormat.OpenXml.SpreadsheetDocumentType)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to create the SpreadsheetDocument.</param>
            <param name="type">The type of the SpreadsheetDocument.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package,DocumentFormat.OpenXml.SpreadsheetDocumentType)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package.</param>
            <param name="type">The type of the SpreadsheetDocument.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.String,DocumentFormat.OpenXml.SpreadsheetDocumentType,System.Boolean)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target SpreadsheetDocument.</param>
            <param name="type">The type of the SpreadsheetDocument.</param>
            <param name="autoSave">Whether to auto save the created document.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream,DocumentFormat.OpenXml.SpreadsheetDocumentType,System.Boolean)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to create the SpreadsheetDocument.</param>
            <param name="type">The type of the SpreadsheetDocument.</param>
            <param name="autoSave">Whether to auto save the created document.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package,DocumentFormat.OpenXml.SpreadsheetDocumentType,System.Boolean)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package.</param>
            <param name="type">The type of the SpreadsheetDocument.</param>
            <param name="autoSave">Whether to auto save the created document.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateFromTemplate(System.String)">
            <summary>
            Creates an editable SpreadsheetDocument from a template, opened on
            a MemoryStream with expandable capacity.
            </summary>
            <param name="path">The path and file name of the template.</param>
            <returns>The new SpreadsheetDocument based on and linked to the template.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.String,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target SpreadsheetDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML SpreadsheetDocument.</exception>
            <exception cref="T:System.ArgumentException">Thrown when specified to process the markup compatibility but the given target FileFormatVersion is incorrect.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to open the SpreadsheetDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML SpreadsheetDocument.</exception>
            <exception cref="T:System.ArgumentException">Thrown when specified to process the markup compatibility but the given target FileFormatVersion is incorrect.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML SpreadsheetDocument.</exception>
            <exception cref="T:System.ArgumentException">Thrown when specified to process the markup compatibility but the given target FileFormatVersion is incorrect.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.String,System.Boolean)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target SpreadsheetDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML SpreadsheetDocument.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream,System.Boolean)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to open the SpreadsheetDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML SpreadsheetDocument.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of the SpreadsheetDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML SpreadsheetDocument.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ChangeDocumentType(DocumentFormat.OpenXml.SpreadsheetDocumentType)">
            <summary>
            Changes the document type.
            </summary>
            <param name="newType">The new type of the document.</param>
            <remarks>The WorkbookPart will be changed.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreatePartCore(System.String)">
            <summary>
            Creates an instance of OpenXmlPart according to the given relationship type.
            </summary>
            <param name="relationshipType">Relationship type.</param>
            <returns>An instance of OpenXmlPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddNewPart``1(System.String,System.String)">
            <summary>
            Adds a new part of type <typeparamref name="T"/>.
            </summary>
            <typeparam name="T">The class of the part.</typeparam>
            <param name="contentType">The content type of the part. Must match the defined content type if the part is fixed content type.</param>
            <param name="id">The relationship id. The id will be automaticly generated if this param is null.</param>
            <returns>The added part.</returns>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">When the part is not allowed to be referenced by this part.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">When the part is fixed content type and the passed in contentType does not match the defined content type.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when "contentType" is null reference.</exception>
            <remarks>Mainly used for adding not-fixed content type part - ImagePart, etc.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWorkbookPart">
            <summary>
            Created the WorkbookPart and add it to this document.
            </summary>
            <returns>The newly added WorkbookPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCoreFilePropertiesPart">
            <summary>
            Addd a CoreFilePropertiesPart to the SpreadsheetDocument.
            </summary>
            <returns>The newly added CoreFilePropertiesPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddExtendedFilePropertiesPart">
            <summary>
            Addd a ExtendedFilePropertiesPart to the SpreadsheetDocument.
            </summary>
            <returns>The newly added ExtendedFilePropertiesPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCustomFilePropertiesPart">
            <summary>
            Addd a CustomFilePropertiesPart to the SpreadsheetDocument.
            </summary>
            <returns>The newly added CustomFilePropertiesPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddDigitalSignatureOriginPart">
            <summary>
            Addd a DigitalSignatureOriginPart to the SpreadsheetDocument.
            </summary>
            <returns>The newly added DigitalSignatureOriginPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(System.String)">
            <summary>
            Addd a ThumbnailPart to the SpreadsheetDocument.
            </summary>
            <param name="contentType">The content type of the ThumbnailPart.</param>
            <returns>The newly added ThumbnailPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType)">
            <summary>
            Adds a ThumbnailPart to the SpreadsheetDocument.
            </summary>
            <param name="partType">The type of the ThumbnailPart.</param>
            <returns>The newly added ThumbnailPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddQuickAccessToolbarCustomizationsPart">
            <summary>
            Adds a QuickAccessToolbarCustomizationsPart to the SpreadsheetDocument.
            </summary>
            <returns>The newly added QuickAccessToolbarCustomizationsPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonExtensibilityPart">
            <summary>
            Adds a RibbonExtensibilityPart to the SpreadsheetDocument.
            </summary>
            <returns>The newly added RibbonExtensibilityPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonAndBackstageCustomizationsPart">
            <summary>
            Adds a RibbonAndBackstageCustomizationsPart to the SpreadsheetDocument, this part is only available in Office2010.
            </summary>
            <returns>The newly added RibbonExtensibilityPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWebExTaskpanesPart">
            <summary>
            Adds a WebExTaskpanesPart to the SpreadsheetDocument, this part is only available in Office2013.
            </summary>
            <returns>The newly added WebExTaskpanesPart.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WorkbookPart">
            <summary>
            Gets the WorkbookPart of the SpreadsheetDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CoreFilePropertiesPart">
            <summary>
            Gets the CoreFilePropertiesPart of the SpreadsheetDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ExtendedFilePropertiesPart">
            <summary>
            Gets the ExtendedFilePropertiesPart of the SpreadsheetDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CustomFilePropertiesPart">
            <summary>
            Gets the CustomFilePropertiesPart of the SpreadsheetDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ThumbnailPart">
            <summary>
            Gets the ThumbnailPart of the SpreadsheetDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonExtensibilityPart">
            <summary>
            Gets the RibbonExtensibilityPart of the SpreadsheetDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.QuickAccessToolbarCustomizationsPart">
            <summary>
            Gets the QuickAccessToolbarCustomizationsPart of the SpreadsheetDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DigitalSignatureOriginPart">
            <summary>
            Gets the DigitalSignatureOriginPart of the SpreadsheetDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonAndBackstageCustomizationsPart">
            <summary>
            Gets the RibbonAndBackstageCustomizationsPart of the SpreadsheetDocument, only available in Office2010.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WebExTaskpanesPart">
            <summary>
            Gets the WebExTaskpanesPart of the SpreadsheetDocument, only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Stream)">
            <summary>
            Creates a new OpenXmlPackage on the given stream.
            </summary>
            <param name="stream">The stream on which the concrete OpenXml package will be created.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(System.IO.Stream,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Opens the cloned OpenXml package on the given stream.
            </summary>
            <param name="stream">The stream on which the cloned OpenXml package will be opened.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.String)">
            <summary>
            Creates a new OpenXml package on the given file.
            </summary>
            <param name="path">The path and file name of the target OpenXml package.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(System.String,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Opens the cloned OpenXml package on the given file.
            </summary>
            <param name="path">The path and file name of the target OpenXml package.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of OpenXmlPackage on the specified instance
            of Package.
            </summary>
            <param name="package">The specified instance of Package.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ToFlatOpcDocument">
            <summary>
            Converts an OpenXml package in OPC format to an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format.
            </summary>
            <returns>The OpenXml package in Flat OPC format.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument)">
            <summary>
            Creates a new editable instance of SpreadsheetDocument from an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format, opened on a <see cref="T:System.IO.MemoryStream"/>.
            </summary>
            <param name="document">The document in Flat OPC format.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument,System.IO.Stream,System.Boolean)">
            <summary>
            Creates a new instance of SpreadsheetDocument from a workbook
            in Flat OPC format.
            </summary>
            <param name="document">The workbook in Flat OPC format.</param>
            <param name="stream">The stream on which the SpreadsheetDocument will be created.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument,System.String,System.Boolean)">
            <summary>
            Creates a new instance of SpreadsheetDocument from a workbook
            in Flat OPC format.
            </summary>
            <param name="document">The workbook in Flat OPC format.</param>
            <param name="path">The path and file name of the target SpreadsheetDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument,System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of SpreadsheetDocument from a workbook
            in Flat OPC format on the specified instance of Package.
            </summary>
            <param name="document">The workbook in Flat OPC format.</param>
            <param name="package">The specified instance of Package.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(System.String)">
            <summary>
            Creates a new instance of SpreadsheetDocument from a string
            in Flat OPC format on a <see cref="T:System.IO.MemoryStream"/> with expandable
            capacity.
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(System.String,System.IO.Stream,System.Boolean)">
            <summary>
            Creates a new instance of SpreadsheetDocument from a string
            in Flat OPC format on a
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <param name="stream">The <see cref="T:System.IO.Stream"/> on which the SpreadsheetDocument will be created.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(System.String,System.String,System.Boolean)">
            <summary>
            Creates a new instance of SpreadsheetDocument from a string
            in Flat OPC format.
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <param name="path">The path and file name of the target SpreadsheetDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(System.String,System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of SpreadsheetDocument from a string
            in Flat OPC format.
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <param name="package">The <see cref="T:System.IO.Packaging.Package"/> of the target SpreadsheetDocument.</param>
            <returns>A new instance of SpreadsheetDocument.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Packaging.PresentationDocument">
            <summary>
            Defines PresentationDocument - an OpenXmlPackage represents a Presentation document
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.GetPartConstraint">
            <summary>
            Gets part constraint data.
            </summary>
            <returns>The constraint data of the part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.GetDataPartReferenceConstraint">
            <summary>
            Gets the constraint rule of DataPartReferenceRelationship.
            </summary>
            <returns>The constraint data of the part.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.MainPartRelationshipType">
            <summary>
            Gets the relationship type of the main part.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.ValidMainPartContentTypes">
            <summary>
            Gets the list of valid content type for main part.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.#ctor">
            <summary>
            Creates a PresentationDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.DocumentType">
            <summary>
            Gets the type of the PresentationDocument.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.String,DocumentFormat.OpenXml.PresentationDocumentType)">
            <summary>
            Creates a new instance of the PresentationDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target PresentationDocument.</param>
            <param name="type">The type of the PresentationDocument.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream,DocumentFormat.OpenXml.PresentationDocumentType)">
            <summary>
            Created a new instance of the PresentationDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to create the PresentationDocument.</param>
            <param name="type">The type of the PresentationDocument.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package,DocumentFormat.OpenXml.PresentationDocumentType)">
            <summary>
            Created a new instance of the PresentationDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package.</param>
            <param name="type">The type of the PresentationDocument.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.String,DocumentFormat.OpenXml.PresentationDocumentType,System.Boolean)">
            <summary>
            Created a new instance of the PresentationDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target PresentationDocument.</param>
            <param name="type">The type of the PresentationDocument.</param>
            <param name="autoSave">Whether to auto save the created document.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream,DocumentFormat.OpenXml.PresentationDocumentType,System.Boolean)">
            <summary>
            Creates a new instance of the PresentationDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to create the PresentationDocument.</param>
            <param name="type">The type of the PresentationDocument.</param>
            <param name="autoSave">Whether to auto save the created document.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package,DocumentFormat.OpenXml.PresentationDocumentType,System.Boolean)">
            <summary>
            Creates a new instance of the PresentationDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package.</param>
            <param name="type">The type of the PresentationDocument.</param>
            <param name="autoSave">Whether to auto save the created document.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Write access.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateFromTemplate(System.String)">
            <summary>
            Creates an editable PresentationDocument from a template, opened on
            a MemoryStream with expandable capacity.
            </summary>
            <param name="path">The path and file name of the template.</param>
            <returns>The new PresentationDocument based on the template.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.String,System.Boolean)">
            <summary>
            Creates a new instance of the PresentationDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target PresentationDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML PresentationDocument.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream,System.Boolean)">
            <summary>
            Creates a new instance of the PresentationDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to open the PresentationDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML PresentationDocument.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of the PresentationDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML PresentationDocument.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.String,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a new instance of the PresentationDocument class from the specified file.
            </summary>
            <param name="path">The path and file name of the target PresentationDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "path" is null reference.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML PresentationDocument.</exception>
            <exception cref="T:System.ArgumentException">Thrown when specified to process the markup compatibility but the given target FileFormatVersion is incorrect.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a new instance of the PresentationDocument class from the IO stream.
            </summary>
            <param name="stream">The IO stream on which to open the PresentationDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "stream" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "stream" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML PresentationDocument.</exception>
            <exception cref="T:System.ArgumentException">Thrown when specified to process the markup compatibility but the given target FileFormatVersion is incorrect.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Creates a new instance of the PresentationDocument class from the spcified package.
            </summary>
            <param name="package">The specified OpenXml package.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of PresentationDocument.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when "package" is null reference.</exception>
            <exception cref="T:System.IO.IOException">Thrown when "package" is not opened with Read (ReadWrite) access.</exception>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">Thrown when the package is not valid Open XML PresentationDocument.</exception>
            <exception cref="T:System.ArgumentException">Thrown when specified to process the markup compatibility but the given target FileFormatVersion is incorrect.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.ChangeDocumentType(DocumentFormat.OpenXml.PresentationDocumentType)">
            <summary>
            Changes the document type.
            </summary>
            <param name="newType">The new type of the document.</param>
            <remarks>The PresentationPart will be changed.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.CreatePartCore(System.String)">
            <summary>
            Creates an instance of OpenXmlPart according to the given relationship type.
            </summary>
            <param name="relationshipType">Relationship type.</param>
            <returns>An instance of OpenXmlPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddPresentationPart">
            <summary>
            Creates the PresentationPart and add it to this document.
            </summary>
            <returns>The newly added PresentationPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCoreFilePropertiesPart">
            <summary>
            Adds a CoreFilePropertiesPart to the PresentationDocument.
            </summary>
            <returns>The newly added CoreFilePropertiesPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddExtendedFilePropertiesPart">
            <summary>
            Adds a ExtendedFilePropertiesPart to the PresentationDocument.
            </summary>
            <returns>The newly added ExtendedFilePropertiesPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCustomFilePropertiesPart">
            <summary>
            Adds a CustomFilePropertiesPart to the PresentationDocument.
            </summary>
            <returns>The newly added CustomFilePropertiesPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddDigitalSignatureOriginPart">
            <summary>
            Adds a DigitalSignatureOriginPart to the PresentationDocuments.
            </summary>
            <returns>The newly added DigitalSignatureOriginPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(System.String)">
            <summary>
            Adds a ThumbnailPart to the PresentationDocument.
            </summary>
            <param name="contentType">The content type of the ThumbnailPart.</param>
            <returns>The newly added ThumbnailPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType)">
            <summary>
            Adds a ThumbnailPart to the PresentationDocument.
            </summary>
            <param name="partType">The type of the ThumbnailPart.</param>
            <returns>The newly added ThumbnailPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddNewPart``1(System.String,System.String)">
            <summary>
            Adds a new part of type <typeparamref name="T"/>.
            </summary>
            <typeparam name="T">The class of the part.</typeparam>
            <param name="contentType">The content type of the part. Must match the defined content type if the part is fixed content type.</param>
            <param name="id">The relationship id. The id will be automaticly generated if this param is null.</param>
            <returns>The added part.</returns>
            <exception cref="T:DocumentFormat.OpenXml.Packaging.OpenXmlPackageException">When the part is not allowed to be referenced by this part.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">When the part is fixed content type and the passed in contentType does not match the defined content type.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when "contentType" is null reference.</exception>
            <remarks>Mainly used for adding not-fixed content type part - ImagePart, etc.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddQuickAccessToolbarCustomizationsPart">
            <summary>
            Add a QuickAccessToolbarCustomizationsPart to the PresentationDocument.
            </summary>
            <returns>The newly added QuickAccessToolbarCustomizationsPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonExtensibilityPart">
            <summary>
            Add a RibbonExtensibilityPart to the PresentationDocument.
            </summary>
            <returns>The newly added RibbonExtensibilityPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonAndBackstageCustomizationsPart">
            <summary>
            Add a RibbonAndBackstageCustomizationsPart to the PresentationDocument, this part is only available in Office2010.
            </summary>
            <returns>The newly added RibbonExtensibilityPart.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.AddWebExTaskpanesPart">
            <summary>
            Adds a WebExTaskpanesPart to the PresentationDocument, this part is only available in Office2013.
            </summary>
            <returns>The newly added WebExTaskpanesPart.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationPart">
            <summary>
            Gets the PresentationPart of the PresentationDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.CoreFilePropertiesPart">
            <summary>
            Gets the CoreFilePropertiesPart of the PresentationDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.ExtendedFilePropertiesPart">
            <summary>
            Gets the ExtendedFilePropertiesPart of the PresentationDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.CustomFilePropertiesPart">
            <summary>
            Gets the CustomFilePropertiesPart of the PresentationDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.ThumbnailPart">
            <summary>
            Gets the ThumbnailPart of the PresentationDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.DigitalSignatureOriginPart">
            <summary>
            Gets the DigitalSignatureOriginPart of the PresentationDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonExtensibilityPart">
            <summary>
            Gets the RibbonExtensibilityPart of the PresentationDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.QuickAccessToolbarCustomizationsPart">
            <summary>
            Gets the QuickAccessToolbarCustomizationsPart of the PresentationDocument.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonAndBackstageCustomizationsPart">
            <summary>
            Gets the RibbonAndBackstageCustomizationsPart of the PresentationDocument, only available in Office2010.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Packaging.PresentationDocument.WebExTaskpanesPart">
            <summary>
            Gets the WebExTaskpanesPart of the PresentationDocument, only available in Office2013.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Stream)">
            <summary>
            Creates a new OpenXmlPackage on the given stream.
            </summary>
            <param name="stream">The stream on which the concrete OpenXml package will be created.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(System.IO.Stream,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Opens the cloned OpenXml package on the given stream.
            </summary>
            <param name="stream">The stream on which the cloned OpenXml package will be opened.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.String)">
            <summary>
            Creates a new OpenXml package on the given file.
            </summary>
            <param name="path">The path and file name of the target OpenXml package.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(System.String,System.Boolean,DocumentFormat.OpenXml.Packaging.OpenSettings)">
            <summary>
            Opens the cloned OpenXml package on the given file.
            </summary>
            <param name="path">The path and file name of the target OpenXml package.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <param name="openSettings">The advanced settings for opening a document.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of OpenXmlPackage on the specified instance
            of Package.
            </summary>
            <param name="package">The specified instance of Package.</param>
            <returns>A new instance of OpenXmlPackage.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.ToFlatOpcDocument">
            <summary>
            Converts an OpenXml package in OPC format to an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format.
            </summary>
            <returns>The OpenXml package in Flat OPC format.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument)">
            <summary>
            Creates a new editable instance of PresentationDocument from an <see cref="T:System.Xml.Linq.XDocument"/>
            in Flat OPC format, opened on a <see cref="T:System.IO.MemoryStream"/>.
            </summary>
            <param name="document">The document in Flat OPC format.</param>
            <returns>A new instance of PresentationDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument,System.IO.Stream,System.Boolean)">
            <summary>
            Creates a new instance of PresentationDocument from a presentation
            in Flat OPC format.
            </summary>
            <param name="document">The presentation in Flat OPC format.</param>
            <param name="stream">The stream on which the PresentationDocument will be created.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of PresentationDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument,System.String,System.Boolean)">
            <summary>
            Creates a new instance of PresentationDocument from a presentation
            in Flat OPC format.
            </summary>
            <param name="document">The presentation in Flat OPC format.</param>
            <param name="path">The path and file name of the target PresentationDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of PresentationDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument,System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of PresentationDocument from a presentation
            in Flat OPC format on the specified instance of Package.
            </summary>
            <param name="document">The presentation in Flat OPC format.</param>
            <param name="package">The specified instance of Package.</param>
            <returns>A new instance of PresentationDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(System.String)">
            <summary>
            Creates a new instance of PresentationDocument from a string
            in Flat OPC format on a <see cref="T:System.IO.MemoryStream"/> with expandable
            capacity.
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <returns>A new instance of PresentationDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(System.String,System.IO.Stream,System.Boolean)">
            <summary>
            Creates a new instance of PresentationDocument from a string
            in Flat OPC format on a
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <param name="stream">The <see cref="T:System.IO.Stream"/> on which the PresentationDocument will be created.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of PresentationDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(System.String,System.String,System.Boolean)">
            <summary>
            Creates a new instance of PresentationDocument from a string
            in Flat OPC format.
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <param name="path">The path and file name of the target PresentationDocument.</param>
            <param name="isEditable">In ReadWrite mode. False for Read only mode.</param>
            <returns>A new instance of PresentationDocument.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(System.String,System.IO.Packaging.Package)">
            <summary>
            Creates a new instance of PresentationDocument from a string
            in Flat OPC format.
            </summary>
            <param name="text">The string in Flat OPC format.</param>
            <param name="package">The <see cref="T:System.IO.Packaging.Package"/> of the target PresentationDocument.</param>
            <returns>A new instance of PresentationDocument.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExceptionMessages">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.AddedPartIsNotAllowed">
            <summary>
              Looks up a localized string similar to The part cannot be added here..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CannotChangeDocumentType">
            <summary>
              Looks up a localized string similar to Cannot change the document type..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CannotChangeDocumentTypeSerious">
            <summary>
              Looks up a localized string similar to Cannot change the document type. The document may be corrupt..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CannotFindAttribute">
            <summary>
              Looks up a localized string similar to The element does not allow the specified attribute..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CannotLoadRootElement">
            <summary>
              Looks up a localized string similar to Cannot load the root element from the part. The part contains invalid data..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CannotReloadDomTreeWithoutAssociatedPart">
            <summary>
              Looks up a localized string similar to Cannot reload the DOM tree since this element is not associated with an OpenXmlPart..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CannotSaveDomTreeWithoutAssociatedPart">
            <summary>
              Looks up a localized string similar to Cannot save DOM tree since this element is not associated with an OpenXmlPart..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CannotSetAttribute">
            <summary>
              Looks up a localized string similar to Cannot set XML namespace declaration here. Use AddNamespaceDeclaration method instead..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CannotValidateAcbElement">
            <summary>
              Looks up a localized string similar to The OpenXmlValidator cannot validate against AlternateContent, AlternateContentChoice and AlternateContentFallback..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CannotValidateMiscNode">
            <summary>
              Looks up a localized string similar to The OpenXmlValidator cannot validate against OpenXmlMiscNode..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CannotValidateUnknownElement">
            <summary>
              Looks up a localized string similar to The OpenXmlValidator cannot validate against OpenXmlUnknownElement..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.CycleReference">
            <summary>
              Looks up a localized string similar to A circular reference has been detected..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.DataPartIsInUse">
            <summary>
              Looks up a localized string similar to The specified DataPart is referenced by other parts..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.DataPartReferenceIsNotAllowed">
            <summary>
              Looks up a localized string similar to The specified DataPartReferenceRelationship is not allowed with this parent..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.DocumentFileFormatVersionMismatch">
            <summary>
              Looks up a localized string similar to You should not validate document preprocessed based on FileFormatVersions.{0} against FileFormatVersions.{1} constraints. The preprocessing file format version is set in OpenSettings. Also check the file format version setting in the OpenXmlValidator..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.DocumentTooBig">
            <summary>
              Looks up a localized string similar to The document has exceeded the size limit. Its type cannot be changed..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.DuplicatedPrefix">
            <summary>
              Looks up a localized string similar to The prefix &quot;{0}&quot; is already defined in current node..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ElementIsNotChild">
            <summary>
              Looks up a localized string similar to The specified oldChild is not a child of this element..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ElementIsNotInOffice2007">
            <summary>
              Looks up a localized string similar to The validator is set to validate content based on Microsoft Office 2007 rules. The passed in element is not defined in Microsoft Office 2007..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ElementIsNotInOffice2010">
            <summary>
              Looks up a localized string similar to The validator is set to validate content based on Microsoft Office 2010 rules. The passed in element is not defined in Microsoft Office 2010..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ElementIsNotInOffice2013">
            <summary>
              Looks up a localized string similar to The validator is set to validate content based on Microsoft Office 2013 rules. The passed in element is not defined in Microsoft Office 2013..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ElementIsPartOfTree">
            <summary>
              Looks up a localized string similar to Cannot insert the OpenXmlElement &quot;newChild&quot; because it is part of a tree. .
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.EmptyCollection">
            <summary>
              Looks up a localized string similar to Empty collection..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ErrorContentType">
            <summary>
              Looks up a localized string similar to The contentType parameter has incorrect value..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ExtendedPartIsOpenXmlPart">
            <summary>
              Looks up a localized string similar to An ExtendedPart was encountered with a relationship type that starts with &quot;http://schemas.openxmlformats.org&quot;. Expected a defined part instead based on the relationship type..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ExtendedPartNotAllowed">
            <summary>
              Looks up a localized string similar to ExtendedPart must be added by AddExtendedPart( )..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ExternalRelationshipIsNotReferenced">
            <summary>
              Looks up a localized string similar to The specified ExternalRelationship is not referenced by this part..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.FileFormatNotSupported">
            <summary>
              Looks up a localized string similar to The specified FileFormatVersions parameter has an invalid value: {0}.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.Fmt_PartRootIsInvalid">
            <summary>
              Looks up a localized string similar to The root XML element &quot;{0}&quot; in the part is incorrect. The expected root XML element is: &quot;{1}&quot;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ForeignDataPart">
            <summary>
              Looks up a localized string similar to The specified DataPart is not in this document..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ForeignMediaDataPart">
            <summary>
              Looks up a localized string similar to The specified MediaDataPart is not in this document..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ForeignOpenXmlPart">
            <summary>
              Looks up a localized string similar to The specified OpenXmlPart is not referenced by this part..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.HyperlinkRelationshipIsNotReferenced">
            <summary>
              Looks up a localized string similar to The specified ExternalRelationship is not referenced by this part..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ImplicitConversionExceptionOnNull">
            <summary>
              Looks up a localized string similar to Error in implicit conversion. Cannot convert null object..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InnerXmlCannotBeSet">
            <summary>
              Looks up a localized string similar to This OpenXmlElement&apos;s InnerXml cannot be set..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidContentTypePart">
            <summary>
              Looks up a localized string similar to The content type of the part is invalid. The expected content type is: {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidEnumValue">
            <summary>
              Looks up a localized string similar to The specified value is not valid according to the specified enum type..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidMainPartContentType">
            <summary>
              Looks up a localized string similar to Cannot set the MainPartContentType property to this value because it is not valid for this type of document..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidMCMode">
            <summary>
              Looks up a localized string similar to The specified MarkupCompatibilityProcessSettings.TargetFileFormatVersions is invalid to process the extensibility markup..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidOuterXml">
            <summary>
              Looks up a localized string similar to The XML has invalid content and cannot be constructed as an element..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidOuterXmlForMiscNode">
            <summary>
              Looks up a localized string similar to The XML has invalid content and cannot be constructed as an element..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidPackageType">
            <summary>
              Looks up a localized string similar to The specified package is not valid..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidPartContentType">
             <summary>
               Looks up a localized string similar to The document cannot be opened because there is an invalid part with an unexpected content type.
            [Part Uri={0}],
            [Content Type={1}],
            [Expected Content Type={2}]..
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidUriFormat">
            <summary>
              Looks up a localized string similar to Invalid Hyperlink: Malformed URI is embedded as a hyperlink in the document..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidWriteStringCall">
            <summary>
              Looks up a localized string similar to Text string can only be written out in OpenXmlLeafTextElement..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.InvalidXmlIDStringException">
            <summary>
              Looks up a localized string similar to An invalid XML ID string.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.LeafElementInnerXmlCannotBeSet">
            <summary>
              Looks up a localized string similar to This OpenXmlLeafElement&apos;s InnerXml can only be set to null or to an empty string..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.LocalNameIsNull">
            <summary>
              Looks up a localized string similar to LocalName is null or empty..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.MainPartIsDifferent">
            <summary>
              Looks up a localized string similar to The part cannot be added to this package because its content type is not allowed in this type of document..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.MediaDataPartShouldNotReferenceOtherParts">
            <summary>
              Looks up a localized string similar to An Audio / Video part shall not have implicit or explicit relationships to other parts defined by Open XML Standard..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.MultipleRelationshipsToSamePart">
            <summary>
              Looks up a localized string similar to There are more than one relationship references that target the specified part..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.NoMainPart">
            <summary>
              Looks up a localized string similar to The specified package is invalid. The main part is missing..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.NonCompositeNoChild">
            <summary>
              Looks up a localized string similar to Non-composite elements do not have child elements..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.NonImplemented">
            <summary>
              Looks up a localized string similar to The method or operation has not been implemented..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.NoSpecifiedExternalRelationship">
            <summary>
              Looks up a localized string similar to No external relationship with the specified ID was found..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.NoSpecifiedHyperlinkRelationship">
            <summary>
              Looks up a localized string similar to No hyperlink relationship with the specified ID was found..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.NoSpecifiedReferenceRelationship">
            <summary>
              Looks up a localized string similar to No ReferenceRelationship with the specified ID was found..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.NsNotUnderStand">
            <summary>
              Looks up a localized string similar to Current Markup Compatibility mode does not understand namespace prefix &quot;{0}&quot;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.OnlyOnePartAllowed">
            <summary>
              Looks up a localized string similar to Only one instance of the type is allowed for this parent..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PackageAccessModeIsReadonly">
            <summary>
              Looks up a localized string similar to This operation requires that the document be opened with ReadWrite (or Write) access..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PackageMustCanBeRead">
            <summary>
              Looks up a localized string similar to This operation requires that the package be opened with Read access..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PackageRelatedArgumentNullException">
            <summary>
              Looks up a localized string similar to Arguments openXmlPackage and its parent cannot be null at same time..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ParentIsNull">
            <summary>
              Looks up a localized string similar to The parent of this element is null..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartExistsWithDifferentRelationshipId">
            <summary>
              Looks up a localized string similar to The specified part is already referenced as a target part by a relationship with a different ID..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartIsDestroyed">
            <summary>
              Looks up a localized string similar to The part has been destroyed..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartIsEmpty">
            <summary>
              Looks up a localized string similar to The XML content is empty..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartIsNotAllowed">
            <summary>
              Looks up a localized string similar to The specified part is not allowed with this parent..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartIsNotInOffice2007">
            <summary>
              Looks up a localized string similar to The validator is set to validate content based on Microsoft Office 2007 rules. The passed in part is not defined in Microsoft Office 2007..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartIsNotInOffice2010">
            <summary>
              Looks up a localized string similar to The validator is set to validate content based on Microsoft Office 2010 rules. The passed in part is not defined in Microsoft Office 2010..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartIsNotInOffice2013">
            <summary>
              Looks up a localized string similar to The validator is set to validate content based on Microsoft Office 2013 rules. The passed in part is not defined in Microsoft Office 2013..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartNotInSamePackage">
            <summary>
              Looks up a localized string similar to A relationship can only be created between two parts in a package..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartNotInVersion">
            <summary>
              Looks up a localized string similar to The OpenXmlPart is not a valid part in the specified FileFormat version..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartRootAlreadyHasAssociation">
            <summary>
              Looks up a localized string similar to Cannot set the given root element to this part. The given part root element has already been associated with another OpenXmlPart..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PartUnknown">
            <summary>
              Looks up a localized string similar to The XML content is unknown. Cannot create an OpenXmlReader on that content..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.PropertyMutualExclusive">
            <summary>
              Looks up a localized string similar to The {0} property cannot be set when the {1} property is not null..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ReaderInEndState">
            <summary>
              Looks up a localized string similar to The reader is now positioned at the end element tag..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ReaderInEofState">
            <summary>
              Looks up a localized string similar to The reader is now positioned at EOF..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ReaderInNullState">
            <summary>
              Looks up a localized string similar to The reader is now positioned before the first element. Call OpenXmlReader.Read() before this operation..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ReferenceRelationshipIsNotReferenced">
            <summary>
              Looks up a localized string similar to The specified ReferenceRelationship is not referenced by this part..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.RelationshipIdConflict">
            <summary>
              Looks up a localized string similar to Id conflicts with the Id of an existing relationship..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.RequiredPartDoNotExist">
            <summary>
              Looks up a localized string similar to A required part is missing. The class name is stored in the PartClassName property..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.SamePartWithDifferentRelationshipType">
            <summary>
              Looks up a localized string similar to A shared part is referenced by multiple source parts with a different relationship type..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.StreamAccessModeShouldBeWrite">
            <summary>
              Looks up a localized string similar to The stream was not opened for writing..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.StrictReadOnly">
            <summary>
              Looks up a localized string similar to ISO 29500 Strict formatted document can&apos;t be opened while edit operation is enabled..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.StringArgumentEmptyException">
            <summary>
              Looks up a localized string similar to The string argument cannot be empty..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.StringIsEmpty">
            <summary>
              Looks up a localized string similar to The specified string is empty..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.TextIsInvalidEnumValue">
            <summary>
              Looks up a localized string similar to The text value is not a valid enumeration value..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.TextIsInvalidOnOffValue">
            <summary>
              Looks up a localized string similar to The text value is invalid. It can be only &apos;true&apos;, &apos;false&apos;, &apos;on&apos;, &apos;off&apos;, &apos;0&apos;, &apos;1&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.TextIsInvalidTrueFalseBlankValue">
            <summary>
              Looks up a localized string similar to The text value is invalid. It can be only &apos;true&apos;, &apos;false&apos;, &apos;t&apos;, &apos;f&apos;, &apos;&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.TextIsInvalidTrueFalseValue">
            <summary>
              Looks up a localized string similar to The text value is invalid. It can be only &apos;true&apos;, &apos;false&apos;, &apos;t&apos;, &apos;f&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.UnknowMCContent">
            <summary>
              Looks up a localized string similar to There is invalid extensibility markup in &quot;{0}&quot;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.UnknownPackage">
            <summary>
              Looks up a localized string similar to The specified package is unknown..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.UseAddHyperlinkRelationship">
            <summary>
              Looks up a localized string similar to Do not add hyperlink relationships through the AddExternalRelationship() method. Use AddHyperlinkRelationship() instead..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExceptionMessages.ValidationException">
            <summary>
              Looks up a localized string similar to The OpenXmlPackage.Validate method found an error in the document..
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.NamespaceIdMap.TryGetTransitionalNamespace(System.String,System.String@)">
            <summary>
            Attempts to get the Transitional equivalent namespace.
            </summary>
            <param name="strictNamespace">A namespace in Strict.</param>
            <param name="transitionalNamespace">An equivalent namespace in Transitional.</param>
            <returns>Returns true when a Transitional equivalent namespace is found, returns false when it is not found.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.NamespaceIdMap.TryGetTransitionalRelationship(System.String,System.String@)">
            <summary>
            Attempts to get the Transitional equivalent relationship.
            </summary>
            <param name="strictRelationship">A relationship in Strict.</param>
            <param name="transitionalRelationship">An equivalent relationship in Transitional.</param>
            <returns>Returns true when a Transitional equivalent relationship is found, returns false when it is not.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.NamespaceIdMap.GetNamespaceUri(System.Byte)">
            <summary>
            Gets the namespace URI for the specified namespace ID.
            </summary>
            <param name="namespaceId">The namespace ID.</param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.NamespaceIdMap.GetNamespaceUri(System.String)">
            <summary>
            Gets the namespace URI for the specified namespace prefix.
            </summary>
            <param name="prefix">The namespace prefix.</param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.NamespaceIdMap.GetNamespacePrefix(System.Byte)">
            <summary>
            Gets the default namespace prefix for the specified namespace ID.
            </summary>
            <param name="namespaceId">The namespace ID.</param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.NamespaceIdMap.TryGetExtendedNamespace(System.String,System.String@)">
            <summary>
            Try to get the expected namespace if the passed namespace is an obsolete.
            </summary>
            <param name="namespaceUri">The namespace to pass.</param>
            <param name="extNamespaceUri">The expected namespace when the passed namespace is an obsolete.</param>
            <returns>True when the passed namespace is an obsolete and the expected namespace found</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlAttribute">
            <summary>
            Represents an Open XML attribute.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlAttribute.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the OpenXmlAttribute structure using the supplied qualified name, namespace URI, and text value.
            </summary>
            <param name="qualifiedName">The qualified attribute name.</param>
            <param name="namespaceUri">The namespace URI of the attribute.</param>
            <param name="value">The text value of the attribute.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlAttribute.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the OpenXmlAttribute structure using the supplied namespace prefix, local name, namespace URI, and text value.
            </summary>
            <param name="prefix">The namespace prefix of the attribute. </param>
            <param name="localName">The local name of the attribute.</param>
            <param name="namespaceUri">The namespace URI of the attribute.</param>
            <param name="value">The text value of the attribute.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri">
            <summary>
            Gets or sets the namespace URI of the current attribute.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlAttribute.LocalName">
            <summary>
            Gets or sets the local name of the attribute.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlAttribute.Prefix">
            <summary>
            Gets or sets the namespace prefix of the current attribute.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlAttribute.Value">
            <summary>
            Gets or sets the text value of the attribute.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlAttribute.XmlQualifiedName">
            <summary>
            When overridden in a derived class, gets the qualified name of the attribute.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlAttribute.XName">
            <summary>
            Gets the qualified name of the current attribute.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlAttribute.Equals(DocumentFormat.OpenXml.OpenXmlAttribute)">
            <summary>
            Determines if this instance of an OpenXmlAttribute structure is equal to the specified instance of an OpenXmlAttribute structure.
            </summary>
            <param name="other">An instance of an OpenXmlAttribute structure.</param>
            <returns>Returns true if instances are equal; otherwise, returns false.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlAttribute.op_Equality(DocumentFormat.OpenXml.OpenXmlAttribute,DocumentFormat.OpenXml.OpenXmlAttribute)">
            <summary>
            Determines if two instances of OpenXmlAttribute structures are equal.
            </summary>
            <param name="attribute1">The first instance of an OpenXmlAttribute structure.</param>
            <param name="attribute2">The second instance of an OpenXmlAttribute structure.</param>
            <returns>Returns true if all corresponding members are equal; otherwise, returns false.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlAttribute.op_Inequality(DocumentFormat.OpenXml.OpenXmlAttribute,DocumentFormat.OpenXml.OpenXmlAttribute)">
            <summary>
            Determines if two instances of OpenXmlAttribute structures are not equal.
            </summary>
            <param name="attribute1">The first instance of an OpenXmlAttribute structure.</param>
            <param name="attribute2">The second instance of an OpenXmlAttribute structure.</param>
            <returns>Returns true if some corresponding members are different; otherwise, returns false.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlAttribute.Equals(System.Object)">
            <summary>
            Determines whether the specified Object is a OpenXmlAttribute structure and if so, indicates whether it is equal to this instance of an OpenXmlAttribute structure.
            </summary>
            <param name="obj">An Object.</param>
            <returns>Returns true if obj is an OpenXmlAttribute structure and it is equal to this instance of an OpenXmlAttribute structure; otherwise, returns false.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlAttribute.GetHashCode">
            <summary>
            Gets the hash code for this instance of an OpenXmlAttribute structure.
            </summary>
            <returns>The hash code for this instance of an OpenXmlAttribute structure.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlCompositeType">
            <summary>
            Specifies the type of each child element's occurence.
            Used in GetElement() and SetElement() for generated code.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.OpenXmlCompositeType.OneSequence">
            <summary>
            xsd:sequence, and maxOccurs=1.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.OpenXmlCompositeType.OneChoice">
            <summary>
            xsd:choice, and maxOccurs=1.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.OpenXmlCompositeType.OneAll">
            <summary>
            xsd:all.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlCompositeElement">
            <summary>
            Represents the base class for composite elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlCompositeElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OpenXmlCompositeElement class using the supplied outer XML.
            </summary>
            <param name="outerXml">The outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.#ctor(System.Collections.IEnumerable)">
            <summary>
            Initializes a new instance of the OpenXmlCompositeElement class using the supplied collection of elements.
            </summary>
            <param name="childrenElements">A collection of elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
            <summary>
            Initializes a new instance of the OpenXmlCompositeElement class using the supplied collection of OpenXmlElement elements.
            </summary>
            <param name="childrenElements">A collection of OpenXmlElement elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OpenXmlCompositeElement using the supplied array of OpenXmlElement elements.
            </summary>
            <param name="childrenElements">An array of OpenXmlElement elements.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlCompositeElement.FirstChild">
            <summary>
            Gets the first child of the current OpenXmlElement element.
            </summary>
            <remarks>
            Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlCompositeElement.LastChild">
            <summary>
            Gets the last child of the current OpenXmlElement element.
            Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlCompositeElement.HasChildren">
            <summary>
            Gets a value that indicates whether the current element has any child elements.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerText">
            <summary>
            Gets or sets the concatenated values of the current node and all of its children.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerXml">
            <summary>
            Gets or sets the markup that represents only the child nodes of the current node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.AppendChild``1(``0)">
            <summary>
            Appends the specified element to the end of the current element's list of child nodes.
            </summary>
            <param name="newChild">The OpenXmlElement element to append.</param>
            <returns>The OpenXmlElement element that was appended. </returns>
            <remarks>Returns null if newChild equals null.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAfter``1(``0,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Inserts the specified element immediately after the specified reference element.
            </summary>
            <param name="newChild">The OpenXmlElement element to insert.</param>
            <param name="refChild">The OpenXmlElement element that is in the reference node.</param>
            <returns>The OpenXmlElement element that was inserted.</returns>
            <remarks>Returns null if newChild is null. </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertBefore``1(``0,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Inserts the specified element immediately before the specified reference element.
            </summary>
            <param name="newChild">The OpenXmlElement to insert.</param>
            <param name="refChild">The OpenXmlElement that is in the reference node.</param>
            <returns>The OpenXmlElement that was inserted.</returns>
            <remarks>Returns null if newChild equals null.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAt``1(``0,System.Int32)">
            <summary>
            Inserts the specified element at the specified index of the current element's children.
            </summary>
            <param name="newChild">The OpenXmlElement element to insert.</param>
            <param name="index">The zero-based index to insert the element to.</param>
            <returns>The OpenXmlElement element that was inserted.</returns>
            <remarks>Returns null if newChild equals null.</remarks>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when index is less than 0 or is greater than the count of children.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.PrependChild``1(``0)">
            <summary>
            Inserts the specified element at the beginning of the current element's list of child nodes.
            </summary>
            <param name="newChild">The OpenXmlElement element to add.</param>
            <returns>The OpenXmlElement that was added.</returns>
            <remarks>Returns null if newChild equals null.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveChild``1(``0)">
            <summary>
            Removes the specified child element.
            </summary>
            <param name="oldChild">The element to remove. </param>
            <returns>The element that was removed. </returns>
            <remarks>Returns null if newChild equals null. </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveAllChildren">
            <summary>
            Removes all of the current element's child elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.ReplaceChild``1(DocumentFormat.OpenXml.OpenXmlElement,``0)">
            <summary>
            Replaces one of the current element's child elements with another OpenXmlElement element.
            </summary>
            <param name="newChild">The new OpenXmlElement to put in the child list.</param>
            <param name="oldChild">The OpenXmlElement to be replaced in the child list.</param>
            <returns>The OpenXmlElement that was replaced.</returns>
            <remarks>Returns null if newChild equals null.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.WriteContentTo(System.Xml.XmlWriter)">
            <summary>
            Saves all of the current node's children to the specified XmlWriter.
            </summary>
            <param name="w">The XmlWriter at which to save the child nodes. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.ElementInsertingEvent(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Fires the ElementInserting event.
            </summary>
            <param name="element">The OpenXmlElement element to insert.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.ElementInsertedEvent(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Fires the ElementInserted event.
            </summary>
            <param name="element">The OpenXmlElement element to insert.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.ElementRemovingEvent(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Fires the ElementRemoving event.
            </summary>
            <param name="element">The OpenXmlElement element to remove.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.ElementRemovedEvent(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Fires the ElementRemoved event.
            </summary>
            <param name="element">The OpenXmlElement element to be removed.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.Populate(System.Xml.XmlReader,DocumentFormat.OpenXml.OpenXmlLoadMode)">
            <summary>
            Populates the XML into a strong typed DOM tree.
            </summary>
            <param name="xmlReader">The XmlReader to read the XML content.</param>
            <param name="loadMode">Specifies a load mode that is either lazy or full.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlCompositeElement.ElementTagNames">
            <summary>
            Gets the tag names of the child elements.
            </summary>
            <remarks>
            This property is overriden in generated classes.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlCompositeElement.ElementNamespaceIds">
            <summary>
            Gets the namespace IDs of the child elements.
            </summary>
            <remarks>
            This property is overriden in generated classes.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlCompositeElement.GetElement``1(System.Int32)">
            <summary>
            Gets the child element that has the specified sequence number.
            Sequence numbers are generated by a code generator.
            </summary>
            <param name="sequenceNumber">The sequence number of the element.</param>
            <returns>An element that has the specified sequence number. Returns null (Nothing in Visual Basic) if no element is found having the specified sequence number.</returns>
            <remarks>
            Returns null if there are invalid children.
            </remarks>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlElement">
            <summary>
            Represents a base class that all elements in an Office Open XML document derive from.
            </summary>
            <remarks>
            Annotations will not be cloned when calling .Clone() and .CloneNode(bool).
            </remarks>
            <summary>
            Represents a base class for all elements in an Office Open XML document.
            </summary>
            <remarks>
            Annotations will not be cloned when calling .Clone() and .CloneNode(bool).
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OpenXmlElement class using the supplied outer XML of the element.
            </summary>
            <param name="outerXml">The outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.next">
            <summary>
            Gets the next element in the linked list.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.XmlParsed">
            <summary>
            Returns true if the inner raw xml is parsed.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.RawOuterXml">
            <summary>
            Gets the raw OuterXml.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.FixedAttributesArray">
            <summary>
            Gets an array of fixed attributes (attributes that are defined in the schema).
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.Attributes">
            <summary>
            Gets an array of fixed attributes.
            The attributes will be parsed out if they are not yet parsed.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.NamespaceId">
            <summary>
            Gets the namespace ID of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.AttributeTagNames">
            <summary>
            Gets the tag names of each attribute.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.AttributeNamespaceIds">
            <summary>
            Gets the namespace IDs of each attribute.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.ElementTypeId">
            <summary>
            Gets the type ID of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElementContext">
            <summary>
            Gets the OpenXmlEementContext of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.RootElementContext">
            <summary>
            Gets the OpenXmlEementContext from the root element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.FirstChild">
            <summary>
            Gets the first child of the OpenXmlElement element.
            Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.LastChild">
            <summary>
            Gets the last child of the OpenXmlElement element.
            Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.HasAttributes">
            <summary>
            Gets a boolean value that indicates whether the current element has any attributes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.ExtendedAttributes">
            <summary>
            Gets all extended attributes (attributes not defined in the schema) of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.HasChildren">
            <summary>
            Gets a value that indicates whether the current element has any child elements.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.ChildElements">
            <summary>
            Gets all the child nodes of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.Parent">
            <summary>
            Gets the parent element of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.NamespaceUri">
            <summary>
            Gets the namespace URI of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.LocalName">
            <summary>
            Gets the local name of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.Prefix">
            <summary>
            Gets the namespace prefix of current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.NamespaceDeclarations">
            <summary>
            Gets all the namespace declarations defined in the current element. Returns an empty enumerator if there is no namespace declaration.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.XmlQualifiedName">
            <summary>
            Gets the qualified name of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.XName">
            <summary>
            Gets the qualified name of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.InnerText">
            <summary>
            Gets the concatenated values of the node and all of its children.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.InnerXml">
            <summary>
            Gets or sets the markup that represents only the child elements of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.OuterXml">
            <summary>
            Gets the markup that represents the current element and all of its child elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.GetAttribute(System.String,System.String)">
            <summary>
            Gets an Open XML attribute with the specified tag name and namespace URI.
            </summary>
            <param name="localName">The tag name.</param>
            <param name="namespaceUri">The namespace URI.</param>
            <returns>Returns a clone of the OpenXmlAttribute with local name equal to "localName" and namespace URI equal to "namespaceUri".</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">When the "localName" is empty.</exception>
            <exception cref="T:System.Collections.Generic.KeyNotFoundException">When the element does not have the specified attribute.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.GetAttributes">
            <summary>
            Gets a list that contains a copy of all the attributes.
            </summary>
            <returns>A list of attributes. Return an empty list if there are no attributes.</returns>
            <remarks>The returned list is a non-live copy.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.GetAttributes(System.Collections.Generic.ICollection{DocumentFormat.OpenXml.OpenXmlAttribute})">
            <summary>
            Gets a collection that contains a copy of all the attributes.
            </summary>
            <param name="attributes">The collection to hold the copy of the attributes.</param>
            <remarks>The returned collection is a non-live copy.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.SetAttribute(DocumentFormat.OpenXml.OpenXmlAttribute)">
            <summary>
            Sets an attribute to the specified element.
            If the attribute is a known attribute, the value of the attribute is set.
            If the attribute is an extended attribute, the 'openxmlAttribute' is added to the extended attributes list.
            </summary>
            <param name="openXmlAttribute">The attribute to be set on the element.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when the LocalName of the "openxmlAttribute" parameter is null or empty.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when an attempt to set a namespace declaration is made.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.RemoveAttribute(System.String,System.String)">
            <summary>
            Removes the attribute from the current element.
            </summary>
            <param name="localName">The local name of the attribute.</param>
            <param name="namespaceUri">The namesapce URI of the attribute.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the localName is empty.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.SetAttributes(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlAttribute})">
            <summary>
            Sets a number of attributes to the element.
            If an attribute is a known attribute, the value of the attribute is set.
            If an attribute is an extended attribute, the 'openxmlAttribute' is added to the extended attributes list.
            </summary>
            <param name="openXmlAttributes">The attributes to be set on the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.ClearAllAttributes">
            <summary>
            Clears all of the attributes, including both known attributes and extended attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.AddNamespaceDeclaration(System.String,System.String)">
            <summary>
            Adds a namepace declaration to the current node.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="uri">The uri.</param>
            <exception cref="T:System.InvalidOperationException">Thrown if the prefix is already used in the current node.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.RemoveNamespaceDeclaration(System.String)">
            <summary>
            Removes the namespace declaration for the specified prefix. Removes nothing if there is no prefix.
            </summary>
            <param name="prefix"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.GetFirstChild``1">
            <summary>
            Finds the first child element in type T.
            </summary>
            <typeparam name="T">Type of element.</typeparam>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling">
            <summary>
            Gets the OpenXmlElement element that immediately precedes the current OpenXmlElement element.
            Returns null (Nothing in Visual Basic ) if there is no preceding OpenXmlElement element.
            </summary>
            <returns>The OpenXmlElement element that immediately precedes the current OpenXmlElement element.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling``1">
            <summary>
            Gets the OpenXmlElement element with the specified type that precedes the current OpenXmlElement.
            Returns null (Nothing in Visual Basic) if there is no preceding OpenXmlElement element.
            </summary>
            <returns>The OpenXmlElement element with the specified type that precedes the current OpenXmlElement element.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.NextSibling">
            <summary>
            Gets the OpenXmlElement element that immediately follows the current OpenXmlElement element.
            Returns null (Nothing in Visual Basic) if there is no next OpenXmlElement element.
            </summary>
            <returns>The OpenXmlElement element that immediately follows the current OpenXmlElement element.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.NextSibling``1">
            <summary>
            Gets the OpenXmlElement element with the specified type that follows the current OpenXmlElement element.
            Returns null (Nothing in Visual Basic) if there is no next OpenXmlElement.
            </summary>
            <returns>The OpenXmlElement element with the specified type that follows the current OpenXmlElement element.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Ancestors">
            <summary>
            Enumerates all of the current element's ancestors.
            </summary>
            <returns>An IEnumerable object that contains a list of the current OpenXmlElement element's ancestors.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Ancestors``1">
            <summary>
            Enumerates only the current element's ancestors that have the specified type.
            </summary>
            <typeparam name="T">The element type.</typeparam>
            <returns>An IEnumerable object that contains a list of the current OpenXmlElement element's ancestors.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Elements``1">
            <summary>
            Enumerates only the current element's children that have the specified type.
            </summary>
            <typeparam name="T">The element type.</typeparam>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Elements">
            <summary>
            Enumerates all of the current element's children.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Descendants``1">
            <summary>
            Enumerate all of the current element's descendants of type T.
            </summary>
            <typeparam name="T">The element type.</typeparam>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Descendants">
            <summary>
            Enumerates all of the current element's descendants.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.ElementsBefore">
            <summary>
            Enumerates all of the sibling elements that precede the current element and have the same parent as the current element.
            </summary>
            <returns>An IEnumerable object that contains a list of OpenXmlElement elements.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.ElementsAfter">
            <summary>
            Enumerates all of the sibling elements that follow the current element and have the same parent as the current element.
            </summary>
            <returns>An IEnumerable object that contains a list of OpenXmlElement elements.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.CloneNode(System.Boolean)">
            <summary>
            When overridden in a derived class, creates a duplicate of the node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>The cloned node. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.WriteTo(System.Xml.XmlWriter)">
            <summary>
            Saves the current node to the specified XmlWriter.
            </summary>
            <param name="xmlWriter">The XmlWriter to which to save the current node. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Append(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
            <summary>
            Appends each element from a list of elements to the end of the current element's list of child elements.
            </summary>
            <param name="newChildren">The list that contains the OpenXmlElement elements to be appended.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Append(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Appends each element from an array of elements to the end of the current element's list of child elements.
            </summary>
            <param name="newChildren">The array of OpenXmlElement elements to be appended.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.AppendChild``1(``0)">
            <summary>
            Appends the specified element to the end of the current element's list of child nodes.
            </summary>
            <param name="newChild">The OpenXmlElement element to append.</param>
            <returns>The OpenXmlElement element that was appended. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.InsertAfter``1(``0,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Inserts the specified element immediately after the specified reference element.
            </summary>
            <param name="newChild">The OpenXmlElement element to insert.</param>
            <param name="refChild">The reference OpenXmlElement element. newChild is placed after refChild. </param>
            <returns>The OpenXmlElement element that was inserted.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.InsertBefore``1(``0,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Inserts the specified element immediately before the specified reference element.
            </summary>
            <param name="newChild">The OpenXmlElement element to insert.</param>
            <param name="refChild">The reference OpenXmlElement element. newChild is placed before refChild.</param>
            <returns>The OpenXmlElement element that was inserted.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.InsertAfterSelf``1(``0)">
            <summary>
            Inserts the specified element immediately after the current element.
            </summary>
            <param name="newElement">The new element to insert.</param>
            <returns>The inserted element.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when the "newElement" parameter is a null reference.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the parent is a null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.InsertBeforeSelf``1(``0)">
            <summary>
            Inserts the specified element immediately before the current element.
            </summary>
            <param name="newElement">The new element to insert.</param>
            <returns>The inserted element.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when the "newElement" parameter is a null reference.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the parent is a null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.InsertAt``1(``0,System.Int32)">
            <summary>
            Inserts the specified element at the specified index in the current element's list of child elements.
            </summary>
            <param name="newChild">The OpenXmlElement element to insert.</param>
            <param name="index">The zero-based index where the element is to be inserted.</param>
            <returns>The OpenXmlElement element that was inserted.</returns>
            <remarks>Returns null if newChild equals null.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.PrependChild``1(``0)">
            <summary>
            Inserts the specified element at the beginning of the current element's list of child elements.
            </summary>
            <param name="newChild">The OpenXmlElement element to add.</param>
            <returns>The OpenXmlElement element that was added.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.RemoveChild``1(``0)">
            <summary>
            Removes the specified child element from the current element's list of child elements.
            </summary>
            <param name="oldChild">The child element to remove. </param>
            <returns>The element that was removed. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.ReplaceChild``1(DocumentFormat.OpenXml.OpenXmlElement,``0)">
            <summary>
            Replaces a child element with another child element in the current element's list of child elements.
            </summary>
            <param name="newChild">The new child element to put in the list.</param>
            <param name="oldChild">The child element to replace in the list.</param>
            <returns>The OpenXmlElement element that was replaced.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren">
            <summary>
            Removes all of the current element's child elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren``1">
            <summary>
            Remove all of the current element's child elements that are of type T.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Remove">
            <summary>
            Removes the current element from its parent.
            </summary>
            <exception cref="T:System.InvalidOperationException">Thrown when the parent is a null reference.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.IsAfter(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Determines if the current element appears after a specified element in document order.
            </summary>
            <param name="element">The element to compare for order.</param>
            <returns>Returns true if the current element appears after the specified element in document order; otherwise returns false.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.IsBefore(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Determines if the current element appears before a specified element in document order.
            </summary>
            <param name="element">The element to compare for order.</param>
            <returns>Returns true if the current element appears before the specified element in document order; otherwise returns false.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.GetOrder(DocumentFormat.OpenXml.OpenXmlElement,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Gets the order of the two specified elements in document order.
            </summary>
            <param name="element1">The first element to compare for order.</param>
            <param name="element2">The second element to compare for order.</param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.WriteContentTo(System.Xml.XmlWriter)">
            <summary>
            Saves all of the children of the current node to the specified XmlWriter.
            </summary>
            <param name="w">The XmlWriter at which to save the child nodes. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.TrySetFixedAttribute(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Attempts to set the attribute to a known attribute.
            </summary>
            <param name="namespaceUri"></param>
            <param name="localName"></param>
            <param name="value"></param>
            <param name="strictTranslation"></param>
            <returns>true if the attribute is a known attribute.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.PushMcContext(System.Xml.XmlReader)">
            <summary>
            Reads MC attributes from the xmlReader and than pushes MC Context on needed.
            This xmlReader will keeps on the element start after this method.
            </summary>
            <param name="xmlReader">This method screen all attribute from xmlReader, and then set the xmlReader back to the element start.</param>
            <returns>Returns true if a MCAttributes is pushed.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.CheckMustUnderstandAttr(System.Xml.XmlReader,DocumentFormat.OpenXml.MarkupCompatibilityAttributes,DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings)">
            <summary>
            if this is a normal node, check mustunderstand attr in loading time
            </summary>
            <param name="reader">The XmlReader.</param>
            <param name="mcAttributes">The MarkupCompatibilityAttributes.</param>
            <param name="mcSettings">The MarkupCompatibilityProcessSettings.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.CheckMustUnderstandAttr">
            <summary>
            if this is a node in ACB, check mustunderstand after loaded
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Indicates whether the current element is available in a specific version of Office Application.
            For strong typed element, the return value will be generated according to the schema.
            For OpenXmlUnknownElement element, always returns false, no matter what the version is.
            For OpenXmlMiscNode element, always returns true, no matter what the version is.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.AddAnnotation(System.Object)">
            <summary>
            Adds an object to the current OpenXmlElement element's list of annotations.
            </summary>
            <param name="annotation">The annotation to add to the current OpenXmlElement element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Annotation``1">
            <summary>
            Get the first annotation object of the specified type from the current OpenXmlElement element.
            </summary>
            <typeparam name="T">The type of the annotation to retrieve.</typeparam>
            <returns>The first annotation object of the specified type.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Annotation(System.Type)">
            <summary>
            Get the first annotation object of the specified type from the current OpenXmlElement element.
            </summary>
            <param name="type">The type of the annotation to retrieve.</param>
            <returns>The first annotation object with the specified type.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Annotations``1">
            <summary>
            Gets a collection of annotations with the specified type for the current OpenXmlElement element.
            </summary>
            <typeparam name="T">The type of the annotations to retrieve.</typeparam>
            <returns>An IEnumerable(T) object that contains the annotations for current OpenXmlElement element.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Annotations(System.Type)">
            <summary>
            Gets a collection of annotations with the specified type for the current OpenXmlElement element.
            </summary>
            <param name="type">The type of the annotations to retrieve.</param>
            <returns>An IEnumerable(T) object that contains the annotations for the current OpenXmlElement element.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations``1">
            <summary>
            Removes the annotations with the specified type from the current OpenXmlElement element.
            </summary>
            <typeparam name="T">The type of the annotations to remove.</typeparam>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations(System.Type)">
            <summary>
            Removes the annotations of the specified type from the current OpenXmlElement element.
            </summary>
            <param name="type">The type of the annotations to remove.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the child collection.
            </summary>
            <returns>An IEnumerator object that can be used to iterate through the child collection. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.Clone">
            <summary>
            Creates a duplicate of the current node.
            </summary>
            <remarks>
            Cloning an OpenXmlNode copies all attributes and their values, including those generated by the XML processor to represent defaulted attributes. This method recursively clones the node and the subtree underneath it.
            Cloning is equivalent to calling CloneNode(true).
            </remarks>
            <returns>The cloned node.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.IsXmlnsUri(System.String)">
            <summary>
            Indicates whether the specified namespace uri equals @"http://www.w3.org/2000/xmlns/".
            </summary>
            <param name="nsUri">The namespace uri.</param>
            <returns>True if nsUri == @"http://www.w3.org/2000/xmlns/".</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.IsKnownNamespace(System.String)">
            <summary>
            Indicates whether the specified namespace is a known namespace.
            </summary>
            <param name="namespaceUri"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.IsKnownElement(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Returns true when the specified element is not an OpenXmlUnknownElement and it is not an OpenXmlMiscNode.
            </summary>
            <param name="element"></param>
            <returns></returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElement.MCAttributes">
            <summary>
            Sets the markup compatibility attributes. Returns null if no markup compatibility attributes are defined for the current element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.LoadMCAttribute(System.Xml.XmlReader)">
            <summary>
            Loads the MC attributes from the xmlReader.
            This xmlReader will keeps on the element start after this method.
            </summary>
            <param name="xmlReader">This method screen all attribute from xmlReader, and then set the xmlReader back to the element start.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.AddMCAttributes(System.Collections.Generic.ICollection{DocumentFormat.OpenXml.OpenXmlAttribute})">
            <summary>
            Adds the MC attributes to the "attributes" collection.
            </summary>
            <param name="attributes"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.GetMCAttribute(System.String)">
            <summary>
            Finds the corresponding MC attribute from the attribute name.
            </summary>
            <param name="localName"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.LookupNamespace(System.String)">
            <summary>
            Resolves the namespace prefix in the context of the current node.
            </summary>
            <param name="prefix">The prefix to resolve.</param>
            <returns>The resolved namespace. Returns null (Nothing in Visual Basic) if the prefix cannot be resolved.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.LookupPrefix(System.String)">
            <summary>
            Finds the corresponding prefix for a namespace uri in the current element scope.
            </summary>
            <param name="namespaceUri">The namespace uri.</param>
            <returns>The corresponding prefix. Returns null (Nothing in Visual Basic) if no prefix is found.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.GetNextNonMiscElementSibling">
            <summary>
            Returns the next sibling element that is not an OpenXmlMiscNode element.
            </summary>
            <returns>The next sibling element that is not an OpenXmlMiscNode element.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.GetFirstNonMiscElementChild">
            <summary>
            Returns the first child element that is not an OpenXmlMiscNode element.
            </summary>
            <returns>The first child element that is not an OpenXmlMiscNode element.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElement.GetPartRootElement">
            <summary>
            Gets the root element of the current OpenXmlElement element.
            </summary>
            <returns>
            Returns the root element if it is an OpenXmlPartRootElement element. Returns the current element if it is an OpenXmlPartRootElement element.
            Returns null (Nothing in Visual Basic) if the current element has no parent or the root element is not an OpenXmlPartRootElement element.
            </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.AttributeFormatter">
            <summary>
            The base class of the Attribute formatter. (abstract)
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AttributeFormatter.#ctor(System.Int32)">
            <summary>
            The constructor to set the length of characters to express.
            </summary>
            <param name="length"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AttributeFormatter.StringToValue(System.String)">
            <summary>
            Convert string to long. (abstract)
            </summary>
            <param name="strValue"></param>
            <returns>the converted long value</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.AttributeFormatter.ValueToString(System.Int64)">
            <summary>
            Convert long to string. (abstract)
            </summary>
            <param name="longValue"></param>
            <returns>the converted string</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.BinAttributeFormatter">
            <summary>
            Convert format between long and bin.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.BinAttributeFormatter.#ctor(System.Int32)">
            <summary>
            The constructor to set the length of characters to express.
            </summary>
            <param name="length"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.BinAttributeFormatter.StringToValue(System.String)">
            <summary>
            Convert string to long.
            </summary>
            <param name="strValue"></param>
            <returns>the converted long value</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.BinAttributeFormatter.ValueToString(System.Int64)">
            <summary>
            Convert long to string.
            </summary>
            <param name="longValue"></param>
            <returns>the converted string</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.HexAttributeFormatter">
            <summary>
            Convert format between long and hex.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.HexAttributeFormatter.#ctor(System.Int32)">
            <summary>
            The constructor to set the length of characters to express.
            </summary>
            <param name="length"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.HexAttributeFormatter.StringToValue(System.String)">
            <summary>
            Convert string to long.
            </summary>
            <param name="strValue"></param>
            <returns>the converted long value</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.HexAttributeFormatter.ValueToString(System.Int64)">
            <summary>
            Convert long to string.
            </summary>
            <param name="longValue"></param>
            <returns>the converted string</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.TagAttributeTranslator">
            <summary>
            The base class of the Attribute translator for Tag.
            TagAttributeTranslator converts an attribute from OrigAttrName="OrigAttrValue" to NewAttrName="NewAttrValue".
            AttrTrait is currently used as the bit mask when NewAttrValue needs to be in the bit field representation.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.TagAttributeTranslator.SetLocalNameAndValue(System.String,System.String)">
            <summary>
            Set LocalName and Value.
            </summary>
            <param name="strLocalName"></param>
            <param name="strValue"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.TagAttributeTranslator.GetIndexByAttributeName">
            <summary>
            Get the index to specify the attribute name to translate.
            </summary>
            <returns>The index</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TagAttributeTranslator.GetIndexByValue">
            <summary>
            Get the index to specify the value to translate.
            </summary>
            <returns>The index</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TagAttributeTranslator.SetIndex">
            <summary>
            Set the index.
            </summary>
            <returns>The index</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.TagAttributeTranslator.Index">
            <summary>
            Get the Index
            </summary>
            <returns>The index</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.TagAttributeTranslator.LocalName">
            <summary>
            Get the LocalName
            </summary>
            <returns>The LocalName</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.TagAttributeTranslator.Value">
            <summary>
            Get the Value
            </summary>
            <returns>The value</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.TagAttributeTranslator.Trait">
            <summary>
            Get the Trait.
            </summary>
            <returns>The Trait</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.TagAttributeTranslator.Formatter">
            <summary>
            Get the formatter.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DocumentTagAttributeTranslator.SetIndex">
            <summary>
            Set the index to specify the value to translate.
            </summary>
            <returns>The index</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.CnfStyleTagAttributeTranslator.SetIndex">
            <summary>
            Set the index to specify the attribute name to translate.
            </summary>
            <returns>The index</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.CnfStyleTagAttributeTranslator.Value">
            <summary>
            Get the attribute value.
            </summary>
            <returns>The attribute value</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TblLookTagAttributeTranslator.SetIndex">
            <summary>
            Set the index to specify the attribute name to translate.
            </summary>
            <returns>The index</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.TblLookTagAttributeTranslator.Value">
            <summary>
            Get the attribute value.
            </summary>
            <returns>The attribute value</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.IndTagAttributeTranslator.SetIndex">
            <summary>
            Set the index to specify the attribte name to translate.
            </summary>
            <returns>The index</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.IndTagAttributeTranslator.Value">
            <summary>
            Get the attribute value.
            </summary>
            <returns>The attribute value</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.JcTabTagAttributeTranslator.SetIndex">
            <summary>
            Set the index to specify the value to translate.
            </summary>
            <returns>The index</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.StylePaneSortMethodTagAttributeTranslator.SetIndex">
            <summary>
            Set the index to specify the value to translate.
            </summary>
            <returns>The index</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TextDirectionTagAttributeTranslator.SetIndex">
            <summary>
            Set the index to specify the value to translate.
            </summary>
            <returns>The index</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.AttributeTranslator">
            <summary>
            Translate Strict attributes to Transitional
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AttributeTranslator.Translate(System.String,System.String,System.String)">
            <summary>
            Translate Strict attribute to Transitional
            </summary>
            <param name="strTag"></param>
            <param name="strLocalName"></param>
            <param name="strValue"></param>
            <returns>The translator</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlLoadMode">
            <summary>
            OpenXmlLoadMode - load mode, default is Lazy
                Full - load all the OpenXmlElements recursively
                Lazy (default) - load N layer descendant elements from the current element, lazy load (cache OuterXml) for others
                        default is populate 3 layers
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.OpenXmlLoadMode.Full">
            <summary>
            Load all the OpenXmlElements recursively
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.OpenXmlLoadMode.Lazy">
            <summary>
            Load only one layer element, cache OuterXml
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlElementContext">
            <summary>
            Represents the OpenXml loading context.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElementContext.XmlNameTable">
            <summary>
            The XmlNameTable to be used by internal XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElementContext.XmlReaderSettings">
            <summary>
            The XmlReaderSettings to be used by internal XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElementContext.LoadMode">
            <summary>
            Load mode
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElementContext.LazySteps">
            <summary>
            Layers to be full populated, only effective when LoadMode==Lazy.
            Start from 0 (populate only the children layer).
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementContext.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlElementContext class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementContext.IsXmlnsUri(System.String)">
            <summary>
            Determines whether the namespace uri equals @"http://www.w3.org/2000/xmlns/".
            </summary>
            <param name="nsUri">The namespace uri.</param>
            <returns>Returns true if nsUri equals @"http://www.w3.org/2000/xmlns/".</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementContext.ElementInsertingEvent(DocumentFormat.OpenXml.OpenXmlElement,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Fires the ElementInserting event.
            </summary>
            <param name="element">The OpenXmlElement element to insert.</param>
            <param name="parent">The parent element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementContext.ElementInsertedEvent(DocumentFormat.OpenXml.OpenXmlElement,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Fires the ElementInserted event.
            </summary>
            <param name="element">The inserted OpenXmlElement element.</param>
            <param name="parent">The parent element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemovingEvent(DocumentFormat.OpenXml.OpenXmlElement,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Fires the ElementRemoving event.
            </summary>
            <param name="element">The OpenXmlElement element to remove.</param>
            <param name="parent">The parent element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemovedEvent(DocumentFormat.OpenXml.OpenXmlElement,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Fires the ElementRemoved event.
            </summary>
            <param name="element">The removed OpenXmlElement element.</param>
            <param name="parent">The parent element.</param>
        </member>
        <member name="E:DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserting">
            <summary>
            Occurs when an element is about to be inserted into the element hierarchy.
            </summary>
        </member>
        <member name="E:DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserted">
            <summary>
            Occurs when an element has been inserted into the element hierarchy.
            </summary>
        </member>
        <member name="E:DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoving">
            <summary>
            Occurs when an element is being removed from the element hierarchy.
            </summary>
        </member>
        <member name="E:DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoved">
            <summary>
            Occurs when an element has been removed from the element hierarchy.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.ElementEventArgs">
            <summary>
            Represents arguments for element events.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ElementEventArgs.#ctor(DocumentFormat.OpenXml.OpenXmlElement,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Initializes a new instance of the ElementEventArgs class using the
             supplied elements.
            </summary>
            <param name="element">
            The element that caused the event.
            </param>
            <param name="parentElement">
            The parent element of the element that caused the event.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.ElementEventArgs.Element">
            <summary>
            Gets the element that caused the event.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ElementEventArgs.ParentElement">
            <summary>
            Gets the parent element of the element that caused the event.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlElementList">
            <summary>
            Represents an ordered collection of OpenXmlElement elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementList.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlElementList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementList.GetItem(System.Int32)">
            <summary>
            Gets the OpenXmlElement element at the specified index.
            </summary>
            <param name="index">
            A zero-based integer that represents an index in the list of elements.
            </param>
            <returns>
            An OpenXmlElement element at the specified index in the collection. Returns
             null (Nothing in Visual Basic) if the index is greater than or equal
             to the number of elements in the list.
            </returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElementList.Count">
            <summary>
            Gets the number of OpenXmlElement elements in the OpenXmlElementList.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlElementList.Item(System.Int32)">
            <summary>
            Gets a node at the specified index.
            </summary>
            <param name="i"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementList.First``1">
            <summary>
            Finds the first child element of type T.
            </summary>
            <typeparam name="T"></typeparam>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementList.OfType``1">
            <summary>
            Gets an IEnumerable for a specific type of element.
            </summary>
            <typeparam name="T">Type of element</typeparam>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementList.GetEnumerator">
            <summary>
            Gets an enumerator that iterates through the collection.
            </summary>
            <returns>An IEnumerator object that can be used to iterate through the collection. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlChildElements">
            <summary>
            Implements OpenXmlElementList.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EmptyElementList.EmptyElementListSingleton">
            <summary>
            Static singleton.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.EmptyEnumerator`1">
            <summary>
            Empty Enumerator.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EmptyEnumerator`1.EmptyEnumeratorSingleton">
            <summary>
            Static singleton.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlLeafElement">
            <summary>
            Represents the base class from which leaf elements are derived.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlLeafElement.ShadowElement">
            <summary>
            Represents a shadow element to hold child elements if there are any.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlLeafElement.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlLeafElement class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlLeafElement.HasChildren">
            <summary>
            Gets a value that indicates whether the current element has any child
             elements.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml">
            <summary>
            Gets or sets the markup that only represents child elements of the current
             element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlLeafElement.WriteContentTo(System.Xml.XmlWriter)">
            <summary>
            Saves all child elements of the current element to the specified XmlWriter.
            </summary>
            <param name="w">The XmlWriter to which to save the child elements. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlLeafElement.RemoveAllChildren">
            <summary>
            Removes all child elements of the current element.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlLeafTextElement">
            <summary>
            Represents the base class from which leaf elements that have text are derived.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlLeafTextElement.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlLeafTextElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlLeafTextElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OpenXmlLeafTextElement class using the supplied text.
            </summary>
            <param name="text"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerTextToValue(System.String)">
            <summary>
            Convert the text into value (depends on the type defined in the schema).
            </summary>
            <param name="text">The text to convert.</param>
            <returns>An OpenXmlSimpleType value.</returns>
            <remarks>All generated classes that are derived from this class will generate this method.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlLeafTextElement.HasChildren">
            <summary>
            Gets a value that indicates whether the current element has any child
             elements.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText">
            <summary>
            Gets or sets the concatenated values of the element and all of its
             child elements.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml">
            <summary>
            Gets or sets the markup that only represents child elements of the
             current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text">
            <summary>
            Gets or sets the text of the current element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlLeafTextElement.WriteContentTo(System.Xml.XmlWriter)">
            <summary>
            Saves all the child elements of the current element to the specified XmlWriter.
            </summary>
            <param name="w">The XmlWriter to which to save the elements. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlLeafTextElement.RemoveAllChildren">
            <summary>
            Removes all child elements of the current element.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlMiscNode">
            <summary>
            Represents an Open XML non element node (i.e. PT, Comments, Entity, Notation, XmlDeclaration).
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.#ctor(System.Xml.XmlNodeType)">
            <summary>
            Initializes a new instance of the OpenXmlMiscNode class using the
            supplied XmlNodeType value.
            </summary>
            <param name="nodeType">
            The XmlNodeType value.
            </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.#ctor(System.Xml.XmlNodeType,System.String)">
            <summary>
            Initializes a new instance of the OpenXmlMiscNode class using the
            supplied XmlNodeType and outer XML values.
            </summary>
            <param name="nodeType">The XmlNodeType value.</param>
            <param name="outerXml">The outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.XmlNodeType">
            <summary>
            Specifies the type of XML node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.ElementTypeId">
            <summary>
            The type ID of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.HasChildren">
            <summary>
            Gets a value that indicates whether the current element has any child
            elements.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.LocalName">
            <summary>
            When overridden in a derived class, gets the local name of the node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.NamespaceUri">
            <summary>
            Gets the namespace URI of the current node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.Prefix">
            <summary>
            Gets or sets the namespace prefix of the current node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.XmlQualifiedName">
            <summary>
            When overridden in a derived class, gets the qualified name of the node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml">
            <summary>
            Gets or sets the markup that represents only the child nodes of the
            current node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.CloneNode(System.Boolean)">
            <summary>
            When overridden in a derived class, creates a duplicate of the node.
            </summary>
            <param name="deep">
            Specify true to recursively clone the subtree under the specified
            node; false to clone only the node itself.
            </param>
            <returns>The cloned node. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.RemoveAllChildren">
            <summary>
            Removes all child elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.WriteContentTo(System.Xml.XmlWriter)">
            <summary>
            Saves all the children of the node to the specified XmlWriter.
            </summary>
            <param name="w">The XmlWriter to which you want to save. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.WriteTo(System.Xml.XmlWriter)">
            <summary>
            Saves the current node to the specified XmlWriter.
            </summary>
            <param name="xmlWriter">
            The XmlWriter at which to save the current node.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlMiscNode.Value">
            <summary>
            Holds the XmlReader.Value on loading.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.LoadOuterXml(System.Xml.XmlReader)">
            <summary>
            Load the out xml from the XmlReader.
            </summary>
            <param name="xmlReader"></param>
            <remarks>The XmlReader not be moved.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.LoadAttributes(System.Xml.XmlReader)">
            <summary>
            Do nothing for MiscNode.
            Override this method because the MC loading algorithm try to call this method in parent's Populate.
            While the OpenXmlElement.LoadAttributes() will cause the reader be moved which should not.
            </summary>
            <param name="xmlReader"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlMiscNode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            For OpenXmlMiscNode, always return true, no matter what the version is.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlPartRootElement">
            <summary>
            Represents a base class for all root elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlPartRootElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.#ctor(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Initializes a new instance of the OpenXmlPartRootElement class using the supplied OpenXmlPart.
            </summary>
            <param name="openXmlPart">The OpenXmlPart class.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OpenXmlPartRootElement class using the supplied outer XML.
            </summary>
            <param name="outerXml">The outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
            <summary>
            Initializes a new instance of the OpenXmlPartRootElement class using the supplied list of child elements.
            </summary>
            <param name="childElements">All child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OpenXmlPartRootElement class using the supplied array of child elements.
            </summary>
            <param name="childElements">All child elements</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartRootElement.RootElementContext">
            <summary>
            Gets the OpenXmlEementContext.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.LoadFromPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Load the DOM tree from the Open XML part.
            </summary>
            <param name="openXmlPart">The part this root element to be loaded from.</param>
            <exception cref="T:System.IO.InvalidDataException">Thrown when the part contains an incorrect root element.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.LoadFromPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.IO.Stream)">
            <summary>
            Load the DOM tree from the Open XML part.
            </summary>
            <param name="openXmlPart">The part this root element to be loaded from.</param>
            <param name="partStream">The stream of the part.</param>
            <returns>
            Returns true when the part stream is loaded successfully into this root element.
            Returns false when the part stream does not contain any xml element.
            </returns>
            <exception cref="T:System.IO.InvalidDataException">Thrown when the part stream contains an incorrect root element.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.SaveToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Save the DOM into the OpenXML part.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.Save(System.IO.Stream)">
            <summary>
            Saves the DOM tree to the specified stream.
            </summary>
            <param name="stream">
            The stream to which to save the XML.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPart">
            <summary>
            Get / set the part that is associated with the DOM tree.
            It returns null when the DOM tree is not associated with a part.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.Save">
            <summary>
            Saves the data in the DOM tree back to the part. This method can
            be called multiple times and each time it is called, the stream
            will be flushed.
            </summary>
            <remarks>
            Call this method explicitly to save the changes in the DOM tree.
            </remarks>
            <exception cref="T:System.InvalidOperationException">Thrown when the tree is not associated with a part.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.Reload">
            <summary>
            Reloads the part content into an Open XML DOM tree. This method can
            be called multiple times and each time it is called, the tree will
            be reloaded and previous changes on the tree are abandoned.
            </summary>
            <exception cref="T:System.InvalidOperationException">Thrown when the tree is not associated with a part.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartRootElement.WriteTo(System.Xml.XmlWriter)">
            <summary>
            Saves the current node to the specified XmlWriter.
            </summary>
            <param name="xmlWriter">
            The XmlWriter to which to save the current node.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartRootElement.WriteAllNamespaceOnRoot">
            <summary>
            If this property is true, then the Save method will try write all namespace declation on the root element.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.XmlConvertingReaderFactory">
            <summary>
            Defines the XmlConvertingReaderFactory.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.XmlConvertingReader">
            <summary>
            Defines the XmlConvertingReader - This XmlReader tries to replace the Strict namespaces with equivalent Transitional namespaces.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.#ctor(System.Xml.XmlReader,System.Boolean)">
            <summary>
            XmlConvertingReader
            </summary>
            <param name="baseReader">XmlReader</param>
            <param name="strictTranslation">bool</param>
            <returns></returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.StrictTranslation">
            <summary>
            Return true if strictTranslation is enabled.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.Close">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.Dispose(System.Boolean)">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.Read">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.GetAttribute(System.Int32)">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.GetAttribute(System.String)">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.GetAttribute(System.String,System.String)">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.LookupNamespace(System.String)">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.MoveToAttribute(System.Int32)">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.MoveToAttribute(System.String)">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.MoveToAttribute(System.String,System.String)">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.MoveToElement">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.MoveToFirstAttribute">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.MoveToNextAttribute">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.ReadAttributeValue">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.ResolveEntity">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlConvertingReader.ReadValueChunk(System.Char[],System.Int32,System.Int32)">
            <summary>
            Override the method defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.AttributeCount">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.BaseURI">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.CanReadBinaryContent">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.CanReadValueChunk">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.CanResolveEntity">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.Depth">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.EOF">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.HasValue">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.IsDefault">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.IsEmptyElement">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.Item(System.Int32)">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.Item(System.String)">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.Item(System.String,System.String)">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.LocalName">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.Name">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.NamespaceURI">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.NameTable">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.NodeType">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.Prefix">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.QuoteChar">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.ReadState">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.Value">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.XmlLang">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlConvertingReader.XmlSpace">
            <summary>
            Override the property defined in XmlReader
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlReader">
            <summary>
            Represents the Open XML reader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlReader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the OpenXmlReader class using the supplied Boolean value.
            </summary>
            <param name="readMiscNodes">Specify false to indicate to the reader to skip all miscellaneous nodes. The default value is false.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Creates an OpenXmlReader from the specified OpenXmlPart.
            </summary>
            <param name="openXmlPart">The OpenXmlPart to read.</param>
            <returns>The newly created OpenXmlReader.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.Boolean)">
            <summary>
            Creates an OpenXmlReader from the specified OpenXmlPart and Boolean values.
            </summary>
            <param name="openXmlPart">The OpenXmlPart to read.</param>
            <param name="readMiscNodes">Specify false to indicate to the reader to skip all miscellaneous nodes. The default value is false.</param>
            <returns>The newly created OpenXmlReader.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream)">
            <summary>
            Creates an OpenXmlReader from the specified part stream.
            </summary>
            <param name="partStream">The part stream.</param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream,System.Boolean)">
            <summary>
            Creates an OpenXmlReader from the specified part stream and Boolean values.
            </summary>
            <param name="partStream">The part stream.</param>
            <param name="readMiscNodes">Specify false to indicate to the reader to skip all miscellaneous nodes. The default value is false.</param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Creates an OpenXmlReader from the OpenXmlElement (travel the DOM tree).
            </summary>
            <param name="openXmlElement">The OpenXmlElement to read.</param>
            <returns>The newly created OpenXmlReader.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement,System.Boolean)">
            <summary>
            Creates an OpenXmlReader from the OpenXmlElement (travel the DOM tree).
            </summary>
            <param name="openXmlElement">The OpenXmlElement to read.</param>
            <param name="readMiscNodes">Specify false to indicate to the reader to skip all miscellaneous nodes. The default value is false.</param>
            <returns>The newly created OpenXmlReader.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.ReadMiscNodes">
            <summary>
            Gets a value that indicates whether the OpenXmlReader will read or skip all miscellaneous nodes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.Encoding">
            <summary>
            Gets the encoding of the XML file.
            </summary>
            <remarks>
            Returns null if the encoding is not specified in the XML file.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.StandaloneXml">
            <summary>
            Gets the standalone property in the XML declaration of the XML stream. The default value is null.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.HasAttributes">
            <summary>
            Gets a value that indicates whether the current node has any attributes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.Attributes">
            <summary>
            Gets the list of attributes of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.NamespaceDeclarations">
            <summary>
            Gets the namespace declarations of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.ElementType">
            <summary>
            Gets the type of the corresponding strongly typed class of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.IsMiscNode">
            <summary>
            When overridden in a derived class, gets a value that indicates whether the current node is a miscellaneous XML node (non element).
            </summary>
            <remarks>IsStartElement and IsEndElement will be false when IsMiscNode==true.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.IsStartElement">
            <summary>
            When overridden in a derived class, gets a value that indicates whether the current node is an element start.
            </summary>
            <remarks>IsStartElement and IsEndElement will be false when IsMiscNode==true.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.IsEndElement">
            <summary>
            When overridden in a derived class, gets a value that indicates whether the current node is an element end.
            </summary>
            <remarks>IsStartElement and IsEndElement will be false when IsMiscNode==true.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.Depth">
            <summary>
            Gets the depth of the current node in the XML document. The depth of the root element is 0.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.EOF">
            <summary>
            When overridden in a derived class, gets a value that indicates whether the reader is positioned at the end of the stream.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.LocalName">
            <summary>
            When overridden in a derived class, gets the local name of the current node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.NamespaceUri">
            <summary>
            When overridden in a derived class, gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlReader.Prefix">
            <summary>
            When overridden in a derived class, gets the namespace prefix associated with the current node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Read">
            <summary>
            Moves to read the next element.
            </summary>
            <returns>Returns true if the next element was read successfully; false if there are no more elements to read. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.ReadFirstChild">
            <summary>
            Moves to read the first child element.
            </summary>
            <returns>Returns true if the first child element was read successfully; false if there are no child elements to read. </returns>
            <remarks>This method can only be called on element start. At the current node, the reader will move to the end tag if there is no child element.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.ReadNextSibling">
            <summary>
            Moves to read the next sibling element.
            </summary>
            <returns>Returns true if the next sibling element was read successfully; false if there are no more sibling elements to read. </returns>
            <remarks>At the current node, the reader will move to the end tag of the parent node if there are no more sibling elements.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Skip">
            <summary>
            Skips the child elements of the current node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.LoadCurrentElement">
            <summary>
            Loads the element at current cursor.
            </summary>
            <returns>The OpenXmlElement that was loaded.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when the current is the end element.</exception>
            <remarks>The new current element is the end of the element after LoadCurrentElement().</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.GetText">
            <summary>
            Gets the text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements.
            </summary>
            <returns>
            The text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements.
            </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Close">
            <summary>
            Closes the reader.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.ThrowIfObjectDisposed">
            <summary>
            Thrown if the object is disposed.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Dispose(System.Boolean)">
            <summary>
            Closes the reader, and releases all resources.
            </summary>
            <param name="disposing">Specify true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlReader.Dispose">
            <summary>
            Closes the reader, and releases all resources.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlPartReader">
            <summary>
            Represents the Open XML part reader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.#ctor(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Initializes a new instance of the OpenXmlPartReader class using the supplied OpenXmlPart class.
            </summary>
            <param name="openXmlPart">The OpenXmlPart to read.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.#ctor(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.Boolean)">
            <summary>
            Initializes a new instance of the OpenXmlPartReader class using the supplied OpenXmlPart and Boolean values.
            </summary>
            <param name="openXmlPart">The OpenXmlPart to read.</param>
            <param name="readMiscNodes">Specify false to indicate to the reader to skip all miscellaneous nodes. The default value is false.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the OpenXmlPartReader class using the supplied stream.
            </summary>
            <param name="partStream">The part stream of the OpenXmlPart to read.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.#ctor(System.IO.Stream,System.Boolean)">
            <summary>
            Initializes a new instance of the OpenXmlPartReader class using the supplied stream and Boolean values.
            </summary>
            <param name="partStream">The part stream of the OpenXmlPart to read.</param>
            <param name="readMiscNodes">Specify false to indicate to the reader to skip all miscellaneous nodes. The default value is false.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.Encoding">
            <summary>
            Gets the encoding of the XML file.
            </summary>
            <remarks>
            Returns null if encoding is not specified in the XML file.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.StandaloneXml">
            <summary>
            Gets the standalone property of the XML file. Returns false if there is no "standalone" in the XML declaration stream.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.Attributes">
            <summary>
            Gets the list of attributes of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceDeclarations">
            <summary>
            Gets the namespace declarations of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.ElementType">
            <summary>
            Gets the type of the corresponding strong typed class of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.IsMiscNode">
            <summary>
            Gets a value that indicates whether the current node is a miscellaneous XML node (non element).
            </summary>
            <remarks>IsStartElement and IsEndElement will be false when IsMiscNode==true.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.IsStartElement">
            <summary>
            Gets a value that indicates whether the current node is an element start.
            </summary>
            <remarks>IsStartElement and IsEndElement will be false when IsMiscNode==true.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.IsEndElement">
            <summary>
            Gets a value that indicates whether the current node is an element end.
            </summary>
            <remarks>IsStartElement and IsEndElement will be false when IsMiscNode==true.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.Depth">
            <summary>
            Gets the depth of the current node in the XML document. The depth of the root element is 0.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.EOF">
            <summary>
            Gets a value that indicates whether the reader is positioned at the end of the stream.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.LocalName">
            <summary>
            Gets the local name of the current node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceUri">
            <summary>
            Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlPartReader.Prefix">
            <summary>
            Gets the namespace prefix associated with the current node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.Read">
            <summary>
            Moves to read the next element.
            </summary>
            <returns>Returns true if the next element was read successfully; false if there are no more elements to read. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.ReadFirstChild">
            <summary>
            Moves to read the first child element.
            </summary>
            <returns>Returns true if the first child element was read successfully; false if there are no child elements to read. </returns>
            <remarks>This method can only be called on element start. At the current node, the reader will move to the end tag if there is no child element.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.ReadNextSibling">
            <summary>
            Moves to read the next sibling element.
            </summary>
            <returns>Returns true if the next sibling element was read successfully; false if there are no more sibling elements to read. </returns>
            <remarks>At the current node, the reader will move to the end tag of the parent if there are no more sibling elements.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.Skip">
            <summary>
            Skips the child elements of the current node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.MoveToNextElement">
            <summary>
            Moves to next element
            </summary>
            <returns>true if the next element was read successfully; false if there are no more elements to read. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.MoveToFirstChild">
            <summary>
            Move to first child
            </summary>
            <returns>true if the first child element was read successfully; false if there are no child elements to read. </returns>
            <remarks>Only can be called on element start. Current will move to the end tag if no child element.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.MoveToNextSibling">
            <summary>
            Move to next sibling element
            </summary>
            <returns>true if the next sibling element was read successfully; false if there are no more sibling elements to read. </returns>
            <remarks>Current will move to the end tag of the parent if no more sibling element.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.InnerSkip">
            <summary>
            Skips the children of the current node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.LoadCurrentElement">
            <summary>
            Loads the element at the current cursor.
            </summary>
            <returns>The OpenXmlElement object.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when the current element is element end.</exception>
            <remarks>The new current element is the end of the element after LoadCurrentElement().</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.GetText">
            <summary>
            Gets the text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements.
            </summary>
            <returns>
            The text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements.
            </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartReader.Close">
            <summary>
            Closes the reader.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlDomReader">
            <summary>
            Represents the Open XML document reader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.#ctor(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Initializes a new instance of the OpenXmlDomReader class.
            </summary>
            <param name="openXmlElement">The OpenXmlElement to read.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.#ctor(DocumentFormat.OpenXml.OpenXmlElement,System.Boolean)">
            <summary>
            Initializes a new instance of the OpenXmlDomReader class using the supplied OpenXmlElement and Boolean values.
            </summary>
            <param name="openXmlElement">The OpenXmlElement to read.</param>
            <param name="readMiscNodes">Specify false to indicate to the reader to skip all miscellaneous nodes. The default value is false.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.Attributes">
            <summary>
            Gets the list of attributes of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceDeclarations">
            <summary>
            Gets the namespace declarations of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.ElementType">
            <summary>
            Gets the type of the corresponding strong typed class of the current element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.IsMiscNode">
            <summary>
            Gets a value that indicates whether the current node is a miscellaneous XML node (non element).
            </summary>
            <remarks>IsStartElement and IsEndElement will be false when IsMiscNode==true.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.IsStartElement">
            <summary>
            Gets a value that indicates whether the current node is an element start.
            </summary>
            <remarks>IsStartElement and IsEndElement will be false when IsMiscNode==true.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.IsEndElement">
            <summary>
            Gets a value that indicates whether the current node is an element end.
            </summary>
            <remarks>IsStartElement and IsEndElement will be false when IsMiscNode==true.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.Depth">
            <summary>
            Gets the depth of the current node in the XML document. The depth of the root element is 0.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.EOF">
            <summary>
            Gets a value that indicates whether the reader is positioned at the end of the stream.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.LocalName">
            <summary>
            Gets the local name of the current node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceUri">
            <summary>
            Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlDomReader.Prefix">
            <summary>
            Gets the namespace prefix associated with the current node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.Read">
            <summary>
            Moves to read the next element.
            </summary>
            <returns>Returns true if the next element was read successfully; false if there are no more elements to read. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.ReadFirstChild">
            <summary>
            Moves to read the first child element.
            </summary>
            <returns>Returns true if the first child element was read successfully; false if there are no child elements to read. </returns>
            <remarks>This method can only be called on element start. At the current node, the reader will move to the end tag if there is no child element.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.ReadNextSibling">
            <summary>
            Moves to read the next sibling element.
            </summary>
            <returns>Returns true if the next sibling element was read successfully; false if there are no more sibling elements to read. </returns>
            <remarks>At the current node, the reader will move to the end tag of the parent if there are no more sibling elements.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.Skip">
            <summary>
            Skips the children of the current node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.MoveToNextElement">
            <summary>
            Move to next element
            </summary>
            <returns>true if the next element was read successfully; false if there are no more elements to read. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.MoveToFirstChild">
            <summary>
            Move to first child
            </summary>
            <returns>true if the first child element was read successfully; false if there are no child elements to read. </returns>
            <remarks>Only can be called on element start. Current will move to the end tag if no child element.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.MoveToNextSibling">
            <summary>
            Move to next sibling element
            </summary>
            <returns>true if the next sibling element was read successfully; false if there are no more sibling elements to read. </returns>
            <remarks>Current will move to the end tag of the parent if no more sibling element.</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.InnerSkip">
            <summary>
            Skips the children of the current node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.LoadCurrentElement">
            <summary>
            Loads the element at the current cursor.
            </summary>
            <returns>The OpenXmlElement object.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when the current element is element end.</exception>
            <remarks>The new current element is the end of the element after LoadCurrentElement().</remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.GetText">
            <summary>
            Gets the text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements.
            </summary>
            <returns>
            The text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements.
            </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlDomReader.Close">
            <summary>
            Closes the reader.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlSimpleType">
            <summary>
            Represents the abstract base class for all simple types that are used in attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleType.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlSimpleType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleType.#ctor(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Initializes a new instance of the OpenXmlSimpleType class.
            </summary>
            <param name="source">The source OpenXmlSimpleType.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue">
            <summary>
            DON'T use this property. Only for OpenXmlSimpleType.cs internal use.
            The internal raw text value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleType.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleType.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlSimpleType.HasValue">
            <summary>
            Gets a value that indicates whether the underneath text value is a valid value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleType.ToString">
            <summary>
            Returns a String that represents the current value.
            </summary>
            <returns>A String that represents the current value. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleType.Clone">
            <summary>
            Creates a duplicate of the current value.
            </summary>
            <remarks>
            This method is a deep copy clone.
            </remarks>
            <returns>The cloned value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleType.op_Implicit(DocumentFormat.OpenXml.OpenXmlSimpleType)~System.String">
            <summary>
            Implicitly converts a specified attribute value to a String value.
            </summary>
            <param name="xmlAttribute">The OpenXmlSimpleType instance.</param>
            <returns>The converted string value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleType.GetListItems">
            <summary>
            When overridden in the derived ListValue class, this method returns items in the list.
            </summary>
            <returns>Returns items in the list.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Test whether the value is allowed in the specified file format version. Only for EnumValue.
            </summary>
            <param name="fileFormat">The file format version.</param>
            <returns>True if the value is defined in the specified file format version.</returns>
            <remarks>
            Method to support enum validation in schema validation.
            </remarks>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlSimpleValue`1">
            <summary>
            Represents a generic value for simple value types (Int32, UInt32, Byte, struct, etc).
            </summary>
            <typeparam name="T">The type of the value.</typeparam>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlSimpleValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.#ctor(`0)">
            <summary>
            Initializes a new instance of the OpenXmlSimpleValue class.
            </summary>
            <param name="value">The value in type T.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.#ctor(DocumentFormat.OpenXml.OpenXmlSimpleValue{`0})">
            <summary>
            Initializes a new instance of the OpenXmlSimpleValue class by deep copying the supplied OpenXmlSimpleValue class.
            </summary>
            <param name="source">The source OpenXmlSimleValue class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.HasValue">
            <summary>
            Gets a value that indicates whether the underneath text value is a valid value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.Value">
            <summary>
            Gets or sets the value of the simple value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlSimpleValue`1.op_Implicit(DocumentFormat.OpenXml.OpenXmlSimpleValue{`0})~`0">
            <summary>
            Implicitly converts the specified value to T.
            </summary>
            <param name="xmlAttribute">The OpenXmlSimpleValue instance.</param>
            <returns>The internal value in the OpenXmlSimpleValue class.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="T:DocumentFormat.OpenXml.BooleanValue">
            <summary>
            Represents the Boolean value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.BooleanValue.#ctor">
            <summary>
            Initializes a new instance of the BooleanValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.BooleanValue.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the BooleanValue class using the supplied Boolean value.
            </summary>
            <param name="value">The Boolean value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.BooleanValue.#ctor(DocumentFormat.OpenXml.BooleanValue)">
            <summary>
            Initializes a new instance of the BooleanValue class by deep copying
            the supplied BooleanValue class.
            </summary>
            <param name="source">
            The source BooleanValue class.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.BooleanValue.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.BooleanValue.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.BooleanValue.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.BooleanValue.op_Implicit(DocumentFormat.OpenXml.BooleanValue)~System.Boolean">
            <summary>
            Implicitly converts the specified value to a Boolean value.
            </summary>
            <param name="xmlAttribute">The BooleanValue to convert.</param>
            <returns>The converted Boolean value.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.BooleanValue.op_Implicit(System.Boolean)~DocumentFormat.OpenXml.BooleanValue">
            <summary>
            Initializes a new instance of the BooleanValue class by implicitly
            converting the supplied Boolean value.
            </summary>
            <param name="value">The Boolean value.</param>
            <returns>A new BooleanValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.BooleanValue.FromBoolean(System.Boolean)">
            <summary>
            Returns a new BooleanValue object that was created by using the supplied Boolean value.
            </summary>
            <param name="value">A Boolean value to use to create a new BooleanValue object.</param>
            <returns>A BooleanValue that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.BooleanValue.ToBoolean(DocumentFormat.OpenXml.BooleanValue)">
            <summary>
            Returns the Boolean representation of a BooleanValue object.
            </summary>
            <param name="xmlAttribute">
            A BooleanValue object to retrieve a Boolean representation.
            </param>
            <returns>A Boolean value that represents a BooleanValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ByteValue">
            <summary>
            Represents the byte value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ByteValue.#ctor">
            <summary>
            Initializes a new instance of the ByteValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ByteValue.#ctor(System.Byte)">
            <summary>
            Initializes a new instance of the ByteValue class using the supplied
            Byte value.
            </summary>
            <param name="value">The Byte value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ByteValue.#ctor(DocumentFormat.OpenXml.ByteValue)">
            <summary>
            Initializes a new instance of the ByteValue class by deep copying
            the supplied ByteValue class.
            </summary>
            <param name="source">
            The source ByteValue class.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.ByteValue.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ByteValue.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ByteValue.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ByteValue.op_Implicit(DocumentFormat.OpenXml.ByteValue)~System.Byte">
            <summary>
            Implicitly converts the specified value to a Byte value.
            </summary>
            <param name="xmlAttribute">
            The ByteValue to convert.
            </param>
            <returns>
            The converted Byte value.
            </returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.ByteValue.op_Implicit(System.Byte)~DocumentFormat.OpenXml.ByteValue">
            <summary>
            Initializes a new instance of the ByteValue class by implicitly converting
            the supplied Byte value.
            </summary>
            <param name="value">
            The Byte value.
            </param>
            <returns>A new ByteValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ByteValue.FromByte(System.Byte)">
            <summary>
            Returns a new ByteValue object created from a Byte value.
            </summary>
            <param name="value">A Byte value to create a new ByteValue object from.</param>
            <returns>A ByteValue that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ByteValue.ToByte(DocumentFormat.OpenXml.ByteValue)">
            <summary>
            Returns the Byte value representation of a ByteValue object.
            </summary>
            <param name="xmlAttribute">
            A ByteValue object to retrieve a Byte value representation.
            </param>
            <returns>A Byte value that represents a ByteValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.SByteValue">
            <summary>
            Represents the SByte value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.SByteValue.#ctor">
            <summary>
            Initializes a new instance of the SByteValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.SByteValue.#ctor(System.SByte)">
            <summary>
            Initializes a new instance of the SByteValue class using the supplied SByte value.
            </summary>
            <param name="value">The SByte value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.SByteValue.#ctor(DocumentFormat.OpenXml.SByteValue)">
            <summary>
            Initializes a new instance of the SByteValue by deep copying the supplied SByteValue class.
            </summary>
            <param name="source">The source SByteValue class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.SByteValue.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.SByteValue.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.SByteValue.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.SByteValue.op_Implicit(DocumentFormat.OpenXml.SByteValue)~System.SByte">
            <summary>
            Implicitly converts the specified SByteValue to an SByte value.
            </summary>
            <param name="xmlAttribute">The SByteValue to convert.</param>
            <returns>The converted SByte value.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.SByteValue.op_Implicit(System.SByte)~DocumentFormat.OpenXml.SByteValue">
            <summary>
            Implicitly converts the specified SByte value to an SByteValue instance.
            </summary>
            <param name="value">The specified SByte value.</param>
            <returns>A new SByteValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.SByteValue.FromSByte(System.SByte)">
            <summary>
            Returns a new SByteValue object created from a Byte value.
            </summary>
            <param name="value">An SByte value to use to create a new SByteValue object.</param>
            <returns>An SByteValue that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.SByteValue.ToSByte(DocumentFormat.OpenXml.SByteValue)">
            <summary>
            Returns the SByte representation of an SByteValue object.
            </summary>
            <param name="xmlAttribute">
            An SByteValue object to retrieve an SByte representation.
            </param>
            <returns>An SByte value that represents an SByteValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Int16Value">
            <summary>
            Represents the Int16 value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int16Value.#ctor">
            <summary>
            Initializes a new instance of the Int16Value class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int16Value.#ctor(System.Int16)">
            <summary>
            Initializes a new instance of the Int16Value class using the supplied Int16 value.
            </summary>
            <param name="value">The Int16 value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int16Value.#ctor(DocumentFormat.OpenXml.Int16Value)">
            <summary>
            Initializes a new instance of the Int16Value by deep copying the supplied IntValue class.
            </summary>
            <param name="source">The source Int16Value class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Int16Value.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int16Value.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int16Value.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int16Value.op_Implicit(DocumentFormat.OpenXml.Int16Value)~System.Int16">
            <summary>
            Implicitly converts the specified value to an Int16 value.
            </summary>
            <param name="xmlAttribute">The Int16Value to convert.</param>
            <returns>The converted Int16 value.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int16Value.op_Implicit(System.Int16)~DocumentFormat.OpenXml.Int16Value">
            <summary>
            Implicitly converts an Int16 value to a Int16Value instance.
            </summary>
            <param name="value">The specified value.</param>
            <returns>A new Int16Value instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int16Value.FromInt16(System.Int16)">
            <summary>
            Returns a new Int16Value object that was created from an Int16 value.
            </summary>
            <param name="value">An Int16 value to use to create a new Int16Value object.</param>
            <returns>An Int16Value that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int16Value.ToInt16(DocumentFormat.OpenXml.Int16Value)">
            <summary>
            Returns an Int16 representation of an Int16Value object.
            </summary>
            <param name="xmlAttribute">
            An Int16Value object to retrieve an Int16 representation.
            </param>
            <returns>An Int16 value that represents an Int16Value object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Int32Value">
            <summary>
            Represents the Int32 value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int32Value.#ctor">
            <summary>
            Initializes a new instance of the Int32Value class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int32Value.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the Int32Value class using the supplied Int32 value.
            </summary>
            <param name="value">The Int32 value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int32Value.#ctor(DocumentFormat.OpenXml.Int32Value)">
            <summary>
            Initializes a new instance of the Int32Value by deep copying the supplied Int32Value class.
            </summary>
            <param name="source">The source Int32Value class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Int32Value.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int32Value.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int32Value.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int32Value.op_Implicit(DocumentFormat.OpenXml.Int32Value)~System.Int32">
            <summary>
            Implicitly converts the specified value to an Int32 value.
            </summary>
            <param name="xmlAttribute">The Int32Value to convert.</param>
            <returns>
            The converted Int32 value.
            </returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int32Value.op_Implicit(System.Int32)~DocumentFormat.OpenXml.Int32Value">
            <summary>
            Implicitly converts an Int32 value to a specified Int32Value instance.
            </summary>
            <param name="value">The specified Int32 value.</param>
            <returns>A new Int32Value instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int32Value.FromInt32(System.Int32)">
            <summary>
            Returns a new Int32Value object that was created from an Int32 value.
            </summary>
            <param name="value">An Int32 value to use to create a new Int32Value object.</param>
            <returns>An Int32Value that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int32Value.ToInt32(DocumentFormat.OpenXml.Int32Value)">
            <summary>
            Returns the Int32 representation of an Int32Value object.
            </summary>
            <param name="xmlAttribute">
            An Int32Value object to use to retrieve an Int32 representation.
            </param>
            <returns>An Int32 value that represents an Int32Value object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Int64Value">
            <summary>
            Represents the Int64 value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int64Value.#ctor">
            <summary>
            Initializes a new instance of the Int64Value class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int64Value.#ctor(System.Int64)">
            <summary>
            Initializes a new instance of the Int64Value class using the supplied Int64 value.
            </summary>
            <param name="value">The Int64 value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int64Value.#ctor(DocumentFormat.OpenXml.Int64Value)">
            <summary>
            Initializes a new instance of the Int64Value by deep copying the supplied Int64Value class.
            </summary>
            <param name="source">The source Int64Value class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Int64Value.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int64Value.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int64Value.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int64Value.op_Implicit(DocumentFormat.OpenXml.Int64Value)~System.Int64">
            <summary>
            Implicitly converts the specified Int64Value to an Int64 value.
            </summary>
            <param name="xmlAttribute">The Int64Value to convert.</param>
            <returns>The converted Int64 value.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int64Value.op_Implicit(System.Int64)~DocumentFormat.OpenXml.Int64Value">
            <summary>
            Implicitly converts an Int64 value to an Int64Value value.
            </summary>
            <param name="value">The specified value.</param>
            <returns>A new Int64Value instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int64Value.FromInt64(System.Int64)">
            <summary>
            Returns a new Int64Value object that was created from an Int64 value.
            </summary>
            <param name="value">An Int64 value to use to create a new Int64Value object.</param>
            <returns>An Int64Value that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Int64Value.ToInt64(DocumentFormat.OpenXml.Int64Value)">
            <summary>
            Returns the Int64 representation of an Int64Value object.
            </summary>
            <param name="xmlAttribute">
            An Int64Value object used to retrieve an Int64 representation.
            </param>
            <returns>An Int64 value that represents an Int64Value object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.IntegerValue">
            <summary>
            Represents the xsd:integer value for attributes.
            </summary>
            <remarks>
            Integer is derived from decimal by fixing the value of fractionDigits to be 0 and disallowing the trailing decimal point.
            The value space of integer is the infinite set {...,-2,-1,0,1,2,...}. The base type of integer is decimal.
             
            Use Int64 as the internal type for now.
            TODO: Should decimal be used as the internal type?
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.IntegerValue.#ctor">
            <summary>
            Initializes a new instance of the IntegerValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.IntegerValue.#ctor(System.Int64)">
            <summary>
            Initializes a new instance of the IntegerValue class using the supplied Int64 value.
            </summary>
            <param name="value">The Int64 value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.IntegerValue.#ctor(DocumentFormat.OpenXml.IntegerValue)">
            <summary>
            Initializes a new instance of the IntegerValue class by deep copying the supplied IntegerValue class.
            </summary>
            <param name="source">The source IntegerValue class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.IntegerValue.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.IntegerValue.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.IntegerValue.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.IntegerValue.op_Implicit(DocumentFormat.OpenXml.IntegerValue)~System.Int64">
            <summary>
            Implicitly converts the specified IntegerValue to an Int64 value.
            </summary>
            <param name="xmlAttribute">The IntegerValue to convert.</param>
            <returns>
            The converted Int64 value.
            </returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.IntegerValue.op_Implicit(System.Int64)~DocumentFormat.OpenXml.IntegerValue">
            <summary>
            Implicitly converts the specified Int64 value to an IntegerValue class.
            </summary>
            <param name="value">The specified value.</param>
            <returns>A new IntegerValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.IntegerValue.FromInt64(System.Int64)">
            <summary>
            Returns a new IntegerValue object created from an Int64 value.
            </summary>
            <param name="value">An Int64 value to use to create a new IntegerValue object.</param>
            <returns>An IntegerValue that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.IntegerValue.ToInt64(DocumentFormat.OpenXml.IntegerValue)">
            <summary>
            Returns the Int64 representation of an IntegerValue object.
            </summary>
            <param name="xmlAttribute">
            An IntegerValue object used to retrieve an Int64 representation.
            </param>
            <returns>An Int64 value that represents an IntegerValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.UInt16Value">
            <summary>
            Represents the UInt16 value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt16Value.#ctor">
            <summary>
            Initializes a new instance of the UInt16Value class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt16Value.#ctor(System.UInt16)">
            <summary>
            Initializes a new instance of the UInt16Value class using the supplied UInt16 value.
            </summary>
            <param name="value">The UInt16 value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt16Value.#ctor(DocumentFormat.OpenXml.UInt16Value)">
            <summary>
            Initializes a new instance of the UInt16Value class by deep copying the supplied UInt16Value class.
            </summary>
            <param name="source">The source UInt16Value class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.UInt16Value.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt16Value.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt16Value.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt16Value.op_Implicit(DocumentFormat.OpenXml.UInt16Value)~System.UInt16">
            <summary>
            Implicitly converts the specified UInt16Value object to a UInt16 value.
            </summary>
            <param name="xmlAttribute">The UInt16Value to convert.</param>
            <returns>The converted UInt16 value.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt16Value.op_Implicit(System.UInt16)~DocumentFormat.OpenXml.UInt16Value">
            <summary>
            Implicitly converts a UInt16 value to a UInt16Value class.
            </summary>
            <param name="value">The specified value.</param>
            <returns>A new UInt16Value instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt16Value.FromUInt16(System.UInt16)">
            <summary>
            Returns a new UInt16Value object created from a UInt16 value.
            </summary>
            <param name="value">A UInt16 value to use to create a new UInt16Value object.</param>
            <returns>A UInt16Value that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt16Value.ToUInt16(DocumentFormat.OpenXml.UInt16Value)">
            <summary>
            Returns the UInt16 representation of a UInt16Value object.
            </summary>
            <param name="xmlAttribute">
            A UInt16Value object to retrieve a UInt16 representation.
            </param>
            <returns>A UInt16 value that represents a UInt16Value object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.UInt32Value">
            <summary>
            Represents the UInt32 value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt32Value.#ctor">
            <summary>
            Initializes a new instance of the UInt32Value class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt32Value.#ctor(System.UInt32)">
            <summary>
            Initializes a new instance of the UInt32Value class using the supplied UInt32 value.
            </summary>
            <param name="value">The UInt32 value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt32Value.#ctor(DocumentFormat.OpenXml.UInt32Value)">
            <summary>
            Initializes a new instance of the UInt32Value class by deep copying the supplied UInt32Value class.
            </summary>
            <param name="source">The source UInt32Value class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.UInt32Value.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt32Value.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt32Value.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt32Value.op_Implicit(DocumentFormat.OpenXml.UInt32Value)~System.UInt32">
            <summary>
            Implicitly converts the specified UInt32Value class to a UInt32 value.
            </summary>
            <param name="xmlAttribute">The UInt32Value class to convert.</param>
            <returns>The converted UInt32 value.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt32Value.op_Implicit(System.UInt32)~DocumentFormat.OpenXml.UInt32Value">
            <summary>
            Implicitly converts a specified UInt32 value to a UInt32Value class.
            </summary>
            <param name="value">The specified value.</param>
            <returns>A new UInt32Value instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt32Value.FromUInt32(System.UInt32)">
            <summary>
            Returns a new UInt32Value object created from a UInt32 value.
            </summary>
            <param name="value">A UInt32 value to use to create a new UInt32Value object.</param>
            <returns>A UInt32Value class that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt32Value.ToUInt32(DocumentFormat.OpenXml.UInt32Value)">
            <summary>
            Returns the UInt32 value representation of a UInt32Value object.
            </summary>
            <param name="xmlAttribute">
            A UInt32Value object used to retrieve a UInt32 value representation.
            </param>
            <returns>A UInt32 value that represents a UInt32Value object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.UInt64Value">
            <summary>
            Represents the UInt64 value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt64Value.#ctor">
            <summary>
            Initializes a new instance of the UInt64Value class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt64Value.#ctor(System.UInt64)">
            <summary>
            Initializes a new instance of the UInt64Value class using the supplied UInt64 value.
            </summary>
            <param name="value">The UInt64 value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt64Value.#ctor(DocumentFormat.OpenXml.UInt64Value)">
            <summary>
            Initializes a new instance of the UInt64Value class by deep copying the UInt64Value class.
            </summary>
            <param name="source">The source UInt64Value class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.UInt64Value.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt64Value.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt64Value.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt64Value.op_Implicit(DocumentFormat.OpenXml.UInt64Value)~System.UInt64">
            <summary>
            Implicitly converts the specified UInt64Value object to a UInt64 value.
            </summary>
            <param name="xmlAttribute">The UInt64Value object to convert.</param>
            <returns>The converted UInt64 value.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt64Value.op_Implicit(System.UInt64)~DocumentFormat.OpenXml.UInt64Value">
            <summary>
            Implicitly converts a specified UInt64 value to a UInt64Value class.
            </summary>
            <param name="value">The specified value.</param>
            <returns>A new UInt64Value instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt64Value.FromUInt64(System.UInt64)">
            <summary>
            Returns a new UInt64Value object created from a UInt64 value.
            </summary>
            <param name="value">A UInt64 value to use to create a new UInt64Value object.</param>
            <returns>A UInt64Value that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.UInt64Value.ToUInt64(DocumentFormat.OpenXml.UInt64Value)">
            <summary>
            Returns the UInt64 value representation of a UInt64Value object.
            </summary>
            <param name="xmlAttribute">
            A UInt64Value object used to retrieve a UInt64 representation.
            </param>
            <returns>A UInt64 value that represents a UInt64Value object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.DecimalValue">
            <summary>
            Represents the decimal value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DecimalValue.#ctor">
            <summary>
            Initializes a new instance of the DecimalValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DecimalValue.#ctor(System.Decimal)">
            <summary>
            Initializes a new instance of the DecimalValue class using the supplied
            Decimal value.
            </summary>
            <param name="value">The Decimal value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.DecimalValue.#ctor(DocumentFormat.OpenXml.DecimalValue)">
            <summary>
            Initializes a new instance of the DecimalValue class by deep copying
            the supplied DecimalValue class.
            </summary>
            <param name="source">
            The source DecimalValue class.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.DecimalValue.InnerText">
            <summary>
            The inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DecimalValue.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DecimalValue.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.DecimalValue.op_Implicit(DocumentFormat.OpenXml.DecimalValue)~System.Decimal">
            <summary>
            Implicitly converts the specified value to a Decimal value.
            </summary>
            <param name="xmlAttribute">
            The DecimalValue to convert.
            </param>
            <returns>
            The converted Decimal value.
            </returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.DecimalValue.op_Implicit(System.Decimal)~DocumentFormat.OpenXml.DecimalValue">
            <summary>
            Initializes a new instance of the DecimalValue class by implicitly
            converting the supplied Decimal value.
            </summary>
            <param name="value">
            The Decimal value.
            </param>
            <returns>A new DecimalValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.DecimalValue.FromDecimal(System.Decimal)">
            <summary>
            Returns a new DecimalValue object that was created from a Decimal value.
            </summary>
            <param name="value">A Decimal value to use to create a new DecimalValue object.</param>
            <returns>A DecimalValue object that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.DecimalValue.ToDecimal(DocumentFormat.OpenXml.DecimalValue)">
            <summary>
            Returns the Decimal representation of a DecimalValue object.
            </summary>
            <param name="xmlAttribute">
            A DecimalValue object to use to retrieve a Decimal representation.
            </param>
            <returns>A Decimal value that represents a DecimalValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.SingleValue">
            <summary>
            Represents the Single value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.SingleValue.#ctor">
            <summary>
            Initializes a new instance of the SingleValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.SingleValue.#ctor(System.Single)">
            <summary>
            Initializes a new instance of the SingleValue class using the supplied Single value.
            </summary>
            <param name="value">The Single value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.SingleValue.#ctor(DocumentFormat.OpenXml.SingleValue)">
            <summary>
            Initializes a new instance of the SingleValue class by deep copying the supplied SingleValue class.
            </summary>
            <param name="source">The source SingleValue class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.SingleValue.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.SingleValue.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.SingleValue.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.SingleValue.op_Implicit(DocumentFormat.OpenXml.SingleValue)~System.Single">
            <summary>
            Implicitly converts the specified SingleValue object to a Single value.
            </summary>
            <param name="xmlAttribute">The SingleValue to convert.</param>
            <returns>
            The converted Single value.
            </returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.SingleValue.op_Implicit(System.Single)~DocumentFormat.OpenXml.SingleValue">
            <summary>
            Implicitly converts the specified Single value to a SingleValue object.
            </summary>
            <param name="value">The specified value.</param>
            <returns>A new SingleValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.SingleValue.FromSingle(System.Single)">
            <summary>
            Returns a new SingleValue object that was created from a Single value.
            </summary>
            <param name="value">A Single value to use to create a new SingleValue object.</param>
            <returns>A SingleValue object that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.SingleValue.ToSingle(DocumentFormat.OpenXml.SingleValue)">
            <summary>
            Returns the Single value representation of a SingleValue object.
            </summary>
            <param name="xmlAttribute">
            A SingleValue object used to retrieve a Single value representation.
            </param>
            <returns>A Single value that represents a SingleValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.DoubleValue">
            <summary>
            Represents the double value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DoubleValue.#ctor">
            <summary>
            Initializes a new instance of the DoubleValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DoubleValue.#ctor(System.Double)">
            <summary>
            Initializes a new instance of the DoubleValue class using the supplied
            Double value.
            </summary>
            <param name="value">The Double value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.DoubleValue.#ctor(DocumentFormat.OpenXml.DoubleValue)">
            <summary>
            Initializes a new instance of the DoubleValue by deep copying the
            supplied DoubleValue value.
            </summary>
            <param name="source">
            The source DoubleValue class.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.DoubleValue.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DoubleValue.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DoubleValue.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.DoubleValue.op_Implicit(DocumentFormat.OpenXml.DoubleValue)~System.Double">
            <summary>
            Implicitly converts the specified value to a Double value.
            </summary>
            <param name="xmlAttribute">
            The DoubleValue object to convert.
            </param>
            <returns>
            The converted Double value.
            </returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.DoubleValue.op_Implicit(System.Double)~DocumentFormat.OpenXml.DoubleValue">
            <summary>
            Initializes a new instance of the DoubleValue class by implicitly
            converting the supplied Double value.
            </summary>
            <param name="value">
            The Double value.
            </param>
            <returns>A new DoubleValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.DoubleValue.FromDouble(System.Double)">
            <summary>
            Returns a new DoubleValue object created from a Double value.
            </summary>
            <param name="value">A Double value to use to create a new DoubleValue object.</param>
            <returns>A DoubleValue object that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.DoubleValue.ToDouble(DocumentFormat.OpenXml.DoubleValue)">
            <summary>
            Returns the Double value representation of a DoubleValue object.
            </summary>
            <param name="xmlAttribute">
            A DoubleValue object used to retrieve a Double value representation.
            </param>
            <returns>A Double value that represents a DoubleValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.DateTimeValue">
            <summary>
            Represents the DateTime value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DateTimeValue.#ctor">
            <summary>
            Initializes a new instance of the DateTimeValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DateTimeValue.#ctor(System.DateTime)">
            <summary>
            Initializes a new instance of the DateTimeValue class using the supplied
            DateTime value.
            </summary>
            <param name="value">The DateTime value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.DateTimeValue.#ctor(DocumentFormat.OpenXml.DateTimeValue)">
            <summary>
            Initializes a new instance of the DateTimeValue class by deep copying the
            supplied DateTimeValue class.
            </summary>
            <param name="source">
            The source DateTimeValue class.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.DateTimeValue.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DateTimeValue.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DateTimeValue.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.DateTimeValue.op_Implicit(DocumentFormat.OpenXml.DateTimeValue)~System.DateTime">
            <summary>
            Implicitly converts the specified value to a DateTime value.
            </summary>
            <param name="xmlAttribute">
            The DateTimeValue object to convert.
            </param>
            <returns>
            The converted DateTime value.
            </returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.DateTimeValue.op_Implicit(System.DateTime)~DocumentFormat.OpenXml.DateTimeValue">
            <summary>
            Initializes a new instance of the DateTimeValue class by implicitly
            converting the supplied DateTime value.
            </summary>
            <param name="value">
            The DateTime value.
            </param>
            <returns>A new DateTimeValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.DateTimeValue.FromDateTime(System.DateTime)">
            <summary>
            Returns a new DateTimeValue object that was created from a DateTime value.
            </summary>
            <param name="value">A DateTime value to use to create a new DateTimeValue object.</param>
            <returns>A DateTimeValue object that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.DateTimeValue.ToDateTime(DocumentFormat.OpenXml.DateTimeValue)">
            <summary>
            Returns the DateTime value representation of a DateTimeValue object.
            </summary>
            <param name="xmlAttribute">
            A DateTimeValue object used to retrieve a DateTime value representation.
            </param>
            <returns>A DateTime value that represents a DateTimeValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.StringValue">
            <summary>
            Represents the string value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.StringValue.#ctor">
            <summary>
            Initializes a new instance of the StringValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.StringValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StringValue class using the supplied string.
            </summary>
            <param name="value">The string value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.StringValue.#ctor(DocumentFormat.OpenXml.StringValue)">
            <summary>
            Initializes a new instance of the StringValue class by deep copying the supplied StringValue class.
            </summary>
            <param name="source">The source StringValue class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.StringValue.Value">
            <summary>
            Gets the string value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.StringValue.op_Implicit(DocumentFormat.OpenXml.StringValue)~System.String">
            <summary>
            Implicitly converts the specified value to a String value.
            </summary>
            <param name="xmlAttribute">The StringValue to convert.</param>
            <returns>
            The converted String value. Returns null when xmlAttribute is null.
            </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.StringValue.op_Implicit(System.String)~DocumentFormat.OpenXml.StringValue">
            <summary>
            Implicitly converts the specified String value to a StringValue object.
            </summary>
            <param name="value">The specified value.</param>
            <returns>A new StringValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.StringValue.FromString(System.String)">
            <summary>
            Returns a new StringValue object that was created from a String value.
            </summary>
            <param name="value">A String value to use to create a new StringValue object.</param>
            <returns>A StringValue that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.StringValue.ToString(DocumentFormat.OpenXml.StringValue)">
            <summary>
            Returns the String value representation of a StringValue object.
            </summary>
            <param name="xmlAttribute">
            A StringValue object used to retrieve a String value representation.
            </param>
            <returns>A String value that represents a StringValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.HexBinaryValue">
            <summary>
            Represent the xsd:hexBinary value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.HexBinaryValue.#ctor">
            <summary>
            Initializes a new instance of the HexBinaryValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.HexBinaryValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HexBinaryValue class using the supplied string.
            </summary>
            <param name="hexBinary">The string value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.HexBinaryValue.#ctor(DocumentFormat.OpenXml.HexBinaryValue)">
            <summary>
            Initializes a new instance of the HexBinaryValue class by deep copying the supplied HexBinaryValue class.
            </summary>
            <param name="source">The source HexBinaryValue class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.HexBinaryValue.Value">
            <summary>
            Gets the hexBinary string value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.HexBinaryValue.op_Implicit(DocumentFormat.OpenXml.HexBinaryValue)~System.String">
            <summary>
            Implicitly converts the specified value to a String value.
            </summary>
            <param name="xmlAttribute">The HexBinaryValue object to convert.</param>
            <returns>The converted HexBinary string. Returns null when xmlAttribute is null.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.HexBinaryValue.op_Implicit(System.String)~DocumentFormat.OpenXml.HexBinaryValue">
            <summary>
            Implicitly converts the specified String value to a HexBinaryValue object.
            </summary>
            <param name="value">The specified hexBinary value.</param>
            <returns>A new HexBinaryValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.HexBinaryValue.FromString(System.String)">
            <summary>
            Returns a new HexBinaryValue object that was created from a String value.
            </summary>
            <param name="value">A String value to use to create a new HexBinaryValue object.</param>
            <returns>A HexBinaryValue object that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.HexBinaryValue.ToString(DocumentFormat.OpenXml.HexBinaryValue)">
            <summary>
            Returns the String value representation of a HexBinaryValue object.
            </summary>
            <param name="xmlAttribute">
            A HexBinaryValue object used to retrieve a String value representation.
            </param>
            <returns>A String value that represents a HexBinaryValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Base64BinaryValue">
            <summary>
            Represents the xsd:base64Binary value for attributes.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.#ctor">
            <summary>
            Initializes a new instance of the Base64BinaryValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Base64BinaryValue class by deep copying
            the supplied String value.
            </summary>
            <param name="base64Binary">
            The String value.
            </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.#ctor(DocumentFormat.OpenXml.Base64BinaryValue)">
            <summary>
            Initializes a new instance of the Base64BinaryValue class by deep copying
            the supplied Base64BinaryValue class.
            </summary>
            <param name="source">
            The source Base64BinaryValue class.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Base64BinaryValue.Value">
            <summary>
            Gets the base64Binary string value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.op_Implicit(DocumentFormat.OpenXml.Base64BinaryValue)~System.String">
            <summary>
            Implicitly converts the specified value to a String value.
            </summary>
            <param name="xmlAttribute">The Base64BinaryValue object to convert.</param>
            <returns>The base64Binary string. Returns null when xmlAttribute is null.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.op_Implicit(System.String)~DocumentFormat.OpenXml.Base64BinaryValue">
            <summary>
            Initializes a new instance of a Base64BinaryValue class using the
            supplied string.
            </summary>
            <param name="value">The specified base64Binary value.</param>
            <returns>A new Base64BinaryValue instance with the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.FromString(System.String)">
            <summary>
            Returns a new Base64BinaryValue object that was created from a String value.
            </summary>
            <param name="value">A String value to use to create a new Base64BinaryValue object.</param>
            <returns>A Base64BinaryValue that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Base64BinaryValue.ToString(DocumentFormat.OpenXml.Base64BinaryValue)">
            <summary>
            Returns the String value representation of a Base64BinaryValue object.
            </summary>
            <param name="xmlAttribute">
            A Base64BinaryValue object used to retrieve a String value representation.
            </param>
            <returns>A String value that represents a Base64BinaryValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ListValue`1">
            <summary>
            Represents the list value attributes (xsd:list).
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ListValue`1.#ctor">
            <summary>
            Initializes a new instance of the ListValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ListValue`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Initializes a new instance of the ListValue class using the supplied list of values.
            </summary>
            <param name="list">The list of the values.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ListValue`1.#ctor(DocumentFormat.OpenXml.ListValue{`0})">
            <summary>
            Initializes a new instance of the ListValue class by deep copying the supplied ListValue class.
            </summary>
            <param name="source">The source ListValue class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.ListValue`1.HasValue">
            <summary>
            Gets a value that indicates whether the underneath text value is
            a valid value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ListValue`1.Items">
            <summary>
            Gets the values.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ListValue`1.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ListValue`1.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.ListValue`1.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ListValue`1.GetListItems">
            <summary>
            Only the ListValue will overrid this method.
            </summary>
            <returns>Returns items in list.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EnumValue`1">
            <summary>
            Represents the enum value for attributes.
            </summary>
            <typeparam name="T">Every enum value must be an enum with the EnumStringValueAttribute object.</typeparam>
        </member>
        <member name="M:DocumentFormat.OpenXml.EnumValue`1.#ctor">
            <summary>
            Initializes a new instance of the EnumValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EnumValue`1.#ctor(`0)">
            <summary>
            Initializes a new instance of the EnumValue class using the supplied
            value of type T.
            </summary>
            <param name="value">
            The value of type T.
            </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EnumValue`1.#ctor(DocumentFormat.OpenXml.EnumValue{`0})">
            <summary>
            Initializes a new instance of the EnumValue by deep copying the supplied
            EnumValue class.
            </summary>
            <param name="source">
            The source EnumValue class.
            </param>
        </member>
        <member name="P:DocumentFormat.OpenXml.EnumValue`1.HasValue">
            <summary>
            Gets a value that indicates whether the underneath text value is a valid value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EnumValue`1.Value">
            <summary>
            Gets or sets the value of the enum.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EnumValue`1.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EnumValue`1.op_Implicit(DocumentFormat.OpenXml.EnumValue{`0})~`0">
            <summary>
            Implicitly converts the specified value to an enum.
            </summary>
            <param name="xmlAttribute">The EnumValue to convert.</param>
            <returns>
            The converted enum value.
            </returns>
            <exception cref="T:System.InvalidOperationException">Thrown when xmlAttribute is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.EnumValue`1.op_Implicit(`0)~DocumentFormat.OpenXml.EnumValue{`0}">
            <summary>
            Initializes a new EnumValue class by converting the supplied enum
            value.
            </summary>
            <param name="value">The specified value.</param>
            <returns>A new EnumValue instance corresponding to the value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.EnumValue`1.op_Implicit(DocumentFormat.OpenXml.EnumValue{`0})~System.String">
            <summary>
            Implicitly converts the specified value to a String value.
            </summary>
            <param name="value">The value to convert.</param>
            <returns>The converted string.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.EnumValue`1.Parse">
            <summary>
            Convert the text to meaningful value.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EnumValue`1.TryParse">
            <summary>
            Convert the text to meaningful value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.EnumValue`1.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Test whether the value is allowed in the specified file format version.
            </summary>
            <param name="fileFormat">The file format version.</param>
            <returns>True if the value is defined in the specified file format version.</returns>
            <remarks>
            Method to support enum validation in schema validation.
            </remarks>
        </member>
        <member name="T:DocumentFormat.OpenXml.EnumStringAttribute">
            <summary>
            Represents the custom attribute for fields in a generated enum.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EnumStringAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EnumStringAttribute class using
            the supplied text string.
            </summary>
            <param name="value">The text string.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.EnumStringAttribute.Value">
            <summary>
            Gets the text string in the custom attribute.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.TrueFalseValueImpl">
            <summary>
            Defines the base class implementing the common logic of
            <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/>, <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> and <see cref="T:DocumentFormat.OpenXml.OnOffValue"/>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValueImpl.#ctor(System.Func{System.String,System.Boolean},System.Func{System.Boolean,System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.TrueFalseValueImpl"/> class using the supplied callbacks.
            </summary>
            <param name="getBooleanValueMethod">The method to convert text value to boolean value.</param>
            <param name="getDefaultTextMethod">The method to convert boolean value to default text value.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.TrueFalseValueImpl.InnerText">
            <summary>
            Gets and sets the inner XML text.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.TrueFalseValueImpl.HasValue">
            <summary>
            Gets a value that indicates whether the underneath text value is a valid value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.TrueFalseValueImpl.Value">
            <summary>
            Gets and sets the boolean value of the <see cref="T:DocumentFormat.OpenXml.TrueFalseValueImpl"/> type.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValueImpl.CloneImp">
            <summary>
            Not implemented by <see cref="T:DocumentFormat.OpenXml.TrueFalseValueImpl"/>.
            </summary>
            <returns></returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.TrueFalseValue">
            <summary>
            Represents the data type for attributes that have enum values that are Boolean values that represent 't' or 'f', or 'true' or 'false'.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValue.#ctor">
            <summary>
            Initializes a new instance of <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValue.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> class using the supplied Boolean value.
            </summary>
            <param name="value">The <see cref="T:System.Boolean"/> value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValue.#ctor(DocumentFormat.OpenXml.TrueFalseValue)">
            <summary>
            Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> class using the supplied TrueFalseValue class.
            </summary>
            <param name="source">The source <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.TrueFalseValue.HasValue">
            <summary>
            Gets a value that indicates whether the underneath text value is a valid value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.TrueFalseValue.Value">
            <summary>
            Gets or sets the value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.TrueFalseValue.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValue.op_Implicit(DocumentFormat.OpenXml.TrueFalseValue)~System.Boolean">
            <summary>
            Implicitly converts a TrueFalseValue class to a <see cref="T:System.Boolean"/> value.
            </summary>
            <param name="xmlAttribute">The <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> to convert.</param>
            <returns>The converted <see cref="T:System.Boolean"/> value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValue.op_Implicit(System.Boolean)~DocumentFormat.OpenXml.TrueFalseValue">
            <summary>
            Implicitly converts a <see cref="T:System.Boolean"/> value to a TrueFalseValue instance.
            </summary>
            <param name="value">The <see cref="T:System.Boolean"/> value to convert.</param>
            <returns>The converted <see cref="T:DocumentFormat.OpenXml.TrueFalseValue"/> value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValue.FromBoolean(System.Boolean)">
            <summary>
            Returns a new TrueFalseValue object that was created from a Boolean value.
            </summary>
            <param name="value">A Boolean value to use to create a new TrueFalseValue object.</param>
            <returns>A TrueFalseValue that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseValue)">
            <summary>
            Returns the internal Boolean representation of a TrueFalseValue object.
            </summary>
            <param name="xmlAttribute">A TrueFalseValue object to retrieve an internal Boolean representation.</param>
            <returns>A Boolean value that represents a TrueFalseValue object.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValue.GetBooleanValue(System.String)">
            <summary>
            Gets the real boolean value of the text value.
            </summary>
            <param name="textValue">The text value which could be 't', 'f', 'true', 'false'.</param>
            <returns>Ture on text value is 't', 'true'; False on text value is 'f', 'false'.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseValue.GetDefaultTextValue(System.Boolean)">
            <summary>
            Gets the defaul text value.
            </summary>
            <param name="boolValue">The boolean value.</param>
            <returns>"t" false true, "f" for false.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.TrueFalseBlankValue">
            <summary>
            Represents the datatype for attributes that have enum values that are Boolean values that represent 't' or 'f', or 'true' or 'false'.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> class using the supplied Boolean value.
            </summary>
            <param name="value">The <see cref="T:System.Boolean"/> value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.#ctor(DocumentFormat.OpenXml.TrueFalseBlankValue)">
            <summary>
            Initializes a new instance of the <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> class using the supplied TrueFalseBlankValue class.
            </summary>
            <param name="source">The source <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.TrueFalseBlankValue.HasValue">
            <summary>
            Gets a value that indicates whether the underneath text value is valid value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.TrueFalseBlankValue.Value">
            <summary>
            Gets or sets the value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.TrueFalseBlankValue.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.op_Implicit(DocumentFormat.OpenXml.TrueFalseBlankValue)~System.Boolean">
            <summary>
            Implicitly converts a TrueFalseBlankValue object to a <see cref="T:System.Boolean"/> value.
            </summary>
            <param name="xmlAttribute">The source <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> to convert.</param>
            <returns>The converted <see cref="T:System.Boolean"/> value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.op_Implicit(System.Boolean)~DocumentFormat.OpenXml.TrueFalseBlankValue">
            <summary>
            Implicitly converts a <see cref="T:System.Boolean"/> value to a TrueFalsBlankValue value.
            </summary>
            <param name="value">The source <see cref="T:System.Boolean"/> value to convert.</param>
            <returns>The converted <see cref="T:DocumentFormat.OpenXml.TrueFalseBlankValue"/> value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.FromBoolean(System.Boolean)">
            <summary>
            Returns a new TrueFalseBlankValue object created from a Boolean value.
            </summary>
            <param name="value">A Boolean value to create a new TrueFalseBlankValue object from.</param>
            <returns>A TrueFalseBlankValue that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseBlankValue)">
            <summary>
            Returns the internal Boolean representation of a TrueFalseBlankValue object.
            </summary>
            <param name="xmlAttribute">A TrueFalseBlankValue object to retrieve an internal Boolean representation.</param>
            <returns>A Boolean value that represents a TrueFalseBlankValue object.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.GetBooleanValue(System.String)">
            <summary>
            Gets the real boolean value of the text value.
            </summary>
            <param name="textValue">The text value which could be 't', 'f', 'true', 'false', ''.</param>
            <returns>True on text value is 't', 'true'; False on text value is 'f', 'false', '' </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.TrueFalseBlankValue.GetDefaultTextValue(System.Boolean)">
            <summary>
            Gets the text value.
            </summary>
            <param name="boolValue">The boolean value.</param>
            <returns>"t" for True, "f" for false.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.OnOffValue">
            <summary>
            Defines an OnOffValue datatype for attributes that have enum values that are Boolean values that represent: 'true' or 'false', 'on' or 'off', or '0' or '1'.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OnOffValue.#ctor">
            <summary>
            Initializes a new instance of <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OnOffValue.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> class using the supplied Boolean value.
            </summary>
            <param name="value">The <see cref="T:System.Boolean"/> value.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OnOffValue.#ctor(DocumentFormat.OpenXml.OnOffValue)">
            <summary>
            Initializes a new instance of <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> class using the supplied OnOffValue class.
            </summary>
            <param name="source">The source <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> class.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.OnOffValue.HasValue">
            <summary>
            Gets a value that indicates whether the underneath text value is a valid value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OnOffValue.Value">
            <summary>
            Gets or sets the value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OnOffValue.InnerText">
            <summary>
            Gets or sets the inner XML text.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OnOffValue.GetBooleanValue(System.String)">
            <summary>
            Gets the real text value of the text value.
            </summary>
            <param name="textValue">The text value which could be 'true', 'false', 'on', 'off', '0', or '1'.</param>
            <returns>True for 'true', 'on', '0', or '1'.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OnOffValue.GetDefaultTextValue(System.Boolean)">
            <summary>
            Gets the default text value.
            </summary>
            <param name="boolValue">The boolean value.</param>
            <returns>"1" for True, "0" for False.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OnOffValue.op_Implicit(DocumentFormat.OpenXml.OnOffValue)~System.Boolean">
            <summary>
            Implicitly converts the specified OnOffValue object to a <see cref="T:System.Boolean"/> value.
            </summary>
            <param name="xmlAttribute">The <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> object to convert.</param>
            <returns>The converted <see cref="T:System.Boolean"/> value.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OnOffValue.op_Implicit(System.Boolean)~DocumentFormat.OpenXml.OnOffValue">
            <summary>
            Implicitly converts a <see cref="T:System.Boolean"/> value to an <see cref="T:DocumentFormat.OpenXml.OnOffValue"/> value.
            </summary>
            <param name="value">The <see cref="T:System.Boolean"/> value to convert.</param>
            <returns>The converted <see cref="T:DocumentFormat.OpenXml.OnOffValue"/>.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OnOffValue.FromBoolean(System.Boolean)">
            <summary>
            Returns a new OnOffValue object created from a Boolean value.
            </summary>
            <param name="value">A Boolean value that is used to create a new OnOffValue object.</param>
            <returns>A OnOffValue that corresponds to the value parameter.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OnOffValue.ToBoolean(DocumentFormat.OpenXml.OnOffValue)">
            <summary>
            Returns the internal Boolean representation of a OnOffValue object.
            </summary>
            <param name="xmlAttribute">A OnOffValue object to retrieve an internal Boolean representation.</param>
            <returns>A Boolean value that represents a OnOffValue object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlUnknownElement">
            <summary>
            Represents elements that are not defined in the Ecma Office Open XML.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.#ctor">
            <summary>
            OpenXmlUnknownElement constructor
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OpenXmlUnknownElement class using
            the supplied element name.
            </summary>
            <param name="name">
            The element name.
            </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the OpenXmlUnknownElement class using
            the supplied qualified element name and namespace URI.
            </summary>
            <param name="qualifiedName">The qualified element name.</param>
            <param name="namespaceUri">The namespace URI of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the OpenXmlUnknownElement class using
            the supplied prefix, local name, and namespace URI.
            </summary>
            <param name="prefix">The namespace prefix of the element.</param>
            <param name="localName">The local name of the element.</param>
            <param name="namespaceUri">The namespace URI of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.CreateOpenXmlUnknownElement(System.String)">
            <summary>
            Creates a new OpenXmlUnknownElement class by using the outer XML.
            </summary>
            <param name="outerXml">The outer XML of the element.</param>
            <returns>A new OpenXmlUnknownElement class.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.LocalName">
            <summary>
            When overridden in a derived class, gets the local name of the node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.NamespaceUri">
            <summary>
            Gets the namespace URI of the current node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.Prefix">
            <summary>
            Gets or sets the prefix of the current node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.XmlQualifiedName">
            <summary>
            When overridden in a derived class, gets the qualified name of the node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.ElementTypeId">
            <summary>
            The type ID of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.InnerText">
            <summary>
            Gets or sets the concatenated values of the node and all of its children.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.OpenXmlUnknownElement.Text">
            <summary>
            Gets the text of the unknown element, only if the unknown element
            has only one child that is a text node.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.CloneNode(System.Boolean)">
            <summary>
            When overridden in a derived class, creates a duplicate of the node.
            </summary>
            <param name="deep">
            Specify true to recursively clone the subtree under the specified
            node; false to clone only the node itself.
            </param>
            <returns>The cloned node. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.WriteContentTo(System.Xml.XmlWriter)">
            <summary>
            Saves all the children of the node to the specified XmlWriter.
            </summary>
            <param name="w">The XmlWriter to which you want to save. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.WriteTo(System.Xml.XmlWriter)">
            <summary>
            Saves the current node to the specified XmlWriter.
            </summary>
            <param name="xmlWriter">The XmlWriter at which to save.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlUnknownElement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            For OpenXmlUnknownElement, always return false, no matter what the version is.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlWriter">
            <summary>
            Defines the OpenXmlWriter.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlWriter.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Create an OpenXmlWriter from the OpenXmlPart.
            </summary>
            <param name="openXmlPart">The OpenXmlPart to be writern.</param>
            <returns>The created OpenXmlWriter instance.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.Text.Encoding)">
            <summary>
            Create an OpenXmlWriter from the OpenXmlPart.
            </summary>
            <param name="openXmlPart">The OpenXmlPart to be writern.</param>
            <param name="encoding">The encoding for the XML stream.</param>
            <returns>The created OpenXmlWriter instance.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream)">
            <summary>
            Create an OpenXmlWriter on a given stream.
            </summary>
            <param name="partStream">The target stream.</param>
            <returns>The created OpenXmlWriter instance.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream,System.Text.Encoding)">
            <summary>
            Create an OpenXmlWriter on given stream
            </summary>
            <param name="partStream">The target stream.</param>
            <param name="encoding">The encoding for the XML stream.</param>
            <returns>The created OpenXmlWriter instance.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument">
            <summary>
            Writes the XML declaration with the version "1.0".
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument(System.Boolean)">
            <summary>
            Writes the XML declaration with the version "1.0" and the standalone attribute.
            </summary>
            <param name="standalone">If true, it writes "standalone=yes"; if false, it writes "standalone=no". </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader)">
            <summary>
            Writes out a start element tag of the current element of the OpenXmlReader. And write all the attributes of the element.
            </summary>
            <param name="elementReader">The OpenXmlReader to read from. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader,System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlAttribute})">
            <summary>
            Writes out a start element tag of the current element of the OpenXmlReader. And write the attributes in attributes.
            </summary>
            <param name="elementReader">The OpenXmlReader to read from. </param>
            <param name="attributes">The attributes to be writtern, can be null if no attrbutes.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader,System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlAttribute},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
            <summary>
            Writes out a start element tag of the current element of the OpenXmlReader. And write the attributes in attributes.
            </summary>
            <param name="elementReader">The OpenXmlReader to read from. </param>
            <param name="attributes">The attributes to be writtern, can be null if no attrbutes.</param>
            <param name="namespaceDeclarations">The namespace declarations to be written, can be null if no namespace declarations.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Writes out a start tag of the element and all the attributes of the element.
            </summary>
            <param name="elementObject">The OpenXmlElement object to be writen.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement,System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlAttribute})">
            <summary>
            Writes out a start tag of the element. And write the attributes in attributes. The attributes of the element will be omitted.
            </summary>
            <param name="elementObject">The OpenXmlElement object to be writen.</param>
            <param name="attributes">The attributes to be writtern.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement,System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlAttribute},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
            <summary>
            Writes out a start tag of the element. And write the attributes in attributes. The attributes of the element will be omitted.
            </summary>
            <param name="elementObject">The OpenXmlElement object to be writen.</param>
            <param name="attributes">The attributes to be writtern.</param>
            <param name="namespaceDeclarations">The namespace declarations to be written, can be null if no namespace declarations.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteEndElement">
            <summary>
            Closes one element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Write the OpenXmlElement to the writer.
            </summary>
            <param name="elementObject">The OpenXmlElement object to be writen.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.WriteString(System.String)">
            <summary>
            When overridden in a derived class, writes the given text content.
            </summary>
            <param name="text">The text to write. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.Close">
            <summary>
            Close the writer.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.ThrowIfObjectDisposed">
            <summary>
            Throw if object is disposed.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.Dispose(System.Boolean)">
            <summary>
            Closes the reader, and releases all resources.
            </summary>
            <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlWriter.Dispose">
            <summary>
            Closes the writer, and releases all resources.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlPartWriter">
            <summary>
            Defines the OpenXmlPartWriter.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.#ctor(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Initializes a new instance of the OpenXmlPartWriter.
            </summary>
            <param name="openXmlPart">The OpenXmlPart to be written to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.#ctor(DocumentFormat.OpenXml.Packaging.OpenXmlPart,System.Text.Encoding)">
            <summary>
            Initializes a new instance of the OpenXmlPartWriter.
            </summary>
            <param name="openXmlPart">The OpenXmlPart to be written to.</param>
            <param name="encoding">The encoding for the XML stream.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the OpenXmlPartWriter.
            </summary>
            <param name="partStream">The givern part stream.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.#ctor(System.IO.Stream,System.Text.Encoding)">
            <summary>
            Initializes a new instance of the OpenXmlPartWriter.
            </summary>
            <param name="partStream">The givern part stream.</param>
            <param name="encoding">The encoding for the XML stream.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument">
            <summary>
            Writes the XML declaration with the version "1.0".
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument(System.Boolean)">
            <summary>
            Writes the XML declaration with the version "1.0" and the standalone attribute.
            </summary>
            <param name="standalone">If true, it writes "standalone=yes"; if false, it writes "standalone=no". </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader)">
            <summary>
            Writes out a start element tag of the current element of the OpenXmlReader. And write all the attributes of the element.
            </summary>
            <param name="elementReader">The OpenXmlReader to read from. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader,System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlAttribute})">
            <summary>
            Writes out a start element tag of the current element of the OpenXmlReader. And write the attributes in attributes.
            </summary>
            <param name="elementReader">The OpenXmlReader to read from. </param>
            <param name="attributes">The attributes to be writtern, can be null if no attrbutes.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader,System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlAttribute},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
            <summary>
            Writes out a start element tag of the current element of the OpenXmlReader. And write the attributes in attributes.
            </summary>
            <param name="elementReader">The OpenXmlReader to read from. </param>
            <param name="attributes">The attributes to be writtern, can be null if no attrbutes.</param>
            <param name="namespaceDeclarations">The namespace declarations to be written, can be null if no namespace declarations.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Writes out a start tag of the element and all the attributes of the element.
            </summary>
            <param name="elementObject">The OpenXmlElement object to be writen.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement,System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlAttribute})">
            <summary>
            Writes out a start tag of the element. And write the attributes in attributes. The attributes of the element will be omitted.
            </summary>
            <param name="elementObject">The OpenXmlElement object to be writen.</param>
            <param name="attributes">The attributes to be writtern.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement,System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlAttribute},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
            <summary>
            Writes out a start tag of the element. And write the attributes in attributes. The attributes of the element will be omitted.
            </summary>
            <param name="elementObject">The OpenXmlElement object to be writen.</param>
            <param name="attributes">The attributes to be writtern.</param>
            <param name="namespaceDeclarations">The namespace declarations to be written, can be null if no namespace declarations.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteEndElement">
            <summary>
            Closes one element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteString(System.String)">
            <summary>
            Writes the given text content.
            </summary>
            <param name="text">The text to be writtern. </param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Write the OpenXmlElement to the writer.
            </summary>
            <param name="elementObject">The OpenXmlElement object to be writen.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlPartWriter.Close">
            <summary>
            Close the writer.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Profiler.CommentMarkAtProfile(System.Int64,DocumentFormat.OpenXml.Profiler.MarkId)">
            <summary>
            Call DataCollection.CommentMarkAtProfile if PROFILE is enabled.
            </summary>
            <param name="timestamp">A timestamp value</param>
            <param name="markId">A marker to insert</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Profiler.CommentMarkProfile(DocumentFormat.OpenXml.Profiler.MarkId)">
            <summary>
            Call DataCollection.CommentMarkAtProfile if PROFILE is enabled.
            </summary>
            <param name="markId">A marker to insert</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ReservedElementTypeIds.IsStrongTypedElement(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Test whether the element is a strong typed element - the class is generated by CodeGen.
            </summary>
            <param name="element">The specified element.</param>
            <returns>True if the class of the element is generated.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.AllParticleValidator">
            <summary>
            All particle validator.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AllParticleValidator.#ctor(DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticle)">
            <summary>
            Initializes a new instance of the AllParticleValidator.
            </summary>
            <param name="particleConstraint"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AllParticleValidator.TryMatch(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match the particle.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AllParticleValidator.TryMatchOnce(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match the particle once.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
            <remarks>
            xsd:all can only contain xsd:element children and maxOccurs of each children can only be 1
            </remarks>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.AlternateContentValidator">
            <summary>
            Validator for MarkupCompatibility feature - AlternateContent.
            </summary>
            <remarks>
            See Ecma376 "Part 5: Markup Compatibility and Extensibility" for reference.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AlternateContentValidator.Validate(DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Validate ACB syntax - AlternateContent, Choice, Fallback and their attributes.
            </summary>
            <param name="validationContext"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AlternateContentValidator.ValidateMcAttributesOnAcb(DocumentFormat.OpenXml.Validation.ValidationContext,DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Validate attributes on AlternateContent, Choice and Fallback element.
            </summary>
            <param name="validationContext"></param>
            <param name="acElement">The element to be validated.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AlternateContentValidator.IsXmlSpaceOrXmlLangAttribue(DocumentFormat.OpenXml.OpenXmlAttribute)">
            <summary>
            Test whether the attribute is "xml:space" or "xml:lang".
            </summary>
            <param name="attribute">The attribute to be tested.</param>
            <returns>True if the attribute is "xml:space" or "xml:lang".</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.CompatibilityRuleAttributesValidator">
            <summary>
            Compatibility-Rule Attributes
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.CompatibilityRuleAttributesValidator.ValidateMcAttributes(DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Validate compatibility rule attributes - Ignorable, ProcessContent, PreserveElements, PreserveAttributes, MustUnderstand.
            </summary>
            <param name="validationContext">The validation context.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.CompatibilityRuleAttributesValidator.ValidateQNameList(System.String,System.Collections.Generic.HashSet{System.String},DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Validate QName list in PreserveElements, PreserveAttributes, ProcessContent.
            </summary>
            <param name="qnameList">The QName list to be validated.</param>
            <param name="ignorableNamespaces">The ignorable namespaces.</param>
            <param name="validationContext"></param>
            <returns>The QName that is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.OpenXmlElementExtensionMethods">
            <summary>
            Static class to hold extension methods for OpenXmlElement.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.OpenXmlElementExtensionMethods.GetChildMc(DocumentFormat.OpenXml.OpenXmlElement,DocumentFormat.OpenXml.OpenXmlElement,DocumentFormat.OpenXml.MCContext,DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Gets the next child (skip all MC elements (skip ACB layer, skip Ignorabled element.)).
            </summary>
            <param name="parent">The logic parent element.</param>
            <param name="child">The child element to be tested.</param>
            <param name="mcContext">Markup Compatibility context.</param>
            <param name="format">Targeting file format (Office2007 or Office201).</param>
            <returns>The logic child (when we apply a MC pre-processer).</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticleValidator">
            <summary>
            Any particle validator.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticleValidator.#ctor(DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticle)">
            <summary>
            Initializes a new instance of the AnyParticleValidator.
            </summary>
            <param name="particleConstraint"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticleValidator.TryMatchOnce(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match this element once.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticleValidator.TryMatch(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match this element.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticleValidator.GetRequiredElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticleValidator.GetRequiredElements">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <returns>Required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticleValidator.GetExpectedElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are expected elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticleValidator.GetExpectedElements">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <returns>Expected elements in this particle.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticleValidator">
            <summary>
            NsAny particle validator.
            </summary>
            <remarks>
            xsd:any with defined namespace.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticleValidator.#ctor(DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticle)">
            <summary>
            Initializes a new instance of the AnyParticleValidator.
            </summary>
            <param name="particleConstraint"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticleValidator.TryMatchOnce(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match this element once.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticleValidator.GetRequiredElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticleValidator.GetExpectedElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are expected elements in this particle.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.AttributeConstraint">
            <summary>
            Constraint on xml attribute
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.AttributeConstraint.XsdAttributeUse">
            <summary>
            The "use" attribute on xsd:attribute [ use = (optional | prohibited | required): optional ]
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.AttributeConstraint.SimpleTypeConstraint">
            <summary>
            The simple type constraint for this attribute.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.AttributeConstraint.SupportedVersion">
            <summary>
            In which file format version this attribute is allowed.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.BinarySdbSchemaDatas.Load(System.IO.Stream)">
            <summary>
            Load the schema constraint data from the stream.
            </summary>
            <param name="dataStream">The data stream.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.BinarySdbSchemaDatas.GetClassIdData(System.UInt16)">
            <summary>
            Get a SdbClassIdToSchemaTypeIndex data for the sepcified class ID.
            </summary>
            <param name="classId">The class ID.</param>
            <returns>A SdbClassIdToSchemaTypeIndex data.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.BinarySdbSchemaDatas.CheckDataHead(System.Int32)">
            <summary>
            Make sure that the SdbDataHead data is correct.
            </summary>
            <param name="streamLength">The length of the data.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.BinarySdbSchemaDatas.CheckData">
            <summary>
            Check the loaded schema constraint datas.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.BinarySdbSchemaDatas.SdbDataArray`1.Item(System.Int32)">
            <summary>
            Indexer to retriver a specified data.
            </summary>
            <param name="index">The index of the data item.</param>
            <returns>Always returns a new data object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleType">
            <summary>
            Particle type.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.XsdAttributeUse">
            <summary>
            xsd:use type.
            </summary>
            <remarks>
            Same as XmlSchemaUse.
            </remarks>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.XsdAnyPrefidefinedValue.Any">
            <summary>
            ##any - Elements from any namespace can be present.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.XsdAnyPrefidefinedValue.Other">
            <summary>
            ##other - Elements from any namespace that is not the target namespace of the parent element containing this element can be present.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.XsdAnyPrefidefinedValue.Local">
            <summary>
            #local - Elements that are not qualified with a namespace can be present.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.XsdAnyPrefidefinedValue.TargetNamespace">
            <summary>
            ##targetNamespace - Elements from the target namespace of the parent element containing this element can be present.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.XsdAnyPrefidefinedValue.GetNamespaceString(System.UInt16)">
            <summary>
            Get corresponding namespace string for Any, Other, Local and TargetNamespace.
            </summary>
            <param name="value">One of the Any, Other, Local and TargetNamespace.</param>
            <returns>##any, ##other, ##local or ##targetNamespace.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbData">
            <summary>
            Base class for fixed size data.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbData.DataSize">
            <summary>
            The size in bytes of this data structure.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbData.GetBytes">
            <summary>
            Serialize the data into byte data.
            </summary>
            <returns>Byte data.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbData.LoadFromBytes(System.Byte[],System.Int32)">
            <summary>
            Deserialize the data from byte data.
            </summary>
            <param name="value">The byte data.</param>
            <param name="startIndex">The offset the data begins at.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbData.GetBytes(System.Byte[][])">
            <summary>
            Helper function to be called by derived classes.
            </summary>
            <param name="fieldvalues"></param>
            <returns></returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex">
            <summary>
            Map OpenXmlElement class ID to schema type in schema.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex.StartClassId">
            <summary>
            Start ID of class ID.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex.ClassId">
            <summary>
            Class ID - Element Type ID.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex.SchemaTypeIndex">
            <summary>
            The index of the schema type in the SdbSchemaType data array.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex.#ctor">
            <summary>
            Initializes a new instance of the SdbClassIdToSchemaTypeIndex.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex.#ctor(System.UInt16,System.UInt16)">
            <summary>
            Initializes a new instance of the SdbClassIdToSchemaTypeIndex.
            </summary>
            <param name="classId"></param>
            <param name="schemaTypeIndex"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex.ArrayIndexFromClassId(System.UInt16)">
            <summary>
            Return the index of the data in the data array. The data array is sorted by the class ID and the class ID is continuous.
            </summary>
            <param name="classId"></param>
            <returns></returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex.TypeSize">
            <summary>
            The size in bytes of this data structure.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex.DataSize">
            <summary>
            The size in bytes of this data structure.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex.GetBytes">
            <summary>
            Serialize the data into byte data.
            </summary>
            <returns>Byte data.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbClassIdToSchemaTypeIndex.LoadFromBytes(System.Byte[],System.Int32)">
            <summary>
            Deserialize the data from byte data.
            </summary>
            <param name="value">The byte data.</param>
            <param name="startIndex">The offset the data begins at.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType">
            <summary>
            Schema type data.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.ParticleIndex">
            <summary>
            The index of the particle in the SdbParticleConstraint data array.
            Will be "SdbData.InvalidId" if the schema type is NOT composite type.
            </summary>
            <remarks>This field can be eliminated.</remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.SimpleTypeIndex">
            <summary>
            The index of the simple data in the SdbSimpleTypeRestriction data array.
            Will be "SdbData.InvalidId" if the schema type is NOT simple content only.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.AttributesCount">
            <summary>
            The count of attributes.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.StartIndexOfAttributes">
            <summary>
            The index of the first attribute data in the SdbAttributeConstraint data array.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.#ctor">
            <summary>
            Initializes a new instance of the SdbSchemaType.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.#ctor(System.UInt16,System.UInt16,System.UInt16,System.UInt16)">
            <summary>
            Initializes a new instance of the SdbSchemaType.
            </summary>
            <param name="particleIndex"></param>
            <param name="simpleTypeIndex"></param>
            <param name="attributeCount"></param>
            <param name="startAttribute"></param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.IsCompositeType">
            <summary>
            Returns true if the schema type is a schema type which contains particles.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.IsSimpleContent">
            <summary>
            Returns true if the schema type contains simple content only.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.TypeSize">
            <summary>
            The size in bytes of this data structure
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.DataSize">
            <summary>
            The size in bytes of this data structure
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.GetBytes">
            <summary>
            Serialize the data into byte data.
            </summary>
            <returns>Byte data.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType.LoadFromBytes(System.Byte[],System.Int32)">
            <summary>
            Deserialize the data from byte data.
            </summary>
            <param name="value">The byte data.</param>
            <param name="startIndex">The offset the data begins at.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint">
            <summary>
            Particle constraint data.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.UnboundedMaxOccurs">
            <summary>
            Represent maxOccurs="unbounded" by "0".
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.ParticleType">
            <summary>
            The particle type of this particle.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.ElementTypeId">
            <summary>
            When this is an element, save the element type ID (class ID).
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.MinOccurs">
            <summary>
            The xsd:minOccurs value of this particle.
            Just use ushort at now. throw exceptions if thera are numbers > ushort.MaxValue.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.MaxOccurs">
            <summary>
            The xsd:maxOccurs value of this particle.
            ushort is not enough.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.ChildrenCount">
            <summary>
            Count of children particles.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.ChildrenStartIndex">
            <summary>
            The index of the first child particle index in the SdbParticleChildrenIndex data array.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.XsdAnyNamespaceId">
            <summary>
            Returns the namespace ID defiend in "xsd:any" when the particle type is ParticleType.Any or ParticleType.AnyWithUri
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.TypeSize">
            <summary>
            The size in bytes of this data structure.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.DataSize">
            <summary>
            The size in bytes of this data structure.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.GetBytes">
            <summary>
            Serialize the data into byte data.
            </summary>
            <returns>Byte data.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleConstraint.LoadFromBytes(System.Byte[],System.Int32)">
            <summary>
            Deserialize the data from byte data.
            </summary>
            <param name="value">The byte data.</param>
            <param name="startIndex">The offset the data begins at.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleChildrenIndex">
            <summary>
            Particle children index data.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleChildrenIndex.ParticleIndex">
            <summary>
            The index of the particle in the SdbParticleConstraint data array.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleChildrenIndex.TypeSize">
            <summary>
            The size in bytes of this data structure.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleChildrenIndex.DataSize">
            <summary>
            The size in bytes of this data structure.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleChildrenIndex.GetBytes">
            <summary>
            Serialize the data into byte data.
            </summary>
            <returns>Byte data.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbParticleChildrenIndex.LoadFromBytes(System.Byte[],System.Int32)">
            <summary>
            Deserialize the data from byte data.
            </summary>
            <param name="value">The byte data.</param>
            <param name="startIndex">The offset the data begins at.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbAttributeConstraint">
            <summary>
            Attribute constraint data.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbAttributeConstraint.AttributeUse">
            <summary>
            The xsd:use value.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbAttributeConstraint.SimpleTypeIndex">
            <summary>
            The index of the simple data in the SdbSimpleTypeRestriction data array.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbAttributeConstraint.FileFormatVersion">
            <summary>
            In which file format version this attribute is allowed.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbAttributeConstraint.TypeSize">
            <summary>
            The size in bytes of this data structure.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbAttributeConstraint.DataSize">
            <summary>
            The size in bytes of this data structure.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbAttributeConstraint.GetBytes">
            <summary>
            Serialize the data into byte data.
            </summary>
            <returns>Byte data.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbAttributeConstraint.LoadFromBytes(System.Byte[],System.Int32)">
            <summary>
            Deserialize the data from byte data.
            </summary>
            <param name="value">The byte data.</param>
            <param name="startIndex">The offset the data begins at.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ValueExtensionMethods">
            <summary>
            Define some extension methods to make coding clear.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ChoiceParticleValidator">
            <summary>
            Choice particle validator.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.ChoiceParticleValidator._childMatchInfo">
            <summary>
            This data field is moved from TryMatchOnce.
            Base on the following point.
            - The TryMatchOnce() method will NOT be called more than once with same ChoiceParticleValidator instance on the stack when validating one element.
            - That means this data field will not be overriden in recursive calling when validating one element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ChoiceParticleValidator.#ctor(DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticle)">
            <summary>
            Initializes a new instance of the ChoiceParticleValidator.
            </summary>
            <param name="particleConstraint"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ChoiceParticleValidator.TryMatchOnce(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match the particle once.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ChoiceParticleValidator.GetRequiredElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are required elements in this particle.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.GroupParticleValidator">
            <summary>
            Group particle validator.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.GroupParticleValidator.#ctor(DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticle)">
            <summary>
            Initializes a new instance of the ChoiceParticleValidator.
            </summary>
            <param name="particleConstraint"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.GroupParticleValidator.TryMatchOnce(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match the particle once.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint">
            <summary>
            A constraint data item for complex type.
            The ParticleType, MinOccurs, MaxOccurs means the constaint of this particle in the parent.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.#ctor">
            <summary>
            Initializes a new instance of the ParticleConstraint.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.ParticleType">
            <summary>
            Gets the type of the particle.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.MinOccurs">
            <summary>
            Gets or sets the minOccurs constraint.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.MaxOccurs">
            <summary>
            Gets or sets the maxOccurs constraint.
            0 means "unbounded".
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.UnboundedMaxOccurs">
            <summary>
            Gets whether the maxOccurs="unbounded".
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.CanOccursMoreThanOne">
            <summary>
            Return true if maxOccurs="unbounded" or maxOccurs > 1
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.MaxOccursGreaterThan(System.Int32)">
            <summary>
            Test whether the count is valid.
            </summary>
            <param name="count">The count of the occurs.</param>
            <returns>Returns true if maxOccurs="unbounded" or this.MaxOccurs>count.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.ElementId">
            <summary>
            Gets or sets the type ID of the OpenXmlElement if the ParticleType == ParticleType.Element.
            </summary>
            <remarks>
            TODO: change int to ushort?
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.ChildrenParticles">
            <summary>
            Gets the children particles.
            </summary>
            <remarks>
            be null if the ParticleType == ParticleType.Element || ParticleType=ParticleType.Any
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.ParticleValidator">
            <summary>
            Gets a ParticleValidator for this particle constraint.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.IsSimple">
            <summary>
            Test whether this is a simple particle - the particle conatains only elements as children.
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint.CreateParticleConstraint(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleType)">
            <summary>
            Create a ParticleConstraint for the specified ParticleType.
            </summary>
            <param name="particleType"></param>
            <returns></returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle">
            <summary>
            Particle constraint data for particle which type is ParticleType.Element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle.#ctor">
            <summary>
            Initializes a new instance of the ElementParticle.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle.ParticleType">
            <summary>
            Gets the type of the particle.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle.ElementId">
            <summary>
            Gets or sets the type ID of the OpenXmlElement if the ParticleType == ParticleType.Element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle.ParticleValidator">
            <summary>
            Gets a ParticleValidator for this particle constraint.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle.TryMatchOnce(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match this element once.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle.TryMatch(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match this element.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle.GetRequiredElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle.GetRequiredElements">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <returns>Required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle.GetExpectedElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are expected elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ElementParticle.GetExpectedElements">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <returns>Expected elements in this particle.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticle">
            <summary>
            Particle constraint data for particle which type is ParticleType.Any.
            </summary>
            <remarks>
            xsd:any can contains only one namespace.
            If there are multiple namespace in the original xsd, it will be splitted into multiple xsd:any in binary database.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticle.#ctor">
            <summary>
            Initializes a new instance of the AnyParticle.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticle.ParticleType">
            <summary>
            Gets the type of the particle.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticle.ElementId">
            <summary>
            This field is actually the value of the xsd:any.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticle.NamespaceValue">
            <summary>
            The value of the xsd:any@namespace.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyParticle.ParticleValidator">
            <summary>
            Gets a ParticleValidator for this particle constraint.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticle">
            <summary>
            Particle constraint data for particle which type is ParticleType.AnyWithUri.
            </summary>
            <remarks>
            xsd:any can contains only one namespace.
            If there are multiple namespace in the original xsd, it will be splitted into multiple xsd:any in binary database.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticle.#ctor">
            <summary>
            Initializes a new instance of the NsAnyParticle.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticle.ParticleType">
            <summary>
            Gets the type of the particle.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticle.ElementId">
            <summary>
            This field is actually the namespace ID of the xsd:any.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticle.NamespaceId">
            <summary>
            The namespace ID of the the namespace in the xsd:any@namespace.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.NsAnyParticle.ParticleValidator">
            <summary>
            Gets a ParticleValidator for this particle constraint.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticle">
            <summary>
            Particle constraint for sequence, choice, all, and group.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticle.#ctor">
            <summary>
            Initializes a new instance of the CompositeParticle.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticle.ParticleType">
            <summary>
            Gets the type of the particle.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticle.ChildrenParticles">
            <summary>
            Gets the children particles.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticle.ParticleValidator">
            <summary>
            Gets a ParticleValidator for this particle constraint.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatch">
            <summary>
            Particle match result.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo">
            <summary>
            Information about particle match.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo.#ctor">
            <summary>
            Initializes a new instance of the ParticleMatchInfo.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo.#ctor(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Initializes a new instance of the ParticleMatchInfo.
            </summary>
            <param name="startElement"></param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo.Match">
            <summary>
            Particle match result.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo.StartElement">
            <summary>
            The start element to be matched by a particle rule.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo.LastMatchedElement">
            <summary>
            The last element matched by the particle match.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo.ErrorMessage">
            <summary>
            On Partial match, return the errors.
            </summary>
            <remarks>
            TODO: how can this be decopled from the validator?
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo.ExpectedChildren">
            <summary>
            The element type ids of expected children.
            Fill this field on partial match.
            </summary>
            <remarks>
            Will be null if matched or not matched.
            Will contains the expected child element types if partial match.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo.InitExpectedChildren">
            <summary>
            The .ExpectedChildren will be non-null after this call.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo.SetExpectedChildren(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Purpose:
            Resue this.ExpectedChildren data field.
            Avoid this.ExpectedChildren be referenced by more than one object (so "this.ExpectedChildren = other.ExpectedChildren" is not allowed).
            </summary>
            <param name="expectedChildren"></param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren">
            <summary>
            Hold expected children for error reporting.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren.Add(System.Int32)">
            <summary>
            Add ElementTypeId of the child.
            </summary>
            <param name="elementTypeId"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren.Add(System.String)">
            <summary>
            Add namespace string of xsd:any child.
            </summary>
            <param name="namesapceForXsdany"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren.Add(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Add all expected children from another ExpectedChildren.
            </summary>
            <param name="expectedChildren"></param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren.Count">
            <summary>
            Returns the count of required children elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren.GetExpectedChildrenMessage(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Returns the list of expected children message used in error reporting.
            </summary>
            <param name="parent">The parent element. Used to map ElementTypeId to element name for child element.</param>
            <returns>The Fmt_ListOfPossibleElements sub string to be used in error reporting.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.IParticleValidator">
            <summary>
            Defines methods to validate particles.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.IParticleValidator.TryMatchOnce(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match the particle once.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.IParticleValidator.TryMatch(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match the particle,
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.IParticleValidator.GetRequiredElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.IParticleValidator.GetRequiredElements">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <returns>Required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.IParticleValidator.GetExpectedElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are expected elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.IParticleValidator.GetExpectedElements">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <returns>Expected elements in this particle.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleValidator">
            <summary>
            Base class for particle validator.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleValidator.#ctor">
            <summary>
            Initializes a new instance of the ParticleValidator.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleValidator.Validate(DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Be called on root particle of complex type.
            </summary>
            <param name="validationContext"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleValidator.TryMatchOnce(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match the particle once.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleValidator.TryMatch(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match the particle.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleValidator.GetRequiredElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleValidator.GetRequiredElements">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <returns>Required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleValidator.GetExpectedElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are expected elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleValidator.GetExpectedElements">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <returns>Expected elements in this particle.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticleValidator">
            <summary>
            Base class for composite particle - sequence, choice, all, group. Defines some common functions.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticleValidator._childMatchInfo">
            <summary>
            This data field is moved from TryMatchOnce.
            Base on the following point.
            - The TryMatchOnce() method will NOT be called more than once with same ChoiceParticleValidator instance on the stack when validating one element.
            - That means this data field will not be overriden in recursive calling when validating one element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticleValidator.ParticleConstraint">
            <summary>
            The constraint to be validated.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticleValidator.#ctor(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint)">
            <summary>
            Initializes a new instance of the CompositeParticleValidator.
            </summary>
            <param name="particleConstraint"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticleValidator.Validate(DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Be called on root particle of complex type.
            </summary>
            <param name="validationContext"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticleValidator.TryMatch(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match the particle.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticleValidator.GetRequiredElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticleValidator.GetExpectedElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are expected elements in this particle.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeData">
            <summary>
            The schema type constraint for an OpenXmlElement.
            </summary>
            <remarks>
             
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeData.#ctor(System.Int32,DocumentFormat.OpenXml.Internal.SchemaValidation.AttributeConstraint[],DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleConstraint)">
            <summary>
            Initializes a new instance of the SchemaTypeData.
            </summary>
            <param name="openxmlTypeId"></param>
            <param name="attributeConstraints"></param>
            <param name="particleConstraint"></param>
            <remarks>
            For complex type which contains children particles.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeData.#ctor(System.Int32,DocumentFormat.OpenXml.Internal.SchemaValidation.AttributeConstraint[],DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction)">
            <summary>
            Initializes a new instance of the SchemaTypeData.
            </summary>
            <param name="openxmlTypeId"></param>
            <param name="attributeConstraints"></param>
            <param name="simpleTypeConstraint"></param>
            <remarks>
            For simple type or complex type which is simple content (no particle children).
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeData.OpenXmlTypeId">
            <summary>
            The type ID of the OpenXmlElement class for this schema type.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeData.ParticleConstraint">
            <summary>
            Gets or sets the particle constraint of this schema type.
            </summary>
            <remarks>
            Valid for complex types which are composite types - aka. has children particles.
            Otherwise, it should be null.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeData.SimpleTypeConstraint">
            <summary>
            Gets or sets the simple type constraint when this type is simple content.
            </summary>
            <remarks>
            The simple type constraint if it is a simple content complex type or a simple type.
            null for complex types which are composite types - aka. has children particles.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeData.AttributeConstraints">
            <summary>
            Gets or sets the constraints for all the attributes of this type.
            </summary>
            <remarks>
            Each attribute is mapped to a class property in the generated OpenXmlElement class.
            The attributes value are saved in a fixed array in the OpenXmlElement class.
            So the attribute constraint in this array has same order (has a 1:1 map relation to the fixed array in the class).
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeData.IsCompositeType">
            <summary>
            Returns true if the schema type is a schema type which contains particles.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeData.IsSimpleContent">
            <summary>
            Returns true if the schema type contains simple content only.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeValidator">
            <summary>
            Validate an OpenXmlElement based on the schema.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeValidator.#ctor(DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas)">
            <summary>
            Initializes a new instance of the SchemaTypeValidator.
            </summary>
            <param name="sdbSchemaDatas"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeValidator.Validate(DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Only validation whether the children elements are valid according to this type's constraint defined in schema.
            </summary>
            <param name="validationContext">The validation context.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeValidator.ValidateAttributes(DocumentFormat.OpenXml.Validation.ValidationContext,DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeData)">
            <summary>
            Validate the attributes constraint.
            </summary>
            <param name="validationContext">The validation context.</param>
            <param name="schemaTypeData">The constraint data of the schema type.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeValidator.ValidateValue(DocumentFormat.OpenXml.Validation.ValidationContext,DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction,DocumentFormat.OpenXml.OpenXmlSimpleType,System.String,System.Boolean)">
            <summary>
            Validate the value accoding to the simpleTypeConstraint.
            </summary>
            <param name="validationContext">The validation context.</param>
            <param name="simpleTypeConstraint">The constraint data of the simple type.</param>
            <param name="value">The value to be validated.</param>
            <param name="qname">The QualifiedName to be used in the error message.</param>
            <param name="isAttribute">Error message targeting attribute (or element).</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeValidator.EmptyComplexTypeValidator">
            <summary>
            empty CT, OpenXmlLeafElement
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeValidator.EmptyRootComplexTypeValidator">
            <summary>
            empty CT, but used as part root element, OpenXmlPartRootElement
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeValidator.SimpleContentComplexTypeValidator">
            <summary>
            simple content CT, OpenXmlLeafTextElement
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaTypeValidator.CompositeComplexTypeValidator">
            <summary>
            Composite CT
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaValidator">
            <summary>
            Schema validator.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaValidator.#ctor">
            <summary>
            Initializes a new instance of the SchemaValidator. Default to FileFormat.Office2007.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaValidator.#ctor(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Initializes a new instance of the SchemaValidator.
            </summary>
            <param name="fileFormat">The target Open XML format.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the "fileFormat" parameter is not FileFormat.Office2007, FileFormat.Office2010 or FileFormat.O15.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaValidator.Validate(DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Validate the DOM tree under the specified OpenXmlElement in the context.
            </summary>
            <param name="validationContext"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaValidator.ValidateElement(DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Validate the OpenXmlElement in the context.
            </summary>
            <param name="validationContext"></param>
            <remarks>
            This method validates the OpenXmlElement itself only.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaValidator.OnCancel(System.Object,System.EventArgs)">
            <summary>
            On cancel event.
            </summary>
            <param name="sender"></param>
            <param name="eventArgs"></param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbDataHead.DataByteCount">
            <summary>
            size in byte of the schema constraint datas, exclude the DataHead.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbDataHead.StartClassId">
            <summary>
            The first class ID.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbDataHead.GetBytes">
            <summary>
            Convert the data of this class (all fields) into byte data.
            </summary>
            <returns>Byte data.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbDataHead.LoadFromBytes(System.Byte[],System.Int32)">
            <summary>
            Load the fields data from byte data.
            </summary>
            <param name="value">The byte data array.</param>
            <param name="startIndex">The offset the data begins at.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas">
            <summary>
            Defines SdbSchemaDatas class.
            </summary>
            <remarks>
            This class serve as the loader which load the schema constraint datas from binary data.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas.GetOffice2007SchemaDatas">
            <summary>
            Return an instance of SchemaConstraintDatabase which will load Office2007 schemas.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas.GetOffice2010SchemaDatas">
            <summary>
            Return an instance of SchemaConstraintDatabase which will load Office2010 schemas.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas.GetOffice2013SchemaDatas">
            <summary>
            Return an instance of SchemaConstraintDatabase which will load Office2010 schemas.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas.GetSchemaTypeData(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Load schema type constraint data for the specified element.
            </summary>
            <param name="openxmlElement">The element.</param>
            <returns>The constraint data of the schema type.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas.GetSchemaTypeData(System.Int32)">
            <summary>
            Load schema type constraint data for the specified element type ID.
            </summary>
            <param name="openxmlTypeId"></param>
            <returns>The constraint data of the schema type.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas.BuildParticleConstraint(DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType)">
            <summary>
            Load the particle constraint from the specified data in binary database.
            </summary>
            <param name="sdbSchemaTpye">The data in binary database.</param>
            <returns>The particle constraint in ParticleConstraint.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas.BuildParticleConstraint(System.UInt16)">
            <summary>
            Load the particle constraint from the specified data in binary database.
            </summary>
            <param name="particleIndex">The index of the particle constraint data in the binary database.</param>
            <returns>The particle constraint in ParticleConstraint.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas.BuildAttributeConstraint(DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaType)">
            <summary>
            Load the attribute constraints and simple type constraint for attributes for the schema type.
            </summary>
            <param name="sdbSchemaTpye"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SdbSchemaDatas.LoadSchemaTypeData(System.UInt16)">
            <summary>
            Load the data in the binary database into SchemaTypeData object.
            </summary>
            <param name="openxmlTypeId">The id of the type (the OpenXmlElement class).</param>
            <returns>The SchemaTypeData object.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SequenceParticleValidator">
            <summary>
            Sequence particle validator.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.SequenceParticleValidator._childMatchInfo">
            <summary>
            This data field is moved from TryMatchOnce.
            Base on the following point.
            - The TryMatchOnce() method will NOT be called more than once with same ChoiceParticleValidator instance on the stack when validating one element.
            - That means this data field will not be overriden in recursive calling when validating one element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SequenceParticleValidator.#ctor(DocumentFormat.OpenXml.Internal.SchemaValidation.CompositeParticle)">
            <summary>
            Initializes a new instance of the SequenceParticleValidator.
            </summary>
            <param name="particleConstraint"></param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SequenceParticleValidator.TryMatchOnce(DocumentFormat.OpenXml.Internal.SchemaValidation.ParticleMatchInfo,DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Try match the particle once.
            </summary>
            <param name="particleMatchInfo"></param>
            <param name="validationContext">The context information for validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SequenceParticleValidator.GetRequiredElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the required elements - elements which minOccurs > 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are required elements in this particle.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SequenceParticleValidator.GetExpectedElements(DocumentFormat.OpenXml.Internal.SchemaValidation.ExpectedChildren)">
            <summary>
            Get the expected elements - elements which minOccurs >= 0.
            </summary>
            <param name="result"></param>
            <returns>True if there are expected elements in this particle.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.XsdType">
            <summary>
            All simple types built in to xml schema.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.XsdTypeExtension.GetXsdDataTypeName(DocumentFormat.OpenXml.Internal.SchemaValidation.XsdType)">
            <summary>
            Returns the XML Schema datatype name of the specified type.
            </summary>
            <param name="xsdType">The XsdType type.</param>
            <returns>Returns the XML Schema datatype name of the specified type.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.RestrictionField">
            <summary>
            Schema simple type restrictin facets.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.RestrictionField.MinMaxInclusive">
            <summary>
            MinInclusive | MaxInclusive
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.RestrictionField.MinMaxExclusive">
            <summary>
            MinExclusive | MaxExclusive
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.RestrictionField.MinMaxRestriction">
            <summary>
            MinInclusive | MaxInclusive | MinExclusive | MaxExclusive
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Internal.SchemaValidation.RestrictionField.LengthRestriction">
            <summary>
            Length | MinLength | MaxLength
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestrictions">
            <summary>
            Holds all simple type constraints in array.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestrictions.Deserialize(System.IO.Stream,DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Deserialize the binary data into memory object.
            </summary>
            <param name="stream">The data stream.</param>
            <param name="fileFormat">The target file format version.</param>
            <returns></returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestrictions.DocumentFormatBinder">
            <summary>
            The validation data is contained in a binary file that was generated with an older, non-signed version of the library.
            Deserialization will fail without this binder, which redirects any attempt at loading the old type to the new type
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestrictions.Item(System.Int32)">
            <summary>
            Indexer to retriver a specified data in the SimpleTypes.
            </summary>
            <param name="index">The index of the data in the SimpleTypes array.</param>
            <returns>The simple type constraint data.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction">
            <summary>
            Base class for simple type constraint.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.FileFormat">
            <summary>
            The FileFormat version of this restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.IsEnum">
            <summary>
            Is this an enumeration simple type?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.IsList">
            <summary>
            Is this simple type a list?
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.MaxLength">
            <summary>
            Gets the maxLength facets.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.MinLength">
            <summary>
            Gets the minLength facets.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.Length">
            <summary>
            Gets the length facets.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.GetRestrictionValue(DocumentFormat.OpenXml.Internal.SchemaValidation.RestrictionField)">
            <summary>
            Gets the restriction value in string in CultureInfo.CurrentUICulture.
            </summary>
            <param name="restrictionField">The facet to be retrived.</param>
            <returns>The value in string.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.RestrictionField">
            <summary>
            Gets the effective constraint facets used in this instance.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.Validate(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate the value to all the constraints.
            </summary>
            <param name="attributeValue">The value to be validated.</param>
            <returns>An bit flag, a bit is set on if the corresponding constraint is failed.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.IsPatternValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Test whether the attribute value is valid according the patten constraint.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.IsLengthValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "length" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns>True if the length of the value is same as defined.</returns>
            <remarks>
            A value in a ·value space· is facet-valid with respect to ·length·, determined as follows:
            1 if the {variety} is ·atomic· then
              1.1 if {primitive type definition} is string or anyURI, then the length of the value, as measured in characters ·must· be equal to {value};
              1.2 if {primitive type definition} is hexBinary or base64Binary, then the length of the value, as measured in octets of the binary data, ·must· be equal to {value};
              1.3 if {primitive type definition} is QName or NOTATION, then any {value} is facet-valid.
            2 if the {variety} is ·list·, then the length of the value, as measured in list items, ·must· be equal to {value}
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.IsMinLengthValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "length" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns>True if the length of the value is same as defined.</returns>
            <remarks>
            A value in a ·value space· is facet-valid with respect to ·length·, determined as follows:
            1 if the {variety} is ·atomic· then
              1.1 if {primitive type definition} is string or anyURI, then the length of the value, as measured in characters ·must· be equal to {value};
              1.2 if {primitive type definition} is hexBinary or base64Binary, then the length of the value, as measured in octets of the binary data, ·must· be equal to {value};
              1.3 if {primitive type definition} is QName or NOTATION, then any {value} is facet-valid.
            2 if the {variety} is ·list·, then the length of the value, as measured in list items, ·must· be equal to {value}
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.IsMaxLengthValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "length" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns>True if the length of the value is same as defined.</returns>
            <remarks>
            A value in a ·value space· is facet-valid with respect to ·length·, determined as follows:
            1 if the {variety} is ·atomic· then
              1.1 if {primitive type definition} is string or anyURI, then the length of the value, as measured in characters ·must· be equal to {value};
              1.2 if {primitive type definition} is hexBinary or base64Binary, then the length of the value, as measured in octets of the binary data, ·must· be equal to {value};
              1.3 if {primitive type definition} is QName or NOTATION, then any {value} is facet-valid.
            2 if the {variety} is ·list·, then the length of the value, as measured in list items, ·must· be equal to {value}
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.IsMinInclusiveValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "minInclusive" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.IsMinExclusiveValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "minExclusive" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.IsMaxInclusiveValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "maxInclusive" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleTypeRestriction.IsMaxExclusiveValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "maxExclusive" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.RedirectedRestriction">
            <summary>
            Class for attributes that have different simple type in Office2007 and Office2010.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.RedirectedRestriction.AttributeId">
            <summary>
            An ID for this type.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.RedirectedRestriction.#ctor">
            <summary>
            Initializes a new instance of the ValidationErrorInfo.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.RedirectedRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.RedirectedRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.UnionValueRestriction">
            <summary>
            Class for all union simple types.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.UnionValueRestriction.UnionId">
            <summary>
            An ID for union.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.UnionValueRestriction.#ctor">
            <summary>
            Initializes a new instance of the ValidationErrorInfo.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.UnionValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.UnionValueRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.UnionValueRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.EnumValueRestriction">
            <summary>
            Class for all string enum based simple types.
            </summary>
            <remarks>
            We do not save the enums in the database. Instead we reuse the generated enum class in the generated code.
            For attributes, the type of the enum is known through the code-gen'ed data.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.EnumValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.EnumValueRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.EnumValueRestriction.IsEnum">
            <summary>
            Is this an enumeration simple type?
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.EnumValueRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ListValueRestriction">
            <summary>
            Class for all list simple types.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ListValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ListValueRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ListValueRestriction.IsList">
            <summary>
            Is this simple type a list?
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.ListValueRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.BooleanValueRestriction">
            <summary>
            Boolean (xsd:boolean) based simple type constraint.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.BooleanValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.BooleanValueRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2">
            <summary>
            Base class for digit value based simple type constraint.
            </summary>
            <typeparam name="T">A basic number type.</typeparam>
            <typeparam name="ST">A type of OpenXmlSimpleType.</typeparam>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.MinInclusive">
            <summary>
            Gets the minInclusive facets.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.MaxInclusive">
            <summary>
            Gets the maxInclusive facets.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.MinExclusive">
            <summary>
            Gets the minExclusive facets.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.MaxExclusive">
            <summary>
            Gets the maxExclusive facets.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.GetRestrictionValue(DocumentFormat.OpenXml.Internal.SchemaValidation.RestrictionField)">
            <summary>
            Gets the restriction value in string in CultureInfo.CurrentUICulture.
            </summary>
            <param name="restrictionField">The facet to be retrived.</param>
            <returns>The value in string.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.StringToSimpleValue(System.String)">
            <summary>
            Convert the text "valueText" to value in OpenXmlSimpleValue.
            </summary>
            <param name="valueText"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.IsMinInclusiveValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "minInclusive" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.IsMinExclusiveValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "minExclusive" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.IsMaxInclusiveValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "maxInclusive" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.IsMaxExclusiveValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "maxExclusive" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SimpleValueRestriction`2.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.ByteValueRestriction">
            <summary>
            Byte ( xsd:unsignedByte ) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.ByteValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SByteValueRestriction">
            <summary>
            SByte (xsd:bye) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SByteValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.Int16ValueRestriction">
            <summary>
            Int16 ( xsd:short ) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.Int16ValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.Int32ValueRestriction">
            <summary>
            Int32 (xsd:int) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.Int32ValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.Int64ValueRestriction">
            <summary>
            Int64 (xsd:long) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.Int64ValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.UInt16ValueRestriction">
            <summary>
            UInt16 ( xsd:unsignedShort ) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.UInt16ValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.UInt32ValueRestriction">
            <summary>
            UInt32 (xsd:unsignedInt) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.UInt32ValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.UInt64ValueRestriction">
            <summary>
            UInt64 (xsd:unsignedLong) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.UInt64ValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.SingleValueRestriction">
            <summary>
            Single (xsd:float) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.SingleValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.SingleValueRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.DoubleValueRestriction">
            <summary>
            Double (xsd:double) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.DoubleValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.DoubleValueRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.DecimalValueRestriction">
            <summary>
            Decimal (xsd:decimal) based value restriction.
            </summary>
            <remarks>
            decimal represents a subset of the real numbers, which can be represented by decimal numerals.
            The ·value space· of decimal is the set of numbers that can be obtained by multiplying an integer by a non-positive power of ten,
            i.e., expressible as i × 10^-n where i and n are integers and n >= 0.
            Precision is not reflected in this value space; the number 2.0 is not distinct from the number 2.00.
            The ·order-relation· on decimal is the order relation on real numbers, restricted to this subset.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.DecimalValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.IntegerValueRestriction">
            <summary>
            Integer (xsd:integer) based value restriction.
            </summary>
            <remarks>
             integer is ·derived· from decimal by fixing the value of ·fractionDigits· to be 0 and disallowing the trailing decimal point.
             This results in the standard mathematical concept of the integer numbers.
             The ·value space· of integer is the infinite set {...,-2,-1,0,1,2,...}. The ·base type· of integer is decimal.
              
            !******************** TODO: at current, the CodeGen generate int for xsd:integer
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.IntegerValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.IntegerValueRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.NonNegativeIntegerValueRestriction">
             <summary>
             NonNegativeInteger (xsd:nonNegativeInteger, ) based value restriction.
             </summary>
             <remarks>
             nonNegativeInteger is ·derived· from integer by setting the value of ·minInclusive· to be 0.
             This results in the standard mathematical concept of the non-negative integers.
             The ·value space· of nonNegativeInteger is the infinite set {0,1,2,...}.
             The ·base type· of nonNegativeInteger is integer.
             
             !******************** TODO: at current, the CodeGen generate int for xsd:integer
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.NonNegativeIntegerValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.NonNegativeIntegerValueRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.PositiveIntegerValueRestriction">
             <summary>
             PositiveInteger (xsd:positiveInteger, ) based value restriction.
             </summary>
             <remarks>
             positiveInteger is ·derived· from nonNegativeInteger by setting the value of ·minInclusive· to be 1.
             This results in the standard mathematical concept of the positive integer numbers.
             The ·value space· of positiveInteger is the infinite set {1,2,...}.
             The ·base type· of positiveInteger is nonNegativeInteger.
             
             !******************** TODO: at current, the CodeGen generate int for xsd:integer
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.PositiveIntegerValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.PositiveIntegerValueRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.DateTimeValueRestriction">
            <summary>
            DateTime (xsd:dateTime) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.DateTimeValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.DateValueRestriction">
            <summary>
            DateTime (xsd:date) based value restriction.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.DateValueRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction">
            <summary>
            Base class for string (xsd:string) based simple type constraints.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction.MaxLength">
            <summary>
            Gets the maxLength facets.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction.MinLength">
            <summary>
            Gets the minLength facets.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction.Length">
            <summary>
            Gets the length facets.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction.IsPatternValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Test whether the attribute value is valid according the patten constraint.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction.GetValueLength(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Get the lenght of the attribute value according to the xsd type.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
            <remarks>
            A value in a ·value space· is facet-valid with respect to ·length·, determined as follows:
            1 if the {variety} is ·atomic· then
              1.1 if {primitive type definition} is string or anyURI, then the length of the value, as measured in characters ·must· be equal to {value};
              1.2 if {primitive type definition} is hexBinary or base64Binary, then the length of the value, as measured in octets of the binary data, ·must· be equal to {value};
              1.3 if {primitive type definition} is QName or NOTATION, then any {value} is facet-valid.
            2 if the {variety} is ·list·, then the length of the value, as measured in list items, ·must· be equal to {value}
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction.IsLengthValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "length" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns>True if the length of the value is same as defined.</returns>
            <remarks>
            A value in a ·value space· is facet-valid with respect to ·length·, determined as follows:
            1 if the {variety} is ·atomic· then
              1.1 if {primitive type definition} is string or anyURI, then the length of the value, as measured in characters ·must· be equal to {value};
              1.2 if {primitive type definition} is hexBinary or base64Binary, then the length of the value, as measured in octets of the binary data, ·must· be equal to {value};
              1.3 if {primitive type definition} is QName or NOTATION, then any {value} is facet-valid.
            2 if the {variety} is ·list·, then the length of the value, as measured in list items, ·must· be equal to {value}
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction.IsMinLengthValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "length" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns>True if the length of the value is same as defined.</returns>
            <remarks>
            A value in a ·value space· is facet-valid with respect to ·length·, determined as follows:
            1 if the {variety} is ·atomic· then
              1.1 if {primitive type definition} is string or anyURI, then the length of the value, as measured in characters ·must· be equal to {value};
              1.2 if {primitive type definition} is hexBinary or base64Binary, then the length of the value, as measured in octets of the binary data, ·must· be equal to {value};
              1.3 if {primitive type definition} is QName or NOTATION, then any {value} is facet-valid.
            2 if the {variety} is ·list·, then the length of the value, as measured in list items, ·must· be equal to {value}
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.StringRestriction.IsMaxLengthValid(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validate whether the "length" constraint is ok.
            </summary>
            <param name="attributeValue"></param>
            <returns>True if the length of the value is same as defined.</returns>
            <remarks>
            A value in a ·value space· is facet-valid with respect to ·length·, determined as follows:
            1 if the {variety} is ·atomic· then
              1.1 if {primitive type definition} is string or anyURI, then the length of the value, as measured in characters ·must· be equal to {value};
              1.2 if {primitive type definition} is hexBinary or base64Binary, then the length of the value, as measured in octets of the binary data, ·must· be equal to {value};
              1.3 if {primitive type definition} is QName or NOTATION, then any {value} is facet-valid.
            2 if the {variety} is ·list·, then the length of the value, as measured in list items, ·must· be equal to {value}
            </remarks>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.TokenRestriction">
            <summary>
            Token (xsd:token) based simple type constraint.
            </summary>
            <remarks>
            token represents tokenized strings.
            The ·value space· of token is the set of strings that do not contain the carriage return (#xD),
            line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and
            that have no internal sequences of two or more spaces.
            The ·lexical space· of token is the set of strings that do not contain the carriage return (#xD),
            line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and
            that have no internal sequences of two or more spaces. The ·base type· of token is normalizedString
             
            In Ecma376, most token are enumerations.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.TokenRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.TokenRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.TokenRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.QnameRestriction">
            <summary>
            QName (xsd:QName) based simple type constraint.
            </summary>
            <remarks>
            QName represents XML qualified names.
            The ·value space· of QName is the set of tuples {namespace name, local part}, where namespace name is an anyURI and local part is an NCName.
            The ·lexical space· of QName is the set of strings that ·match· the QName production of [Namespaces in XML].
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.QnameRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.QnameRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.QnameRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.NcNameRestriction">
            <summary>
            NCName (xsd:NCName) based simple type constraint.
            </summary>
            <remarks>
             NCName represents XML "non-colonized" Names.
             The ·value space· of NCName is the set of all strings which ·match· the NCName production of [Namespaces in XML].
             The ·lexical space· of NCName is the set of all strings which ·match· the NCName production of [Namespaces in XML].
             The ·base type· of NCName is Name.
              
             Also Use NcName for IDREF.
             IDREF represents the IDREF attribute type from [XML 1.0 (Second Edition)].
             The ·value space· of IDREF is the set of all strings that ·match· the NCName production in [Namespaces in XML].
             The ·lexical space· of IDREF is the set of strings that ·match· the NCName production in [Namespaces in XML].
             The ·base type· of IDREF is NCName.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.NcNameRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.NcNameRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.NcNameRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.IdStringRestriction">
            <summary>
            ID (xsd:ID) based simple type constraint.
            </summary>
            <remarks>
            ID represents the ID attribute type from [XML 1.0 (Second Edition)].
            The ·value space· of ID is the set of all strings that ·match· the NCName production in [Namespaces in XML].
            The ·lexical space· of ID is the set of all strings that ·match· the NCName production in [Namespaces in XML].
            The ·base type· of ID is NCName.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.IdStringRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.IdStringRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.IdStringRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyUriRestriction">
            <summary>
            AnyURI (xsd:anyURI) based simple type constraint.
            </summary>
            <remarks>
            anyURI represents a Uniform Resource Identifier Reference (URI).
            An anyURI value can be absolute or relative, and may have an optional fragment identifier (i.e., it may be a URI Reference).
            This type should be used to specify the intention that the value fulfills the role of a URI as defined by [RFC 2396], as amended by [RFC 2732].
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyUriRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyUriRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.AnyUriRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.HexBinaryRestriction">
            <summary>
            Hex binary (xsd:hexBinary) based simple type constraint.
            </summary>
            <remarks>
            hexBinary has a lexical representation where each binary octet is encoded as a character tuple,
            consisting of two hexadecimal digits ([0-9a-fA-F]) representing the octet code.
            For example, "0FB7" is a hex encoding for the 16-bit integer 4023 (whose binary representation is 111110110111).
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.HexBinaryRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.HexBinaryRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.HexBinaryRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.HexBinaryRestriction.GetValueLength(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Get the lenght of the attribute value according to the xsd type.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
            <remarks>
            A value in a ·value space· is facet-valid with respect to ·length·, determined as follows:
              1.2 if {primitive type definition} is hexBinary or base64Binary, then the length of the value, as measured in octets of the binary data, ·must· be equal to {value};
            </remarks>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.Base64BinaryRestriction">
            <summary>
            Base64 binary (xsd:base64Binary) based simple type constraint.
            </summary>
            <remarks>
            The lexical forms of base64Binary values are limited to the 65 characters of the Base64 Alphabet defined in [RFC 2045], i.e., a-z, A-Z, 0-9, the plus sign (+), the forward slash (/) and the equal sign (=), together with the characters defined in [XML 1.0 (Second Edition)] as white space. No other characters are allowed.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.Base64BinaryRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.Base64BinaryRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.Base64BinaryRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.Base64BinaryRestriction.GetValueLength(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Get the lenght of the attribute value according to the xsd type.
            </summary>
            <param name="attributeValue"></param>
            <returns></returns>
            <remarks>
            A value in a ·value space· is facet-valid with respect to ·length·, determined as follows:
              1.2 if {primitive type definition} is hexBinary or base64Binary, then the length of the value, as measured in octets of the binary data, ·must· be equal to {value};
            </remarks>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SchemaValidation.LanguageRestriction">
            <summary>
            language (xsd:language) based simple type constraint.
            </summary>
            <remarks>
             language represents natural language identifiers as defined by by [RFC 3066] .
             The ·value space· of language is the set of all strings that are valid language identifiers as defined [RFC 3066] .
             The ·lexical space· of language is the set of all strings that conform to the pattern [a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})* .
             The ·base type· of language is token.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.LanguageRestriction.XsdType">
            <summary>
            Gets the XsdType - type defined in schema.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Internal.SchemaValidation.LanguageRestriction.ClrTypeName">
            <summary>
            Returns the corresponding CLR type name. The name will be used to report error.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SchemaValidation.LanguageRestriction.ValidateValueType(DocumentFormat.OpenXml.OpenXmlSimpleType)">
            <summary>
            Validating the specified value is valid according the XsdType.
            </summary>
            <param name="attributeValue"></param>
            <returns>False if the specified value is not valid.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticConstraintRegistry">
            <summary>
            Semantic constraint registry base class
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticConstraintRegistry.#ctor(DocumentFormat.OpenXml.FileFormatVersions,DocumentFormat.OpenXml.Internal.SemanticValidation.ApplicationType)">
            <summary>
            Constructor
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticConstraintRegistry.RegisterConstraint(System.Int32,System.Int32,DocumentFormat.OpenXml.FileFormatVersions,DocumentFormat.OpenXml.Internal.SemanticValidation.ApplicationType,DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticConstraint)">
            <summary>
            Register a constraint to this registry.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticConstraintRegistry.CheckConstraints(DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Check if specified context meets all registered constraints
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticConstraintRegistry.ClearConstraintState(DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticValidationLevel)">
            <summary>
            Clean state of all registered constraints
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeAbsentConditionToNonValue">
            <summary>
            1.15 attribute should be absent if another attribute not equals some value
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeAbsentConditionToValue">
            <summary>
            1.14 attribute should be absent if another attribute equals some value
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeMinMaxConstraint">
            <summary>
            One attribute value must no bigger than another's.
            Attribute value should be number.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeMutualExclusive">
            <summary>
            1.16 only one of a group attributes can exist
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributePairConstraint">
            <summary>
            Two attributes of one element must appear as a pair.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeRequiredConditionToValue">
            <summary>
            1.18 attribute is required if another attribute equals some value
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeValueConditionToAnother">
            <summary>
            1.19 attribute should be of some value if another attribute is of some value
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeValueLengthConstraint">
            <summary>
            1.12 Attribute value length must be in specified range.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeValueLessEqualToAnother">
            <summary>
            1.17 value of one attribute must be less than or equal another's
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeValuePatternConstraint">
            <summary>
            1.2 Attribute value should follow specified regex
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeValueRangeConstraint">
            <summary>
            1.3 Attribute value is a number, it must (or must not) in range of min to max.
            If valid/invalid values are not numbers or not contiguous, AttributeValueSetConstraint should be used.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.AttributeValueSetConstraint">
            <summary>
            1.4/1.10 Attribute value must (or must not) in specified value set.
            If valid/invalid values are numbers and contiguous, AttributeValueRangeConstraint should be used.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.IndexReferenceConstraint">
            <summary>
            3.2 Class for package-level constraint "indexed element must exist".
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.ParentTypeConstraint">
            <summary>
            Element's parent must be/not be of a specified type
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.ReferenceExistConstraint">
            <summary>
            3.1 Class for package-level constraint "referenced element must exist".
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticConstraint">
            <summary>
            OpenXML API will implement a class for each semantic constraint category.
            "SemanticConstraint" is base class of all these classes.
            A semanticConstraint object will be used to validate a correspoding doc element to see if it meets the constraint or not.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticConstraint.#ctor(DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticValidationLevel)">
            <summary>
            Constructor
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticConstraint.ClearState(DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Some semantic constraint classes will hold state at runtime,
            and this method is to remove the state
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticConstraint.Validate(DocumentFormat.OpenXml.Validation.ValidationContext)">
            <summary>
            Semantic validation logic
            </summary>
            <param name="context">return null if validation succeed</param>
            <returns></returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Internal.SemanticValidation.UniqueAttributeValueConstraint">
            <summary>
            2.3 Element's attribute value should be unique within specified type of element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticValidator.OnCancel(System.Object,System.EventArgs)">
            <summary>
            On cancel event.
            </summary>
            <param name="sender"></param>
            <param name="eventArgs"></param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData">
             <summary>
             <para>Attached Object Data.</para>
             <para> When the object is serialized out as xml, its qualified name is xvml:ClientData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MoveWithCells &lt;xvml:MoveWithCells></description></item>
            <item><description>ResizeWithCells &lt;xvml:SizeWithCells></description></item>
            <item><description>Anchor &lt;xvml:Anchor></description></item>
            <item><description>Locked &lt;xvml:Locked></description></item>
            <item><description>DefaultSize &lt;xvml:DefaultSize></description></item>
            <item><description>PrintObject &lt;xvml:PrintObject></description></item>
            <item><description>Disabled &lt;xvml:Disabled></description></item>
            <item><description>AutoFill &lt;xvml:AutoFill></description></item>
            <item><description>AutoLine &lt;xvml:AutoLine></description></item>
            <item><description>AutoSizePicture &lt;xvml:AutoPict></description></item>
            <item><description>FormulaMacro &lt;xvml:FmlaMacro></description></item>
            <item><description>HorizontalTextAlignment &lt;xvml:TextHAlign></description></item>
            <item><description>VerticalTextAlignment &lt;xvml:TextVAlign></description></item>
            <item><description>LockText &lt;xvml:LockText></description></item>
            <item><description>JustifyLastLine &lt;xvml:JustLastX></description></item>
            <item><description>SecretEdit &lt;xvml:SecretEdit></description></item>
            <item><description>DefaultButton &lt;xvml:Default></description></item>
            <item><description>HelpButton &lt;xvml:Help></description></item>
            <item><description>CancelButton &lt;xvml:Cancel></description></item>
            <item><description>DismissButton &lt;xvml:Dismiss></description></item>
            <item><description>AcceleratorPrimary &lt;xvml:Accel></description></item>
            <item><description>AcceleratorSecondary &lt;xvml:Accel2></description></item>
            <item><description>CommentRowTarget &lt;xvml:Row></description></item>
            <item><description>CommentColumnTarget &lt;xvml:Column></description></item>
            <item><description>Visible &lt;xvml:Visible></description></item>
            <item><description>RowHidden &lt;xvml:RowHidden></description></item>
            <item><description>ColumnHidden &lt;xvml:ColHidden></description></item>
            <item><description>InputValidationType &lt;xvml:VTEdit></description></item>
            <item><description>MultiLine &lt;xvml:MultiLine></description></item>
            <item><description>VerticalScrollBar &lt;xvml:VScroll></description></item>
            <item><description>ValidIds &lt;xvml:ValidIds></description></item>
            <item><description>FormulaRange &lt;xvml:FmlaRange></description></item>
            <item><description>MinDropDownWidth &lt;xvml:WidthMin></description></item>
            <item><description>SelectionEntry &lt;xvml:Sel></description></item>
            <item><description>Disable3DForListBoxAndDropDown &lt;xvml:NoThreeD2></description></item>
            <item><description>SelectionType &lt;xvml:SelType></description></item>
            <item><description>MultiSelections &lt;xvml:MultiSel></description></item>
            <item><description>ListBoxCallbackType &lt;xvml:LCT></description></item>
            <item><description>ListItem &lt;xvml:ListItem></description></item>
            <item><description>DropStyle &lt;xvml:DropStyle></description></item>
            <item><description>Colored &lt;xvml:Colored></description></item>
            <item><description>DropLines &lt;xvml:DropLines></description></item>
            <item><description>Checked &lt;xvml:Checked></description></item>
            <item><description>FormulaLink &lt;xvml:FmlaLink></description></item>
            <item><description>FormulaPicture &lt;xvml:FmlaPict></description></item>
            <item><description>Disable3D &lt;xvml:NoThreeD></description></item>
            <item><description>FirstButton &lt;xvml:FirstButton></description></item>
            <item><description>FormulaGroup &lt;xvml:FmlaGroup></description></item>
            <item><description>ScrollBarPosition &lt;xvml:Val></description></item>
            <item><description>ScrollBarMin &lt;xvml:Min></description></item>
            <item><description>ScrollBarMax &lt;xvml:Max></description></item>
            <item><description>ScrollBarIncrement &lt;xvml:Inc></description></item>
            <item><description>ScrollBarPageIncrement &lt;xvml:Page></description></item>
            <item><description>HorizontalScrollBar &lt;xvml:Horiz></description></item>
            <item><description>ScrollBarWidth &lt;xvml:Dx></description></item>
            <item><description>MapOcxControl &lt;xvml:MapOCX></description></item>
            <item><description>ClipboardFormat &lt;xvml:CF></description></item>
            <item><description>CameraObject &lt;xvml:Camera></description></item>
            <item><description>RecalculateAlways &lt;xvml:RecalcAlways></description></item>
            <item><description>AutoScaleFont &lt;xvml:AutoScale></description></item>
            <item><description>DdeObject &lt;xvml:DDE></description></item>
            <item><description>UIObject &lt;xvml:UIObj></description></item>
            <item><description>ScriptText &lt;xvml:ScriptText></description></item>
            <item><description>ScriptExtended &lt;xvml:ScriptExtended></description></item>
            <item><description>ScriptLanguage &lt;xvml:ScriptLanguage></description></item>
            <item><description>ScriptLocation &lt;xvml:ScriptLocation></description></item>
            <item><description>FormulaTextBox &lt;xvml:FmlaTxbx></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType">
            <summary>
            <para> Object type.</para>
            <para>Represents the following attribute in the schema: ObjectType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.#ctor">
            <summary>
            Initializes a new instance of the ClientData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ClientData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ClientData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ClientData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells">
            <summary>
            <para>Move with Cells.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:MoveWithCells.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.#ctor">
            <summary>
            Initializes a new instance of the MoveWithCells class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MoveWithCells class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells">
            <summary>
            <para>Resize with Cells.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:SizeWithCells.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.#ctor">
            <summary>
            Initializes a new instance of the ResizeWithCells class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ResizeWithCells class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.Locked">
            <summary>
            <para>Lock Toggle.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Locked.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.#ctor">
            <summary>
            Initializes a new instance of the Locked class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Locked class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize">
            <summary>
            <para>Default Size Toggle.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:DefaultSize.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.#ctor">
            <summary>
            Initializes a new instance of the DefaultSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefaultSize class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject">
            <summary>
            <para>Print Toggle.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:PrintObject.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.#ctor">
            <summary>
            Initializes a new instance of the PrintObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PrintObject class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled">
            <summary>
            <para>Macro Disable Toggle.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Disabled.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.#ctor">
            <summary>
            Initializes a new instance of the Disabled class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Disabled class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill">
            <summary>
            <para>AutoFill.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:AutoFill.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.#ctor">
            <summary>
            Initializes a new instance of the AutoFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AutoFill class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine">
            <summary>
            <para>AutoLine.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:AutoLine.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.#ctor">
            <summary>
            Initializes a new instance of the AutoLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AutoLine class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture">
            <summary>
            <para>Automatically Size.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:AutoPict.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.#ctor">
            <summary>
            Initializes a new instance of the AutoSizePicture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AutoSizePicture class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.LockText">
            <summary>
            <para>Text Lock.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:LockText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.#ctor">
            <summary>
            Initializes a new instance of the LockText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LockText class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine">
            <summary>
            <para>Far East Alignment Toggle.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:JustLastX.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.#ctor">
            <summary>
            Initializes a new instance of the JustifyLastLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.#ctor(System.String)">
            <summary>
            Initializes a new instance of the JustifyLastLine class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit">
            <summary>
            <para>Password Edit.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:SecretEdit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.#ctor">
            <summary>
            Initializes a new instance of the SecretEdit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SecretEdit class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton">
            <summary>
            <para>Default Button.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Default.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.#ctor">
            <summary>
            Initializes a new instance of the DefaultButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefaultButton class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton">
            <summary>
            <para>Help Button.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Help.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.#ctor">
            <summary>
            Initializes a new instance of the HelpButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HelpButton class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton">
            <summary>
            <para>Cancel Button.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Cancel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.#ctor">
            <summary>
            Initializes a new instance of the CancelButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CancelButton class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton">
            <summary>
            <para>Dismiss Button.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Dismiss.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.#ctor">
            <summary>
            Initializes a new instance of the DismissButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DismissButton class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.Visible">
            <summary>
            <para>Comment Visibility Toggle.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Visible.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.#ctor">
            <summary>
            Initializes a new instance of the Visible class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Visible class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden">
            <summary>
            <para>Comment's Row is Hidden.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:RowHidden.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.#ctor">
            <summary>
            Initializes a new instance of the RowHidden class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RowHidden class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden">
            <summary>
            <para>Comment's Column is Hidden.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:ColHidden.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.#ctor">
            <summary>
            Initializes a new instance of the ColumnHidden class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColumnHidden class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine">
            <summary>
            <para>Multi-line.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:MultiLine.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.#ctor">
            <summary>
            Initializes a new instance of the MultiLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MultiLine class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar">
            <summary>
            <para>Vertical Scroll.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:VScroll.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.#ctor">
            <summary>
            Initializes a new instance of the VerticalScrollBar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VerticalScrollBar class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds">
            <summary>
            <para>Valid ID.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:ValidIds.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.#ctor">
            <summary>
            Initializes a new instance of the ValidIds class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ValidIds class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown">
            <summary>
            <para>Disable 3D.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:NoThreeD2.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.#ctor">
            <summary>
            Initializes a new instance of the Disable3DForListBoxAndDropDown class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Disable3DForListBoxAndDropDown class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.Colored">
            <summary>
            <para>Dropdown Color Toggle.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Colored.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.#ctor">
            <summary>
            Initializes a new instance of the Colored class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Colored class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D">
            <summary>
            <para>Disable 3D.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:NoThreeD.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.#ctor">
            <summary>
            Initializes a new instance of the Disable3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Disable3D class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton">
            <summary>
            <para>First Radio Button.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:FirstButton.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.#ctor">
            <summary>
            Initializes a new instance of the FirstButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FirstButton class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar">
            <summary>
            <para>Scroll Bar Orientation.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Horiz.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.#ctor">
            <summary>
            Initializes a new instance of the HorizontalScrollBar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HorizontalScrollBar class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl">
            <summary>
            <para>ActiveX Control.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:MapOCX.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.#ctor">
            <summary>
            Initializes a new instance of the MapOcxControl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MapOcxControl class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject">
            <summary>
            <para>Camera Tool.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Camera.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.#ctor">
            <summary>
            Initializes a new instance of the CameraObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CameraObject class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways">
            <summary>
            <para>Recalculation Toggle.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:RecalcAlways.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.#ctor">
            <summary>
            Initializes a new instance of the RecalculateAlways class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RecalculateAlways class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont">
            <summary>
            <para>Font AutoScale.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:AutoScale.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.#ctor">
            <summary>
            Initializes a new instance of the AutoScaleFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AutoScaleFont class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject">
            <summary>
            <para>Dynamic Data Exchange.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:DDE.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.#ctor">
            <summary>
            Initializes a new instance of the DdeObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DdeObject class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject">
            <summary>
            <para>UI Object Toggle.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:UIObj.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.#ctor">
            <summary>
            Initializes a new instance of the UIObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UIObject class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor">
            <summary>
            <para>Anchor.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Anchor.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.#ctor">
            <summary>
            Initializes a new instance of the Anchor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Anchor class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment">
            <summary>
            <para>Horizontal Text Alignment.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:TextHAlign.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.#ctor">
            <summary>
            Initializes a new instance of the HorizontalTextAlignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HorizontalTextAlignment class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment">
            <summary>
            <para>Vertical Text Alignment.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:TextVAlign.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.#ctor">
            <summary>
            Initializes a new instance of the VerticalTextAlignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VerticalTextAlignment class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange">
            <summary>
            <para>List Items Source Range.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:FmlaRange.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.#ctor">
            <summary>
            Initializes a new instance of the FormulaRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormulaRange class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType">
            <summary>
            <para>Selection Type.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:SelType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.#ctor">
            <summary>
            Initializes a new instance of the SelectionType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SelectionType class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections">
            <summary>
            <para>Multiple Selections.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:MultiSel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.#ctor">
            <summary>
            Initializes a new instance of the MultiSelections class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MultiSelections class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType">
            <summary>
            <para>Callback Type.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:LCT.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.#ctor">
            <summary>
            Initializes a new instance of the ListBoxCallbackType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ListBoxCallbackType class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem">
            <summary>
            <para>Non-linked List Item.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:ListItem.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.#ctor">
            <summary>
            Initializes a new instance of the ListItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ListItem class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle">
            <summary>
            <para>Dropdown Style.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:DropStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.#ctor">
            <summary>
            Initializes a new instance of the DropStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DropStyle class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink">
            <summary>
            <para>Linked Formula.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:FmlaLink.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.#ctor">
            <summary>
            Initializes a new instance of the FormulaLink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormulaLink class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture">
            <summary>
            <para>Camera Source Range.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:FmlaPict.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.#ctor">
            <summary>
            Initializes a new instance of the FormulaPicture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormulaPicture class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup">
            <summary>
            <para>Linked Formula - Group Box.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:FmlaGroup.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.#ctor">
            <summary>
            Initializes a new instance of the FormulaGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormulaGroup class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText">
            <summary>
            <para>HTML Script Text.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:ScriptText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.#ctor">
            <summary>
            Initializes a new instance of the ScriptText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScriptText class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended">
            <summary>
            <para>HTML Script Attributes.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:ScriptExtended.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.#ctor">
            <summary>
            Initializes a new instance of the ScriptExtended class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScriptExtended class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox">
            <summary>
            <para>Text Formula.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:FmlaTxbx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.#ctor">
            <summary>
            Initializes a new instance of the FormulaTextBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormulaTextBox class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro">
            <summary>
            <para>Reference to Custom Function.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:FmlaMacro.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.#ctor">
            <summary>
            Initializes a new instance of the FormulaMacro class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormulaMacro class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary">
            <summary>
            <para>Primary Keyboard Accelerator.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Accel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.#ctor">
            <summary>
            Initializes a new instance of the AcceleratorPrimary class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AcceleratorPrimary class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary">
            <summary>
            <para>Secondary Keyboard Accelerator.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Accel2.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.#ctor">
            <summary>
            Initializes a new instance of the AcceleratorSecondary class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AcceleratorSecondary class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget">
            <summary>
            <para>Comment Row Target.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Row.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.#ctor">
            <summary>
            Initializes a new instance of the CommentRowTarget class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentRowTarget class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget">
            <summary>
            <para>Comment Column Target.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Column.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.#ctor">
            <summary>
            Initializes a new instance of the CommentColumnTarget class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentColumnTarget class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType">
            <summary>
            <para>Validation Type.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:VTEdit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.#ctor">
            <summary>
            Initializes a new instance of the InputValidationType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InputValidationType class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth">
            <summary>
            <para>Minimum Width.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:WidthMin.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.#ctor">
            <summary>
            Initializes a new instance of the MinDropDownWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MinDropDownWidth class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry">
            <summary>
            <para>Selected Entry.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Sel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.#ctor">
            <summary>
            Initializes a new instance of the SelectionEntry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SelectionEntry class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines">
            <summary>
            <para>Dropdown Maximum Lines.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:DropLines.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.#ctor">
            <summary>
            Initializes a new instance of the DropLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DropLines class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.Checked">
            <summary>
            <para>Checked.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Checked.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.#ctor">
            <summary>
            Initializes a new instance of the Checked class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Checked class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition">
            <summary>
            <para>Scroll bar position.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Val.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.#ctor">
            <summary>
            Initializes a new instance of the ScrollBarPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScrollBarPosition class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin">
            <summary>
            <para>Scroll Bar Minimum.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Min.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.#ctor">
            <summary>
            Initializes a new instance of the ScrollBarMin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScrollBarMin class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax">
            <summary>
            <para>Scroll Bar Maximum.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Max.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.#ctor">
            <summary>
            Initializes a new instance of the ScrollBarMax class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScrollBarMax class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement">
            <summary>
            <para>Scroll Bar Increment.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Inc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.#ctor">
            <summary>
            Initializes a new instance of the ScrollBarIncrement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScrollBarIncrement class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement">
            <summary>
            <para>Scroll Bar Page Increment.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Page.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.#ctor">
            <summary>
            Initializes a new instance of the ScrollBarPageIncrement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScrollBarPageIncrement class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth">
            <summary>
            <para>Scroll Bar Width.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:Dx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.#ctor">
            <summary>
            Initializes a new instance of the ScrollBarWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScrollBarWidth class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat">
            <summary>
            <para>Clipboard Format.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:CF.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.#ctor">
            <summary>
            Initializes a new instance of the ClipboardFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ClipboardFormat class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage">
            <summary>
            <para>HTML Script Language.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:ScriptLanguage.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.#ctor">
            <summary>
            Initializes a new instance of the ScriptLanguage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScriptLanguage class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation">
            <summary>
            <para>HTML Script Location.</para>
            <para> When the object is serialized out as xml, its qualified name is xvml:ScriptLocation.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.#ctor">
            <summary>
            Initializes a new instance of the ScriptLocation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScriptLocation class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues">
            <summary>
            Clipboard Format Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureOld">
            <summary>
            WMF.
            <para>When the item is serialized out as xml, its value is "PictOld".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Picture">
            <summary>
            EMF.
            <para>When the item is serialized out as xml, its value is "Pict".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Bitmap">
            <summary>
            Bitmap.
            <para>When the item is serialized out as xml, its value is "Bitmap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PicturePrint">
            <summary>
            Printer Picture.
            <para>When the item is serialized out as xml, its value is "PictPrint".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureScreen">
            <summary>
            Screen Picture EMF.
            <para>When the item is serialized out as xml, its value is "PictScreen".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues">
            <summary>
            Object Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Button">
            <summary>
            Pushbutton.
            <para>When the item is serialized out as xml, its value is "Button".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Checkbox">
            <summary>
            Checkbox.
            <para>When the item is serialized out as xml, its value is "Checkbox".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Dialog">
            <summary>
            Dialog.
            <para>When the item is serialized out as xml, its value is "Dialog".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Drop">
            <summary>
            Dropdown Box.
            <para>When the item is serialized out as xml, its value is "Drop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Edit">
            <summary>
            Editable Text Field.
            <para>When the item is serialized out as xml, its value is "Edit".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.GroupBox">
            <summary>
            Group Box.
            <para>When the item is serialized out as xml, its value is "GBox".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Label">
            <summary>
            Label.
            <para>When the item is serialized out as xml, its value is "Label".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingLine">
            <summary>
            Auditing Line.
            <para>When the item is serialized out as xml, its value is "LineA".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.List">
            <summary>
            List Box.
            <para>When the item is serialized out as xml, its value is "List".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Movie">
            <summary>
            Movie.
            <para>When the item is serialized out as xml, its value is "Movie".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Note">
            <summary>
            Comment.
            <para>When the item is serialized out as xml, its value is "Note".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Picture">
            <summary>
            Image.
            <para>When the item is serialized out as xml, its value is "Pict".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Radio">
            <summary>
            Radio Button.
            <para>When the item is serialized out as xml, its value is "Radio".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingRectangle">
            <summary>
            Auditing Rectangle.
            <para>When the item is serialized out as xml, its value is "RectA".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Scroll">
            <summary>
            Scroll Bar.
            <para>When the item is serialized out as xml, its value is "Scroll".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Spin">
            <summary>
            Spin Button.
            <para>When the item is serialized out as xml, its value is "Spin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Shape">
            <summary>
            Plain Shape.
            <para>When the item is serialized out as xml, its value is "Shape".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Group">
            <summary>
            Group.
            <para>When the item is serialized out as xml, its value is "Group".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Rectangle">
            <summary>
            Plain Rectangle.
            <para>When the item is serialized out as xml, its value is "Rect".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues">
            <summary>
            Boolean Value with Blank State
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.True">
            <summary>
            Logical True.
            <para>When the item is serialized out as xml, its value is "True".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.T">
            <summary>
            Logical True.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.False">
            <summary>
            Logical False.
            <para>When the item is serialized out as xml, its value is "False".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.F">
            <summary>
            Logical False.
            <para>When the item is serialized out as xml, its value is "f".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.Empty">
            <summary>
            Blank - Default Value.
            <para>When the item is serialized out as xml, its value is "".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults">
             <summary>
             <para>New Shape Defaults.</para>
             <para> When the object is serialized out as xml, its qualified name is o:shapedefaults.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Vml.Fill &lt;v:fill></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Stroke &lt;v:stroke></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.TextBox &lt;v:textbox></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Shadow &lt;v:shadow></description></item>
            <item><description>Skew &lt;o:skew></description></item>
            <item><description>Extrusion &lt;o:extrusion></description></item>
            <item><description>Callout &lt;o:callout></description></item>
            <item><description>Lock &lt;o:lock></description></item>
            <item><description>ColorMostRecentlyUsed &lt;o:colormru></description></item>
            <item><description>ColorMenu &lt;o:colormenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId">
            <summary>
            <para> Shape ID Optional Storage.</para>
            <para>Represents the following attribute in the schema: spidmax </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style">
            <summary>
            <para> style.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: fill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor">
            <summary>
            <para> Default Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroke </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap">
             <summary>
             <para> allowoverlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode">
             <summary>
             <para> insetmode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.#ctor">
            <summary>
            Initializes a new instance of the ShapeDefaults class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeDefaults class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeDefaults class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeDefaults class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill">
            <summary>
            <para> Fill.</para>
            <para> Represents the following element tag in the schema: v:fill </para>
            </summary>
            <remark>
            xmlns:v = urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData">
            <summary>
            <para> ImageData.</para>
            <para> Represents the following element tag in the schema: v:imagedata </para>
            </summary>
            <remark>
            xmlns:v = urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke">
            <summary>
            <para> Stroke.</para>
            <para> Represents the following element tag in the schema: v:stroke </para>
            </summary>
            <remark>
            xmlns:v = urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox">
            <summary>
            <para> TextBox.</para>
            <para> Represents the following element tag in the schema: v:textbox </para>
            </summary>
            <remark>
            xmlns:v = urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow">
            <summary>
            <para> Shadow.</para>
            <para> Represents the following element tag in the schema: v:shadow </para>
            </summary>
            <remark>
            xmlns:v = urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew">
            <summary>
            <para> Skew.</para>
            <para> Represents the following element tag in the schema: o:skew </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion">
            <summary>
            <para> Extrusion.</para>
            <para> Represents the following element tag in the schema: o:extrusion </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout">
            <summary>
            <para> Callout.</para>
            <para> Represents the following element tag in the schema: o:callout </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock">
            <summary>
            <para> Shape Protections.</para>
            <para> Represents the following element tag in the schema: o:lock </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed">
            <summary>
            <para> Most Recently Used Colors.</para>
            <para> Represents the following element tag in the schema: o:colormru </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu">
            <summary>
            <para> UI Default Colors.</para>
            <para> Represents the following element tag in the schema: o:colormenu </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ShapeLayout">
             <summary>
             <para>Shape Layout Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is o:shapelayout.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeIdMap &lt;o:idmap></description></item>
            <item><description>RegroupTable &lt;o:regrouptable></description></item>
            <item><description>Rules &lt;o:rules></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.#ctor">
            <summary>
            Initializes a new instance of the ShapeLayout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeLayout class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeLayout class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeLayout class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap">
            <summary>
            <para> Shape ID Map.</para>
            <para> Represents the following element tag in the schema: o:idmap </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable">
            <summary>
            <para> Shape Grouping History.</para>
            <para> Represents the following element tag in the schema: o:regrouptable </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules">
            <summary>
            <para> Rule Set.</para>
            <para> Represents the following element tag in the schema: o:rules </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeLayout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.SignatureLine">
            <summary>
            <para>Digital Signature Line.</para>
            <para> When the object is serialized out as xml, its qualified name is o:signatureline.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine">
            <summary>
            <para> Signature Line Flag.</para>
            <para>Represents the following attribute in the schema: issignatureline </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id">
            <summary>
            <para> Unique ID.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId">
            <summary>
            <para> Signature Provider ID.</para>
            <para>Represents the following attribute in the schema: provid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet">
            <summary>
            <para> Use Signing Instructions Flag.</para>
            <para>Represents the following attribute in the schema: signinginstructionsset </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments">
            <summary>
            <para> User-specified Comments Flag.</para>
            <para>Represents the following attribute in the schema: allowcomments </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate">
            <summary>
            <para> Show Signed Date Flag.</para>
            <para>Represents the following attribute in the schema: showsigndate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner">
             <summary>
             <para> Suggested Signer Line 1.</para>
             <para>Represents the following attribute in the schema: o:suggestedsigner </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2">
             <summary>
             <para> Suggested Signer Line 2.</para>
             <para>Represents the following attribute in the schema: o:suggestedsigner2 </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail">
             <summary>
             <para> Suggested Signer E-mail Address.</para>
             <para>Represents the following attribute in the schema: o:suggestedsigneremail </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions">
            <summary>
            <para> Instructions for Signing.</para>
            <para>Represents the following attribute in the schema: signinginstructions </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml">
            <summary>
            <para> Additional Signature Information.</para>
            <para>Represents the following attribute in the schema: addlxml </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl">
            <summary>
            <para> Signature Provider Download URL.</para>
            <para>Represents the following attribute in the schema: sigprovurl </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.SignatureLine.#ctor">
            <summary>
            Initializes a new instance of the SignatureLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.SignatureLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Ink">
            <summary>
            <para>Ink.</para>
            <para> When the object is serialized out as xml, its qualified name is o:ink.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Ink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Ink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Ink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Ink.InkData">
            <summary>
            <para> Ink Data.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag">
            <summary>
            <para> Annotation Flag.</para>
            <para>Represents the following attribute in the schema: annotation </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Ink.#ctor">
            <summary>
            Initializes a new instance of the Ink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Ink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Diagram">
             <summary>
             <para>VML Diagram.</para>
             <para> When the object is serialized out as xml, its qualified name is o:diagram.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RelationTable &lt;o:relationtable></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Diagram.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.Style">
            <summary>
            <para> Diagram Style Options.</para>
            <para>Represents the following attribute in the schema: dgmstyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat">
            <summary>
            <para> Diagram Automatic Format.</para>
            <para>Represents the following attribute in the schema: autoformat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse">
            <summary>
            <para> Diagram Reverse Direction.</para>
            <para>Represents the following attribute in the schema: reverse </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout">
            <summary>
            <para> Diagram Automatic Layout.</para>
            <para>Represents the following attribute in the schema: autolayout </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX">
            <summary>
            <para> Diagram Layout X Scale.</para>
            <para>Represents the following attribute in the schema: dgmscalex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY">
            <summary>
            <para> Diagram Layout Y Scale.</para>
            <para>Represents the following attribute in the schema: dgmscaley </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize">
            <summary>
            <para> Diagram Font Size.</para>
            <para>Represents the following attribute in the schema: dgmfontsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds">
            <summary>
            <para> Diagram Layout Extents.</para>
            <para>Represents the following attribute in the schema: constrainbounds </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale">
            <summary>
            <para> Diagram Base Font Size.</para>
            <para>Represents the following attribute in the schema: dgmbasetextscale </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Diagram.#ctor">
            <summary>
            Initializes a new instance of the Diagram class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Diagram.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Diagram class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Diagram.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Diagram class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Diagram.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Diagram class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable">
            <summary>
            <para> Diagram Relationship Table.</para>
            <para> Represents the following element tag in the schema: o:relationtable </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Diagram.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Skew">
            <summary>
            <para>Skew Transform.</para>
            <para> When the object is serialized out as xml, its qualified name is o:skew.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Skew.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Skew.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Skew.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Skew.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Skew.Id">
            <summary>
            <para> Skew ID.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Skew.On">
            <summary>
            <para> Skew Toggle.</para>
            <para>Represents the following attribute in the schema: on </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Skew.Offset">
            <summary>
            <para> Skew Offset.</para>
            <para>Represents the following attribute in the schema: offset </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Skew.Origin">
            <summary>
            <para> Skew Origin.</para>
            <para>Represents the following attribute in the schema: origin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Skew.Matrix">
            <summary>
            <para> Skew Perspective Matrix.</para>
            <para>Represents the following attribute in the schema: matrix </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Skew.#ctor">
            <summary>
            Initializes a new instance of the Skew class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Skew.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Extrusion">
            <summary>
            <para>3D Extrusion.</para>
            <para> When the object is serialized out as xml, its qualified name is o:extrusion.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Extrusion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.On">
            <summary>
            <para> Extrusion Toggle.</para>
            <para>Represents the following attribute in the schema: on </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Type">
            <summary>
            <para> Extrusion Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Render">
            <summary>
            <para> Extrusion Render Mode.</para>
            <para>Represents the following attribute in the schema: render </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin">
            <summary>
            <para> Extrusion Viewpoint Origin.</para>
            <para>Represents the following attribute in the schema: viewpointorigin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint">
            <summary>
            <para> Extrusion Viewpoint.</para>
            <para>Represents the following attribute in the schema: viewpoint </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle">
            <summary>
            <para> Extrusion Skew Angle.</para>
            <para>Represents the following attribute in the schema: skewangle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount">
            <summary>
            <para> Extrusion Skew.</para>
            <para>Represents the following attribute in the schema: skewamt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth">
            <summary>
            <para> Forward Extrusion.</para>
            <para>Represents the following attribute in the schema: foredepth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth">
            <summary>
            <para> Backward Extrusion Depth.</para>
            <para>Represents the following attribute in the schema: backdepth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation">
            <summary>
            <para> Rotation Axis.</para>
            <para>Represents the following attribute in the schema: orientation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle">
            <summary>
            <para> Rotation Around Axis.</para>
            <para>Represents the following attribute in the schema: orientationangle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter">
            <summary>
            <para> Rotation Toggle.</para>
            <para>Represents the following attribute in the schema: lockrotationcenter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter">
            <summary>
            <para> Center of Rotation Toggle.</para>
            <para>Represents the following attribute in the schema: autorotationcenter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter">
            <summary>
            <para> Rotation Center.</para>
            <para>Represents the following attribute in the schema: rotationcenter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle">
            <summary>
            <para> X-Y Rotation Angle.</para>
            <para>Represents the following attribute in the schema: rotationangle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Color">
            <summary>
            <para> Extrusion Color.</para>
            <para>Represents the following attribute in the schema: color </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess">
            <summary>
            <para> Shininess.</para>
            <para>Represents the following attribute in the schema: shininess </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity">
            <summary>
            <para> Specularity.</para>
            <para>Represents the following attribute in the schema: specularity </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity">
            <summary>
            <para> Diffuse Reflection.</para>
            <para>Represents the following attribute in the schema: diffusity </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal">
            <summary>
            <para> Metallic Surface Toggle.</para>
            <para>Represents the following attribute in the schema: metal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge">
            <summary>
            <para> Simulated Bevel.</para>
            <para>Represents the following attribute in the schema: edge </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet">
            <summary>
            <para> Faceting Quality.</para>
            <para>Represents the following attribute in the schema: facet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace">
            <summary>
            <para> Shape Face Lighting Toggle.</para>
            <para>Represents the following attribute in the schema: lightface </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness">
            <summary>
            <para> Brightness.</para>
            <para>Represents the following attribute in the schema: brightness </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition">
            <summary>
            <para> Primary Light Position.</para>
            <para>Represents the following attribute in the schema: lightposition </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel">
            <summary>
            <para> Primary Light Intensity.</para>
            <para>Represents the following attribute in the schema: lightlevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh">
            <summary>
            <para> Primary Light Harshness Toggle.</para>
            <para>Represents the following attribute in the schema: lightharsh </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2">
            <summary>
            <para> Secondary Light Position.</para>
            <para>Represents the following attribute in the schema: lightposition2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2">
            <summary>
            <para> Secondary Light Intensity.</para>
            <para>Represents the following attribute in the schema: lightlevel2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2">
            <summary>
            <para> Secondary Light Harshness Toggle.</para>
            <para>Represents the following attribute in the schema: lightharsh2 </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Extrusion.#ctor">
            <summary>
            Initializes a new instance of the Extrusion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Extrusion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Callout">
            <summary>
            <para>Defines the Callout Class.</para>
            <para> When the object is serialized out as xml, its qualified name is o:callout.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Callout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.On">
            <summary>
            <para> Callout toggle.</para>
            <para>Represents the following attribute in the schema: on </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.Type">
            <summary>
            <para> Callout type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.Gap">
            <summary>
            <para> Callout gap.</para>
            <para>Represents the following attribute in the schema: gap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.Angle">
            <summary>
            <para> Callout angle.</para>
            <para>Represents the following attribute in the schema: angle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto">
            <summary>
            <para> Callout automatic drop toggle.</para>
            <para>Represents the following attribute in the schema: dropauto </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.Drop">
            <summary>
            <para> Callout drop position.</para>
            <para>Represents the following attribute in the schema: drop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.Distance">
            <summary>
            <para> Callout drop distance.</para>
            <para>Represents the following attribute in the schema: distance </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified">
            <summary>
            <para> Callout length toggle.</para>
            <para>Represents the following attribute in the schema: lengthspecified </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.Length">
            <summary>
            <para> Callout length.</para>
            <para>Represents the following attribute in the schema: length </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar">
            <summary>
            <para> Callout accent bar toggle.</para>
            <para>Represents the following attribute in the schema: accentbar </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder">
            <summary>
            <para> Callout text border toggle.</para>
            <para>Represents the following attribute in the schema: textborder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.MinusX">
            <summary>
            <para> Callout flip x.</para>
            <para>Represents the following attribute in the schema: minusx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Callout.MinusY">
            <summary>
            <para> Callout flip y.</para>
            <para>Represents the following attribute in the schema: minusy </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Callout.#ctor">
            <summary>
            Initializes a new instance of the Callout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Callout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Lock">
            <summary>
            <para>Defines the Lock Class.</para>
            <para> When the object is serialized out as xml, its qualified name is o:lock.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Lock.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.Position">
            <summary>
            <para> Position Lock.</para>
            <para>Represents the following attribute in the schema: position </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.Selection">
            <summary>
            <para> Selection Lock.</para>
            <para>Represents the following attribute in the schema: selection </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.Grouping">
            <summary>
            <para> Grouping Lock.</para>
            <para>Represents the following attribute in the schema: grouping </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping">
            <summary>
            <para> Ungrouping Lock.</para>
            <para>Represents the following attribute in the schema: ungrouping </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.Rotation">
            <summary>
            <para> Rotation Lock.</para>
            <para>Represents the following attribute in the schema: rotation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.Cropping">
            <summary>
            <para> Cropping Lock.</para>
            <para>Represents the following attribute in the schema: cropping </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.Verticies">
            <summary>
            <para> Vertices Lock.</para>
            <para>Represents the following attribute in the schema: verticies </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles">
            <summary>
            <para> Handles Lock.</para>
            <para>Represents the following attribute in the schema: adjusthandles </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.TextLock">
            <summary>
            <para> Text Lock.</para>
            <para>Represents the following attribute in the schema: text </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio">
            <summary>
            <para> Aspect Ratio Lock.</para>
            <para>Represents the following attribute in the schema: aspectratio </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType">
            <summary>
            <para> AutoShape Type Lock.</para>
            <para>Represents the following attribute in the schema: shapetype </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Lock.#ctor">
            <summary>
            Initializes a new instance of the Lock class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Lock.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.OleObject">
             <summary>
             <para>Embedded OLE Object.</para>
             <para> When the object is serialized out as xml, its qualified name is o:OLEObject.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LinkType &lt;o:LinkType></description></item>
            <item><description>LockedField &lt;o:LockedField></description></item>
            <item><description>FieldCodes &lt;o:FieldCodes></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.OleObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.Type">
            <summary>
            <para> OLE Object Type.</para>
            <para>Represents the following attribute in the schema: Type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId">
            <summary>
            <para> OLE Object Application.</para>
            <para>Represents the following attribute in the schema: ProgID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId">
            <summary>
            <para> OLE Object Shape.</para>
            <para>Represents the following attribute in the schema: ShapeID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect">
            <summary>
            <para> OLE Object Representation.</para>
            <para>Represents the following attribute in the schema: DrawAspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId">
            <summary>
            <para> OLE Object Unique ID.</para>
            <para>Represents the following attribute in the schema: ObjectID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.Id">
             <summary>
             <para> Relationship.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode">
            <summary>
            <para> OLE Update Mode.</para>
            <para>Represents the following attribute in the schema: UpdateMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.OleObject.#ctor">
            <summary>
            Initializes a new instance of the OleObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.OleObject.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OleObject class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.OleObject.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OleObject class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.OleObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleObject class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType">
            <summary>
            <para> Embedded Object Alternate Image Request.</para>
            <para> Represents the following element tag in the schema: o:LinkType </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField">
            <summary>
            <para> Embedded Object Cannot Be Refreshed.</para>
            <para> Represents the following element tag in the schema: o:LockedField </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes">
            <summary>
            <para> WordprocessingML Field Switches.</para>
            <para> Represents the following element tag in the schema: o:FieldCodes </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.OleObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Complex">
            <summary>
            <para>Complex.</para>
            <para> When the object is serialized out as xml, its qualified name is o:complex.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Complex.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Complex.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Complex.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Complex.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Complex.#ctor">
            <summary>
            Initializes a new instance of the Complex class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Complex.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.LeftStroke">
            <summary>
            <para>Text Box Left Stroke.</para>
            <para> When the object is serialized out as xml, its qualified name is o:left.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.LeftStroke.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.LeftStroke.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LeftStroke.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LeftStroke.#ctor">
            <summary>
            Initializes a new instance of the LeftStroke class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LeftStroke.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.TopStroke">
            <summary>
            <para>Text Box Top Stroke.</para>
            <para> When the object is serialized out as xml, its qualified name is o:top.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.TopStroke.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.TopStroke.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.TopStroke.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.TopStroke.#ctor">
            <summary>
            Initializes a new instance of the TopStroke class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.TopStroke.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.RightStroke">
            <summary>
            <para>Text Box Right Stroke.</para>
            <para> When the object is serialized out as xml, its qualified name is o:right.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.RightStroke.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.RightStroke.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RightStroke.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RightStroke.#ctor">
            <summary>
            Initializes a new instance of the RightStroke class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RightStroke.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.BottomStroke">
            <summary>
            <para>Text Box Bottom Stroke.</para>
            <para> When the object is serialized out as xml, its qualified name is o:bottom.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.BottomStroke.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.BottomStroke.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.BottomStroke.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.BottomStroke.#ctor">
            <summary>
            Initializes a new instance of the BottomStroke class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.BottomStroke.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ColumnStroke">
            <summary>
            <para>Text Box Interior Stroke.</para>
            <para> When the object is serialized out as xml, its qualified name is o:column.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColumnStroke.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColumnStroke.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ColumnStroke.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ColumnStroke.#ctor">
            <summary>
            Initializes a new instance of the ColumnStroke class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ColumnStroke.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.StrokeChildType">
            <summary>
            Defines the StrokeChildType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On">
            <summary>
            <para> Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: on </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight">
            <summary>
            <para> Stroke Weight.</para>
            <para>Represents the following attribute in the schema: weight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color">
            <summary>
            <para> Stroke Color.</para>
            <para>Represents the following attribute in the schema: color </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2">
            <summary>
            <para> Stroke Alternate Pattern Color.</para>
            <para>Represents the following attribute in the schema: color2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity">
            <summary>
            <para> Stroke Opacity.</para>
            <para>Represents the following attribute in the schema: opacity </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle">
            <summary>
            <para> Stroke Line Style.</para>
            <para>Represents the following attribute in the schema: linestyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit">
            <summary>
            <para> Miter Joint Limit.</para>
            <para>Represents the following attribute in the schema: miterlimit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle">
            <summary>
            <para> Line End Join Style).</para>
            <para>Represents the following attribute in the schema: joinstyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap">
            <summary>
            <para> Line End Cap.</para>
            <para>Represents the following attribute in the schema: endcap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle">
            <summary>
            <para> Stroke Dash Pattern.</para>
            <para>Represents the following attribute in the schema: dashstyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType">
            <summary>
            <para> Stroke Image Style.</para>
            <para>Represents the following attribute in the schema: filltype </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source">
            <summary>
            <para> Stroke Image Location.</para>
            <para>Represents the following attribute in the schema: src </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect">
            <summary>
            <para> Stroke Image Aspect Ratio.</para>
            <para>Represents the following attribute in the schema: imageaspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize">
            <summary>
            <para> Stroke Image Size.</para>
            <para>Represents the following attribute in the schema: imagesize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape">
            <summary>
            <para> Stoke Image Alignment.</para>
            <para>Represents the following attribute in the schema: imagealignshape </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow">
            <summary>
            <para> Line Start Arrowhead.</para>
            <para>Represents the following attribute in the schema: startarrow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth">
            <summary>
            <para> Line Start Arrowhead Width.</para>
            <para>Represents the following attribute in the schema: startarrowwidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength">
            <summary>
            <para> Line Start Arrowhead Length.</para>
            <para>Represents the following attribute in the schema: startarrowlength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow">
            <summary>
            <para> Line End Arrowhead.</para>
            <para>Represents the following attribute in the schema: endarrow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth">
            <summary>
            <para> Line End Arrowhead Width.</para>
            <para>Represents the following attribute in the schema: endarrowwidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength">
            <summary>
            <para> Line End Arrowhead Length.</para>
            <para>Represents the following attribute in the schema: endarrowlength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href">
             <summary>
             <para> Original Image Reference.</para>
             <para>Represents the following attribute in the schema: o:href </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference">
             <summary>
             <para> Alternate Image Reference.</para>
             <para>Represents the following attribute in the schema: o:althref </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title">
             <summary>
             <para> Stroke Title.</para>
             <para>Represents the following attribute in the schema: o:title </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.StrokeChildType.#ctor">
            <summary>
            Initializes a new instance of the StrokeChildType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ClipPath">
            <summary>
            <para>Shape Clipping Path.</para>
            <para> When the object is serialized out as xml, its qualified name is o:clippath.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ClipPath.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ClipPath.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ClipPath.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ClipPath.Value">
             <summary>
             <para> Path Definition.</para>
             <para>Represents the following attribute in the schema: o:v </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ClipPath.#ctor">
            <summary>
            Initializes a new instance of the ClipPath class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ClipPath.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties">
            <summary>
            <para>Shape Fill Extended Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is o:fill.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type">
            <summary>
            <para> Fill Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.#ctor">
            <summary>
            Initializes a new instance of the FillExtendedProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ShapeIdMap">
            <summary>
            <para>Shape ID Map.</para>
            <para> When the object is serialized out as xml, its qualified name is o:idmap.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data">
            <summary>
            <para> Shape IDs.</para>
            <para>Represents the following attribute in the schema: data </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.#ctor">
            <summary>
            Initializes a new instance of the ShapeIdMap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.RegroupTable">
             <summary>
             <para>Shape Grouping History.</para>
             <para> When the object is serialized out as xml, its qualified name is o:regrouptable.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Entry &lt;o:entry></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.RegroupTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.RegroupTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RegroupTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RegroupTable.#ctor">
            <summary>
            Initializes a new instance of the RegroupTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RegroupTable.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RegroupTable class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RegroupTable.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RegroupTable class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RegroupTable.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RegroupTable class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RegroupTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Rules">
             <summary>
             <para>Rule Set.</para>
             <para> When the object is serialized out as xml, its qualified name is o:rules.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Rule &lt;o:r></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Rules.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Rules.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rules.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Rules.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rules.#ctor">
            <summary>
            Initializes a new instance of the Rules class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rules.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Rules class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rules.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Rules class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rules.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Rules class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rules.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Entry">
            <summary>
            <para>Regroup Entry.</para>
            <para> When the object is serialized out as xml, its qualified name is o:entry.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Entry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Entry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Entry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Entry.New">
            <summary>
            <para> New Group ID.</para>
            <para>Represents the following attribute in the schema: new </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Entry.Old">
            <summary>
            <para> Old Group ID.</para>
            <para>Represents the following attribute in the schema: old </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Entry.#ctor">
            <summary>
            Initializes a new instance of the Entry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Entry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Rule">
             <summary>
             <para>Rule.</para>
             <para> When the object is serialized out as xml, its qualified name is o:r.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Proxy &lt;o:proxy></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Rule.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Rule.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rule.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Rule.Id">
            <summary>
            <para> Rule ID.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Rule.Type">
            <summary>
            <para> Rule Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Rule.How">
            <summary>
            <para> Alignment Rule Type.</para>
            <para>Represents the following attribute in the schema: how </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference">
            <summary>
            <para> Rule Shape Reference.</para>
            <para>Represents the following attribute in the schema: idref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rule.#ctor">
            <summary>
            Initializes a new instance of the Rule class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rule.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Rule class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rule.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Rule class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rule.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Rule class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Rule.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.RelationTable">
             <summary>
             <para>Diagram Relationship Table.</para>
             <para> When the object is serialized out as xml, its qualified name is o:relationtable.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Relation &lt;o:rel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.RelationTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.RelationTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RelationTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RelationTable.#ctor">
            <summary>
            Initializes a new instance of the RelationTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RelationTable.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RelationTable class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RelationTable.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RelationTable class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RelationTable.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RelationTable class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.RelationTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Relation">
            <summary>
            <para>Diagram Relationship.</para>
            <para> When the object is serialized out as xml, its qualified name is o:rel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Relation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Relation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Relation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Relation.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Relation.SourceId">
            <summary>
            <para> Diagram Relationship Source Shape.</para>
            <para>Represents the following attribute in the schema: idsrc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId">
            <summary>
            <para> Diagram Relationship Destination Shape.</para>
            <para>Represents the following attribute in the schema: iddest </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId">
            <summary>
            <para> Diagram Relationship Center Shape.</para>
            <para>Represents the following attribute in the schema: idcntr </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Relation.#ctor">
            <summary>
            Initializes a new instance of the Relation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Relation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.LinkType">
            <summary>
            <para>Embedded Object Alternate Image Request.</para>
            <para> When the object is serialized out as xml, its qualified name is o:LinkType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.LinkType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.LinkType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LinkType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LinkType.#ctor">
            <summary>
            Initializes a new instance of the LinkType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LinkType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LinkType class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LinkType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.LockedField">
            <summary>
            <para>Embedded Object Cannot Be Refreshed.</para>
            <para> When the object is serialized out as xml, its qualified name is o:LockedField.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.LockedField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.LockedField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LockedField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LockedField.#ctor">
            <summary>
            Initializes a new instance of the LockedField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LockedField.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LockedField class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.LockedField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.FieldCodes">
            <summary>
            <para>WordprocessingML Field Switches.</para>
            <para> When the object is serialized out as xml, its qualified name is o:FieldCodes.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.FieldCodes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.FieldCodes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.FieldCodes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.FieldCodes.#ctor">
            <summary>
            Initializes a new instance of the FieldCodes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.FieldCodes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FieldCodes class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.FieldCodes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.Proxy">
            <summary>
            <para>Shape Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is o:proxy.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Proxy.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Proxy.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Proxy.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Proxy.Start">
            <summary>
            <para> Start Point Connection Flag.</para>
            <para>Represents the following attribute in the schema: start </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Proxy.End">
            <summary>
            <para> End Point Connection Flag.</para>
            <para>Represents the following attribute in the schema: end </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference">
            <summary>
            <para> Proxy Shape Reference.</para>
            <para>Represents the following attribute in the schema: idref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation">
            <summary>
            <para> Connection Location.</para>
            <para>Represents the following attribute in the schema: connectloc </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Proxy.#ctor">
            <summary>
            Initializes a new instance of the Proxy class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.Proxy.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed">
            <summary>
            <para>Most Recently Used Colors.</para>
            <para> When the object is serialized out as xml, its qualified name is o:colormru.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors">
            <summary>
            <para> Recent colors.</para>
            <para>Represents the following attribute in the schema: colors </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.#ctor">
            <summary>
            Initializes a new instance of the ColorMostRecentlyUsed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ColorMenu">
            <summary>
            <para>UI Default Colors.</para>
            <para> When the object is serialized out as xml, its qualified name is o:colormenu.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMenu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMenu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ColorMenu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension">
             <summary>
             <para> VML Extension Handling Behavior.</para>
             <para>Represents the following attribute in the schema: v:ext </para>
             </summary>
            <remark> xmlns:v=urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor">
            <summary>
            <para> Default stroke color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor">
            <summary>
            <para> Default fill color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor">
            <summary>
            <para> Default shadow color.</para>
            <para>Represents the following attribute in the schema: shadowcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor">
            <summary>
            <para> Default extrusion color.</para>
            <para>Represents the following attribute in the schema: extrusioncolor </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ColorMenu.#ctor">
            <summary>
            Initializes a new instance of the ColorMenu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Office.ColorMenu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.AlignmentValues">
            <summary>
            Alignment Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Top">
            <summary>
            Top Alignment.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Middle">
            <summary>
            Middle Alignment.
            <para>When the item is serialized out as xml, its value is "middle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Bottom">
            <summary>
            Bottom Alignment.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Left">
            <summary>
            Left Alignment.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Center">
            <summary>
            Center Alignment.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Right">
            <summary>
            Right Alignment.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues">
            <summary>
            Screen Sizes Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz544x376">
            <summary>
            544x376 pixels.
            <para>When the item is serialized out as xml, its value is "544,376".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz640x480">
            <summary>
            640x480 pixels.
            <para>When the item is serialized out as xml, its value is "640,480".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz720x512">
            <summary>
            720x512 pixels.
            <para>When the item is serialized out as xml, its value is "720,512".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz800x600">
            <summary>
            800x600 pixels.
            <para>When the item is serialized out as xml, its value is "800,600".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1024x768">
            <summary>
            1024x768 pixels.
            <para>When the item is serialized out as xml, its value is "1024,768".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1152x862">
            <summary>
            1152x862 pixels.
            <para>When the item is serialized out as xml, its value is "1152,862".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.InsetMarginValues">
            <summary>
            Inset Margin Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Auto">
            <summary>
            Automatic Margins.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Custom">
            <summary>
            Custom Margins.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ColorModeValues">
            <summary>
            Extrusion Color Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Auto">
            <summary>
            Use Shape Fill Color.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Custom">
            <summary>
            Use Custom Color.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ExtrusionValues">
            <summary>
            Extrusion Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Perspective">
            <summary>
            Perspective Projection.
            <para>When the item is serialized out as xml, its value is "perspective".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Parallel">
            <summary>
            Parallel Projection.
            <para>When the item is serialized out as xml, its value is "parallel".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues">
            <summary>
            Extrusion Rendering Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.Solid">
            <summary>
            Solid.
            <para>When the item is serialized out as xml, its value is "solid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.WireFrame">
            <summary>
            Wireframe.
            <para>When the item is serialized out as xml, its value is "wireFrame".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.BoundingCube">
            <summary>
            Bounding Cube.
            <para>When the item is serialized out as xml, its value is "boundingCube".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues">
            <summary>
            Extrusion Planes
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.XY">
            <summary>
            XY Plane.
            <para>When the item is serialized out as xml, its value is "XY".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.ZX">
            <summary>
            ZX Plane.
            <para>When the item is serialized out as xml, its value is "ZX".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.YZ">
            <summary>
            YZ Plane.
            <para>When the item is serialized out as xml, its value is "YZ".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.AngleValues">
            <summary>
            Callout Angles
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AngleValues.Any">
            <summary>
            Any Angle.
            <para>When the item is serialized out as xml, its value is "any".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree30">
            <summary>
            30 degrees.
            <para>When the item is serialized out as xml, its value is "30".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree45">
            <summary>
            45 degrees.
            <para>When the item is serialized out as xml, its value is "45".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree60">
            <summary>
            60 degrees.
            <para>When the item is serialized out as xml, its value is "60".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree90">
            <summary>
            90 degrees.
            <para>When the item is serialized out as xml, its value is "90".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.AngleValues.Auto">
            <summary>
            Automatic Angle.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues">
            <summary>
            Callout Placement
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Top">
            <summary>
            Top placement.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Center">
            <summary>
            Center placement.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Bottom">
            <summary>
            Bottom placement.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.User">
            <summary>
            User-defined placement.
            <para>When the item is serialized out as xml, its value is "user".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ConnectorValues">
            <summary>
            Connector Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ConnectorValues.None">
            <summary>
            No Connector.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Straight">
            <summary>
            Straight Connector.
            <para>When the item is serialized out as xml, its value is "straight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Elbow">
            <summary>
            Elbow Connector.
            <para>When the item is serialized out as xml, its value is "elbow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Curved">
            <summary>
            Curved Connector.
            <para>When the item is serialized out as xml, its value is "curved".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues">
            <summary>
            Alignment Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Left">
            <summary>
            Left Alignment.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Right">
            <summary>
            Right Alignment.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Center">
            <summary>
            Center Alignment.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.ConnectValues">
            <summary>
            Connection Locations Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ConnectValues.None">
            <summary>
            No.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ConnectValues.Rectangle">
            <summary>
            Four Connections.
            <para>When the item is serialized out as xml, its value is "rect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ConnectValues.Segments">
            <summary>
            Edit Point Connections.
            <para>When the item is serialized out as xml, its value is "segments".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.ConnectValues.Custom">
            <summary>
            Custom Connections.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.OleLinkValues">
            <summary>
            Embedded Object Alternate Image Request Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Picture">
            <summary>
            Other Image.
            <para>When the item is serialized out as xml, its value is "Picture".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Bitmap">
            <summary>
            Bitmap Image.
            <para>When the item is serialized out as xml, its value is "Bitmap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.OleLinkValues.EnhancedMetaFile">
            <summary>
            Enhanced Metafile Image.
            <para>When the item is serialized out as xml, its value is "EnhancedMetaFile".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.OleValues">
            <summary>
            OLE Connection Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.OleValues.Embed">
            <summary>
            Embedded Object.
            <para>When the item is serialized out as xml, its value is "Embed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.OleValues.Link">
            <summary>
            Linked Object.
            <para>When the item is serialized out as xml, its value is "Link".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues">
            <summary>
            OLE Object Representations
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Content">
            <summary>
            Snapshot.
            <para>When the item is serialized out as xml, its value is "Content".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Icon">
            <summary>
            Icon.
            <para>When the item is serialized out as xml, its value is "Icon".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues">
            <summary>
            OLE Update Method Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.Always">
            <summary>
            Server Application Update.
            <para>When the item is serialized out as xml, its value is "Always".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.OnCall">
            <summary>
            User Update.
            <para>When the item is serialized out as xml, its value is "OnCall".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.FillValues">
            <summary>
            Shape Fill Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.FillValues.GradientCenter">
            <summary>
            Centered Radial Gradient.
            <para>When the item is serialized out as xml, its value is "gradientCenter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.FillValues.Solid">
            <summary>
            Solid Fill.
            <para>When the item is serialized out as xml, its value is "solid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.FillValues.Pattern">
            <summary>
            Image Pattern.
            <para>When the item is serialized out as xml, its value is "pattern".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.FillValues.Tile">
            <summary>
            Tiled Image.
            <para>When the item is serialized out as xml, its value is "tile".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.FillValues.Frame">
            <summary>
            Stretch Image to Fit.
            <para>When the item is serialized out as xml, its value is "frame".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.FillValues.GradientUnscaled">
            <summary>
            Unscaled Gradient.
            <para>When the item is serialized out as xml, its value is "gradientUnscaled".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.FillValues.GradientRadial">
            <summary>
            Radial Gradient.
            <para>When the item is serialized out as xml, its value is "gradientRadial".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.FillValues.Gradient">
            <summary>
            Linear Gradient.
            <para>When the item is serialized out as xml, its value is "gradient".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.FillValues.Background">
            <summary>
            Use Background Fill.
            <para>When the item is serialized out as xml, its value is "background".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.RuleValues">
            <summary>
            Rule Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.RuleValues.Arc">
            <summary>
            Arc Rule.
            <para>When the item is serialized out as xml, its value is "arc".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.RuleValues.Callout">
            <summary>
            Callout Rule.
            <para>When the item is serialized out as xml, its value is "callout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.RuleValues.Connector">
            <summary>
            Connector Rule.
            <para>When the item is serialized out as xml, its value is "connector".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues">
            <summary>
            Black And White Modes
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Color">
            <summary>
            Color.
            <para>When the item is serialized out as xml, its value is "color".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Auto">
            <summary>
            Automatic.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayScale">
            <summary>
            Grayscale.
            <para>When the item is serialized out as xml, its value is "grayScale".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.LightGrayScale">
            <summary>
            Light grayscale.
            <para>When the item is serialized out as xml, its value is "lightGrayScale".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.InverseGray">
            <summary>
            Inverse Grayscale.
            <para>When the item is serialized out as xml, its value is "inverseGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayOutline">
            <summary>
            Gray Outlines.
            <para>When the item is serialized out as xml, its value is "grayOutline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.HighContrast">
            <summary>
            Black And White.
            <para>When the item is serialized out as xml, its value is "highContrast".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Black">
            <summary>
            Black.
            <para>When the item is serialized out as xml, its value is "black".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.White">
            <summary>
            White.
            <para>When the item is serialized out as xml, its value is "white".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Undrawn">
            <summary>
            Do Not Show.
            <para>When the item is serialized out as xml, its value is "undrawn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.BlackTextAndLines">
            <summary>
            Black Text And Lines.
            <para>When the item is serialized out as xml, its value is "blackTextAndLines".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag">
            <summary>
            <para>Ink Annotation Flag.</para>
            <para> When the object is serialized out as xml, its qualified name is pvml:iscomment.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.#ctor">
            <summary>
            Initializes a new instance of the InkAnnotationFlag class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Presentation.TextData">
            <summary>
            <para>VML Diagram Text.</para>
            <para> When the object is serialized out as xml, its qualified name is pvml:textdata.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Presentation.TextData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Presentation.TextData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Presentation.TextData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Presentation.TextData.Id">
            <summary>
            <para> Text Reference.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Presentation.TextData.#ctor">
            <summary>
            Initializes a new instance of the TextData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Presentation.TextData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder">
            <summary>
            <para>Top Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w10:bordertop.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.#ctor">
            <summary>
            Initializes a new instance of the TopBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder">
            <summary>
            <para>Left Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w10:borderleft.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.#ctor">
            <summary>
            Initializes a new instance of the LeftBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder">
            <summary>
            <para>Right Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w10:borderright.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.#ctor">
            <summary>
            Initializes a new instance of the RightBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder">
            <summary>
            <para>Bottom Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w10:borderbottom.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.#ctor">
            <summary>
            Initializes a new instance of the BottomBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType">
            <summary>
            Defines the BorderType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type">
            <summary>
            <para> Border Style.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width">
            <summary>
            <para> Border Width.</para>
            <para>Represents the following attribute in the schema: width </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow">
            <summary>
            <para> Border shadow.</para>
            <para>Represents the following attribute in the schema: shadow </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.#ctor">
            <summary>
            Initializes a new instance of the BorderType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap">
            <summary>
            <para>Text Wrapping.</para>
            <para> When the object is serialized out as xml, its qualified name is w10:wrap.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type">
            <summary>
            <para> Wrapping type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side">
            <summary>
            <para> Wrapping side.</para>
            <para>Represents the following attribute in the schema: side </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX">
            <summary>
            <para> Horizontal Positioning Base.</para>
            <para>Represents the following attribute in the schema: anchorx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY">
            <summary>
            <para> Vertical Positioning Base.</para>
            <para>Represents the following attribute in the schema: anchory </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.#ctor">
            <summary>
            Initializes a new instance of the TextWrap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock">
            <summary>
            <para>Anchor Location Is Locked.</para>
            <para> When the object is serialized out as xml, its qualified name is w10:anchorlock.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.#ctor">
            <summary>
            Initializes a new instance of the AnchorLock class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues">
            <summary>
            Border Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.None">
            <summary>
            No Border.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Single">
            <summary>
            Single Line Border.
            <para>When the item is serialized out as xml, its value is "single".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Thick">
            <summary>
            Thick Line Border.
            <para>When the item is serialized out as xml, its value is "thick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Double">
            <summary>
            Double Line Border.
            <para>When the item is serialized out as xml, its value is "double".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Hairline">
            <summary>
            Hairline Border.
            <para>When the item is serialized out as xml, its value is "hairline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dot">
            <summary>
            Dotted Border.
            <para>When the item is serialized out as xml, its value is "dot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dash">
            <summary>
            pecifies a line border consisting of a dashed line around the parent object..
            <para>When the item is serialized out as xml, its value is "dash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DotDash">
            <summary>
            Dot Dash Border.
            <para>When the item is serialized out as xml, its value is "dotDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotDot">
            <summary>
            Dash Dot Dot Border.
            <para>When the item is serialized out as xml, its value is "dashDotDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Triple">
            <summary>
            Triple Line Border.
            <para>When the item is serialized out as xml, its value is "triple".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickSmall">
            <summary>
            Thin Thick Small Gap Border.
            <para>When the item is serialized out as xml, its value is "thinThickSmall".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinSmall">
            <summary>
            Small thick-thin lines border.
            <para>When the item is serialized out as xml, its value is "thickThinSmall".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinSmall">
            <summary>
            Small thin-thick-thin Lines Border.
            <para>When the item is serialized out as xml, its value is "thickBetweenThinSmall".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThick">
            <summary>
            Thin Thick Line Border.
            <para>When the item is serialized out as xml, its value is "thinThick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThin">
            <summary>
            Thick Thin Line Border.
            <para>When the item is serialized out as xml, its value is "thickThin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThin">
            <summary>
            Thin-thick-thin Border.
            <para>When the item is serialized out as xml, its value is "thickBetweenThin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickLarge">
            <summary>
            Thin Thick Large Gap Border.
            <para>When the item is serialized out as xml, its value is "thinThickLarge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinLarge">
            <summary>
            Thick Thin Large Gap Border.
            <para>When the item is serialized out as xml, its value is "thickThinLarge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinLarge">
            <summary>
            Large thin-thick-thin Border.
            <para>When the item is serialized out as xml, its value is "thickBetweenThinLarge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Wave">
            <summary>
            Wavy Border.
            <para>When the item is serialized out as xml, its value is "wave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DoubleWave">
            <summary>
            Double Wavy Lines Border.
            <para>When the item is serialized out as xml, its value is "doubleWave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashedSmall">
            <summary>
            Small Dash Border.
            <para>When the item is serialized out as xml, its value is "dashedSmall".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotStroked">
            <summary>
            Stroked Dash Dot Border.
            <para>When the item is serialized out as xml, its value is "dashDotStroked".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEmboss">
            <summary>
            3D Embossed Border.
            <para>When the item is serialized out as xml, its value is "threeDEmboss".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEngrave">
            <summary>
            3D Engraved Border.
            <para>When the item is serialized out as xml, its value is "threeDEngrave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLOutset">
            <summary>
            Outset Border.
            <para>When the item is serialized out as xml, its value is "HTMLOutset".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLInset">
            <summary>
            Inset Border.
            <para>When the item is serialized out as xml, its value is "HTMLInset".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues">
            <summary>
            Text Wrapping Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.TopAndBottom">
            <summary>
            Top and bottom wrapping.
            <para>When the item is serialized out as xml, its value is "topAndBottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Square">
            <summary>
            Square wrapping.
            <para>When the item is serialized out as xml, its value is "square".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.None">
            <summary>
            No wrapping.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Tight">
            <summary>
            Tight wrapping.
            <para>When the item is serialized out as xml, its value is "tight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Through">
            <summary>
            Through wrapping.
            <para>When the item is serialized out as xml, its value is "through".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues">
            <summary>
            Text Wrapping Side
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Both">
            <summary>
            Both sides.
            <para>When the item is serialized out as xml, its value is "both".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Left">
            <summary>
            Left side.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Right">
            <summary>
            Right side.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Largest">
            <summary>
            Largest side.
            <para>When the item is serialized out as xml, its value is "largest".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues">
            <summary>
            Horizontal Anchor Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Margin">
            <summary>
            Margin.
            <para>When the item is serialized out as xml, its value is "margin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Page">
            <summary>
            Page.
            <para>When the item is serialized out as xml, its value is "page".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Text">
            <summary>
            Text.
            <para>When the item is serialized out as xml, its value is "text".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues">
            <summary>
            Vertical Anchor Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Margin">
            <summary>
            Margin.
            <para>When the item is serialized out as xml, its value is "margin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Page">
            <summary>
            Page.
            <para>When the item is serialized out as xml, its value is "page".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Text">
            <summary>
            Text.
            <para>When the item is serialized out as xml, its value is "text".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Path">
            <summary>
            <para>Defines the Path Class.</para>
            <para> When the object is serialized out as xml, its qualified name is v:path.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Path.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.Value">
            <summary>
            <para> Path Definition.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.Limo">
            <summary>
            <para> Limo Stretch Point.</para>
            <para>Represents the following attribute in the schema: limo </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.TextboxRectangle">
            <summary>
            <para> Text Box Bounding Box.</para>
            <para>Represents the following attribute in the schema: textboxrect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.AllowFill">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: fillok </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.AllowStroke">
            <summary>
            <para> Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: strokeok </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.AllowShading">
            <summary>
            <para> Shadow Toggle.</para>
            <para>Represents the following attribute in the schema: shadowok </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.ShowArrowhead">
            <summary>
            <para> Arrowhead Display Toggle.</para>
            <para>Represents the following attribute in the schema: arrowok </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.AllowGradientShape">
            <summary>
            <para> Gradient Shape Toggle.</para>
            <para>Represents the following attribute in the schema: gradientshapeok </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.AllowTextPath">
            <summary>
            <para> Text Path Toggle.</para>
            <para>Represents the following attribute in the schema: textpathok </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.AllowInsetPen">
            <summary>
            <para> Inset Stroke From Path Flag.</para>
            <para>Represents the following attribute in the schema: insetpenok </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.ConnectionPointType">
             <summary>
             <para> Connection Point Type.</para>
             <para>Represents the following attribute in the schema: o:connecttype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.ConnectionPoints">
             <summary>
             <para> Connection Points.</para>
             <para>Represents the following attribute in the schema: o:connectlocs </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.ConnectAngles">
             <summary>
             <para> Connection Point Connect Angles.</para>
             <para>Represents the following attribute in the schema: o:connectangles </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Path.AllowExtrusion">
             <summary>
             <para> Extrusion Toggle.</para>
             <para>Represents the following attribute in the schema: o:extrusionok </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Path.#ctor">
            <summary>
            Initializes a new instance of the Path class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Path.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Formulas">
             <summary>
             <para>Defines the Formulas Class.</para>
             <para> When the object is serialized out as xml, its qualified name is v:formulas.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Formula &lt;v:f></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Formulas.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Formulas.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Formulas.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Formulas.#ctor">
            <summary>
            Initializes a new instance of the Formulas class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Formulas.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Formulas class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Formulas.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Formulas class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Formulas.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Formulas class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Formulas.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.ShapeHandles">
             <summary>
             <para>Defines the ShapeHandles Class.</para>
             <para> When the object is serialized out as xml, its qualified name is v:handles.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeHandle &lt;v:h></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ShapeHandles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ShapeHandles.#ctor">
            <summary>
            Initializes a new instance of the ShapeHandles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ShapeHandles.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeHandles class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ShapeHandles.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeHandles class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ShapeHandles.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeHandles class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ShapeHandles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Fill">
             <summary>
             <para>Defines the Fill Class.</para>
             <para> When the object is serialized out as xml, its qualified name is v:fill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties &lt;o:fill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Fill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Type">
            <summary>
            <para> Fill Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.On">
            <summary>
            <para> Fill Toggle.</para>
            <para>Represents the following attribute in the schema: on </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Color">
            <summary>
            <para> Primary Color.</para>
            <para>Represents the following attribute in the schema: color </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Opacity">
            <summary>
            <para> Primary Color Opacity.</para>
            <para>Represents the following attribute in the schema: opacity </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Color2">
            <summary>
            <para> Secondary Color.</para>
            <para>Represents the following attribute in the schema: color2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Source">
            <summary>
            <para> Fill Image Source.</para>
            <para>Represents the following attribute in the schema: src </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Href">
             <summary>
             <para> Hyperlink Target.</para>
             <para>Represents the following attribute in the schema: o:href </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference">
             <summary>
             <para> Alternate Image Reference Location.</para>
             <para>Represents the following attribute in the schema: o:althref </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Size">
            <summary>
            <para> Fill Image Size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Origin">
            <summary>
            <para> Fill Image Origin.</para>
            <para>Represents the following attribute in the schema: origin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Position">
            <summary>
            <para> Fill Image Position.</para>
            <para>Represents the following attribute in the schema: position </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Aspect">
            <summary>
            <para> Image Aspect Ratio.</para>
            <para>Represents the following attribute in the schema: aspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Colors">
            <summary>
            <para> Intermediate Colors.</para>
            <para>Represents the following attribute in the schema: colors </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Angle">
            <summary>
            <para> Gradient Angle.</para>
            <para>Represents the following attribute in the schema: angle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.AlignShape">
            <summary>
            <para> Align Image With Shape.</para>
            <para>Represents the following attribute in the schema: alignshape </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Focus">
            <summary>
            <para> Gradient Center.</para>
            <para>Represents the following attribute in the schema: focus </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.FocusSize">
            <summary>
            <para> Radial Gradient Size.</para>
            <para>Represents the following attribute in the schema: focussize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.FocusPosition">
            <summary>
            <para> Radial Gradient Center.</para>
            <para>Represents the following attribute in the schema: focusposition </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Method">
            <summary>
            <para> Gradient Fill Method.</para>
            <para>Represents the following attribute in the schema: method </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick">
             <summary>
             <para> Detect Mouse Click.</para>
             <para>Represents the following attribute in the schema: o:detectmouseclick </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Title">
             <summary>
             <para> Title.</para>
             <para>Represents the following attribute in the schema: o:title </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Opacity2">
             <summary>
             <para> Secondary Color Opacity.</para>
             <para>Represents the following attribute in the schema: o:opacity2 </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Recolor">
            <summary>
            <para> Recolor Fill as Picture.</para>
            <para>Represents the following attribute in the schema: recolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.Rotate">
            <summary>
            <para> Rotate Fill with Shape.</para>
            <para>Represents the following attribute in the schema: rotate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.RelationshipId">
             <summary>
             <para> Relationship to Part.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Fill.#ctor">
            <summary>
            Initializes a new instance of the Fill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Fill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Fill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Fill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Fill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Fill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Fill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties">
            <summary>
            <para> FillExtendedProperties.</para>
            <para> Represents the following element tag in the schema: o:fill </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Fill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Stroke">
             <summary>
             <para>Defines the Stroke Class.</para>
             <para> When the object is serialized out as xml, its qualified name is v:stroke.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Vml.Office.LeftStroke &lt;o:left></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.TopStroke &lt;o:top></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.RightStroke &lt;o:right></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.BottomStroke &lt;o:bottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ColumnStroke &lt;o:column></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Stroke.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.On">
            <summary>
            <para> Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: on </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.Weight">
            <summary>
            <para> Stroke Weight.</para>
            <para>Represents the following attribute in the schema: weight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.Color">
            <summary>
            <para> Stroke Color.</para>
            <para>Represents the following attribute in the schema: color </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.Opacity">
            <summary>
            <para> Stroke Opacity.</para>
            <para>Represents the following attribute in the schema: opacity </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.LineStyle">
            <summary>
            <para> Stroke Line Style.</para>
            <para>Represents the following attribute in the schema: linestyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.Miterlimit">
            <summary>
            <para> Miter Joint Limit.</para>
            <para>Represents the following attribute in the schema: miterlimit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.JoinStyle">
            <summary>
            <para> Line End Join Style.</para>
            <para>Represents the following attribute in the schema: joinstyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.EndCap">
            <summary>
            <para> Line End Cap.</para>
            <para>Represents the following attribute in the schema: endcap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.DashStyle">
            <summary>
            <para> Stroke Dash Pattern.</para>
            <para>Represents the following attribute in the schema: dashstyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.FillType">
            <summary>
            <para> Stroke Image Style.</para>
            <para>Represents the following attribute in the schema: filltype </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.Source">
            <summary>
            <para> Stroke Image Location.</para>
            <para>Represents the following attribute in the schema: src </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.ImageAspect">
            <summary>
            <para> Stroke Image Aspect Ratio.</para>
            <para>Represents the following attribute in the schema: imageaspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.ImageSize">
            <summary>
            <para> Stroke Image Size.</para>
            <para>Represents the following attribute in the schema: imagesize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape">
            <summary>
            <para> Stoke Image Alignment.</para>
            <para>Represents the following attribute in the schema: imagealignshape </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.Color2">
            <summary>
            <para> Stroke Alternate Pattern Color.</para>
            <para>Represents the following attribute in the schema: color2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.StartArrow">
            <summary>
            <para> Line Start Arrowhead.</para>
            <para>Represents the following attribute in the schema: startarrow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth">
            <summary>
            <para> Line Start Arrowhead Width.</para>
            <para>Represents the following attribute in the schema: startarrowwidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength">
            <summary>
            <para> Line Start Arrowhead Length.</para>
            <para>Represents the following attribute in the schema: startarrowlength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.EndArrow">
            <summary>
            <para> Line End Arrowhead.</para>
            <para>Represents the following attribute in the schema: endarrow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth">
            <summary>
            <para> Line End Arrowhead Width.</para>
            <para>Represents the following attribute in the schema: endarrowwidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength">
            <summary>
            <para> Line End Arrowhead Length.</para>
            <para>Represents the following attribute in the schema: endarrowlength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.Href">
             <summary>
             <para> Original Image Reference.</para>
             <para>Represents the following attribute in the schema: o:href </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference">
             <summary>
             <para> Alternate Image Reference.</para>
             <para>Represents the following attribute in the schema: o:althref </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.Title">
             <summary>
             <para> Stroke Title.</para>
             <para>Represents the following attribute in the schema: o:title </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.RelationshipId">
             <summary>
             <para> Relationship.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.Insetpen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Stroke.#ctor">
            <summary>
            Initializes a new instance of the Stroke class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Stroke.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Stroke class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Stroke.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Stroke class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Stroke.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Stroke class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.LeftStroke">
            <summary>
            <para> LeftStroke.</para>
            <para> Represents the following element tag in the schema: o:left </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.TopStroke">
            <summary>
            <para> TopStroke.</para>
            <para> Represents the following element tag in the schema: o:top </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.RightStroke">
            <summary>
            <para> RightStroke.</para>
            <para> Represents the following element tag in the schema: o:right </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.BottomStroke">
            <summary>
            <para> BottomStroke.</para>
            <para> Represents the following element tag in the schema: o:bottom </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke">
            <summary>
            <para> ColumnStroke.</para>
            <para> Represents the following element tag in the schema: o:column </para>
            </summary>
            <remark>
            xmlns:o = urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Stroke.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Shadow">
            <summary>
            <para>Defines the Shadow Class.</para>
            <para> When the object is serialized out as xml, its qualified name is v:shadow.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shadow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.On">
            <summary>
            <para> Shadow Toggle.</para>
            <para>Represents the following attribute in the schema: on </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.Type">
            <summary>
            <para> Shadow Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.Obscured">
            <summary>
            <para> Shadow Transparency.</para>
            <para>Represents the following attribute in the schema: obscured </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.Color">
            <summary>
            <para> Shadow Primary Color.</para>
            <para>Represents the following attribute in the schema: color </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.Opacity">
            <summary>
            <para> Shadow Opacity.</para>
            <para>Represents the following attribute in the schema: opacity </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.Offset">
            <summary>
            <para> Shadow Primary Offset.</para>
            <para>Represents the following attribute in the schema: offset </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.Color2">
            <summary>
            <para> Shadow Secondary Color.</para>
            <para>Represents the following attribute in the schema: color2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.Offset2">
            <summary>
            <para> Shadow Secondary Offset.</para>
            <para>Represents the following attribute in the schema: offset2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.Origin">
            <summary>
            <para> Shadow Origin.</para>
            <para>Represents the following attribute in the schema: origin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shadow.Matrix">
            <summary>
            <para> Shadow Perspective Matrix.</para>
            <para>Represents the following attribute in the schema: matrix </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shadow.#ctor">
            <summary>
            Initializes a new instance of the Shadow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shadow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.TextBox">
             <summary>
             <para>Defines the TextBox Class.</para>
             <para> When the object is serialized out as xml, its qualified name is v:textbox.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Wordprocessing.TextBoxContent &lt;w:txbxContent></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.TextBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextBox.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextBox.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextBox.Inset">
            <summary>
            <para> Text Box Inset.</para>
            <para>Represents the following attribute in the schema: inset </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextBox.SingleClick">
             <summary>
             <para> Text Box Single-Click Selection Toggle.</para>
             <para>Represents the following attribute in the schema: o:singleclick </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.TextBox.#ctor">
            <summary>
            Initializes a new instance of the TextBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.TextBox.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBox class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.TextBox.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBox class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.TextBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBox class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.TextBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.TextPath">
            <summary>
            <para>Defines the TextPath Class.</para>
            <para> When the object is serialized out as xml, its qualified name is v:textpath.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextPath.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextPath.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.TextPath.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextPath.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextPath.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextPath.On">
            <summary>
            <para> Text Path Toggle.</para>
            <para>Represents the following attribute in the schema: on </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextPath.FitShape">
            <summary>
            <para> Shape Fit Toggle.</para>
            <para>Represents the following attribute in the schema: fitshape </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextPath.FitPath">
            <summary>
            <para> Path Fit Toggle.</para>
            <para>Represents the following attribute in the schema: fitpath </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextPath.Trim">
            <summary>
            <para> Text Path Trim Toggle.</para>
            <para>Represents the following attribute in the schema: trim </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextPath.XScale">
            <summary>
            <para> Text X-Scaling.</para>
            <para>Represents the following attribute in the schema: xscale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.TextPath.String">
            <summary>
            <para> Text Path Text.</para>
            <para>Represents the following attribute in the schema: string </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.TextPath.#ctor">
            <summary>
            Initializes a new instance of the TextPath class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.TextPath.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.ImageData">
            <summary>
            <para>Defines the ImageData Class.</para>
            <para> When the object is serialized out as xml, its qualified name is v:imagedata.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ImageData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.ChromAKey">
            <summary>
            <para> Image Transparency Color.</para>
            <para>Represents the following attribute in the schema: chromakey </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.CropLeft">
            <summary>
            <para> Image Left Crop.</para>
            <para>Represents the following attribute in the schema: cropleft </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.CropTop">
            <summary>
            <para> Image Top Crop.</para>
            <para>Represents the following attribute in the schema: croptop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.CropRight">
            <summary>
            <para> Image Right Crop.</para>
            <para>Represents the following attribute in the schema: cropright </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.CropBottom">
            <summary>
            <para> Image Bottom Crop.</para>
            <para>Represents the following attribute in the schema: cropbottom </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.Gain">
            <summary>
            <para> Image Intensity.</para>
            <para>Represents the following attribute in the schema: gain </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.BlackLevel">
            <summary>
            <para> Image Brightness.</para>
            <para>Represents the following attribute in the schema: blacklevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.Gamma">
            <summary>
            <para> Image Gamma Correction.</para>
            <para>Represents the following attribute in the schema: gamma </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.Grayscale">
            <summary>
            <para> Image Grayscale Toggle.</para>
            <para>Represents the following attribute in the schema: grayscale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.BiLevel">
            <summary>
            <para> Image Bilevel Toggle.</para>
            <para>Represents the following attribute in the schema: bilevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.EmbossColor">
            <summary>
            <para> Embossed Color.</para>
            <para>Represents the following attribute in the schema: embosscolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget">
            <summary>
            <para> Black Recoloring Color.</para>
            <para>Represents the following attribute in the schema: recolortarget </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.Title">
             <summary>
             <para> Image Data Title.</para>
             <para>Represents the following attribute in the schema: o:title </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick">
             <summary>
             <para> Detect Mouse Click.</para>
             <para>Represents the following attribute in the schema: o:detectmouseclick </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.RelId">
             <summary>
             <para> Relationship to Part.</para>
             <para>Represents the following attribute in the schema: o:relid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.RelationshipId">
             <summary>
             <para> Explicit Relationship to Image Data.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.Picture">
             <summary>
             <para> Explicit Relationship to Alternate Image Data.</para>
             <para>Represents the following attribute in the schema: r:pict </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageData.RelHref">
             <summary>
             <para> Explicit Relationship to Hyperlink Target.</para>
             <para>Represents the following attribute in the schema: r:href </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ImageData.#ctor">
            <summary>
            Initializes a new instance of the ImageData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ImageData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Shape">
             <summary>
             <para>Shape Definition.</para>
             <para> When the object is serialized out as xml, its qualified name is v:shape.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;v:path></description></item>
            <item><description>Formulas &lt;v:formulas></description></item>
            <item><description>ShapeHandles &lt;v:handles></description></item>
            <item><description>Fill &lt;v:fill></description></item>
            <item><description>Stroke &lt;v:stroke></description></item>
            <item><description>Shadow &lt;v:shadow></description></item>
            <item><description>TextBox &lt;v:textbox></description></item>
            <item><description>TextPath &lt;v:textpath></description></item>
            <item><description>ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Ink &lt;o:ink></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag &lt;pvml:iscomment></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Href">
            <summary>
            <para> Hyperlink Target.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Target">
            <summary>
            <para> Hyperlink Display Target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Class">
            <summary>
            <para> CSS Reference.</para>
            <para>Represents the following attribute in the schema: class </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Title">
            <summary>
            <para> Shape Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Alternate">
            <summary>
            <para> Alternate Text.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.CoordinateSize">
            <summary>
            <para> Coordinate Space Size.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin">
            <summary>
            <para> Coordinate Space Origin.</para>
            <para>Represents the following attribute in the schema: coordorigin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates">
            <summary>
            <para> Shape Bounding Polygon.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Print">
            <summary>
            <para> Print Toggle.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.OptionalString">
             <summary>
             <para> Optional String.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Oned">
             <summary>
             <para> Shape Handle Toggle.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.RegroupId">
             <summary>
             <para> Regroup ID.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify">
             <summary>
             <para> Double-click Notification Toggle.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Button">
             <summary>
             <para> Button Behavior Toggle.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.UserHidden">
             <summary>
             <para> Hide Script Anchors.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Bullet">
             <summary>
             <para> Graphical Bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Horizontal">
             <summary>
             <para> Horizontal Rule Toggle.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard">
             <summary>
             <para> Horizontal Rule Standard Display Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade">
             <summary>
             <para> Horizontal Rule 3D Shading Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage">
             <summary>
             <para> Horizontal Rule Length Percentage.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment">
             <summary>
             <para> Horizontal Rule Alignment.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.AllowOverlap">
             <summary>
             <para> Allow Shape Overlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.UserDrawn">
             <summary>
             <para> Exists In Master Slide.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.BorderTopColor">
             <summary>
             <para> Border Top Color.</para>
             <para>Represents the following attribute in the schema: o:bordertopcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor">
             <summary>
             <para> Border Left Color.</para>
             <para>Represents the following attribute in the schema: o:borderleftcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor">
             <summary>
             <para> Bottom Border Color.</para>
             <para>Represents the following attribute in the schema: o:borderbottomcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.BorderRightColor">
             <summary>
             <para> Border Right Color.</para>
             <para>Represents the following attribute in the schema: o:borderrightcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.DiagramLayout">
             <summary>
             <para> Diagram Node Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind">
             <summary>
             <para> Diagram Node Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed">
             <summary>
             <para> Diagram Node Recent Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.InsetMode">
             <summary>
             <para> Text Inset Mode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: filled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.FillColor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Stroked">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.StrokeWeight">
            <summary>
            <para> Shape Stroke Weight.</para>
            <para>Represents the following attribute in the schema: strokeweight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.OptionalNumber">
             <summary>
             <para> Optional Number.</para>
             <para>Represents the following attribute in the schema: o:spt </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.ConnectorType">
             <summary>
             <para> Shape Connector Type.</para>
             <para>Represents the following attribute in the schema: o:connectortype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.OleIcon">
             <summary>
             <para> Embedded Object Icon Toggle.</para>
             <para>Represents the following attribute in the schema: o:oleicon </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Ole">
             <summary>
             <para> Embedded Object Toggle.</para>
             <para>Represents the following attribute in the schema: o:ole </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.PreferRelative">
             <summary>
             <para> Relative Resize Toggle.</para>
             <para>Represents the following attribute in the schema: o:preferrelative </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.ClipToWrap">
             <summary>
             <para> Clip to Wrapping Polygon.</para>
             <para>Represents the following attribute in the schema: o:cliptowrap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Clip">
             <summary>
             <para> Clipping Toggle.</para>
             <para>Represents the following attribute in the schema: o:clip </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Type">
            <summary>
            <para> Shape Type Reference.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.Adjustment">
            <summary>
            <para> Adjustment Parameters.</para>
            <para>Represents the following attribute in the schema: adj </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.EdgePath">
            <summary>
            <para> Edge Path.</para>
            <para>Represents the following attribute in the schema: path </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.EncodedPackage">
             <summary>
             <para> Encoded Package.</para>
             <para>Represents the following attribute in the schema: o:gfxdata </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shape.EquationXml">
            <summary>
            <para> Storage for Alternate Math Content.</para>
            <para>Represents the following attribute in the schema: equationxml </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shape.#ctor">
            <summary>
            Initializes a new instance of the Shape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Shapetype">
             <summary>
             <para>Shape Template.</para>
             <para> When the object is serialized out as xml, its qualified name is v:shapetype.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;v:path></description></item>
            <item><description>Formulas &lt;v:formulas></description></item>
            <item><description>ShapeHandles &lt;v:handles></description></item>
            <item><description>Fill &lt;v:fill></description></item>
            <item><description>Stroke &lt;v:stroke></description></item>
            <item><description>Shadow &lt;v:shadow></description></item>
            <item><description>TextBox &lt;v:textbox></description></item>
            <item><description>TextPath &lt;v:textpath></description></item>
            <item><description>ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Complex &lt;o:complex></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shapetype.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Href">
            <summary>
            <para> Hyperlink Target.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Target">
            <summary>
            <para> Hyperlink Display Target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Class">
            <summary>
            <para> CSS Reference.</para>
            <para>Represents the following attribute in the schema: class </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Title">
            <summary>
            <para> Shape Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Alternate">
            <summary>
            <para> Alternate Text.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize">
            <summary>
            <para> Coordinate Space Size.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin">
            <summary>
            <para> Coordinate Space Origin.</para>
            <para>Represents the following attribute in the schema: coordorigin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates">
            <summary>
            <para> Shape Bounding Polygon.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Print">
            <summary>
            <para> Print Toggle.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.OptionalString">
             <summary>
             <para> Optional String.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Oned">
             <summary>
             <para> Shape Handle Toggle.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.RegroupId">
             <summary>
             <para> Regroup ID.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify">
             <summary>
             <para> Double-click Notification Toggle.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Button">
             <summary>
             <para> Button Behavior Toggle.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.UserHidden">
             <summary>
             <para> Hide Script Anchors.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Bullet">
             <summary>
             <para> Graphical Bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Horizontal">
             <summary>
             <para> Horizontal Rule Toggle.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard">
             <summary>
             <para> Horizontal Rule Standard Display Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade">
             <summary>
             <para> Horizontal Rule 3D Shading Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage">
             <summary>
             <para> Horizontal Rule Length Percentage.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment">
             <summary>
             <para> Horizontal Rule Alignment.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap">
             <summary>
             <para> Allow Shape Overlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn">
             <summary>
             <para> Exists In Master Slide.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor">
             <summary>
             <para> Border Top Color.</para>
             <para>Represents the following attribute in the schema: o:bordertopcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor">
             <summary>
             <para> Border Left Color.</para>
             <para>Represents the following attribute in the schema: o:borderleftcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor">
             <summary>
             <para> Bottom Border Color.</para>
             <para>Represents the following attribute in the schema: o:borderbottomcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor">
             <summary>
             <para> Border Right Color.</para>
             <para>Represents the following attribute in the schema: o:borderrightcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout">
             <summary>
             <para> Diagram Node Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind">
             <summary>
             <para> Diagram Node Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed">
             <summary>
             <para> Diagram Node Recent Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.InsetMode">
             <summary>
             <para> Text Inset Mode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: filled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.FillColor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Stroked">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight">
            <summary>
            <para> Shape Stroke Weight.</para>
            <para>Represents the following attribute in the schema: strokeweight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber">
             <summary>
             <para> Optional Number.</para>
             <para>Represents the following attribute in the schema: o:spt </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType">
             <summary>
             <para> Shape Connector Type.</para>
             <para>Represents the following attribute in the schema: o:connectortype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.OleIcon">
             <summary>
             <para> Embedded Object Icon Toggle.</para>
             <para>Represents the following attribute in the schema: o:oleicon </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Ole">
             <summary>
             <para> Embedded Object Toggle.</para>
             <para>Represents the following attribute in the schema: o:ole </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative">
             <summary>
             <para> Relative Resize Toggle.</para>
             <para>Represents the following attribute in the schema: o:preferrelative </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap">
             <summary>
             <para> Clip to Wrapping Polygon.</para>
             <para>Represents the following attribute in the schema: o:cliptowrap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Clip">
             <summary>
             <para> Clipping Toggle.</para>
             <para>Represents the following attribute in the schema: o:clip </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Adjustment">
            <summary>
            <para> Adjustment Parameters.</para>
            <para>Represents the following attribute in the schema: adj </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.EdgePath">
            <summary>
            <para> Edge Path.</para>
            <para>Represents the following attribute in the schema: path </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Shapetype.Master">
             <summary>
             <para> Master Element Toggle.</para>
             <para>Represents the following attribute in the schema: o:master </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shapetype.#ctor">
            <summary>
            Initializes a new instance of the Shapetype class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shapetype.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shapetype class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shapetype.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shapetype class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shapetype.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shapetype class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Shapetype.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Group">
             <summary>
             <para>Shape Group.</para>
             <para> When the object is serialized out as xml, its qualified name is v:group.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Group &lt;v:group></description></item>
            <item><description>Shape &lt;v:shape></description></item>
            <item><description>Shapetype &lt;v:shapetype></description></item>
            <item><description>Arc &lt;v:arc></description></item>
            <item><description>Curve &lt;v:curve></description></item>
            <item><description>ImageFile &lt;v:image></description></item>
            <item><description>Line &lt;v:line></description></item>
            <item><description>Oval &lt;v:oval></description></item>
            <item><description>PolyLine &lt;v:polyline></description></item>
            <item><description>Rectangle &lt;v:rect></description></item>
            <item><description>RoundRectangle &lt;v:roundrect></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Diagram &lt;o:diagram></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Group.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Href">
            <summary>
            <para> Hyperlink Target.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Target">
            <summary>
            <para> Hyperlink Display Target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Class">
            <summary>
            <para> CSS Reference.</para>
            <para>Represents the following attribute in the schema: class </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Title">
            <summary>
            <para> Shape Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Alternate">
            <summary>
            <para> Alternate Text.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.CoordinateSize">
            <summary>
            <para> Coordinate Space Size.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin">
            <summary>
            <para> Coordinate Space Origin.</para>
            <para>Represents the following attribute in the schema: coordorigin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.WrapCoordinates">
            <summary>
            <para> Shape Bounding Polygon.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Print">
            <summary>
            <para> Print Toggle.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.OptionalString">
             <summary>
             <para> spid.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Oned">
             <summary>
             <para> oned.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.RegroupId">
             <summary>
             <para> regroupid.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify">
             <summary>
             <para> doubleclicknotify.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Button">
             <summary>
             <para> button.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.UserHidden">
             <summary>
             <para> userhidden.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Bullet">
             <summary>
             <para> bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.Horizontal">
             <summary>
             <para> hr.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.HorizontalStandard">
             <summary>
             <para> hrstd.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade">
             <summary>
             <para> hrnoshade.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage">
             <summary>
             <para> hrpct.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment">
             <summary>
             <para> hralign.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.AllowInCell">
             <summary>
             <para> allowincell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.AllowOverlap">
             <summary>
             <para> allowoverlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.UserDrawn">
             <summary>
             <para> userdrawn.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.DiagramLayout">
             <summary>
             <para> dgmlayout.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind">
             <summary>
             <para> dgmnodekind.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed">
             <summary>
             <para> dgmlayoutmru.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.InsetMode">
             <summary>
             <para> insetmode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.EditAs">
            <summary>
            <para> Group Diagram Type.</para>
            <para>Represents the following attribute in the schema: editas </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.TableProperties">
             <summary>
             <para> Table Properties.</para>
             <para>Represents the following attribute in the schema: o:tableproperties </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Group.TableLimits">
             <summary>
             <para> Table Row Height Limits.</para>
             <para>Represents the following attribute in the schema: o:tablelimits </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Group.#ctor">
            <summary>
            Initializes a new instance of the Group class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Group.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Group class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Group.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Group class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Group.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Group class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Group.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Background">
             <summary>
             <para>Document Background.</para>
             <para> When the object is serialized out as xml, its qualified name is v:background.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Fill &lt;v:fill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Background.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Background.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Background.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Background.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Background.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: fill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Background.Fillcolor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Background.TargetScreenSize">
             <summary>
             <para> Target Screen Size.</para>
             <para>Represents the following attribute in the schema: o:targetscreensize </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Background.#ctor">
            <summary>
            Initializes a new instance of the Background class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Background.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Background class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Background.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Background class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Background.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Background class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Background.Fill">
            <summary>
            <para> Fill.</para>
            <para> Represents the following element tag in the schema: v:fill </para>
            </summary>
            <remark>
            xmlns:v = urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Background.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Arc">
             <summary>
             <para>Arc Segment.</para>
             <para> When the object is serialized out as xml, its qualified name is v:arc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;v:path></description></item>
            <item><description>Formulas &lt;v:formulas></description></item>
            <item><description>ShapeHandles &lt;v:handles></description></item>
            <item><description>Fill &lt;v:fill></description></item>
            <item><description>Stroke &lt;v:stroke></description></item>
            <item><description>Shadow &lt;v:shadow></description></item>
            <item><description>TextBox &lt;v:textbox></description></item>
            <item><description>TextPath &lt;v:textpath></description></item>
            <item><description>ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Arc.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.OptionalString">
             <summary>
             <para> Optional String.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Oned">
             <summary>
             <para> Shape Handle Toggle.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.RegroupId">
             <summary>
             <para> Regroup ID.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify">
             <summary>
             <para> Double-click Notification Toggle.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Button">
             <summary>
             <para> Button Behavior Toggle.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.UserHidden">
             <summary>
             <para> Hide Script Anchors.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Bullet">
             <summary>
             <para> Graphical Bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Horizontal">
             <summary>
             <para> Horizontal Rule Toggle.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard">
             <summary>
             <para> Horizontal Rule Standard Display Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade">
             <summary>
             <para> Horizontal Rule 3D Shading Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage">
             <summary>
             <para> Horizontal Rule Length Percentage.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment">
             <summary>
             <para> Horizontal Rule Alignment.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.AllowOverlap">
             <summary>
             <para> Allow Shape Overlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.UserDrawn">
             <summary>
             <para> Exists In Master Slide.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.BorderTopColor">
             <summary>
             <para> Border Top Color.</para>
             <para>Represents the following attribute in the schema: o:bordertopcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor">
             <summary>
             <para> Border Left Color.</para>
             <para>Represents the following attribute in the schema: o:borderleftcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor">
             <summary>
             <para> Bottom Border Color.</para>
             <para>Represents the following attribute in the schema: o:borderbottomcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.BorderRightColor">
             <summary>
             <para> Border Right Color.</para>
             <para>Represents the following attribute in the schema: o:borderrightcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.DiagramLayout">
             <summary>
             <para> Diagram Node Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind">
             <summary>
             <para> Diagram Node Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed">
             <summary>
             <para> Diagram Node Recent Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.InsetMode">
             <summary>
             <para> Text Inset Mode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: filled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.FillColor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Stroked">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.StrokeWeight">
            <summary>
            <para> Shape Stroke Weight.</para>
            <para>Represents the following attribute in the schema: strokeweight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.OptionalNumber">
             <summary>
             <para> Optional Number.</para>
             <para>Represents the following attribute in the schema: o:spt </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.ConnectorType">
             <summary>
             <para> Shape Connector Type.</para>
             <para>Represents the following attribute in the schema: o:connectortype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.OleIcon">
             <summary>
             <para> Embedded Object Icon Toggle.</para>
             <para>Represents the following attribute in the schema: o:oleicon </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Ole">
             <summary>
             <para> Embedded Object Toggle.</para>
             <para>Represents the following attribute in the schema: o:ole </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.PreferRelative">
             <summary>
             <para> Relative Resize Toggle.</para>
             <para>Represents the following attribute in the schema: o:preferrelative </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.ClipToWrap">
             <summary>
             <para> Clip to Wrapping Polygon.</para>
             <para>Represents the following attribute in the schema: o:cliptowrap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Clip">
             <summary>
             <para> Clipping Toggle.</para>
             <para>Represents the following attribute in the schema: o:clip </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Href">
            <summary>
            <para> Hyperlink Target.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Target">
            <summary>
            <para> Hyperlink Display Target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Title">
            <summary>
            <para> Shape Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Alternate">
            <summary>
            <para> Alternate Text.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.CoordinateSize">
            <summary>
            <para> Coordinate Space Size.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin">
            <summary>
            <para> Coordinate Space Origin.</para>
            <para>Represents the following attribute in the schema: coordorigin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Wrapcoords">
            <summary>
            <para> Shape Bounding Polygon.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.Print">
            <summary>
            <para> Print Toggle.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.StartAngle">
            <summary>
            <para> Starting Angle.</para>
            <para>Represents the following attribute in the schema: startangle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Arc.EndAngle">
            <summary>
            <para> Ending Angle.</para>
            <para>Represents the following attribute in the schema: endangle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Arc.#ctor">
            <summary>
            Initializes a new instance of the Arc class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Arc.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Arc class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Arc.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Arc class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Arc.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Arc class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Arc.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Curve">
             <summary>
             <para>Bezier Curve.</para>
             <para> When the object is serialized out as xml, its qualified name is v:curve.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;v:path></description></item>
            <item><description>Formulas &lt;v:formulas></description></item>
            <item><description>ShapeHandles &lt;v:handles></description></item>
            <item><description>Fill &lt;v:fill></description></item>
            <item><description>Stroke &lt;v:stroke></description></item>
            <item><description>Shadow &lt;v:shadow></description></item>
            <item><description>TextBox &lt;v:textbox></description></item>
            <item><description>TextPath &lt;v:textpath></description></item>
            <item><description>ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Curve.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Href">
            <summary>
            <para> Hyperlink Target.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Target">
            <summary>
            <para> Hyperlink Display Target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Class">
            <summary>
            <para> CSS Reference.</para>
            <para>Represents the following attribute in the schema: class </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Title">
            <summary>
            <para> Shape Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Alternate">
            <summary>
            <para> Alternate Text.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.CoordinateSize">
            <summary>
            <para> Coordinate Space Size.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin">
            <summary>
            <para> Coordinate Space Origin.</para>
            <para>Represents the following attribute in the schema: coordorigin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates">
            <summary>
            <para> Shape Bounding Polygon.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Print">
            <summary>
            <para> Print Toggle.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.OptionalString">
             <summary>
             <para> Optional String.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Oned">
             <summary>
             <para> Shape Handle Toggle.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.RegroupId">
             <summary>
             <para> Regroup ID.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify">
             <summary>
             <para> Double-click Notification Toggle.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Button">
             <summary>
             <para> Button Behavior Toggle.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.UserHidden">
             <summary>
             <para> Hide Script Anchors.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Bullet">
             <summary>
             <para> Graphical Bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Horizontal">
             <summary>
             <para> Horizontal Rule Toggle.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard">
             <summary>
             <para> Horizontal Rule Standard Display Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade">
             <summary>
             <para> Horizontal Rule 3D Shading Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage">
             <summary>
             <para> Horizontal Rule Length Percentage.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment">
             <summary>
             <para> Horizontal Rule Alignment.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.AllowOverlap">
             <summary>
             <para> Allow Shape Overlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.UserDrawn">
             <summary>
             <para> Exists In Master Slide.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.BorderTopColor">
             <summary>
             <para> Border Top Color.</para>
             <para>Represents the following attribute in the schema: o:bordertopcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor">
             <summary>
             <para> Border Left Color.</para>
             <para>Represents the following attribute in the schema: o:borderleftcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor">
             <summary>
             <para> Bottom Border Color.</para>
             <para>Represents the following attribute in the schema: o:borderbottomcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.BorderRightColor">
             <summary>
             <para> Border Right Color.</para>
             <para>Represents the following attribute in the schema: o:borderrightcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.DiagramLayout">
             <summary>
             <para> Diagram Node Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind">
             <summary>
             <para> Diagram Node Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed">
             <summary>
             <para> Diagram Node Recent Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.InsetMode">
             <summary>
             <para> Text Inset Mode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: filled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.FillColor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Stroked">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.StrokeWeight">
            <summary>
            <para> Shape Stroke Weight.</para>
            <para>Represents the following attribute in the schema: strokeweight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.OptionalNumber">
             <summary>
             <para> Optional Number.</para>
             <para>Represents the following attribute in the schema: o:spt </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.ConnectorType">
             <summary>
             <para> Shape Connector Type.</para>
             <para>Represents the following attribute in the schema: o:connectortype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.OleIcon">
             <summary>
             <para> Embedded Object Icon Toggle.</para>
             <para>Represents the following attribute in the schema: o:oleicon </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Ole">
             <summary>
             <para> Embedded Object Toggle.</para>
             <para>Represents the following attribute in the schema: o:ole </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.PreferRelative">
             <summary>
             <para> Relative Resize Toggle.</para>
             <para>Represents the following attribute in the schema: o:preferrelative </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.ClipToWrap">
             <summary>
             <para> Clip to Wrapping Polygon.</para>
             <para>Represents the following attribute in the schema: o:cliptowrap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Clip">
             <summary>
             <para> Clipping Toggle.</para>
             <para>Represents the following attribute in the schema: o:clip </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.From">
            <summary>
            <para> Curve Starting Point.</para>
            <para>Represents the following attribute in the schema: from </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Control1">
            <summary>
            <para> First Curve Control Point.</para>
            <para>Represents the following attribute in the schema: control1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.Control2">
            <summary>
            <para> Second Curve Control Point.</para>
            <para>Represents the following attribute in the schema: control2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Curve.To">
            <summary>
            <para> Curve Ending Point.</para>
            <para>Represents the following attribute in the schema: to </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Curve.#ctor">
            <summary>
            Initializes a new instance of the Curve class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Curve.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Curve class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Curve.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Curve class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Curve.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Curve class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Curve.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.ImageFile">
             <summary>
             <para>Image File.</para>
             <para> When the object is serialized out as xml, its qualified name is v:image.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;v:path></description></item>
            <item><description>Formulas &lt;v:formulas></description></item>
            <item><description>ShapeHandles &lt;v:handles></description></item>
            <item><description>Fill &lt;v:fill></description></item>
            <item><description>Stroke &lt;v:stroke></description></item>
            <item><description>Shadow &lt;v:shadow></description></item>
            <item><description>TextBox &lt;v:textbox></description></item>
            <item><description>TextPath &lt;v:textpath></description></item>
            <item><description>ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ImageFile.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Style">
            <summary>
            <para> style.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Href">
            <summary>
            <para> href.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Target">
            <summary>
            <para> target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Class">
            <summary>
            <para> class.</para>
            <para>Represents the following attribute in the schema: class </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Alternate">
            <summary>
            <para> alt.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize">
            <summary>
            <para> coordsize.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates">
            <summary>
            <para> wrapcoords.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Print">
            <summary>
            <para> print.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.OptionalString">
             <summary>
             <para> Optional String.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Oned">
             <summary>
             <para> Shape Handle Toggle.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.RegroupId">
             <summary>
             <para> Regroup ID.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify">
             <summary>
             <para> Double-click Notification Toggle.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Button">
             <summary>
             <para> Button Behavior Toggle.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.UserHidden">
             <summary>
             <para> Hide Script Anchors.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Bullet">
             <summary>
             <para> Graphical Bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Horizontal">
             <summary>
             <para> Horizontal Rule Toggle.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard">
             <summary>
             <para> Horizontal Rule Standard Display Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade">
             <summary>
             <para> Horizontal Rule 3D Shading Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage">
             <summary>
             <para> Horizontal Rule Length Percentage.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment">
             <summary>
             <para> Horizontal Rule Alignment.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap">
             <summary>
             <para> Allow Shape Overlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn">
             <summary>
             <para> Exists In Master Slide.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor">
             <summary>
             <para> Border Top Color.</para>
             <para>Represents the following attribute in the schema: o:bordertopcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor">
             <summary>
             <para> Border Left Color.</para>
             <para>Represents the following attribute in the schema: o:borderleftcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor">
             <summary>
             <para> Bottom Border Color.</para>
             <para>Represents the following attribute in the schema: o:borderbottomcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor">
             <summary>
             <para> Border Right Color.</para>
             <para>Represents the following attribute in the schema: o:borderrightcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout">
             <summary>
             <para> Diagram Node Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind">
             <summary>
             <para> Diagram Node Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed">
             <summary>
             <para> Diagram Node Recent Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.InsetMode">
             <summary>
             <para> Text Inset Mode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: filled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.FillColor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Stroked">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight">
            <summary>
            <para> Shape Stroke Weight.</para>
            <para>Represents the following attribute in the schema: strokeweight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber">
             <summary>
             <para> Optional Number.</para>
             <para>Represents the following attribute in the schema: o:spt </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType">
             <summary>
             <para> Shape Connector Type.</para>
             <para>Represents the following attribute in the schema: o:connectortype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.OleIcon">
             <summary>
             <para> Embedded Object Icon Toggle.</para>
             <para>Represents the following attribute in the schema: o:oleicon </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Ole">
             <summary>
             <para> Embedded Object Toggle.</para>
             <para>Represents the following attribute in the schema: o:ole </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative">
             <summary>
             <para> Relative Resize Toggle.</para>
             <para>Represents the following attribute in the schema: o:preferrelative </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap">
             <summary>
             <para> Clip to Wrapping Polygon.</para>
             <para>Represents the following attribute in the schema: o:cliptowrap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Clip">
             <summary>
             <para> Clipping Toggle.</para>
             <para>Represents the following attribute in the schema: o:clip </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Source">
            <summary>
            <para> Image Source.</para>
            <para>Represents the following attribute in the schema: src </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.CropLeft">
            <summary>
            <para> Image Left Crop.</para>
            <para>Represents the following attribute in the schema: cropleft </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.CropTop">
            <summary>
            <para> Image Top Crop.</para>
            <para>Represents the following attribute in the schema: croptop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.CropRight">
            <summary>
            <para> Image Right Crop.</para>
            <para>Represents the following attribute in the schema: cropright </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.CropBottom">
            <summary>
            <para> Image Bottom Crop.</para>
            <para>Represents the following attribute in the schema: cropbottom </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Gain">
            <summary>
            <para> Image Intensity.</para>
            <para>Represents the following attribute in the schema: gain </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel">
            <summary>
            <para> Image Brightness.</para>
            <para>Represents the following attribute in the schema: blacklevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.Gamma">
            <summary>
            <para> Image Gamma Correction.</para>
            <para>Represents the following attribute in the schema: gamma </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.GrayScale">
            <summary>
            <para> Image Grayscale Toggle.</para>
            <para>Represents the following attribute in the schema: grayscale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ImageFile.BiLevel">
            <summary>
            <para> Image Bilevel Toggle.</para>
            <para>Represents the following attribute in the schema: bilevel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ImageFile.#ctor">
            <summary>
            Initializes a new instance of the ImageFile class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ImageFile.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ImageFile class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ImageFile.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ImageFile class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ImageFile.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ImageFile class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ImageFile.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Line">
             <summary>
             <para>Line.</para>
             <para> When the object is serialized out as xml, its qualified name is v:line.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;v:path></description></item>
            <item><description>Formulas &lt;v:formulas></description></item>
            <item><description>ShapeHandles &lt;v:handles></description></item>
            <item><description>Fill &lt;v:fill></description></item>
            <item><description>Stroke &lt;v:stroke></description></item>
            <item><description>Shadow &lt;v:shadow></description></item>
            <item><description>TextBox &lt;v:textbox></description></item>
            <item><description>TextPath &lt;v:textpath></description></item>
            <item><description>ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Line.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Href">
            <summary>
            <para> Hyperlink Target.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Target">
            <summary>
            <para> Hyperlink Display Target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Class">
            <summary>
            <para> CSS Reference.</para>
            <para>Represents the following attribute in the schema: class </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Title">
            <summary>
            <para> Shape Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Alternate">
            <summary>
            <para> Alternate Text.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.CoordinateSize">
            <summary>
            <para> Coordinate Space Size.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin">
            <summary>
            <para> Coordinate Space Origin.</para>
            <para>Represents the following attribute in the schema: coordorigin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.WrapCoordinates">
            <summary>
            <para> Shape Bounding Polygon.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Print">
            <summary>
            <para> Print Toggle.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.OptionalString">
             <summary>
             <para> Optional String.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Oned">
             <summary>
             <para> Shape Handle Toggle.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.RegroupId">
             <summary>
             <para> Regroup ID.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify">
             <summary>
             <para> Double-click Notification Toggle.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Button">
             <summary>
             <para> Button Behavior Toggle.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.UserHidden">
             <summary>
             <para> Hide Script Anchors.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Bullet">
             <summary>
             <para> Graphical Bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Horizontal">
             <summary>
             <para> Horizontal Rule Toggle.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.HorizontalStandard">
             <summary>
             <para> Horizontal Rule Standard Display Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade">
             <summary>
             <para> Horizontal Rule 3D Shading Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage">
             <summary>
             <para> Horizontal Rule Length Percentage.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment">
             <summary>
             <para> Horizontal Rule Alignment.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.AllowOverlap">
             <summary>
             <para> Allow Shape Overlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.UserDrawn">
             <summary>
             <para> Exists In Master Slide.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.BorderTopColor">
             <summary>
             <para> Border Top Color.</para>
             <para>Represents the following attribute in the schema: o:bordertopcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.BorderLeftColor">
             <summary>
             <para> Border Left Color.</para>
             <para>Represents the following attribute in the schema: o:borderleftcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.BorderBottomColor">
             <summary>
             <para> Bottom Border Color.</para>
             <para>Represents the following attribute in the schema: o:borderbottomcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.BorderRightColor">
             <summary>
             <para> Border Right Color.</para>
             <para>Represents the following attribute in the schema: o:borderrightcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.DiagramLayout">
             <summary>
             <para> Diagram Node Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind">
             <summary>
             <para> Diagram Node Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed">
             <summary>
             <para> Diagram Node Recent Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.InsetMode">
             <summary>
             <para> Text Inset Mode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: filled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.FillColor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Stroked">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.StrokeWeight">
            <summary>
            <para> Shape Stroke Weight.</para>
            <para>Represents the following attribute in the schema: strokeweight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.OptionalNumber">
             <summary>
             <para> Optional Number.</para>
             <para>Represents the following attribute in the schema: o:spt </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.ConnectorType">
             <summary>
             <para> Shape Connector Type.</para>
             <para>Represents the following attribute in the schema: o:connectortype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.OleIcon">
             <summary>
             <para> Embedded Object Icon Toggle.</para>
             <para>Represents the following attribute in the schema: o:oleicon </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Ole">
             <summary>
             <para> Embedded Object Toggle.</para>
             <para>Represents the following attribute in the schema: o:ole </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.PreferRelative">
             <summary>
             <para> Relative Resize Toggle.</para>
             <para>Represents the following attribute in the schema: o:preferrelative </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.ClipToWrap">
             <summary>
             <para> Clip to Wrapping Polygon.</para>
             <para>Represents the following attribute in the schema: o:cliptowrap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.Clip">
             <summary>
             <para> Clipping Toggle.</para>
             <para>Represents the following attribute in the schema: o:clip </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.From">
            <summary>
            <para> Line Start.</para>
            <para>Represents the following attribute in the schema: from </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Line.To">
            <summary>
            <para> Line End Point.</para>
            <para>Represents the following attribute in the schema: to </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Line.#ctor">
            <summary>
            Initializes a new instance of the Line class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Line.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Line class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Line.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Line class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Line.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Line class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Line.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Oval">
             <summary>
             <para>Oval.</para>
             <para> When the object is serialized out as xml, its qualified name is v:oval.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;v:path></description></item>
            <item><description>Formulas &lt;v:formulas></description></item>
            <item><description>ShapeHandles &lt;v:handles></description></item>
            <item><description>Fill &lt;v:fill></description></item>
            <item><description>Stroke &lt;v:stroke></description></item>
            <item><description>Shadow &lt;v:shadow></description></item>
            <item><description>TextBox &lt;v:textbox></description></item>
            <item><description>TextPath &lt;v:textpath></description></item>
            <item><description>ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Oval.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Href">
            <summary>
            <para> Hyperlink Target.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Target">
            <summary>
            <para> Hyperlink Display Target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Class">
            <summary>
            <para> CSS Reference.</para>
            <para>Represents the following attribute in the schema: class </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Title">
            <summary>
            <para> Shape Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Alternate">
            <summary>
            <para> Alternate Text.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.CoordinateSize">
            <summary>
            <para> Coordinate Space Size.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin">
            <summary>
            <para> Coordinate Space Origin.</para>
            <para>Represents the following attribute in the schema: coordorigin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates">
            <summary>
            <para> Shape Bounding Polygon.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Print">
            <summary>
            <para> Print Toggle.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.OptionalString">
             <summary>
             <para> Optional String.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Oned">
             <summary>
             <para> Shape Handle Toggle.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.RegroupId">
             <summary>
             <para> Regroup ID.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify">
             <summary>
             <para> Double-click Notification Toggle.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Button">
             <summary>
             <para> Button Behavior Toggle.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.UserHidden">
             <summary>
             <para> Hide Script Anchors.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Bullet">
             <summary>
             <para> Graphical Bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Horizontal">
             <summary>
             <para> Horizontal Rule Toggle.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard">
             <summary>
             <para> Horizontal Rule Standard Display Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade">
             <summary>
             <para> Horizontal Rule 3D Shading Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage">
             <summary>
             <para> Horizontal Rule Length Percentage.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment">
             <summary>
             <para> Horizontal Rule Alignment.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.AllowOverlap">
             <summary>
             <para> Allow Shape Overlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.UserDrawn">
             <summary>
             <para> Exists In Master Slide.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.BorderTopColor">
             <summary>
             <para> Border Top Color.</para>
             <para>Represents the following attribute in the schema: o:bordertopcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor">
             <summary>
             <para> Border Left Color.</para>
             <para>Represents the following attribute in the schema: o:borderleftcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor">
             <summary>
             <para> Bottom Border Color.</para>
             <para>Represents the following attribute in the schema: o:borderbottomcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.BorderRightColor">
             <summary>
             <para> Border Right Color.</para>
             <para>Represents the following attribute in the schema: o:borderrightcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.DiagramLayout">
             <summary>
             <para> Diagram Node Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind">
             <summary>
             <para> Diagram Node Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed">
             <summary>
             <para> Diagram Node Recent Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.InsetMode">
             <summary>
             <para> Text Inset Mode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: filled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.FillColor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Stroked">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.StrokeWeight">
            <summary>
            <para> Shape Stroke Weight.</para>
            <para>Represents the following attribute in the schema: strokeweight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.OptionalNumber">
             <summary>
             <para> Optional Number.</para>
             <para>Represents the following attribute in the schema: o:spt </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.ConnectorType">
             <summary>
             <para> Shape Connector Type.</para>
             <para>Represents the following attribute in the schema: o:connectortype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.OleIcon">
             <summary>
             <para> Embedded Object Icon Toggle.</para>
             <para>Represents the following attribute in the schema: o:oleicon </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Ole">
             <summary>
             <para> Embedded Object Toggle.</para>
             <para>Represents the following attribute in the schema: o:ole </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.PreferRelative">
             <summary>
             <para> Relative Resize Toggle.</para>
             <para>Represents the following attribute in the schema: o:preferrelative </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.ClipToWrap">
             <summary>
             <para> Clip to Wrapping Polygon.</para>
             <para>Represents the following attribute in the schema: o:cliptowrap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Oval.Clip">
             <summary>
             <para> Clipping Toggle.</para>
             <para>Represents the following attribute in the schema: o:clip </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Oval.#ctor">
            <summary>
            Initializes a new instance of the Oval class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Oval.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Oval class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Oval.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Oval class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Oval.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Oval class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Oval.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.PolyLine">
             <summary>
             <para>Multiple Path Line.</para>
             <para> When the object is serialized out as xml, its qualified name is v:polyline.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;v:path></description></item>
            <item><description>Formulas &lt;v:formulas></description></item>
            <item><description>ShapeHandles &lt;v:handles></description></item>
            <item><description>Fill &lt;v:fill></description></item>
            <item><description>Stroke &lt;v:stroke></description></item>
            <item><description>Shadow &lt;v:shadow></description></item>
            <item><description>TextBox &lt;v:textbox></description></item>
            <item><description>TextPath &lt;v:textpath></description></item>
            <item><description>ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Ink &lt;o:ink></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.PolyLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Href">
            <summary>
            <para> Hyperlink Target.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Target">
            <summary>
            <para> Hyperlink Display Target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Class">
            <summary>
            <para> CSS Reference.</para>
            <para>Represents the following attribute in the schema: class </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Title">
            <summary>
            <para> Shape Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Alternate">
            <summary>
            <para> Alternate Text.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize">
            <summary>
            <para> Coordinate Space Size.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin">
            <summary>
            <para> Coordinate Space Origin.</para>
            <para>Represents the following attribute in the schema: coordorigin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates">
            <summary>
            <para> Shape Bounding Polygon.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Print">
            <summary>
            <para> Print Toggle.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.OptionalString">
             <summary>
             <para> Optional String.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Oned">
             <summary>
             <para> Shape Handle Toggle.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.RegroupId">
             <summary>
             <para> Regroup ID.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify">
             <summary>
             <para> Double-click Notification Toggle.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Button">
             <summary>
             <para> Button Behavior Toggle.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.UserHidden">
             <summary>
             <para> Hide Script Anchors.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Bullet">
             <summary>
             <para> Graphical Bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Horizontal">
             <summary>
             <para> Horizontal Rule Toggle.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard">
             <summary>
             <para> Horizontal Rule Standard Display Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade">
             <summary>
             <para> Horizontal Rule 3D Shading Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage">
             <summary>
             <para> Horizontal Rule Length Percentage.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment">
             <summary>
             <para> Horizontal Rule Alignment.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap">
             <summary>
             <para> Allow Shape Overlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn">
             <summary>
             <para> Exists In Master Slide.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor">
             <summary>
             <para> Border Top Color.</para>
             <para>Represents the following attribute in the schema: o:bordertopcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor">
             <summary>
             <para> Border Left Color.</para>
             <para>Represents the following attribute in the schema: o:borderleftcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor">
             <summary>
             <para> Bottom Border Color.</para>
             <para>Represents the following attribute in the schema: o:borderbottomcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor">
             <summary>
             <para> Border Right Color.</para>
             <para>Represents the following attribute in the schema: o:borderrightcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout">
             <summary>
             <para> Diagram Node Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind">
             <summary>
             <para> Diagram Node Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed">
             <summary>
             <para> Diagram Node Recent Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.InsetMode">
             <summary>
             <para> Text Inset Mode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: filled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.FillColor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Stroked">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight">
            <summary>
            <para> Shape Stroke Weight.</para>
            <para>Represents the following attribute in the schema: strokeweight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber">
             <summary>
             <para> Optional Number.</para>
             <para>Represents the following attribute in the schema: o:spt </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType">
             <summary>
             <para> Shape Connector Type.</para>
             <para>Represents the following attribute in the schema: o:connectortype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.OleIcon">
             <summary>
             <para> Embedded Object Icon Toggle.</para>
             <para>Represents the following attribute in the schema: o:oleicon </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Ole">
             <summary>
             <para> Embedded Object Toggle.</para>
             <para>Represents the following attribute in the schema: o:ole </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative">
             <summary>
             <para> Relative Resize Toggle.</para>
             <para>Represents the following attribute in the schema: o:preferrelative </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap">
             <summary>
             <para> Clip to Wrapping Polygon.</para>
             <para>Represents the following attribute in the schema: o:cliptowrap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Clip">
             <summary>
             <para> Clipping Toggle.</para>
             <para>Represents the following attribute in the schema: o:clip </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.PolyLine.Points">
            <summary>
            <para> Points for Compound Line.</para>
            <para>Represents the following attribute in the schema: points </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.PolyLine.#ctor">
            <summary>
            Initializes a new instance of the PolyLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.PolyLine.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PolyLine class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.PolyLine.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PolyLine class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.PolyLine.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PolyLine class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.PolyLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Rectangle">
             <summary>
             <para>Rectangle.</para>
             <para> When the object is serialized out as xml, its qualified name is v:rect.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;v:path></description></item>
            <item><description>Formulas &lt;v:formulas></description></item>
            <item><description>ShapeHandles &lt;v:handles></description></item>
            <item><description>Fill &lt;v:fill></description></item>
            <item><description>Stroke &lt;v:stroke></description></item>
            <item><description>Shadow &lt;v:shadow></description></item>
            <item><description>TextBox &lt;v:textbox></description></item>
            <item><description>TextPath &lt;v:textpath></description></item>
            <item><description>ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Rectangle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Style">
            <summary>
            <para> Shape Styling Properties.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Href">
            <summary>
            <para> Hyperlink Target.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Target">
            <summary>
            <para> Hyperlink Display Target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Class">
            <summary>
            <para> CSS Reference.</para>
            <para>Represents the following attribute in the schema: class </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Title">
            <summary>
            <para> Shape Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Alternate">
            <summary>
            <para> Alternate Text.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize">
            <summary>
            <para> Coordinate Space Size.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin">
            <summary>
            <para> Coordinate Space Origin.</para>
            <para>Represents the following attribute in the schema: coordorigin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates">
            <summary>
            <para> Shape Bounding Polygon.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Print">
            <summary>
            <para> Print Toggle.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.OptionalString">
             <summary>
             <para> Optional String.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Oned">
             <summary>
             <para> Shape Handle Toggle.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.RegroupId">
             <summary>
             <para> Regroup ID.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify">
             <summary>
             <para> Double-click Notification Toggle.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Button">
             <summary>
             <para> Button Behavior Toggle.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.UserHidden">
             <summary>
             <para> Hide Script Anchors.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Bullet">
             <summary>
             <para> Graphical Bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Horizontal">
             <summary>
             <para> Horizontal Rule Toggle.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard">
             <summary>
             <para> Horizontal Rule Standard Display Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade">
             <summary>
             <para> Horizontal Rule 3D Shading Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage">
             <summary>
             <para> Horizontal Rule Length Percentage.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment">
             <summary>
             <para> Horizontal Rule Alignment.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap">
             <summary>
             <para> Allow Shape Overlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn">
             <summary>
             <para> Exists In Master Slide.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor">
             <summary>
             <para> Border Top Color.</para>
             <para>Represents the following attribute in the schema: o:bordertopcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor">
             <summary>
             <para> Border Left Color.</para>
             <para>Represents the following attribute in the schema: o:borderleftcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor">
             <summary>
             <para> Bottom Border Color.</para>
             <para>Represents the following attribute in the schema: o:borderbottomcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor">
             <summary>
             <para> Border Right Color.</para>
             <para>Represents the following attribute in the schema: o:borderrightcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout">
             <summary>
             <para> Diagram Node Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind">
             <summary>
             <para> Diagram Node Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed">
             <summary>
             <para> Diagram Node Recent Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.InsetMode">
             <summary>
             <para> Text Inset Mode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: filled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.FillColor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Stroked">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight">
            <summary>
            <para> Shape Stroke Weight.</para>
            <para>Represents the following attribute in the schema: strokeweight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber">
             <summary>
             <para> Optional Number.</para>
             <para>Represents the following attribute in the schema: o:spt </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType">
             <summary>
             <para> Shape Connector Type.</para>
             <para>Represents the following attribute in the schema: o:connectortype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.OleIcon">
             <summary>
             <para> Embedded Object Icon Toggle.</para>
             <para>Represents the following attribute in the schema: o:oleicon </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Ole">
             <summary>
             <para> Embedded Object Toggle.</para>
             <para>Represents the following attribute in the schema: o:ole </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative">
             <summary>
             <para> Relative Resize Toggle.</para>
             <para>Represents the following attribute in the schema: o:preferrelative </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap">
             <summary>
             <para> Clip to Wrapping Polygon.</para>
             <para>Represents the following attribute in the schema: o:cliptowrap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Rectangle.Clip">
             <summary>
             <para> Clipping Toggle.</para>
             <para>Represents the following attribute in the schema: o:clip </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Rectangle.#ctor">
            <summary>
            Initializes a new instance of the Rectangle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Rectangle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Rectangle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Rectangle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Rectangle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Rectangle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Rectangle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Rectangle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.RoundRectangle">
             <summary>
             <para>Rounded Rectangle.</para>
             <para> When the object is serialized out as xml, its qualified name is v:roundrect.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;v:path></description></item>
            <item><description>Formulas &lt;v:formulas></description></item>
            <item><description>ShapeHandles &lt;v:handles></description></item>
            <item><description>Fill &lt;v:fill></description></item>
            <item><description>Stroke &lt;v:stroke></description></item>
            <item><description>Shadow &lt;v:shadow></description></item>
            <item><description>TextBox &lt;v:textbox></description></item>
            <item><description>TextPath &lt;v:textpath></description></item>
            <item><description>ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.RoundRectangle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Id">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Style">
            <summary>
            <para> style.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Href">
            <summary>
            <para> href.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Target">
            <summary>
            <para> target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Class">
            <summary>
            <para> class.</para>
            <para>Represents the following attribute in the schema: class </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate">
            <summary>
            <para> alt.</para>
            <para>Represents the following attribute in the schema: alt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize">
            <summary>
            <para> coordsize.</para>
            <para>Represents the following attribute in the schema: coordsize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates">
            <summary>
            <para> wrapcoords.</para>
            <para>Represents the following attribute in the schema: wrapcoords </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Print">
            <summary>
            <para> print.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString">
             <summary>
             <para> Optional String.</para>
             <para>Represents the following attribute in the schema: o:spid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Oned">
             <summary>
             <para> Shape Handle Toggle.</para>
             <para>Represents the following attribute in the schema: o:oned </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId">
             <summary>
             <para> Regroup ID.</para>
             <para>Represents the following attribute in the schema: o:regroupid </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify">
             <summary>
             <para> Double-click Notification Toggle.</para>
             <para>Represents the following attribute in the schema: o:doubleclicknotify </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Button">
             <summary>
             <para> Button Behavior Toggle.</para>
             <para>Represents the following attribute in the schema: o:button </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden">
             <summary>
             <para> Hide Script Anchors.</para>
             <para>Represents the following attribute in the schema: o:userhidden </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet">
             <summary>
             <para> Graphical Bullet.</para>
             <para>Represents the following attribute in the schema: o:bullet </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal">
             <summary>
             <para> Horizontal Rule Toggle.</para>
             <para>Represents the following attribute in the schema: o:hr </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard">
             <summary>
             <para> Horizontal Rule Standard Display Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrstd </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade">
             <summary>
             <para> Horizontal Rule 3D Shading Toggle.</para>
             <para>Represents the following attribute in the schema: o:hrnoshade </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage">
             <summary>
             <para> Horizontal Rule Length Percentage.</para>
             <para>Represents the following attribute in the schema: o:hrpct </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment">
             <summary>
             <para> Horizontal Rule Alignment.</para>
             <para>Represents the following attribute in the schema: o:hralign </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell">
             <summary>
             <para> Allow in Table Cell.</para>
             <para>Represents the following attribute in the schema: o:allowincell </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap">
             <summary>
             <para> Allow Shape Overlap.</para>
             <para>Represents the following attribute in the schema: o:allowoverlap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn">
             <summary>
             <para> Exists In Master Slide.</para>
             <para>Represents the following attribute in the schema: o:userdrawn </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor">
             <summary>
             <para> Border Top Color.</para>
             <para>Represents the following attribute in the schema: o:bordertopcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor">
             <summary>
             <para> Border Left Color.</para>
             <para>Represents the following attribute in the schema: o:borderleftcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor">
             <summary>
             <para> Bottom Border Color.</para>
             <para>Represents the following attribute in the schema: o:borderbottomcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor">
             <summary>
             <para> Border Right Color.</para>
             <para>Represents the following attribute in the schema: o:borderrightcolor </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout">
             <summary>
             <para> Diagram Node Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayout </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind">
             <summary>
             <para> Diagram Node Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmnodekind </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed">
             <summary>
             <para> Diagram Node Recent Layout Identifier.</para>
             <para>Represents the following attribute in the schema: o:dgmlayoutmru </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode">
             <summary>
             <para> Text Inset Mode.</para>
             <para>Represents the following attribute in the schema: o:insetmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Filled">
            <summary>
            <para> Shape Fill Toggle.</para>
            <para>Represents the following attribute in the schema: filled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor">
            <summary>
            <para> Fill Color.</para>
            <para>Represents the following attribute in the schema: fillcolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked">
            <summary>
            <para> Shape Stroke Toggle.</para>
            <para>Represents the following attribute in the schema: stroked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor">
            <summary>
            <para> Shape Stroke Color.</para>
            <para>Represents the following attribute in the schema: strokecolor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight">
            <summary>
            <para> Shape Stroke Weight.</para>
            <para>Represents the following attribute in the schema: strokeweight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen">
            <summary>
            <para> Inset Border From Path.</para>
            <para>Represents the following attribute in the schema: insetpen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber">
             <summary>
             <para> Optional Number.</para>
             <para>Represents the following attribute in the schema: o:spt </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType">
             <summary>
             <para> Shape Connector Type.</para>
             <para>Represents the following attribute in the schema: o:connectortype </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode">
             <summary>
             <para> Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwmode </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode">
             <summary>
             <para> Pure Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwpure </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode">
             <summary>
             <para> Normal Black-and-White Mode.</para>
             <para>Represents the following attribute in the schema: o:bwnormal </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash">
             <summary>
             <para> Force Dashed Outline.</para>
             <para>Represents the following attribute in the schema: o:forcedash </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon">
             <summary>
             <para> Embedded Object Icon Toggle.</para>
             <para>Represents the following attribute in the schema: o:oleicon </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Ole">
             <summary>
             <para> Embedded Object Toggle.</para>
             <para>Represents the following attribute in the schema: o:ole </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative">
             <summary>
             <para> Relative Resize Toggle.</para>
             <para>Represents the following attribute in the schema: o:preferrelative </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap">
             <summary>
             <para> Clip to Wrapping Polygon.</para>
             <para>Represents the following attribute in the schema: o:cliptowrap </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.Clip">
             <summary>
             <para> Clipping Toggle.</para>
             <para>Represents the following attribute in the schema: o:clip </para>
             </summary>
            <remark> xmlns:o=urn:schemas-microsoft-com:office:office
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize">
            <summary>
            <para> Rounded Corner Arc Size.</para>
            <para>Represents the following attribute in the schema: arcsize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.RoundRectangle.#ctor">
            <summary>
            Initializes a new instance of the RoundRectangle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.RoundRectangle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RoundRectangle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.RoundRectangle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RoundRectangle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.RoundRectangle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RoundRectangle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.RoundRectangle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.ShapeHandle">
            <summary>
            <para>Shape Handle.</para>
            <para> When the object is serialized out as xml, its qualified name is v:h.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ShapeHandle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.Position">
            <summary>
            <para> Handle Position.</para>
            <para>Represents the following attribute in the schema: position </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.Polar">
            <summary>
            <para> Handle Polar Center.</para>
            <para>Represents the following attribute in the schema: polar </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.Map">
            <summary>
            <para> Handle Coordinate Mapping.</para>
            <para>Represents the following attribute in the schema: map </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX">
            <summary>
            <para> Invert Handle's X Position.</para>
            <para>Represents the following attribute in the schema: invx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY">
            <summary>
            <para> Invert Handle's Y Position.</para>
            <para>Represents the following attribute in the schema: invy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.Switch">
            <summary>
            <para> Handle Inversion Toggle.</para>
            <para>Represents the following attribute in the schema: switch </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.XRange">
            <summary>
            <para> Handle X Position Range.</para>
            <para>Represents the following attribute in the schema: xrange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.YRange">
            <summary>
            <para> Handle Y Position Range.</para>
            <para>Represents the following attribute in the schema: yrange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange">
            <summary>
            <para> Handle Polar Radius Range.</para>
            <para>Represents the following attribute in the schema: radiusrange </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ShapeHandle.#ctor">
            <summary>
            Initializes a new instance of the ShapeHandle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.ShapeHandle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.Formula">
            <summary>
            <para>Single Formula.</para>
            <para> When the object is serialized out as xml, its qualified name is v:f.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Formula.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Formula.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Formula.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Vml.Formula.Equation">
            <summary>
            <para> Equation.</para>
            <para>Represents the following attribute in the schema: eqn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Formula.#ctor">
            <summary>
            Initializes a new instance of the Formula class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Vml.Formula.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues">
            <summary>
            VML Extension Handling Behaviors
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.View">
            <summary>
            Not renderable.
            <para>When the item is serialized out as xml, its value is "view".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.Edit">
            <summary>
            Editable.
            <para>When the item is serialized out as xml, its value is "edit".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.BackwardCompatible">
            <summary>
            Renderable.
            <para>When the item is serialized out as xml, its value is "backwardCompatible".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.FillTypeValues">
            <summary>
            Shape Fill Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillTypeValues.Solid">
            <summary>
            Solid Fill.
            <para>When the item is serialized out as xml, its value is "solid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillTypeValues.Gradient">
            <summary>
            Linear Gradient.
            <para>When the item is serialized out as xml, its value is "gradient".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillTypeValues.GradientRadial">
            <summary>
            Radial Gradient.
            <para>When the item is serialized out as xml, its value is "gradientRadial".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillTypeValues.Tile">
            <summary>
            Tiled Image.
            <para>When the item is serialized out as xml, its value is "tile".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillTypeValues.Pattern">
            <summary>
            Image Pattern.
            <para>When the item is serialized out as xml, its value is "pattern".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillTypeValues.Frame">
            <summary>
            Stretch Image to Fit.
            <para>When the item is serialized out as xml, its value is "frame".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.FillMethodValues">
            <summary>
            Gradient Fill Computation Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillMethodValues.None">
            <summary>
            No Gradient Fill.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillMethodValues.Linear">
            <summary>
            Linear Fill.
            <para>When the item is serialized out as xml, its value is "linear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillMethodValues.Sigma">
            <summary>
            Sigma Fill.
            <para>When the item is serialized out as xml, its value is "sigma".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillMethodValues.Any">
            <summary>
            Application Default Fill.
            <para>When the item is serialized out as xml, its value is "any".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.FillMethodValues.Linearsigma">
            <summary>
            Linear Sigma Fill.
            <para>When the item is serialized out as xml, its value is "linear sigma".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.StrokeLineStyleValues">
            <summary>
            Stroke Line Style
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.Single">
            <summary>
            Single Line.
            <para>When the item is serialized out as xml, its value is "single".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThin">
            <summary>
            Two Thin Lines.
            <para>When the item is serialized out as xml, its value is "thinThin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThick">
            <summary>
            Thin Line Outside Thick Line.
            <para>When the item is serialized out as xml, its value is "thinThick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickThin">
            <summary>
            Thick Line Outside Thin Line.
            <para>When the item is serialized out as xml, its value is "thickThin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickBetweenThin">
            <summary>
            Thck Line Between Thin Lines.
            <para>When the item is serialized out as xml, its value is "thickBetweenThin".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues">
            <summary>
            Line Join Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Round">
            <summary>
            Round Joint.
            <para>When the item is serialized out as xml, its value is "round".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Bevel">
            <summary>
            Bevel Joint.
            <para>When the item is serialized out as xml, its value is "bevel".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Miter">
            <summary>
            Miter Joint.
            <para>When the item is serialized out as xml, its value is "miter".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.StrokeEndCapValues">
            <summary>
            Stroke End Cap Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Flat">
            <summary>
            Flat End.
            <para>When the item is serialized out as xml, its value is "flat".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Square">
            <summary>
            Square End.
            <para>When the item is serialized out as xml, its value is "square".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Round">
            <summary>
            Round End.
            <para>When the item is serialized out as xml, its value is "round".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues">
            <summary>
            Stroke Arrowhead Length
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Short">
            <summary>
            Short Arrowhead.
            <para>When the item is serialized out as xml, its value is "short".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Medium">
            <summary>
            Medium Arrowhead.
            <para>When the item is serialized out as xml, its value is "medium".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Long">
            <summary>
            Long Arrowhead.
            <para>When the item is serialized out as xml, its value is "long".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues">
            <summary>
            Stroke Arrowhead Width
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Narrow">
            <summary>
            Narrow Arrowhead.
            <para>When the item is serialized out as xml, its value is "narrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Medium">
            <summary>
            Medium Arrowhead.
            <para>When the item is serialized out as xml, its value is "medium".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Wide">
            <summary>
            Wide Arrowhead.
            <para>When the item is serialized out as xml, its value is "wide".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.StrokeArrowValues">
            <summary>
            Stroke Arrowhead Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowValues.None">
            <summary>
            No Arrowhead.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowValues.Block">
            <summary>
            Block Arrowhead.
            <para>When the item is serialized out as xml, its value is "block".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowValues.Classic">
            <summary>
            Classic Arrowhead.
            <para>When the item is serialized out as xml, its value is "classic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowValues.Oval">
            <summary>
            Oval Arrowhead.
            <para>When the item is serialized out as xml, its value is "oval".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowValues.Diamond">
            <summary>
            Diamond Arrowhead.
            <para>When the item is serialized out as xml, its value is "diamond".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeArrowValues.Open">
            <summary>
            Open Arrowhead.
            <para>When the item is serialized out as xml, its value is "open".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.ImageAspectValues">
            <summary>
            Image Scaling Behavior
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ImageAspectValues.Ignore">
            <summary>
            Ignore Aspect Ratio.
            <para>When the item is serialized out as xml, its value is "ignore".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ImageAspectValues.AtMost">
            <summary>
            At Most.
            <para>When the item is serialized out as xml, its value is "atMost".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ImageAspectValues.AtLeast">
            <summary>
            At Least.
            <para>When the item is serialized out as xml, its value is "atLeast".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.EditAsValues">
            <summary>
            Shape Grouping Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.EditAsValues.Canvas">
            <summary>
            Shape Canvas.
            <para>When the item is serialized out as xml, its value is "canvas".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.EditAsValues.OrganizationChart">
            <summary>
            Organization Chart Diagram.
            <para>When the item is serialized out as xml, its value is "orgchart".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.EditAsValues.Radial">
            <summary>
            Radial Diagram.
            <para>When the item is serialized out as xml, its value is "radial".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.EditAsValues.Cycle">
            <summary>
            Cycle Diagram.
            <para>When the item is serialized out as xml, its value is "cycle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.EditAsValues.Stacked">
            <summary>
            Pyramid Diagram.
            <para>When the item is serialized out as xml, its value is "stacked".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.EditAsValues.Venn">
            <summary>
            Venn Diagram.
            <para>When the item is serialized out as xml, its value is "venn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.EditAsValues.Bullseye">
            <summary>
            Bullseye Diagram.
            <para>When the item is serialized out as xml, its value is "bullseye".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.ShadowValues">
            <summary>
            Shadow Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ShadowValues.Single">
            <summary>
            Single Shadow.
            <para>When the item is serialized out as xml, its value is "single".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ShadowValues.Double">
            <summary>
            Double Shadow.
            <para>When the item is serialized out as xml, its value is "double".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ShadowValues.Emboss">
            <summary>
            Embossed Shadow.
            <para>When the item is serialized out as xml, its value is "emboss".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ShadowValues.Perspective">
            <summary>
            Perspective Shadow.
            <para>When the item is serialized out as xml, its value is "perspective".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ShadowValues.ShapeRelative">
            <summary>
            shapeRelative.
            <para>When the item is serialized out as xml, its value is "shapeRelative".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.ShadowValues.DrawingRelative">
            <summary>
            drawingRelative.
            <para>When the item is serialized out as xml, its value is "drawingRelative".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Vml.StrokeFillTypeValues">
            <summary>
            Defines the StrokeFillTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Solid">
            <summary>
            solid.
            <para>When the item is serialized out as xml, its value is "solid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Tile">
            <summary>
            tile.
            <para>When the item is serialized out as xml, its value is "tile".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Pattern">
            <summary>
            pattern.
            <para>When the item is serialized out as xml, its value is "pattern".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Frame">
            <summary>
            frame.
            <para>When the item is serialized out as xml, its value is "frame".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Ink.ContextNode">
             <summary>
             <para>Defines the ContextNode Class.</para>
             <para> When the object is serialized out as xml, its qualified name is msink:context.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ContextNodeProperty &lt;msink:property></description></item>
            <item><description>SourceLink &lt;msink:sourceLink></description></item>
            <item><description>DestinationLink &lt;msink:destinationLink></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox">
            <summary>
            <para> rotatedBoundingBox.</para>
            <para>Represents the following attribute in the schema: rotatedBoundingBox </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel">
            <summary>
            <para> alignmentLevel.</para>
            <para>Represents the following attribute in the schema: alignmentLevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType">
            <summary>
            <para> contentType.</para>
            <para>Represents the following attribute in the schema: contentType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender">
            <summary>
            <para> ascender.</para>
            <para>Represents the following attribute in the schema: ascender </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender">
            <summary>
            <para> descender.</para>
            <para>Represents the following attribute in the schema: descender </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline">
            <summary>
            <para> baseline.</para>
            <para>Represents the following attribute in the schema: baseline </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline">
            <summary>
            <para> midline.</para>
            <para>Represents the following attribute in the schema: midline </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId">
            <summary>
            <para> customRecognizerId.</para>
            <para>Represents the following attribute in the schema: customRecognizerId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML">
            <summary>
            <para> mathML.</para>
            <para>Represents the following attribute in the schema: mathML </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct">
            <summary>
            <para> mathStruct.</para>
            <para>Represents the following attribute in the schema: mathStruct </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol">
            <summary>
            <para> mathSymbol.</para>
            <para>Represents the following attribute in the schema: mathSymbol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType">
            <summary>
            <para> beginModifierType.</para>
            <para>Represents the following attribute in the schema: beginModifierType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType">
            <summary>
            <para> endModifierType.</para>
            <para>Represents the following attribute in the schema: endModifierType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle">
            <summary>
            <para> rotationAngle.</para>
            <para>Represents the following attribute in the schema: rotationAngle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints">
            <summary>
            <para> hotPoints.</para>
            <para>Represents the following attribute in the schema: hotPoints </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid">
            <summary>
            <para> centroid.</para>
            <para>Represents the following attribute in the schema: centroid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType">
            <summary>
            <para> semanticType.</para>
            <para>Represents the following attribute in the schema: semanticType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName">
            <summary>
            <para> shapeName.</para>
            <para>Represents the following attribute in the schema: shapeName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry">
            <summary>
            <para> shapeGeometry.</para>
            <para>Represents the following attribute in the schema: shapeGeometry </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.#ctor">
            <summary>
            Initializes a new instance of the ContextNode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContextNode class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContextNode class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContextNode class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty">
            <summary>
            <para>Defines the ContextNodeProperty Class.</para>
            <para> When the object is serialized out as xml, its qualified name is msink:property.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.#ctor">
            <summary>
            Initializes a new instance of the ContextNodeProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContextNodeProperty class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Ink.SourceLink">
            <summary>
            <para>Defines the SourceLink Class.</para>
            <para> When the object is serialized out as xml, its qualified name is msink:sourceLink.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.SourceLink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.SourceLink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.SourceLink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.SourceLink.#ctor">
            <summary>
            Initializes a new instance of the SourceLink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.SourceLink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Ink.DestinationLink">
            <summary>
            <para>Defines the DestinationLink Class.</para>
            <para> When the object is serialized out as xml, its qualified name is msink:destinationLink.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.#ctor">
            <summary>
            Initializes a new instance of the DestinationLink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType">
            <summary>
            Defines the ContextLinkType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction">
            <summary>
            <para> direction.</para>
            <para>Represents the following attribute in the schema: direction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference">
            <summary>
            <para> ref.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.#ctor">
            <summary>
            Initializes a new instance of the ContextLinkType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues">
            <summary>
            Defines the KnownContextNodeTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Root">
            <summary>
            root.
            <para>When the item is serialized out as xml, its value is "root".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.UnclassifiedInk">
            <summary>
            unclassifiedInk.
            <para>When the item is serialized out as xml, its value is "unclassifiedInk".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.WritingRegion">
            <summary>
            writingRegion.
            <para>When the item is serialized out as xml, its value is "writingRegion".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.AnalysisHint">
            <summary>
            analysisHint.
            <para>When the item is serialized out as xml, its value is "analysisHint".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Object">
            <summary>
            object.
            <para>When the item is serialized out as xml, its value is "object".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkDrawing">
            <summary>
            inkDrawing.
            <para>When the item is serialized out as xml, its value is "inkDrawing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Image">
            <summary>
            image.
            <para>When the item is serialized out as xml, its value is "image".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Paragraph">
            <summary>
            paragraph.
            <para>When the item is serialized out as xml, its value is "paragraph".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Line">
            <summary>
            line.
            <para>When the item is serialized out as xml, its value is "line".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkBullet">
            <summary>
            inkBullet.
            <para>When the item is serialized out as xml, its value is "inkBullet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkWord">
            <summary>
            inkWord.
            <para>When the item is serialized out as xml, its value is "inkWord".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.TextWord">
            <summary>
            textWord.
            <para>When the item is serialized out as xml, its value is "textWord".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.CustomRecognizer">
            <summary>
            customRecognizer.
            <para>When the item is serialized out as xml, its value is "customRecognizer".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathRegion">
            <summary>
            mathRegion.
            <para>When the item is serialized out as xml, its value is "mathRegion".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathEquation">
            <summary>
            mathEquation.
            <para>When the item is serialized out as xml, its value is "mathEquation".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathStruct">
            <summary>
            mathStruct.
            <para>When the item is serialized out as xml, its value is "mathStruct".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathSymbol">
            <summary>
            mathSymbol.
            <para>When the item is serialized out as xml, its value is "mathSymbol".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathIdentifier">
            <summary>
            mathIdentifier.
            <para>When the item is serialized out as xml, its value is "mathIdentifier".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathOperator">
            <summary>
            mathOperator.
            <para>When the item is serialized out as xml, its value is "mathOperator".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathNumber">
            <summary>
            mathNumber.
            <para>When the item is serialized out as xml, its value is "mathNumber".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.NonInkDrawing">
            <summary>
            nonInkDrawing.
            <para>When the item is serialized out as xml, its value is "nonInkDrawing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.GroupNode">
            <summary>
            groupNode.
            <para>When the item is serialized out as xml, its value is "groupNode".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MixedDrawing">
            <summary>
            mixedDrawing.
            <para>When the item is serialized out as xml, its value is "mixedDrawing".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues">
            <summary>
            Defines the LinkDirectionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.To">
            <summary>
            to.
            <para>When the item is serialized out as xml, its value is "to".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.From">
            <summary>
            from.
            <para>When the item is serialized out as xml, its value is "from".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.With">
            <summary>
            with.
            <para>When the item is serialized out as xml, its value is "with".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues">
            <summary>
            Defines the KnownSemanticTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Underline">
            <summary>
            underline.
            <para>When the item is serialized out as xml, its value is "underline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Strikethrough">
            <summary>
            strikethrough.
            <para>When the item is serialized out as xml, its value is "strikethrough".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Highlight">
            <summary>
            highlight.
            <para>When the item is serialized out as xml, its value is "highlight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.ScratchOut">
            <summary>
            scratchOut.
            <para>When the item is serialized out as xml, its value is "scratchOut".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.VerticalRange">
            <summary>
            verticalRange.
            <para>When the item is serialized out as xml, its value is "verticalRange".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Callout">
            <summary>
            callout.
            <para>When the item is serialized out as xml, its value is "callout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Enclosure">
            <summary>
            enclosure.
            <para>When the item is serialized out as xml, its value is "enclosure".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Comment">
            <summary>
            comment.
            <para>When the item is serialized out as xml, its value is "comment".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Container">
            <summary>
            container.
            <para>When the item is serialized out as xml, its value is "container".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Connector">
            <summary>
            connector.
            <para>When the item is serialized out as xml, its value is "connector".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular">
             <summary>
             <para>Defines the ControlCloneRegular Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:control.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.#ctor">
            <summary>
            Initializes a new instance of the ControlCloneRegular class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular">
             <summary>
             <para>Defines the ButtonRegular Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:button.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.#ctor">
            <summary>
            Initializes a new instance of the ButtonRegular class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox">
             <summary>
             <para>Defines the CheckBox Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:checkBox.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.#ctor">
            <summary>
            Initializes a new instance of the CheckBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular">
             <summary>
             <para>Defines the GalleryRegular Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:gallery.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Item &lt;mso14:item></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop">
            <summary>
            <para> invalidateContentOnDrop.</para>
            <para>Represents the following attribute in the schema: invalidateContentOnDrop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns">
            <summary>
            <para> columns.</para>
            <para>Represents the following attribute in the schema: columns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows">
            <summary>
            <para> rows.</para>
            <para>Represents the following attribute in the schema: rows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth">
            <summary>
            <para> itemWidth.</para>
            <para>Represents the following attribute in the schema: itemWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight">
            <summary>
            <para> itemHeight.</para>
            <para>Represents the following attribute in the schema: itemHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth">
            <summary>
            <para> getItemWidth.</para>
            <para>Represents the following attribute in the schema: getItemWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight">
            <summary>
            <para> getItemHeight.</para>
            <para>Represents the following attribute in the schema: getItemHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel">
            <summary>
            <para> showItemLabel.</para>
            <para>Represents the following attribute in the schema: showItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon">
            <summary>
            <para> showInRibbon.</para>
            <para>Represents the following attribute in the schema: showInRibbon </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage">
            <summary>
            <para> showItemImage.</para>
            <para>Represents the following attribute in the schema: showItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip">
            <summary>
            <para> getItemScreentip.</para>
            <para>Represents the following attribute in the schema: getItemScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip">
            <summary>
            <para> getItemSupertip.</para>
            <para>Represents the following attribute in the schema: getItemSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage">
            <summary>
            <para> getItemImage.</para>
            <para>Represents the following attribute in the schema: getItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID">
            <summary>
            <para> getSelectedItemID.</para>
            <para>Represents the following attribute in the schema: getSelectedItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex">
            <summary>
            <para> getSelectedItemIndex.</para>
            <para>Represents the following attribute in the schema: getSelectedItemIndex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.#ctor">
            <summary>
            Initializes a new instance of the GalleryRegular class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GalleryRegular class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GalleryRegular class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GalleryRegular class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular">
             <summary>
             <para>Defines the ToggleButtonRegular Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:toggleButton.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.#ctor">
            <summary>
            Initializes a new instance of the ToggleButtonRegular class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator">
             <summary>
             <para>Defines the MenuSeparator Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:menuSeparator.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle">
            <summary>
            <para> getTitle.</para>
            <para>Represents the following attribute in the schema: getTitle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.#ctor">
            <summary>
            Initializes a new instance of the MenuSeparator class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular">
             <summary>
             <para>Defines the SplitButtonRegular Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:splitButton.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VisibleButton &lt;mso14:button></description></item>
            <item><description>VisibleToggleButton &lt;mso14:toggleButton></description></item>
            <item><description>MenuRegular &lt;mso14:menu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.#ctor">
            <summary>
            Initializes a new instance of the SplitButtonRegular class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SplitButtonRegular class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SplitButtonRegular class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SplitButtonRegular class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular">
             <summary>
             <para>Defines the MenuRegular Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:menu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlCloneRegular &lt;mso14:control></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
            <item><description>CheckBox &lt;mso14:checkBox></description></item>
            <item><description>GalleryRegular &lt;mso14:gallery></description></item>
            <item><description>ToggleButtonRegular &lt;mso14:toggleButton></description></item>
            <item><description>MenuSeparator &lt;mso14:menuSeparator></description></item>
            <item><description>SplitButtonRegular &lt;mso14:splitButton></description></item>
            <item><description>MenuRegular &lt;mso14:menu></description></item>
            <item><description>DynamicMenuRegular &lt;mso14:dynamicMenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize">
            <summary>
            <para> itemSize.</para>
            <para>Represents the following attribute in the schema: itemSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.#ctor">
            <summary>
            Initializes a new instance of the MenuRegular class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MenuRegular class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MenuRegular class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MenuRegular class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular">
             <summary>
             <para>Defines the DynamicMenuRegular Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:dynamicMenu.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent">
            <summary>
            <para> getContent.</para>
            <para>Represents the following attribute in the schema: getContent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop">
            <summary>
            <para> invalidateContentOnDrop.</para>
            <para>Represents the following attribute in the schema: invalidateContentOnDrop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.#ctor">
            <summary>
            Initializes a new instance of the DynamicMenuRegular class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle">
             <summary>
             <para>Defines the SplitButtonWithTitle Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:splitButton.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VisibleButton &lt;mso14:button></description></item>
            <item><description>VisibleToggleButton &lt;mso14:toggleButton></description></item>
            <item><description>MenuWithTitle &lt;mso14:menu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.#ctor">
            <summary>
            Initializes a new instance of the SplitButtonWithTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SplitButtonWithTitle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SplitButtonWithTitle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SplitButtonWithTitle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle">
             <summary>
             <para>Defines the MenuWithTitle Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:menu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlCloneRegular &lt;mso14:control></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
            <item><description>CheckBox &lt;mso14:checkBox></description></item>
            <item><description>GalleryRegular &lt;mso14:gallery></description></item>
            <item><description>ToggleButtonRegular &lt;mso14:toggleButton></description></item>
            <item><description>MenuSeparator &lt;mso14:menuSeparator></description></item>
            <item><description>SplitButtonWithTitle &lt;mso14:splitButton></description></item>
            <item><description>MenuWithTitle &lt;mso14:menu></description></item>
            <item><description>DynamicMenuRegular &lt;mso14:dynamicMenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize">
            <summary>
            <para> itemSize.</para>
            <para>Represents the following attribute in the schema: itemSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle">
            <summary>
            <para> getTitle.</para>
            <para>Represents the following attribute in the schema: getTitle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.#ctor">
            <summary>
            Initializes a new instance of the MenuWithTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MenuWithTitle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MenuWithTitle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MenuWithTitle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle">
             <summary>
             <para>Defines the MenuSeparatorNoTitle Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:menuSeparator.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.#ctor">
            <summary>
            Initializes a new instance of the MenuSeparatorNoTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone">
             <summary>
             <para>Defines the ControlClone Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:control.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.#ctor">
            <summary>
            Initializes a new instance of the ControlClone class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl">
             <summary>
             <para>Defines the LabelControl Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:labelControl.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.#ctor">
            <summary>
            Initializes a new instance of the LabelControl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Button">
             <summary>
             <para>Defines the Button Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:button.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Button.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Button.#ctor">
            <summary>
            Initializes a new instance of the Button class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Button.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton">
             <summary>
             <para>Defines the ToggleButton Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:toggleButton.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.#ctor">
            <summary>
            Initializes a new instance of the ToggleButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox">
             <summary>
             <para>Defines the EditBox Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:editBox.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength">
            <summary>
            <para> maxLength.</para>
            <para>Represents the following attribute in the schema: maxLength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText">
            <summary>
            <para> getText.</para>
            <para>Represents the following attribute in the schema: getText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange">
            <summary>
            <para> onChange.</para>
            <para>Represents the following attribute in the schema: onChange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.#ctor">
            <summary>
            Initializes a new instance of the EditBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox">
             <summary>
             <para>Defines the ComboBox Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:comboBox.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Item &lt;mso14:item></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage">
            <summary>
            <para> showItemImage.</para>
            <para>Represents the following attribute in the schema: showItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip">
            <summary>
            <para> getItemScreentip.</para>
            <para>Represents the following attribute in the schema: getItemScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip">
            <summary>
            <para> getItemSupertip.</para>
            <para>Represents the following attribute in the schema: getItemSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage">
            <summary>
            <para> getItemImage.</para>
            <para>Represents the following attribute in the schema: getItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop">
            <summary>
            <para> invalidateContentOnDrop.</para>
            <para>Represents the following attribute in the schema: invalidateContentOnDrop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength">
            <summary>
            <para> maxLength.</para>
            <para>Represents the following attribute in the schema: maxLength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText">
            <summary>
            <para> getText.</para>
            <para>Represents the following attribute in the schema: getText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange">
            <summary>
            <para> onChange.</para>
            <para>Represents the following attribute in the schema: onChange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.#ctor">
            <summary>
            Initializes a new instance of the ComboBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ComboBox class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ComboBox class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ComboBox class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular">
             <summary>
             <para>Defines the DropDownRegular Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:dropDown.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Item &lt;mso14:item></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage">
            <summary>
            <para> showItemImage.</para>
            <para>Represents the following attribute in the schema: showItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip">
            <summary>
            <para> getItemScreentip.</para>
            <para>Represents the following attribute in the schema: getItemScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip">
            <summary>
            <para> getItemSupertip.</para>
            <para>Represents the following attribute in the schema: getItemSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage">
            <summary>
            <para> getItemImage.</para>
            <para>Represents the following attribute in the schema: getItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID">
            <summary>
            <para> getSelectedItemID.</para>
            <para>Represents the following attribute in the schema: getSelectedItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex">
            <summary>
            <para> getSelectedItemIndex.</para>
            <para>Represents the following attribute in the schema: getSelectedItemIndex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel">
            <summary>
            <para> showItemLabel.</para>
            <para>Represents the following attribute in the schema: showItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.#ctor">
            <summary>
            Initializes a new instance of the DropDownRegular class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DropDownRegular class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DropDownRegular class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DropDownRegular class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery">
             <summary>
             <para>Defines the Gallery Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:gallery.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Item &lt;mso14:item></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop">
            <summary>
            <para> invalidateContentOnDrop.</para>
            <para>Represents the following attribute in the schema: invalidateContentOnDrop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns">
            <summary>
            <para> columns.</para>
            <para>Represents the following attribute in the schema: columns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows">
            <summary>
            <para> rows.</para>
            <para>Represents the following attribute in the schema: rows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth">
            <summary>
            <para> itemWidth.</para>
            <para>Represents the following attribute in the schema: itemWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight">
            <summary>
            <para> itemHeight.</para>
            <para>Represents the following attribute in the schema: itemHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth">
            <summary>
            <para> getItemWidth.</para>
            <para>Represents the following attribute in the schema: getItemWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight">
            <summary>
            <para> getItemHeight.</para>
            <para>Represents the following attribute in the schema: getItemHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel">
            <summary>
            <para> showItemLabel.</para>
            <para>Represents the following attribute in the schema: showItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon">
            <summary>
            <para> showInRibbon.</para>
            <para>Represents the following attribute in the schema: showInRibbon </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage">
            <summary>
            <para> showItemImage.</para>
            <para>Represents the following attribute in the schema: showItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip">
            <summary>
            <para> getItemScreentip.</para>
            <para>Represents the following attribute in the schema: getItemScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip">
            <summary>
            <para> getItemSupertip.</para>
            <para>Represents the following attribute in the schema: getItemSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage">
            <summary>
            <para> getItemImage.</para>
            <para>Represents the following attribute in the schema: getItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID">
            <summary>
            <para> getSelectedItemID.</para>
            <para>Represents the following attribute in the schema: getSelectedItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex">
            <summary>
            <para> getSelectedItemIndex.</para>
            <para>Represents the following attribute in the schema: getSelectedItemIndex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.#ctor">
            <summary>
            Initializes a new instance of the Gallery class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Gallery class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Gallery class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Gallery class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Menu">
             <summary>
             <para>Defines the Menu Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:menu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlCloneRegular &lt;mso14:control></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
            <item><description>CheckBox &lt;mso14:checkBox></description></item>
            <item><description>GalleryRegular &lt;mso14:gallery></description></item>
            <item><description>ToggleButtonRegular &lt;mso14:toggleButton></description></item>
            <item><description>MenuSeparator &lt;mso14:menuSeparator></description></item>
            <item><description>SplitButtonRegular &lt;mso14:splitButton></description></item>
            <item><description>MenuRegular &lt;mso14:menu></description></item>
            <item><description>DynamicMenuRegular &lt;mso14:dynamicMenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize">
            <summary>
            <para> itemSize.</para>
            <para>Represents the following attribute in the schema: itemSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.#ctor">
            <summary>
            Initializes a new instance of the Menu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Menu class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Menu class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Menu class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Menu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu">
             <summary>
             <para>Defines the DynamicMenu Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:dynamicMenu.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent">
            <summary>
            <para> getContent.</para>
            <para>Represents the following attribute in the schema: getContent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop">
            <summary>
            <para> invalidateContentOnDrop.</para>
            <para>Represents the following attribute in the schema: invalidateContentOnDrop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.#ctor">
            <summary>
            Initializes a new instance of the DynamicMenu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton">
             <summary>
             <para>Defines the SplitButton Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:splitButton.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VisibleButton &lt;mso14:button></description></item>
            <item><description>VisibleToggleButton &lt;mso14:toggleButton></description></item>
            <item><description>MenuRegular &lt;mso14:menu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.#ctor">
            <summary>
            Initializes a new instance of the SplitButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SplitButton class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SplitButton class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SplitButton class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Box">
             <summary>
             <para>Defines the Box Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:box.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlClone &lt;mso14:control></description></item>
            <item><description>LabelControl &lt;mso14:labelControl></description></item>
            <item><description>Button &lt;mso14:button></description></item>
            <item><description>ToggleButton &lt;mso14:toggleButton></description></item>
            <item><description>CheckBox &lt;mso14:checkBox></description></item>
            <item><description>EditBox &lt;mso14:editBox></description></item>
            <item><description>ComboBox &lt;mso14:comboBox></description></item>
            <item><description>DropDownRegular &lt;mso14:dropDown></description></item>
            <item><description>Gallery &lt;mso14:gallery></description></item>
            <item><description>Menu &lt;mso14:menu></description></item>
            <item><description>DynamicMenu &lt;mso14:dynamicMenu></description></item>
            <item><description>SplitButton &lt;mso14:splitButton></description></item>
            <item><description>Box &lt;mso14:box></description></item>
            <item><description>ButtonGroup &lt;mso14:buttonGroup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Box.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle">
            <summary>
            <para> boxStyle.</para>
            <para>Represents the following attribute in the schema: boxStyle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Box.#ctor">
            <summary>
            Initializes a new instance of the Box class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Box.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Box class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Box.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Box class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Box.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Box class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Box.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup">
             <summary>
             <para>Defines the ButtonGroup Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:buttonGroup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlCloneRegular &lt;mso14:control></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
            <item><description>ToggleButtonRegular &lt;mso14:toggleButton></description></item>
            <item><description>GalleryRegular &lt;mso14:gallery></description></item>
            <item><description>MenuRegular &lt;mso14:menu></description></item>
            <item><description>DynamicMenuRegular &lt;mso14:dynamicMenu></description></item>
            <item><description>SplitButtonRegular &lt;mso14:splitButton></description></item>
            <item><description>Separator &lt;mso14:separator></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.#ctor">
            <summary>
            Initializes a new instance of the ButtonGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ButtonGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ButtonGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ButtonGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton">
             <summary>
             <para>Defines the BackstageMenuButton Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:button.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive">
            <summary>
            <para> isDefinitive.</para>
            <para>Represents the following attribute in the schema: isDefinitive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.#ctor">
            <summary>
            Initializes a new instance of the BackstageMenuButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox">
             <summary>
             <para>Defines the BackstageMenuCheckBox Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:checkBox.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.#ctor">
            <summary>
            Initializes a new instance of the BackstageMenuCheckBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu">
             <summary>
             <para>Defines the BackstageSubMenu Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:menu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageMenuGroup &lt;mso14:menuGroup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.#ctor">
            <summary>
            Initializes a new instance of the BackstageSubMenu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackstageSubMenu class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackstageSubMenu class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackstageSubMenu class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton">
             <summary>
             <para>Defines the BackstageMenuToggleButton Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:toggleButton.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.#ctor">
            <summary>
            Initializes a new instance of the BackstageMenuToggleButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton">
             <summary>
             <para>Defines the BackstageGroupButton Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:button.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand">
            <summary>
            <para> expand.</para>
            <para>Represents the following attribute in the schema: expand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style">
            <summary>
            <para> style.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive">
            <summary>
            <para> isDefinitive.</para>
            <para>Represents the following attribute in the schema: isDefinitive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.#ctor">
            <summary>
            Initializes a new instance of the BackstageGroupButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox">
             <summary>
             <para>Defines the BackstageCheckBox Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:checkBox.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand">
            <summary>
            <para> expand.</para>
            <para>Represents the following attribute in the schema: expand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.#ctor">
            <summary>
            Initializes a new instance of the BackstageCheckBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox">
             <summary>
             <para>Defines the BackstageEditBox Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:editBox.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel">
            <summary>
            <para> alignLabel.</para>
            <para>Represents the following attribute in the schema: alignLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand">
            <summary>
            <para> expand.</para>
            <para>Represents the following attribute in the schema: expand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText">
            <summary>
            <para> getText.</para>
            <para>Represents the following attribute in the schema: getText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange">
            <summary>
            <para> onChange.</para>
            <para>Represents the following attribute in the schema: onChange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength">
            <summary>
            <para> maxLength.</para>
            <para>Represents the following attribute in the schema: maxLength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.#ctor">
            <summary>
            Initializes a new instance of the BackstageEditBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown">
             <summary>
             <para>Defines the BackstageDropDown Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:dropDown.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ItemBackstageItem &lt;mso14:item></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel">
            <summary>
            <para> alignLabel.</para>
            <para>Represents the following attribute in the schema: alignLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand">
            <summary>
            <para> expand.</para>
            <para>Represents the following attribute in the schema: expand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex">
            <summary>
            <para> getSelectedItemIndex.</para>
            <para>Represents the following attribute in the schema: getSelectedItemIndex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.#ctor">
            <summary>
            Initializes a new instance of the BackstageDropDown class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackstageDropDown class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackstageDropDown class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackstageDropDown class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup">
             <summary>
             <para>Defines the RadioGroup Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:radioGroup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RadioButtonBackstageItem &lt;mso14:radioButton></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel">
            <summary>
            <para> alignLabel.</para>
            <para>Represents the following attribute in the schema: alignLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand">
            <summary>
            <para> expand.</para>
            <para>Represents the following attribute in the schema: expand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex">
            <summary>
            <para> getSelectedItemIndex.</para>
            <para>Represents the following attribute in the schema: getSelectedItemIndex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.#ctor">
            <summary>
            Initializes a new instance of the RadioGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RadioGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RadioGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadioGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox">
             <summary>
             <para>Defines the BackstageComboBox Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:comboBox.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ItemBackstageItem &lt;mso14:item></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel">
            <summary>
            <para> alignLabel.</para>
            <para>Represents the following attribute in the schema: alignLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand">
            <summary>
            <para> expand.</para>
            <para>Represents the following attribute in the schema: expand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText">
            <summary>
            <para> getText.</para>
            <para>Represents the following attribute in the schema: getText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange">
            <summary>
            <para> onChange.</para>
            <para>Represents the following attribute in the schema: onChange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.#ctor">
            <summary>
            Initializes a new instance of the BackstageComboBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackstageComboBox class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackstageComboBox class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackstageComboBox class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink">
             <summary>
             <para>Defines the Hyperlink Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:hyperlink.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel">
            <summary>
            <para> alignLabel.</para>
            <para>Represents the following attribute in the schema: alignLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand">
            <summary>
            <para> expand.</para>
            <para>Represents the following attribute in the schema: expand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target">
            <summary>
            <para> target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget">
            <summary>
            <para> getTarget.</para>
            <para>Represents the following attribute in the schema: getTarget </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.#ctor">
            <summary>
            Initializes a new instance of the Hyperlink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl">
             <summary>
             <para>Defines the BackstageLabelControl Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:labelControl.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel">
            <summary>
            <para> alignLabel.</para>
            <para>Represents the following attribute in the schema: alignLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand">
            <summary>
            <para> expand.</para>
            <para>Represents the following attribute in the schema: expand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap">
            <summary>
            <para> noWrap.</para>
            <para>Represents the following attribute in the schema: noWrap </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.#ctor">
            <summary>
            Initializes a new instance of the BackstageLabelControl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox">
             <summary>
             <para>Defines the GroupBox Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:groupBox.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageGroupButton &lt;mso14:button></description></item>
            <item><description>BackstageCheckBox &lt;mso14:checkBox></description></item>
            <item><description>BackstageEditBox &lt;mso14:editBox></description></item>
            <item><description>BackstageDropDown &lt;mso14:dropDown></description></item>
            <item><description>RadioGroup &lt;mso14:radioGroup></description></item>
            <item><description>BackstageComboBox &lt;mso14:comboBox></description></item>
            <item><description>Hyperlink &lt;mso14:hyperlink></description></item>
            <item><description>BackstageLabelControl &lt;mso14:labelControl></description></item>
            <item><description>GroupBox &lt;mso14:groupBox></description></item>
            <item><description>LayoutContainer &lt;mso14:layoutContainer></description></item>
            <item><description>ImageControl &lt;mso14:imageControl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand">
            <summary>
            <para> expand.</para>
            <para>Represents the following attribute in the schema: expand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.#ctor">
            <summary>
            Initializes a new instance of the GroupBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupBox class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupBox class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupBox class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer">
             <summary>
             <para>Defines the LayoutContainer Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:layoutContainer.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageGroupButton &lt;mso14:button></description></item>
            <item><description>BackstageCheckBox &lt;mso14:checkBox></description></item>
            <item><description>BackstageEditBox &lt;mso14:editBox></description></item>
            <item><description>BackstageDropDown &lt;mso14:dropDown></description></item>
            <item><description>RadioGroup &lt;mso14:radioGroup></description></item>
            <item><description>BackstageComboBox &lt;mso14:comboBox></description></item>
            <item><description>Hyperlink &lt;mso14:hyperlink></description></item>
            <item><description>BackstageLabelControl &lt;mso14:labelControl></description></item>
            <item><description>GroupBox &lt;mso14:groupBox></description></item>
            <item><description>LayoutContainer &lt;mso14:layoutContainer></description></item>
            <item><description>ImageControl &lt;mso14:imageControl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align">
            <summary>
            <para> align.</para>
            <para>Represents the following attribute in the schema: align </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand">
            <summary>
            <para> expand.</para>
            <para>Represents the following attribute in the schema: expand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren">
            <summary>
            <para> layoutChildren.</para>
            <para>Represents the following attribute in the schema: layoutChildren </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.#ctor">
            <summary>
            Initializes a new instance of the LayoutContainer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LayoutContainer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LayoutContainer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LayoutContainer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl">
             <summary>
             <para>Defines the ImageControl Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:imageControl.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText">
            <summary>
            <para> altText.</para>
            <para>Represents the following attribute in the schema: altText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText">
            <summary>
            <para> getAltText.</para>
            <para>Represents the following attribute in the schema: getAltText </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.#ctor">
            <summary>
            Initializes a new instance of the ImageControl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup">
             <summary>
             <para>Defines the BackstageGroup Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:group.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PrimaryItem &lt;mso14:primaryItem></description></item>
            <item><description>TopItemsGroupControls &lt;mso14:topItems></description></item>
            <item><description>BottomItemsGroupControls &lt;mso14:bottomItems></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style">
            <summary>
            <para> style.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle">
            <summary>
            <para> getStyle.</para>
            <para>Represents the following attribute in the schema: getStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText">
            <summary>
            <para> helperText.</para>
            <para>Represents the following attribute in the schema: helperText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText">
            <summary>
            <para> getHelperText.</para>
            <para>Represents the following attribute in the schema: getHelperText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.#ctor">
            <summary>
            Initializes a new instance of the BackstageGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackstageGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackstageGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackstageGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup">
             <summary>
             <para>Defines the TaskGroup Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:taskGroup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TaskGroupCategory &lt;mso14:category></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText">
            <summary>
            <para> helperText.</para>
            <para>Represents the following attribute in the schema: helperText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText">
            <summary>
            <para> getHelperText.</para>
            <para>Represents the following attribute in the schema: getHelperText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes">
            <summary>
            <para> allowedTaskSizes.</para>
            <para>Represents the following attribute in the schema: allowedTaskSizes </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.#ctor">
            <summary>
            Initializes a new instance of the TaskGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TaskGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TaskGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TaskGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot">
             <summary>
             <para>Defines the MenuRoot Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:menu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlCloneRegular &lt;mso14:control></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
            <item><description>CheckBox &lt;mso14:checkBox></description></item>
            <item><description>GalleryRegular &lt;mso14:gallery></description></item>
            <item><description>ToggleButtonRegular &lt;mso14:toggleButton></description></item>
            <item><description>MenuSeparator &lt;mso14:menuSeparator></description></item>
            <item><description>SplitButtonRegular &lt;mso14:splitButton></description></item>
            <item><description>MenuRegular &lt;mso14:menu></description></item>
            <item><description>DynamicMenuRegular &lt;mso14:dynamicMenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle">
            <summary>
            <para> getTitle.</para>
            <para>Represents the following attribute in the schema: getTitle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize">
            <summary>
            <para> itemSize.</para>
            <para>Represents the following attribute in the schema: itemSize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.#ctor">
            <summary>
            Initializes a new instance of the MenuRoot class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MenuRoot class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MenuRoot class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MenuRoot class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI">
             <summary>
             <para>Defines the CustomUI Class. The root element of RibbonAndBackstageCustomizationsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:customUI.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Commands &lt;mso14:commands></description></item>
            <item><description>Ribbon &lt;mso14:ribbon></description></item>
            <item><description>Backstage &lt;mso14:backstage></description></item>
            <item><description>ContextMenus &lt;mso14:contextMenus></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad">
            <summary>
            <para> onLoad.</para>
            <para>Represents the following attribute in the schema: onLoad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage">
            <summary>
            <para> loadImage.</para>
            <para>Represents the following attribute in the schema: loadImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.#ctor(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart)">
            <summary>
            CustomUI constructor.
            </summary>
            <param name="ownerPart">The owner part of the CustomUI.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart)">
            <summary>
            Loads the DOM from the RibbonAndBackstageCustomizationsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.RibbonAndBackstageCustomizationsPart">
            <summary>
            Gets the RibbonAndBackstageCustomizationsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomUI class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomUI class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomUI class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.#ctor">
            <summary>
            Initializes a new instance of the CustomUI class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart)">
            <summary>
            Saves the DOM into the RibbonAndBackstageCustomizationsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands">
            <summary>
            <para> Commands.</para>
            <para> Represents the following element tag in the schema: mso14:commands </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon">
            <summary>
            <para> Ribbon.</para>
            <para> Represents the following element tag in the schema: mso14:ribbon </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage">
            <summary>
            <para> Backstage.</para>
            <para> Represents the following element tag in the schema: mso14:backstage </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus">
            <summary>
            <para> ContextMenus.</para>
            <para> Represents the following element tag in the schema: mso14:contextMenus </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Item">
             <summary>
             <para>Defines the Item Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:item.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Item.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Item.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Item.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Item.#ctor">
            <summary>
            Initializes a new instance of the Item class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Item.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton">
             <summary>
             <para>Defines the VisibleButton Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:button.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.#ctor">
            <summary>
            Initializes a new instance of the VisibleButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton">
             <summary>
             <para>Defines the VisibleToggleButton Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:toggleButton.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.#ctor">
            <summary>
            Initializes a new instance of the VisibleToggleButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Separator">
             <summary>
             <para>Defines the Separator Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:separator.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.#ctor">
            <summary>
            Initializes a new instance of the Separator class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Separator.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher">
             <summary>
             <para>Defines the DialogBoxLauncher Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:dialogBoxLauncher.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ButtonRegular &lt;mso14:button></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.#ctor">
            <summary>
            Initializes a new instance of the DialogBoxLauncher class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DialogBoxLauncher class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DialogBoxLauncher class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DialogBoxLauncher class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular">
            <summary>
            <para> ButtonRegular.</para>
            <para> Represents the following element tag in the schema: mso14:button </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Group">
             <summary>
             <para>Defines the Group Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:group.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlClone &lt;mso14:control></description></item>
            <item><description>LabelControl &lt;mso14:labelControl></description></item>
            <item><description>Button &lt;mso14:button></description></item>
            <item><description>ToggleButton &lt;mso14:toggleButton></description></item>
            <item><description>CheckBox &lt;mso14:checkBox></description></item>
            <item><description>EditBox &lt;mso14:editBox></description></item>
            <item><description>ComboBox &lt;mso14:comboBox></description></item>
            <item><description>DropDownRegular &lt;mso14:dropDown></description></item>
            <item><description>Gallery &lt;mso14:gallery></description></item>
            <item><description>Menu &lt;mso14:menu></description></item>
            <item><description>DynamicMenu &lt;mso14:dynamicMenu></description></item>
            <item><description>SplitButton &lt;mso14:splitButton></description></item>
            <item><description>Box &lt;mso14:box></description></item>
            <item><description>ButtonGroup &lt;mso14:buttonGroup></description></item>
            <item><description>Separator &lt;mso14:separator></description></item>
            <item><description>DialogBoxLauncher &lt;mso14:dialogBoxLauncher></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Group.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale">
            <summary>
            <para> autoScale.</para>
            <para>Represents the following attribute in the schema: autoScale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically">
            <summary>
            <para> centerVertically.</para>
            <para>Represents the following attribute in the schema: centerVertically </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Group.#ctor">
            <summary>
            Initializes a new instance of the Group class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Group.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Group class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Group.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Group class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Group.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Group class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Group.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat">
             <summary>
             <para>Defines the ControlCloneQat Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:control.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.#ctor">
            <summary>
            Initializes a new instance of the ControlCloneQat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems">
             <summary>
             <para>Defines the SharedControlsQatItems Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:sharedControls.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlCloneQat &lt;mso14:control></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
            <item><description>Separator &lt;mso14:separator></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.#ctor">
            <summary>
            Initializes a new instance of the SharedControlsQatItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SharedControlsQatItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SharedControlsQatItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SharedControlsQatItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems">
             <summary>
             <para>Defines the DocumentControlsQatItems Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:documentControls.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlCloneQat &lt;mso14:control></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
            <item><description>Separator &lt;mso14:separator></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.#ctor">
            <summary>
            Initializes a new instance of the DocumentControlsQatItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocumentControlsQatItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocumentControlsQatItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocumentControlsQatItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType">
             <summary>
             Defines the QatItemsType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlCloneQat &lt;mso14:control></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
            <item><description>Separator &lt;mso14:separator></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.#ctor">
            <summary>
            Initializes a new instance of the QatItemsType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QatItemsType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QatItemsType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QatItemsType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Tab">
             <summary>
             <para>Defines the Tab Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:tab.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Group &lt;mso14:group></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.#ctor">
            <summary>
            Initializes a new instance of the Tab class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Tab class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Tab class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Tab class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tab.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet">
             <summary>
             <para>Defines the TabSet Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:tabSet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tab &lt;mso14:tab></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.#ctor">
            <summary>
            Initializes a new instance of the TabSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TabSet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TabSet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TabSet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Command">
             <summary>
             <para>Defines the Command Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:command.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Command.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Command.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Command.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Command.#ctor">
            <summary>
            Initializes a new instance of the Command class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Command.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar">
             <summary>
             <para>Defines the QuickAccessToolbar Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:qat.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SharedControlsQatItems &lt;mso14:sharedControls></description></item>
            <item><description>DocumentControlsQatItems &lt;mso14:documentControls></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.#ctor">
            <summary>
            Initializes a new instance of the QuickAccessToolbar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QuickAccessToolbar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QuickAccessToolbar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QuickAccessToolbar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems">
            <summary>
            <para> SharedControlsQatItems.</para>
            <para> Represents the following element tag in the schema: mso14:sharedControls </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems">
            <summary>
            <para> DocumentControlsQatItems.</para>
            <para> Represents the following element tag in the schema: mso14:documentControls </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Tabs">
             <summary>
             <para>Defines the Tabs Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:tabs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tab &lt;mso14:tab></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.#ctor">
            <summary>
            Initializes a new instance of the Tabs class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Tabs class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Tabs class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Tabs class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs">
             <summary>
             <para>Defines the ContextualTabs Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:contextualTabs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TabSet &lt;mso14:tabSet></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.#ctor">
            <summary>
            Initializes a new instance of the ContextualTabs class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContextualTabs class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContextualTabs class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContextualTabs class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu">
             <summary>
             <para>Defines the ContextMenu Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:contextMenu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlCloneRegular &lt;mso14:control></description></item>
            <item><description>ButtonRegular &lt;mso14:button></description></item>
            <item><description>CheckBox &lt;mso14:checkBox></description></item>
            <item><description>GalleryRegular &lt;mso14:gallery></description></item>
            <item><description>ToggleButtonRegular &lt;mso14:toggleButton></description></item>
            <item><description>SplitButtonRegular &lt;mso14:splitButton></description></item>
            <item><description>MenuRegular &lt;mso14:menu></description></item>
            <item><description>DynamicMenuRegular &lt;mso14:dynamicMenu></description></item>
            <item><description>MenuSeparatorNoTitle &lt;mso14:menuSeparator></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.#ctor">
            <summary>
            Initializes a new instance of the ContextMenu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContextMenu class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContextMenu class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContextMenu class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem">
             <summary>
             <para>Defines the ItemBackstageItem Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:item.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.#ctor">
            <summary>
            Initializes a new instance of the ItemBackstageItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem">
             <summary>
             <para>Defines the RadioButtonBackstageItem Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:radioButton.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.#ctor">
            <summary>
            Initializes a new instance of the RadioButtonBackstageItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType">
            <summary>
            Defines the BackstageItemType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.#ctor">
            <summary>
            Initializes a new instance of the BackstageItemType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton">
             <summary>
             <para>Defines the BackstageRegularButton Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:button.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive">
            <summary>
            <para> isDefinitive.</para>
            <para>Represents the following attribute in the schema: isDefinitive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.#ctor">
            <summary>
            Initializes a new instance of the BackstageRegularButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu">
             <summary>
             <para>Defines the BackstagePrimaryMenu Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:menu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageMenuGroup &lt;mso14:menuGroup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.#ctor">
            <summary>
            Initializes a new instance of the BackstagePrimaryMenu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackstagePrimaryMenu class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackstagePrimaryMenu class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackstagePrimaryMenu class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup">
             <summary>
             <para>Defines the BackstageMenuGroup Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:menuGroup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageMenuButton &lt;mso14:button></description></item>
            <item><description>BackstageMenuCheckBox &lt;mso14:checkBox></description></item>
            <item><description>BackstageSubMenu &lt;mso14:menu></description></item>
            <item><description>BackstageMenuToggleButton &lt;mso14:toggleButton></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize">
            <summary>
            <para> itemSize.</para>
            <para>Represents the following attribute in the schema: itemSize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.#ctor">
            <summary>
            Initializes a new instance of the BackstageMenuGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackstageMenuGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackstageMenuGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackstageMenuGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem">
             <summary>
             <para>Defines the PrimaryItem Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:primaryItem.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageRegularButton &lt;mso14:button></description></item>
            <item><description>BackstagePrimaryMenu &lt;mso14:menu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.#ctor">
            <summary>
            Initializes a new instance of the PrimaryItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PrimaryItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PrimaryItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PrimaryItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton">
            <summary>
            <para> BackstageRegularButton.</para>
            <para> Represents the following element tag in the schema: mso14:button </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu">
            <summary>
            <para> BackstagePrimaryMenu.</para>
            <para> Represents the following element tag in the schema: mso14:menu </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls">
             <summary>
             <para>Defines the TopItemsGroupControls Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:topItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageGroupButton &lt;mso14:button></description></item>
            <item><description>BackstageCheckBox &lt;mso14:checkBox></description></item>
            <item><description>BackstageEditBox &lt;mso14:editBox></description></item>
            <item><description>BackstageDropDown &lt;mso14:dropDown></description></item>
            <item><description>RadioGroup &lt;mso14:radioGroup></description></item>
            <item><description>BackstageComboBox &lt;mso14:comboBox></description></item>
            <item><description>Hyperlink &lt;mso14:hyperlink></description></item>
            <item><description>BackstageLabelControl &lt;mso14:labelControl></description></item>
            <item><description>GroupBox &lt;mso14:groupBox></description></item>
            <item><description>LayoutContainer &lt;mso14:layoutContainer></description></item>
            <item><description>ImageControl &lt;mso14:imageControl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.#ctor">
            <summary>
            Initializes a new instance of the TopItemsGroupControls class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TopItemsGroupControls class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TopItemsGroupControls class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TopItemsGroupControls class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls">
             <summary>
             <para>Defines the BottomItemsGroupControls Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:bottomItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageGroupButton &lt;mso14:button></description></item>
            <item><description>BackstageCheckBox &lt;mso14:checkBox></description></item>
            <item><description>BackstageEditBox &lt;mso14:editBox></description></item>
            <item><description>BackstageDropDown &lt;mso14:dropDown></description></item>
            <item><description>RadioGroup &lt;mso14:radioGroup></description></item>
            <item><description>BackstageComboBox &lt;mso14:comboBox></description></item>
            <item><description>Hyperlink &lt;mso14:hyperlink></description></item>
            <item><description>BackstageLabelControl &lt;mso14:labelControl></description></item>
            <item><description>GroupBox &lt;mso14:groupBox></description></item>
            <item><description>LayoutContainer &lt;mso14:layoutContainer></description></item>
            <item><description>ImageControl &lt;mso14:imageControl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.#ctor">
            <summary>
            Initializes a new instance of the BottomItemsGroupControls class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BottomItemsGroupControls class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BottomItemsGroupControls class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BottomItemsGroupControls class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType">
             <summary>
             Defines the GroupControlsType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageGroupButton &lt;mso14:button></description></item>
            <item><description>BackstageCheckBox &lt;mso14:checkBox></description></item>
            <item><description>BackstageEditBox &lt;mso14:editBox></description></item>
            <item><description>BackstageDropDown &lt;mso14:dropDown></description></item>
            <item><description>RadioGroup &lt;mso14:radioGroup></description></item>
            <item><description>BackstageComboBox &lt;mso14:comboBox></description></item>
            <item><description>Hyperlink &lt;mso14:hyperlink></description></item>
            <item><description>BackstageLabelControl &lt;mso14:labelControl></description></item>
            <item><description>GroupBox &lt;mso14:groupBox></description></item>
            <item><description>LayoutContainer &lt;mso14:layoutContainer></description></item>
            <item><description>ImageControl &lt;mso14:imageControl></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.#ctor">
            <summary>
            Initializes a new instance of the GroupControlsType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupControlsType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupControlsType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupControlsType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory">
             <summary>
             <para>Defines the TaskGroupCategory Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:category.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TaskGroupTask &lt;mso14:task></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.#ctor">
            <summary>
            Initializes a new instance of the TaskGroupCategory class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TaskGroupCategory class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TaskGroupCategory class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TaskGroupCategory class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask">
             <summary>
             <para>Defines the TaskGroupTask Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:task.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive">
            <summary>
            <para> isDefinitive.</para>
            <para>Represents the following attribute in the schema: isDefinitive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.#ctor">
            <summary>
            Initializes a new instance of the TaskGroupTask class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory">
             <summary>
             <para>Defines the TaskFormGroupCategory Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:category.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TaskFormGroupTask &lt;mso14:task></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.#ctor">
            <summary>
            Initializes a new instance of the TaskFormGroupCategory class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TaskFormGroupCategory class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TaskFormGroupCategory class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TaskFormGroupCategory class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask">
             <summary>
             <para>Defines the TaskFormGroupTask Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:task.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageGroup &lt;mso14:group></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.#ctor">
            <summary>
            Initializes a new instance of the TaskFormGroupTask class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TaskFormGroupTask class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TaskFormGroupTask class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TaskFormGroupTask class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup">
             <summary>
             <para>Defines the TaskFormGroup Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:taskFormGroup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TaskFormGroupCategory &lt;mso14:category></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText">
            <summary>
            <para> helperText.</para>
            <para>Represents the following attribute in the schema: helperText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText">
            <summary>
            <para> getHelperText.</para>
            <para>Represents the following attribute in the schema: getHelperText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes">
            <summary>
            <para> allowedTaskSizes.</para>
            <para>Represents the following attribute in the schema: allowedTaskSizes </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.#ctor">
            <summary>
            Initializes a new instance of the TaskFormGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TaskFormGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TaskFormGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TaskFormGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups">
             <summary>
             <para>Defines the BackstageGroups Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:firstColumn.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TaskFormGroup &lt;mso14:taskFormGroup></description></item>
            <item><description>BackstageGroup &lt;mso14:group></description></item>
            <item><description>TaskGroup &lt;mso14:taskGroup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.#ctor">
            <summary>
            Initializes a new instance of the BackstageGroups class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackstageGroups class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackstageGroups class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackstageGroups class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups">
             <summary>
             <para>Defines the SimpleGroups Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:secondColumn.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageGroup &lt;mso14:group></description></item>
            <item><description>TaskGroup &lt;mso14:taskGroup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.#ctor">
            <summary>
            Initializes a new instance of the SimpleGroups class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SimpleGroups class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SimpleGroups class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SimpleGroups class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab">
             <summary>
             <para>Defines the BackstageTab Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:tab.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageGroups &lt;mso14:firstColumn></description></item>
            <item><description>SimpleGroups &lt;mso14:secondColumn></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle">
            <summary>
            <para> getTitle.</para>
            <para>Represents the following attribute in the schema: getTitle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent">
            <summary>
            <para> columnWidthPercent.</para>
            <para>Represents the following attribute in the schema: columnWidthPercent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth">
            <summary>
            <para> firstColumnMinWidth.</para>
            <para>Represents the following attribute in the schema: firstColumnMinWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth">
            <summary>
            <para> firstColumnMaxWidth.</para>
            <para>Represents the following attribute in the schema: firstColumnMaxWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth">
            <summary>
            <para> secondColumnMinWidth.</para>
            <para>Represents the following attribute in the schema: secondColumnMinWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth">
            <summary>
            <para> secondColumnMaxWidth.</para>
            <para>Represents the following attribute in the schema: secondColumnMaxWidth </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.#ctor">
            <summary>
            Initializes a new instance of the BackstageTab class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackstageTab class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackstageTab class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackstageTab class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups">
            <summary>
            <para> BackstageGroups.</para>
            <para> Represents the following element tag in the schema: mso14:firstColumn </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups">
            <summary>
            <para> SimpleGroups.</para>
            <para> Represents the following element tag in the schema: mso14:secondColumn </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton">
             <summary>
             <para>Defines the BackstageFastCommandButton Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:button.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive">
            <summary>
            <para> isDefinitive.</para>
            <para>Represents the following attribute in the schema: isDefinitive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.#ctor">
            <summary>
            Initializes a new instance of the BackstageFastCommandButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Commands">
             <summary>
             <para>Defines the Commands Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:commands.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Command &lt;mso14:command></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Commands.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Commands.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Commands.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Commands.#ctor">
            <summary>
            Initializes a new instance of the Commands class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Commands.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Commands class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Commands.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Commands class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Commands.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Commands class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Commands.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon">
             <summary>
             <para>Defines the Ribbon Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:ribbon.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>QuickAccessToolbar &lt;mso14:qat></description></item>
            <item><description>Tabs &lt;mso14:tabs></description></item>
            <item><description>ContextualTabs &lt;mso14:contextualTabs></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch">
            <summary>
            <para> startFromScratch.</para>
            <para>Represents the following attribute in the schema: startFromScratch </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.#ctor">
            <summary>
            Initializes a new instance of the Ribbon class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Ribbon class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Ribbon class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Ribbon class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar">
            <summary>
            <para> QuickAccessToolbar.</para>
            <para> Represents the following element tag in the schema: mso14:qat </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs">
            <summary>
            <para> Tabs.</para>
            <para> Represents the following element tag in the schema: mso14:tabs </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs">
            <summary>
            <para> ContextualTabs.</para>
            <para> Represents the following element tag in the schema: mso14:contextualTabs </para>
            </summary>
            <remark>
            xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage">
             <summary>
             <para>Defines the Backstage Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:backstage.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackstageTab &lt;mso14:tab></description></item>
            <item><description>BackstageFastCommandButton &lt;mso14:button></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow">
            <summary>
            <para> onShow.</para>
            <para>Represents the following attribute in the schema: onShow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide">
            <summary>
            <para> onHide.</para>
            <para>Represents the following attribute in the schema: onHide </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.#ctor">
            <summary>
            Initializes a new instance of the Backstage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Backstage class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Backstage class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Backstage class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus">
             <summary>
             <para>Defines the ContextMenus Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is mso14:contextMenus.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ContextMenu &lt;mso14:contextMenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.#ctor">
            <summary>
            Initializes a new instance of the ContextMenus class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContextMenus class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContextMenus class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContextMenus class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues">
            <summary>
            Defines the GalleryShowInRibbonValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.False">
            <summary>
            false.
            <para>When the item is serialized out as xml, its value is "false".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.Zero">
            <summary>
            0.
            <para>When the item is serialized out as xml, its value is "0".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues">
            <summary>
            Defines the SizeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Normal">
            <summary>
            normal.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Large">
            <summary>
            large.
            <para>When the item is serialized out as xml, its value is "large".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues">
            <summary>
            Defines the ItemSizeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Normal">
            <summary>
            normal.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Large">
            <summary>
            large.
            <para>When the item is serialized out as xml, its value is "large".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues">
            <summary>
            Defines the BoxStyleValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Horizontal">
            <summary>
            horizontal.
            <para>When the item is serialized out as xml, its value is "horizontal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Vertical">
            <summary>
            vertical.
            <para>When the item is serialized out as xml, its value is "vertical".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues">
            <summary>
            Defines the TaskSizesValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMediumSmall">
            <summary>
            largeMediumSmall.
            <para>When the item is serialized out as xml, its value is "largeMediumSmall".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMedium">
            <summary>
            largeMedium.
            <para>When the item is serialized out as xml, its value is "largeMedium".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Large">
            <summary>
            large.
            <para>When the item is serialized out as xml, its value is "large".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.MediumSmall">
            <summary>
            mediumSmall.
            <para>When the item is serialized out as xml, its value is "mediumSmall".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Medium">
            <summary>
            medium.
            <para>When the item is serialized out as xml, its value is "medium".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Small">
            <summary>
            small.
            <para>When the item is serialized out as xml, its value is "small".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues">
            <summary>
            Defines the ExpandValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopLeft">
            <summary>
            topLeft.
            <para>When the item is serialized out as xml, its value is "topLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Top">
            <summary>
            top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopRight">
            <summary>
            topRight.
            <para>When the item is serialized out as xml, its value is "topRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Left">
            <summary>
            left.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Center">
            <summary>
            center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Right">
            <summary>
            right.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomLeft">
            <summary>
            bottomLeft.
            <para>When the item is serialized out as xml, its value is "bottomLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Bottom">
            <summary>
            bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomRight">
            <summary>
            bottomRight.
            <para>When the item is serialized out as xml, its value is "bottomRight".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues">
            <summary>
            Defines the StyleValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Normal">
            <summary>
            normal.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Warning">
            <summary>
            warning.
            <para>When the item is serialized out as xml, its value is "warning".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Error">
            <summary>
            error.
            <para>When the item is serialized out as xml, its value is "error".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values">
            <summary>
            Defines the Style2Values enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Normal">
            <summary>
            normal.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Borderless">
            <summary>
            borderless.
            <para>When the item is serialized out as xml, its value is "borderless".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Large">
            <summary>
            large.
            <para>When the item is serialized out as xml, its value is "large".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues">
            <summary>
            Defines the LayoutChildrenValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Horizontal">
            <summary>
            horizontal.
            <para>When the item is serialized out as xml, its value is "horizontal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Vertical">
            <summary>
            vertical.
            <para>When the item is serialized out as xml, its value is "vertical".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions">
             <summary>
             <para>Defines the PivotOptions Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:pivotOptions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DropZoneFilter &lt;c14:dropZoneFilter></description></item>
            <item><description>DropZoneCategories &lt;c14:dropZoneCategories></description></item>
            <item><description>DropZoneData &lt;c14:dropZoneData></description></item>
            <item><description>DropZoneSeries &lt;c14:dropZoneSeries></description></item>
            <item><description>DropZonesVisible &lt;c14:dropZonesVisible></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.#ctor">
            <summary>
            Initializes a new instance of the PivotOptions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotOptions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotOptions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotOptions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter">
            <summary>
            <para> DropZoneFilter.</para>
            <para> Represents the following element tag in the schema: c14:dropZoneFilter </para>
            </summary>
            <remark>
            xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories">
            <summary>
            <para> DropZoneCategories.</para>
            <para> Represents the following element tag in the schema: c14:dropZoneCategories </para>
            </summary>
            <remark>
            xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData">
            <summary>
            <para> DropZoneData.</para>
            <para> Represents the following element tag in the schema: c14:dropZoneData </para>
            </summary>
            <remark>
            xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries">
            <summary>
            <para> DropZoneSeries.</para>
            <para> Represents the following element tag in the schema: c14:dropZoneSeries </para>
            </summary>
            <remark>
            xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible">
            <summary>
            <para> DropZonesVisible.</para>
            <para> Represents the following element tag in the schema: c14:dropZonesVisible </para>
            </summary>
            <remark>
            xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions">
             <summary>
             <para>Defines the SketchOptions Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:sketchOptions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>InSketchMode &lt;c14:inSketchMode></description></item>
            <item><description>ShowSketchButton &lt;c14:showSketchBtn></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.#ctor">
            <summary>
            Initializes a new instance of the SketchOptions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SketchOptions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SketchOptions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SketchOptions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode">
            <summary>
            <para> InSketchMode.</para>
            <para> Represents the following element tag in the schema: c14:inSketchMode </para>
            </summary>
            <remark>
            xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton">
            <summary>
            <para> ShowSketchButton.</para>
            <para> Represents the following element tag in the schema: c14:showSketchBtn </para>
            </summary>
            <remark>
            xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat">
             <summary>
             <para>Defines the InvertSolidFillFormat Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:invertSolidFillFmt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeProperties &lt;c14:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.#ctor">
            <summary>
            Initializes a new instance of the InvertSolidFillFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the InvertSolidFillFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the InvertSolidFillFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InvertSolidFillFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties">
            <summary>
            <para> ShapeProperties.</para>
            <para> Represents the following element tag in the schema: c14:spPr </para>
            </summary>
            <remark>
            xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style">
             <summary>
             <para>Defines the Style Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:style.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.#ctor">
            <summary>
            Initializes a new instance of the Style class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties">
             <summary>
             <para>Defines the ShapeProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter">
             <summary>
             <para>Defines the DropZoneFilter Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:dropZoneFilter.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.#ctor">
            <summary>
            Initializes a new instance of the DropZoneFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories">
             <summary>
             <para>Defines the DropZoneCategories Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:dropZoneCategories.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.#ctor">
            <summary>
            Initializes a new instance of the DropZoneCategories class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData">
             <summary>
             <para>Defines the DropZoneData Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:dropZoneData.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.#ctor">
            <summary>
            Initializes a new instance of the DropZoneData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries">
             <summary>
             <para>Defines the DropZoneSeries Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:dropZoneSeries.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.#ctor">
            <summary>
            Initializes a new instance of the DropZoneSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible">
             <summary>
             <para>Defines the DropZonesVisible Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:dropZonesVisible.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.#ctor">
            <summary>
            Initializes a new instance of the DropZonesVisible class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode">
             <summary>
             <para>Defines the InSketchMode Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:inSketchMode.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.#ctor">
            <summary>
            Initializes a new instance of the InSketchMode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType">
            <summary>
            Defines the BooleanFalseType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.#ctor">
            <summary>
            Initializes a new instance of the BooleanFalseType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton">
             <summary>
             <para>Defines the ShowSketchButton Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is c14:showSketchBtn.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.#ctor">
            <summary>
            Initializes a new instance of the ShowSketchButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart">
             <summary>
             <para>Defines the ContentPart Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr14:contentPart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualContentPartProperties &lt;cdr14:nvContentPartPr></description></item>
            <item><description>ApplicationNonVisualDrawingProperties &lt;cdr14:nvPr></description></item>
            <item><description>Transform2D &lt;cdr14:xfrm></description></item>
            <item><description>OfficeArtExtensionList &lt;cdr14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode">
            <summary>
            <para> bwMode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.#ctor">
            <summary>
            Initializes a new instance of the ContentPart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContentPart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContentPart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContentPart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties">
            <summary>
            <para> NonVisualContentPartProperties.</para>
            <para> Represents the following element tag in the schema: cdr14:nvContentPartPr </para>
            </summary>
            <remark>
            xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties">
            <summary>
            <para> ApplicationNonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: cdr14:nvPr </para>
            </summary>
            <remark>
            xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D">
            <summary>
            <para> Transform2D.</para>
            <para> Represents the following element tag in the schema: cdr14:xfrm </para>
            </summary>
            <remark>
            xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: cdr14:extLst </para>
            </summary>
            <remark>
            xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties">
             <summary>
             <para>Defines the NonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr14:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties">
             <summary>
             <para>Defines the NonVisualInkContentPartProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr14:cNvContentPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks &lt;a14:cpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList &lt;a14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment">
            <summary>
            <para> isComment.</para>
            <para>Represents the following attribute in the schema: isComment </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks">
            <summary>
            <para> ContentPartLocks.</para>
            <para> Represents the following element tag in the schema: a14:cpLocks </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: a14:extLst </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties">
             <summary>
             <para>Defines the NonVisualContentPartProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr14:nvContentPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;cdr14:cNvPr></description></item>
            <item><description>NonVisualInkContentPartProperties &lt;cdr14:cNvContentPartPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualContentPartProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualContentPartProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualContentPartProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualContentPartProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: cdr14:cNvPr </para>
            </summary>
            <remark>
            xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties">
            <summary>
            <para> NonVisualInkContentPartProperties.</para>
            <para> Represents the following element tag in the schema: cdr14:cNvContentPartPr </para>
            </summary>
            <remark>
            xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties">
             <summary>
             <para>Defines the ApplicationNonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr14:nvPr.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro">
            <summary>
            <para> macro.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published">
            <summary>
            <para> fPublished.</para>
            <para>Represents the following attribute in the schema: fPublished </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D">
             <summary>
             <para>Defines the Transform2D Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr14:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Offset &lt;a:off></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.#ctor">
            <summary>
            Initializes a new instance of the Transform2D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform2D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr14:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape">
             <summary>
             <para>Defines the CompatibilityShape Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is com14:compatSp.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId">
            <summary>
            <para> spid.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.#ctor">
            <summary>
            Initializes a new instance of the CompatibilityShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties">
             <summary>
             <para>Defines the NonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm14:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages">
             <summary>
             <para>Defines the RecolorImages Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm14:recolorImg.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.#ctor">
            <summary>
            Initializes a new instance of the RecolorImages class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.CameraTool">
             <summary>
             <para>Defines the CameraTool Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:cameraTool.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange">
            <summary>
            <para> cellRange.</para>
            <para>Represents the following attribute in the schema: cellRange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId">
            <summary>
            <para> spid.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.#ctor">
            <summary>
            Initializes a new instance of the CameraTool class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension">
             <summary>
             <para>Defines the CompatExtension Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:compatExt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId">
            <summary>
            <para> spid.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.#ctor">
            <summary>
            Initializes a new instance of the CompatExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas">
             <summary>
             <para>Defines the IsCanvas Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:isCanvas.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.#ctor">
            <summary>
            Initializes a new instance of the IsCanvas class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart">
             <summary>
             <para>Defines the GvmlContentPart Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:contentPart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualContentPartProperties &lt;a14:nvContentPartPr></description></item>
            <item><description>Transform2D &lt;a14:xfrm></description></item>
            <item><description>OfficeArtExtensionList &lt;a14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode">
            <summary>
            <para> bwMode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.#ctor">
            <summary>
            Initializes a new instance of the GvmlContentPart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GvmlContentPart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GvmlContentPart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GvmlContentPart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties">
            <summary>
            <para> NonVisualContentPartProperties.</para>
            <para> Represents the following element tag in the schema: a14:nvContentPartPr </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D">
            <summary>
            <para> Transform2D.</para>
            <para> Represents the following element tag in the schema: a14:xfrm </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: a14:extLst </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured">
             <summary>
             <para>Defines the ShadowObscured Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:shadowObscured.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.#ctor">
            <summary>
            Initializes a new instance of the ShadowObscured class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties">
             <summary>
             <para>Defines the HiddenFillProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:hiddenFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.#ctor">
            <summary>
            Initializes a new instance of the HiddenFillProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HiddenFillProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HiddenFillProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HiddenFillProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill">
            <summary>
            <para> NoFill.</para>
            <para> Represents the following element tag in the schema: a:noFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill">
            <summary>
            <para> SolidFill.</para>
            <para> Represents the following element tag in the schema: a:solidFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill">
            <summary>
            <para> GradientFill.</para>
            <para> Represents the following element tag in the schema: a:gradFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill">
            <summary>
            <para> BlipFill.</para>
            <para> Represents the following element tag in the schema: a:blipFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill">
            <summary>
            <para> Pattern Fill.</para>
            <para> Represents the following element tag in the schema: a:pattFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill">
            <summary>
            <para> Group Fill.</para>
            <para> Represents the following element tag in the schema: a:grpFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties">
             <summary>
             <para>Defines the HiddenLineProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:hiddenLine.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetDash &lt;a:prstDash></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomDash &lt;a:custDash></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Round &lt;a:round></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LineJoinBevel &lt;a:bevel></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Miter &lt;a:miter></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HeadEnd &lt;a:headEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.TailEnd &lt;a:tailEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width">
            <summary>
            <para> Line Width.</para>
            <para>Represents the following attribute in the schema: w </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType">
            <summary>
            <para> Line Ending Cap Type.</para>
            <para>Represents the following attribute in the schema: cap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType">
            <summary>
            <para> Compound Line Type.</para>
            <para>Represents the following attribute in the schema: cmpd </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment">
            <summary>
            <para> Stroke Alignment.</para>
            <para>Represents the following attribute in the schema: algn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.#ctor">
            <summary>
            Initializes a new instance of the HiddenLineProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HiddenLineProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HiddenLineProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HiddenLineProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties">
             <summary>
             <para>Defines the HiddenEffectsProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:hiddenEffects.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.#ctor">
            <summary>
            Initializes a new instance of the HiddenEffectsProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HiddenEffectsProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HiddenEffectsProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HiddenEffectsProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList">
            <summary>
            <para> Effect Container.</para>
            <para> Represents the following element tag in the schema: a:effectLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag">
            <summary>
            <para> Effect Container.</para>
            <para> Represents the following element tag in the schema: a:effectDag </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D">
             <summary>
             <para>Defines the HiddenScene3D Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:hiddenScene3d.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Camera &lt;a:camera></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LightRig &lt;a:lightRig></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Backdrop &lt;a:backdrop></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.#ctor">
            <summary>
            Initializes a new instance of the HiddenScene3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HiddenScene3D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HiddenScene3D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HiddenScene3D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera">
            <summary>
            <para> Camera.</para>
            <para> Represents the following element tag in the schema: a:camera </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig">
            <summary>
            <para> Light Rig.</para>
            <para> Represents the following element tag in the schema: a:lightRig </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop">
            <summary>
            <para> Backdrop Plane.</para>
            <para> Represents the following element tag in the schema: a:backdrop </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D">
             <summary>
             <para>Defines the HiddenShape3D Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:hiddenSp3d.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BevelTop &lt;a:bevelT></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BevelBottom &lt;a:bevelB></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtrusionColor &lt;a:extrusionClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ContourColor &lt;a:contourClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z">
            <summary>
            <para> Shape Depth.</para>
            <para>Represents the following attribute in the schema: z </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight">
            <summary>
            <para> Extrusion Height.</para>
            <para>Represents the following attribute in the schema: extrusionH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth">
            <summary>
            <para> Contour Width.</para>
            <para>Represents the following attribute in the schema: contourW </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial">
            <summary>
            <para> Preset Material Type.</para>
            <para>Represents the following attribute in the schema: prstMaterial </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.#ctor">
            <summary>
            Initializes a new instance of the HiddenShape3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HiddenShape3D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HiddenShape3D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HiddenShape3D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop">
            <summary>
            <para> Top Bevel.</para>
            <para> Represents the following element tag in the schema: a:bevelT </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom">
            <summary>
            <para> Bottom Bevel.</para>
            <para> Represents the following element tag in the schema: a:bevelB </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor">
            <summary>
            <para> Extrusion Color.</para>
            <para> Represents the following element tag in the schema: a:extrusionClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor">
            <summary>
            <para> Contour Color.</para>
            <para> Represents the following element tag in the schema: a:contourClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties">
             <summary>
             <para>Defines the ImageProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:imgProps.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ImageLayer &lt;a14:imgLayer></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.#ctor">
            <summary>
            Initializes a new instance of the ImageProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ImageProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ImageProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ImageProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer">
            <summary>
            <para> ImageLayer.</para>
            <para> Represents the following element tag in the schema: a14:imgLayer </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi">
             <summary>
             <para>Defines the UseLocalDpi Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:useLocalDpi.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.#ctor">
            <summary>
            Initializes a new instance of the UseLocalDpi class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.TextMath">
             <summary>
             <para>Defines the TextMath Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:m.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.TextMath.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.TextMath.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.TextMath.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.TextMath.#ctor">
            <summary>
            Initializes a new instance of the TextMath class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.TextMath.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks">
             <summary>
             <para>Defines the ContentPartLocks Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:cpLocks.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfficeArtExtensionList &lt;a14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping">
            <summary>
            <para> Disallow Shape Grouping.</para>
            <para>Represents the following attribute in the schema: noGrp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection">
            <summary>
            <para> Disallow Shape Selection.</para>
            <para>Represents the following attribute in the schema: noSelect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation">
            <summary>
            <para> Disallow Shape Rotation.</para>
            <para>Represents the following attribute in the schema: noRot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect">
            <summary>
            <para> Disallow Aspect Ratio Change.</para>
            <para>Represents the following attribute in the schema: noChangeAspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove">
            <summary>
            <para> Disallow Shape Movement.</para>
            <para>Represents the following attribute in the schema: noMove </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize">
            <summary>
            <para> Disallow Shape Resize.</para>
            <para>Represents the following attribute in the schema: noResize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints">
            <summary>
            <para> Disallow Shape Point Editing.</para>
            <para>Represents the following attribute in the schema: noEditPoints </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles">
            <summary>
            <para> Disallow Showing Adjust Handles.</para>
            <para>Represents the following attribute in the schema: noAdjustHandles </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads">
            <summary>
            <para> Disallow Arrowhead Changes.</para>
            <para>Represents the following attribute in the schema: noChangeArrowheads </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType">
            <summary>
            <para> Disallow Shape Type Change.</para>
            <para>Represents the following attribute in the schema: noChangeShapeType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.#ctor">
            <summary>
            Initializes a new instance of the ContentPartLocks class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContentPartLocks class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContentPartLocks class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContentPartLocks class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: a14:extLst </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark">
             <summary>
             <para>Defines the ForegroundMark Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:foregroundMark.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate">
            <summary>
            <para> x1.</para>
            <para>Represents the following attribute in the schema: x1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate">
            <summary>
            <para> y1.</para>
            <para>Represents the following attribute in the schema: y1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate">
            <summary>
            <para> x2.</para>
            <para>Represents the following attribute in the schema: x2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate">
            <summary>
            <para> y2.</para>
            <para>Represents the following attribute in the schema: y2 </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.#ctor">
            <summary>
            Initializes a new instance of the ForegroundMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark">
             <summary>
             <para>Defines the BackgroundMark Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:backgroundMark.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate">
            <summary>
            <para> x1.</para>
            <para>Represents the following attribute in the schema: x1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate">
            <summary>
            <para> y1.</para>
            <para>Represents the following attribute in the schema: y1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate">
            <summary>
            <para> x2.</para>
            <para>Represents the following attribute in the schema: x2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate">
            <summary>
            <para> y2.</para>
            <para>Represents the following attribute in the schema: y2 </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.#ctor">
            <summary>
            Initializes a new instance of the BackgroundMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur">
             <summary>
             <para>Defines the ArtisticBlur Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticBlur.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius">
            <summary>
            <para> radius.</para>
            <para>Represents the following attribute in the schema: radius </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.#ctor">
            <summary>
            Initializes a new instance of the ArtisticBlur class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement">
             <summary>
             <para>Defines the ArtisticCement Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticCement.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing">
            <summary>
            <para> crackSpacing.</para>
            <para>Represents the following attribute in the schema: crackSpacing </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.#ctor">
            <summary>
            Initializes a new instance of the ArtisticCement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch">
             <summary>
             <para>Defines the ArtisticChalkSketch Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticChalkSketch.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure">
            <summary>
            <para> pressure.</para>
            <para>Represents the following attribute in the schema: pressure </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.#ctor">
            <summary>
            Initializes a new instance of the ArtisticChalkSketch class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching">
             <summary>
             <para>Defines the ArtisticCrisscrossEtching Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticCrisscrossEtching.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure">
            <summary>
            <para> pressure.</para>
            <para>Represents the following attribute in the schema: pressure </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.#ctor">
            <summary>
            Initializes a new instance of the ArtisticCrisscrossEtching class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout">
             <summary>
             <para>Defines the ArtisticCutout Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticCutout.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades">
            <summary>
            <para> numberOfShades.</para>
            <para>Represents the following attribute in the schema: numberOfShades </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.#ctor">
            <summary>
            Initializes a new instance of the ArtisticCutout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain">
             <summary>
             <para>Defines the ArtisticFilmGrain Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticFilmGrain.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize">
            <summary>
            <para> grainSize.</para>
            <para>Represents the following attribute in the schema: grainSize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.#ctor">
            <summary>
            Initializes a new instance of the ArtisticFilmGrain class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass">
             <summary>
             <para>Defines the ArtisticGlass Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticGlass.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling">
            <summary>
            <para> scaling.</para>
            <para>Represents the following attribute in the schema: scaling </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.#ctor">
            <summary>
            Initializes a new instance of the ArtisticGlass class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused">
             <summary>
             <para>Defines the ArtisticGlowDiffused Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticGlowDiffused.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity">
            <summary>
            <para> intensity.</para>
            <para>Represents the following attribute in the schema: intensity </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.#ctor">
            <summary>
            Initializes a new instance of the ArtisticGlowDiffused class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges">
             <summary>
             <para>Defines the ArtisticGlowEdges Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticGlowEdges.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness">
            <summary>
            <para> smoothness.</para>
            <para>Represents the following attribute in the schema: smoothness </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.#ctor">
            <summary>
            Initializes a new instance of the ArtisticGlowEdges class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen">
             <summary>
             <para>Defines the ArtisticLightScreen Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticLightScreen.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize">
            <summary>
            <para> gridSize.</para>
            <para>Represents the following attribute in the schema: gridSize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.#ctor">
            <summary>
            Initializes a new instance of the ArtisticLightScreen class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing">
             <summary>
             <para>Defines the ArtisticLineDrawing Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticLineDrawing.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize">
            <summary>
            <para> pencilSize.</para>
            <para>Represents the following attribute in the schema: pencilSize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.#ctor">
            <summary>
            Initializes a new instance of the ArtisticLineDrawing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker">
             <summary>
             <para>Defines the ArtisticMarker Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticMarker.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.#ctor">
            <summary>
            Initializes a new instance of the ArtisticMarker class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles">
             <summary>
             <para>Defines the ArtisticMosaicBubbles Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticMosiaicBubbles.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure">
            <summary>
            <para> pressure.</para>
            <para>Represents the following attribute in the schema: pressure </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.#ctor">
            <summary>
            Initializes a new instance of the ArtisticMosaicBubbles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes">
             <summary>
             <para>Defines the ArtisticPaintStrokes Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticPaintStrokes.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity">
            <summary>
            <para> intensity.</para>
            <para>Represents the following attribute in the schema: intensity </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.#ctor">
            <summary>
            Initializes a new instance of the ArtisticPaintStrokes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush">
             <summary>
             <para>Defines the ArtisticPaintBrush Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticPaintBrush.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize">
            <summary>
            <para> brushSize.</para>
            <para>Represents the following attribute in the schema: brushSize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.#ctor">
            <summary>
            Initializes a new instance of the ArtisticPaintBrush class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth">
             <summary>
             <para>Defines the ArtisticPastelsSmooth Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticPastelsSmooth.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize">
            <summary>
            <para> scaling.</para>
            <para>Represents the following attribute in the schema: scaling </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.#ctor">
            <summary>
            Initializes a new instance of the ArtisticPastelsSmooth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale">
             <summary>
             <para>Defines the ArtisticPencilGrayscale Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticPencilGrayscale.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize">
            <summary>
            <para> pencilSize.</para>
            <para>Represents the following attribute in the schema: pencilSize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.#ctor">
            <summary>
            Initializes a new instance of the ArtisticPencilGrayscale class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch">
             <summary>
             <para>Defines the ArtisticPencilSketch Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticPencilSketch.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure">
            <summary>
            <para> pressure.</para>
            <para>Represents the following attribute in the schema: pressure </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.#ctor">
            <summary>
            Initializes a new instance of the ArtisticPencilSketch class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy">
             <summary>
             <para>Defines the ArtisticPhotocopy Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticPhotocopy.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail">
            <summary>
            <para> detail.</para>
            <para>Represents the following attribute in the schema: detail </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.#ctor">
            <summary>
            Initializes a new instance of the ArtisticPhotocopy class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap">
             <summary>
             <para>Defines the ArtisticPlasticWrap Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticPlasticWrap.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness">
            <summary>
            <para> smoothness.</para>
            <para>Represents the following attribute in the schema: smoothness </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.#ctor">
            <summary>
            Initializes a new instance of the ArtisticPlasticWrap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer">
             <summary>
             <para>Defines the ArtisticTexturizer Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticTexturizer.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling">
            <summary>
            <para> scaling.</para>
            <para>Represents the following attribute in the schema: scaling </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.#ctor">
            <summary>
            Initializes a new instance of the ArtisticTexturizer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge">
             <summary>
             <para>Defines the ArtisticWatercolorSponge Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:artisticWatercolorSponge.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy">
            <summary>
            <para> trans.</para>
            <para>Represents the following attribute in the schema: trans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize">
            <summary>
            <para> brushSize.</para>
            <para>Represents the following attribute in the schema: brushSize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.#ctor">
            <summary>
            Initializes a new instance of the ArtisticWatercolorSponge class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval">
             <summary>
             <para>Defines the BackgroundRemoval Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:backgroundRemoval.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ForegroundMark &lt;a14:foregroundMark></description></item>
            <item><description>BackgroundMark &lt;a14:backgroundMark></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop">
            <summary>
            <para> t.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom">
            <summary>
            <para> b.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft">
            <summary>
            <para> l.</para>
            <para>Represents the following attribute in the schema: l </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight">
            <summary>
            <para> r.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.#ctor">
            <summary>
            Initializes a new instance of the BackgroundRemoval class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackgroundRemoval class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackgroundRemoval class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackgroundRemoval class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast">
             <summary>
             <para>Defines the BrightnessContrast Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:brightnessContrast.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright">
            <summary>
            <para> bright.</para>
            <para>Represents the following attribute in the schema: bright </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast">
            <summary>
            <para> contrast.</para>
            <para>Represents the following attribute in the schema: contrast </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.#ctor">
            <summary>
            Initializes a new instance of the BrightnessContrast class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature">
             <summary>
             <para>Defines the ColorTemperature Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:colorTemperature.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue">
            <summary>
            <para> colorTemp.</para>
            <para>Represents the following attribute in the schema: colorTemp </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.#ctor">
            <summary>
            Initializes a new instance of the ColorTemperature class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Saturation">
             <summary>
             <para>Defines the Saturation Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:saturation.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Saturation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Saturation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Saturation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount">
            <summary>
            <para> sat.</para>
            <para>Represents the following attribute in the schema: sat </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Saturation.#ctor">
            <summary>
            Initializes a new instance of the Saturation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Saturation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften">
             <summary>
             <para>Defines the SharpenSoften Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:sharpenSoften.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount">
            <summary>
            <para> amount.</para>
            <para>Represents the following attribute in the schema: amount </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.#ctor">
            <summary>
            Initializes a new instance of the SharpenSoften class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect">
             <summary>
             <para>Defines the ImageEffect Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:imgEffect.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArtisticBlur &lt;a14:artisticBlur></description></item>
            <item><description>ArtisticCement &lt;a14:artisticCement></description></item>
            <item><description>ArtisticChalkSketch &lt;a14:artisticChalkSketch></description></item>
            <item><description>ArtisticCrisscrossEtching &lt;a14:artisticCrisscrossEtching></description></item>
            <item><description>ArtisticCutout &lt;a14:artisticCutout></description></item>
            <item><description>ArtisticFilmGrain &lt;a14:artisticFilmGrain></description></item>
            <item><description>ArtisticGlass &lt;a14:artisticGlass></description></item>
            <item><description>ArtisticGlowDiffused &lt;a14:artisticGlowDiffused></description></item>
            <item><description>ArtisticGlowEdges &lt;a14:artisticGlowEdges></description></item>
            <item><description>ArtisticLightScreen &lt;a14:artisticLightScreen></description></item>
            <item><description>ArtisticLineDrawing &lt;a14:artisticLineDrawing></description></item>
            <item><description>ArtisticMarker &lt;a14:artisticMarker></description></item>
            <item><description>ArtisticMosaicBubbles &lt;a14:artisticMosiaicBubbles></description></item>
            <item><description>ArtisticPaintStrokes &lt;a14:artisticPaintStrokes></description></item>
            <item><description>ArtisticPaintBrush &lt;a14:artisticPaintBrush></description></item>
            <item><description>ArtisticPastelsSmooth &lt;a14:artisticPastelsSmooth></description></item>
            <item><description>ArtisticPencilGrayscale &lt;a14:artisticPencilGrayscale></description></item>
            <item><description>ArtisticPencilSketch &lt;a14:artisticPencilSketch></description></item>
            <item><description>ArtisticPhotocopy &lt;a14:artisticPhotocopy></description></item>
            <item><description>ArtisticPlasticWrap &lt;a14:artisticPlasticWrap></description></item>
            <item><description>ArtisticTexturizer &lt;a14:artisticTexturizer></description></item>
            <item><description>ArtisticWatercolorSponge &lt;a14:artisticWatercolorSponge></description></item>
            <item><description>BackgroundRemoval &lt;a14:backgroundRemoval></description></item>
            <item><description>BrightnessContrast &lt;a14:brightnessContrast></description></item>
            <item><description>ColorTemperature &lt;a14:colorTemperature></description></item>
            <item><description>Saturation &lt;a14:saturation></description></item>
            <item><description>SharpenSoften &lt;a14:sharpenSoften></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.#ctor">
            <summary>
            Initializes a new instance of the ImageEffect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ImageEffect class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ImageEffect class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ImageEffect class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur">
            <summary>
            <para> ArtisticBlur.</para>
            <para> Represents the following element tag in the schema: a14:artisticBlur </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement">
            <summary>
            <para> ArtisticCement.</para>
            <para> Represents the following element tag in the schema: a14:artisticCement </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch">
            <summary>
            <para> ArtisticChalkSketch.</para>
            <para> Represents the following element tag in the schema: a14:artisticChalkSketch </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching">
            <summary>
            <para> ArtisticCrisscrossEtching.</para>
            <para> Represents the following element tag in the schema: a14:artisticCrisscrossEtching </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout">
            <summary>
            <para> ArtisticCutout.</para>
            <para> Represents the following element tag in the schema: a14:artisticCutout </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain">
            <summary>
            <para> ArtisticFilmGrain.</para>
            <para> Represents the following element tag in the schema: a14:artisticFilmGrain </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass">
            <summary>
            <para> ArtisticGlass.</para>
            <para> Represents the following element tag in the schema: a14:artisticGlass </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused">
            <summary>
            <para> ArtisticGlowDiffused.</para>
            <para> Represents the following element tag in the schema: a14:artisticGlowDiffused </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges">
            <summary>
            <para> ArtisticGlowEdges.</para>
            <para> Represents the following element tag in the schema: a14:artisticGlowEdges </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen">
            <summary>
            <para> ArtisticLightScreen.</para>
            <para> Represents the following element tag in the schema: a14:artisticLightScreen </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing">
            <summary>
            <para> ArtisticLineDrawing.</para>
            <para> Represents the following element tag in the schema: a14:artisticLineDrawing </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker">
            <summary>
            <para> ArtisticMarker.</para>
            <para> Represents the following element tag in the schema: a14:artisticMarker </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles">
            <summary>
            <para> ArtisticMosaicBubbles.</para>
            <para> Represents the following element tag in the schema: a14:artisticMosiaicBubbles </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes">
            <summary>
            <para> ArtisticPaintStrokes.</para>
            <para> Represents the following element tag in the schema: a14:artisticPaintStrokes </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush">
            <summary>
            <para> ArtisticPaintBrush.</para>
            <para> Represents the following element tag in the schema: a14:artisticPaintBrush </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth">
            <summary>
            <para> ArtisticPastelsSmooth.</para>
            <para> Represents the following element tag in the schema: a14:artisticPastelsSmooth </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale">
            <summary>
            <para> ArtisticPencilGrayscale.</para>
            <para> Represents the following element tag in the schema: a14:artisticPencilGrayscale </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch">
            <summary>
            <para> ArtisticPencilSketch.</para>
            <para> Represents the following element tag in the schema: a14:artisticPencilSketch </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy">
            <summary>
            <para> ArtisticPhotocopy.</para>
            <para> Represents the following element tag in the schema: a14:artisticPhotocopy </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap">
            <summary>
            <para> ArtisticPlasticWrap.</para>
            <para> Represents the following element tag in the schema: a14:artisticPlasticWrap </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer">
            <summary>
            <para> ArtisticTexturizer.</para>
            <para> Represents the following element tag in the schema: a14:artisticTexturizer </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge">
            <summary>
            <para> ArtisticWatercolorSponge.</para>
            <para> Represents the following element tag in the schema: a14:artisticWatercolorSponge </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval">
            <summary>
            <para> BackgroundRemoval.</para>
            <para> Represents the following element tag in the schema: a14:backgroundRemoval </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast">
            <summary>
            <para> BrightnessContrast.</para>
            <para> Represents the following element tag in the schema: a14:brightnessContrast </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature">
            <summary>
            <para> ColorTemperature.</para>
            <para> Represents the following element tag in the schema: a14:colorTemperature </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation">
            <summary>
            <para> Saturation.</para>
            <para> Represents the following element tag in the schema: a14:saturation </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften">
            <summary>
            <para> SharpenSoften.</para>
            <para> Represents the following element tag in the schema: a14:sharpenSoften </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer">
             <summary>
             <para>Defines the ImageLayer Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:imgLayer.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ImageEffect &lt;a14:imgEffect></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed">
             <summary>
             <para> embed.</para>
             <para>Represents the following attribute in the schema: r:embed </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.#ctor">
            <summary>
            Initializes a new instance of the ImageLayer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ImageLayer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ImageLayer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ImageLayer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties">
             <summary>
             <para>Defines the NonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties">
             <summary>
             <para>Defines the NonVisualInkContentPartProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:cNvContentPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ContentPartLocks &lt;a14:cpLocks></description></item>
            <item><description>OfficeArtExtensionList &lt;a14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment">
            <summary>
            <para> isComment.</para>
            <para>Represents the following attribute in the schema: isComment </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks">
            <summary>
            <para> ContentPartLocks.</para>
            <para> Represents the following element tag in the schema: a14:cpLocks </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: a14:extLst </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties">
             <summary>
             <para>Defines the NonVisualContentPartProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:nvContentPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;a14:cNvPr></description></item>
            <item><description>NonVisualInkContentPartProperties &lt;a14:cNvContentPartPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualContentPartProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualContentPartProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualContentPartProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualContentPartProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: a14:cNvPr </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties">
            <summary>
            <para> NonVisualInkContentPartProperties.</para>
            <para> Represents the following element tag in the schema: a14:cNvContentPartPr </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D">
             <summary>
             <para>Defines the Transform2D Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is a14:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Offset &lt;a:off></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.#ctor">
            <summary>
            Initializes a new instance of the Transform2D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform2D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle">
             <summary>
             <para>Defines the ShapeStyle Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is pic14:style.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.LineReference &lt;a:lnRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FillReference &lt;a:fillRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectReference &lt;a:effectRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FontReference &lt;a:fontRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.#ctor">
            <summary>
            Initializes a new instance of the ShapeStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference">
            <summary>
            <para> LineReference.</para>
            <para> Represents the following element tag in the schema: a:lnRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference">
            <summary>
            <para> FillReference.</para>
            <para> Represents the following element tag in the schema: a:fillRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference">
            <summary>
            <para> EffectReference.</para>
            <para> Represents the following element tag in the schema: a:effectRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference">
            <summary>
            <para> Font Reference.</para>
            <para> Represents the following element tag in the schema: a:fontRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is pic14:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer">
             <summary>
             <para>Defines the Slicer Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is sle:slicer.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfficeArtExtensionList &lt;sle:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.#ctor">
            <summary>
            Initializes a new instance of the Slicer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Slicer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Slicer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Slicer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: sle:extLst </para>
            </summary>
            <remark>
            xmlns:sle = http://schemas.microsoft.com/office/drawing/2010/slicer
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is sle:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart">
             <summary>
             <para>Defines the ContentPart Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr14:contentPart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExcelNonVisualContentPartShapeProperties &lt;xdr14:nvContentPartPr></description></item>
            <item><description>ApplicationNonVisualDrawingProperties &lt;xdr14:nvPr></description></item>
            <item><description>Transform2D &lt;xdr14:xfrm></description></item>
            <item><description>OfficeArtExtensionList &lt;xdr14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode">
            <summary>
            <para> bwMode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.#ctor">
            <summary>
            Initializes a new instance of the ContentPart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContentPart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContentPart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContentPart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties">
            <summary>
            <para> ExcelNonVisualContentPartShapeProperties.</para>
            <para> Represents the following element tag in the schema: xdr14:nvContentPartPr </para>
            </summary>
            <remark>
            xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties">
            <summary>
            <para> ApplicationNonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: xdr14:nvPr </para>
            </summary>
            <remark>
            xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D">
            <summary>
            <para> Transform2D.</para>
            <para> Represents the following element tag in the schema: xdr14:xfrm </para>
            </summary>
            <remark>
            xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: xdr14:extLst </para>
            </summary>
            <remark>
            xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties">
             <summary>
             <para>Defines the NonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr14:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties">
             <summary>
             <para>Defines the NonVisualInkContentPartProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr14:cNvContentPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks &lt;a14:cpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList &lt;a14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment">
            <summary>
            <para> isComment.</para>
            <para>Represents the following attribute in the schema: isComment </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks">
            <summary>
            <para> ContentPartLocks.</para>
            <para> Represents the following element tag in the schema: a14:cpLocks </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: a14:extLst </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties">
             <summary>
             <para>Defines the ExcelNonVisualContentPartShapeProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr14:nvContentPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;xdr14:cNvPr></description></item>
            <item><description>NonVisualInkContentPartProperties &lt;xdr14:cNvContentPartPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ExcelNonVisualContentPartShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExcelNonVisualContentPartShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExcelNonVisualContentPartShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExcelNonVisualContentPartShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: xdr14:cNvPr </para>
            </summary>
            <remark>
            xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties">
            <summary>
            <para> NonVisualInkContentPartProperties.</para>
            <para> Represents the following element tag in the schema: xdr14:cNvContentPartPr </para>
            </summary>
            <remark>
            xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties">
             <summary>
             <para>Defines the ApplicationNonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr14:nvPr.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro">
            <summary>
            <para> macro.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag">
            <summary>
            <para> fPublished.</para>
            <para>Represents the following attribute in the schema: fPublished </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D">
             <summary>
             <para>Defines the Transform2D Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr14:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Offset &lt;a:off></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.#ctor">
            <summary>
            Initializes a new instance of the Transform2D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform2D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr14:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings">
             <summary>
             <para>Defines the ConditionalFormattings Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:conditionalFormattings.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormatting &lt;x14:conditionalFormatting></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormattings class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormattings class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormattings class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormattings class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DataValidations">
             <summary>
             <para>Defines the DataValidations Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:dataValidations.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataValidation &lt;x14:dataValidation></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts">
            <summary>
            <para> disablePrompts.</para>
            <para>Represents the following attribute in the schema: disablePrompts </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow">
            <summary>
            <para> xWindow.</para>
            <para>Represents the following attribute in the schema: xWindow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow">
            <summary>
            <para> yWindow.</para>
            <para>Represents the following attribute in the schema: yWindow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.#ctor">
            <summary>
            Initializes a new instance of the DataValidations class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataValidations class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataValidations class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataValidations class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidations.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups">
             <summary>
             <para>Defines the SparklineGroups Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:sparklineGroups.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SparklineGroup &lt;x14:sparklineGroup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.#ctor">
            <summary>
            Initializes a new instance of the SparklineGroups class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SparklineGroups class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SparklineGroups class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SparklineGroups class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerList">
             <summary>
             <para>Defines the SlicerList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicerList.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlicerRef &lt;x14:slicer></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerList.#ctor">
            <summary>
            Initializes a new instance of the SlicerList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges">
             <summary>
             <para>Defines the ProtectedRanges Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:protectedRanges.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ProtectedRange &lt;x14:protectedRange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.#ctor">
            <summary>
            Initializes a new instance of the ProtectedRanges class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ProtectedRanges class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ProtectedRanges class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ProtectedRanges class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors">
             <summary>
             <para>Defines the IgnoredErrors Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:ignoredErrors.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>IgnoredError &lt;x14:ignoredError></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.#ctor">
            <summary>
            Initializes a new instance of the IgnoredErrors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the IgnoredErrors class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the IgnoredErrors class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.#ctor(System.String)">
            <summary>
            Initializes a new instance of the IgnoredErrors class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DefinedNames">
             <summary>
             <para>Defines the DefinedNames Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:definedNames.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DefinedName &lt;x14:definedName></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.#ctor">
            <summary>
            Initializes a new instance of the DefinedNames class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DefinedNames class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DefinedNames class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefinedNames class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotCaches">
             <summary>
             <para>Defines the PivotCaches Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotCaches.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.PivotCache &lt;x:pivotCache></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.#ctor">
            <summary>
            Initializes a new instance of the PivotCaches class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotCaches class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotCaches class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotCaches class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches">
             <summary>
             <para>Defines the SlicerCaches Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicerCaches.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlicerCache &lt;x14:slicerCache></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.#ctor">
            <summary>
            Initializes a new instance of the SlicerCaches class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerCaches class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerCaches class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerCaches class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties">
             <summary>
             <para>Defines the WorkbookProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:workbookPr.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi">
            <summary>
            <para> defaultImageDpi.</para>
            <para>Represents the following attribute in the schema: defaultImageDpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData">
            <summary>
            <para> discardImageEditData.</para>
            <para>Represents the following attribute in the schema: discardImageEditData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion">
            <summary>
            <para> accuracyVersion.</para>
            <para>Represents the following attribute in the schema: accuracyVersion </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.#ctor">
            <summary>
            Initializes a new instance of the WorkbookProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember">
             <summary>
             <para>Defines the CalculatedMember Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:calculatedMember.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TupleSet &lt;x14:tupleSet></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder">
            <summary>
            <para> displayFolder.</para>
            <para>Represents the following attribute in the schema: displayFolder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies">
            <summary>
            <para> flattenHierarchies.</para>
            <para>Represents the following attribute in the schema: flattenHierarchies </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet">
            <summary>
            <para> dynamicSet.</para>
            <para>Represents the following attribute in the schema: dynamicSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct">
            <summary>
            <para> hierarchizeDistinct.</para>
            <para>Represents the following attribute in the schema: hierarchizeDistinct </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong">
            <summary>
            <para> mdxLong.</para>
            <para>Represents the following attribute in the schema: mdxLong </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.#ctor">
            <summary>
            Initializes a new instance of the CalculatedMember class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CalculatedMember class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CalculatedMember class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CalculatedMember class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet">
            <summary>
            <para> TupleSet.</para>
            <para> Represents the following element tag in the schema: x14:tupleSet </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy">
             <summary>
             <para>Defines the CacheHierarchy Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:cacheHierarchy.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SetLevels &lt;x14:setLevels></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies">
            <summary>
            <para> flattenHierarchies.</para>
            <para>Represents the following attribute in the schema: flattenHierarchies </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet">
            <summary>
            <para> measuresSet.</para>
            <para>Represents the following attribute in the schema: measuresSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct">
            <summary>
            <para> hierarchizeDistinct.</para>
            <para>Represents the following attribute in the schema: hierarchizeDistinct </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore">
            <summary>
            <para> ignore.</para>
            <para>Represents the following attribute in the schema: ignore </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.#ctor">
            <summary>
            Initializes a new instance of the CacheHierarchy class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheHierarchy class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheHierarchy class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheHierarchy class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels">
            <summary>
            <para> SetLevels.</para>
            <para> Represents the following element tag in the schema: x14:setLevels </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DataField">
             <summary>
             <para>Defines the DataField Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:dataField.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs">
            <summary>
            <para> pivotShowAs.</para>
            <para>Represents the following attribute in the schema: pivotShowAs </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField">
            <summary>
            <para> sourceField.</para>
            <para>Represents the following attribute in the schema: sourceField </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName">
            <summary>
            <para> uniqueName.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataField.#ctor">
            <summary>
            Initializes a new instance of the DataField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotField">
             <summary>
             <para>Defines the PivotField Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotField.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels">
            <summary>
            <para> fillDownLabels.</para>
            <para>Represents the following attribute in the schema: fillDownLabels </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore">
            <summary>
            <para> ignore.</para>
            <para>Represents the following attribute in the schema: ignore </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotField.#ctor">
            <summary>
            Initializes a new instance of the PivotField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition">
             <summary>
             <para>Defines the PivotTableDefinition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotTableDefinition.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotEdits &lt;x14:pivotEdits></description></item>
            <item><description>PivotChanges &lt;x14:pivotChanges></description></item>
            <item><description>ConditionalFormats &lt;x14:conditionalFormats></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault">
            <summary>
            <para> fillDownLabelsDefault.</para>
            <para>Represents the following attribute in the schema: fillDownLabelsDefault </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets">
            <summary>
            <para> visualTotalsForSets.</para>
            <para>Represents the following attribute in the schema: visualTotalsForSets </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters">
            <summary>
            <para> calculatedMembersInFilters.</para>
            <para>Represents the following attribute in the schema: calculatedMembersInFilters </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText">
            <summary>
            <para> altText.</para>
            <para>Represents the following attribute in the schema: altText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary">
            <summary>
            <para> altTextSummary.</para>
            <para>Represents the following attribute in the schema: altTextSummary </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit">
            <summary>
            <para> enableEdit.</para>
            <para>Represents the following attribute in the schema: enableEdit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply">
            <summary>
            <para> autoApply.</para>
            <para>Represents the following attribute in the schema: autoApply </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod">
            <summary>
            <para> allocationMethod.</para>
            <para>Represents the following attribute in the schema: allocationMethod </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression">
            <summary>
            <para> weightExpression.</para>
            <para>Represents the following attribute in the schema: weightExpression </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow">
            <summary>
            <para> hideValuesRow.</para>
            <para>Represents the following attribute in the schema: hideValuesRow </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.#ctor">
            <summary>
            Initializes a new instance of the PivotTableDefinition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotTableDefinition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotTableDefinition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotTableDefinition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits">
            <summary>
            <para> PivotEdits.</para>
            <para> Represents the following element tag in the schema: x14:pivotEdits </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges">
            <summary>
            <para> PivotChanges.</para>
            <para> Represents the following element tag in the schema: x14:pivotChanges </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats">
            <summary>
            <para> ConditionalFormats.</para>
            <para> Represents the following element tag in the schema: x14:conditionalFormats </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition">
             <summary>
             <para>Defines the PivotCacheDefinition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotCacheDefinition.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData">
            <summary>
            <para> slicerData.</para>
            <para>Represents the following attribute in the schema: slicerData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId">
            <summary>
            <para> pivotCacheId.</para>
            <para>Represents the following attribute in the schema: pivotCacheId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual">
            <summary>
            <para> supportSubqueryNonVisual.</para>
            <para>Represents the following attribute in the schema: supportSubqueryNonVisual </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem">
            <summary>
            <para> supportSubqueryCalcMem.</para>
            <para>Represents the following attribute in the schema: supportSubqueryCalcMem </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems">
            <summary>
            <para> supportAddCalcMems.</para>
            <para>Represents the following attribute in the schema: supportAddCalcMems </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.#ctor">
            <summary>
            Initializes a new instance of the PivotCacheDefinition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Connection">
             <summary>
             <para>Defines the Connection Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:connection.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CalculatedMembers &lt;x14:calculatedMembers></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Connection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Connection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Connection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture">
            <summary>
            <para> culture.</para>
            <para>Represents the following attribute in the schema: culture </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId">
            <summary>
            <para> embeddedDataId.</para>
            <para>Represents the following attribute in the schema: embeddedDataId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Connection.#ctor">
            <summary>
            Initializes a new instance of the Connection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Connection.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Connection class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Connection.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Connection class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Connection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Connection class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers">
            <summary>
            <para> CalculatedMembers.</para>
            <para> Represents the following element tag in the schema: x14:calculatedMembers </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Connection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Table">
             <summary>
             <para>Defines the Table Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:table.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Table.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Table.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Table.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Table.AltText">
            <summary>
            <para> altText.</para>
            <para>Represents the following attribute in the schema: altText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary">
            <summary>
            <para> altTextSummary.</para>
            <para>Represents the following attribute in the schema: altTextSummary </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Table.#ctor">
            <summary>
            Initializes a new instance of the Table class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Table.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles">
             <summary>
             <para>Defines the SlicerStyles Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicerStyles.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlicerStyle &lt;x14:slicerStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle">
            <summary>
            <para> defaultSlicerStyle.</para>
            <para>Represents the following attribute in the schema: defaultSlicerStyle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.#ctor">
            <summary>
            Initializes a new instance of the SlicerStyles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerStyles class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerStyles class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerStyles class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats">
             <summary>
             <para>Defines the DifferentialFormats Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:dxfs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat &lt;x:dxf></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count">
            <summary>
            <para> Format Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.#ctor">
            <summary>
            Initializes a new instance of the DifferentialFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DifferentialFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DifferentialFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DifferentialFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OleItem">
             <summary>
             <para>Defines the OleItem Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:oleItem.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DdeValues &lt;x14:values></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OleItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OleItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OleItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon">
            <summary>
            <para> icon.</para>
            <para>Represents the following attribute in the schema: icon </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise">
            <summary>
            <para> advise.</para>
            <para>Represents the following attribute in the schema: advise </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture">
            <summary>
            <para> preferPic.</para>
            <para>Represents the following attribute in the schema: preferPic </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OleItem.#ctor">
            <summary>
            Initializes a new instance of the OleItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OleItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OleItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OleItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OleItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OleItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues">
            <summary>
            <para> DdeValues.</para>
            <para> Represents the following element tag in the schema: x14:values </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OleItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy">
             <summary>
             <para>Defines the PivotHierarchy Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotHierarchy.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore">
            <summary>
            <para> ignore.</para>
            <para>Represents the following attribute in the schema: ignore </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.#ctor">
            <summary>
            Initializes a new instance of the PivotHierarchy class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.CacheField">
             <summary>
             <para>Defines the CacheField Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:cacheField.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CacheField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CacheField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CacheField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore">
            <summary>
            <para> ignore.</para>
            <para>Represents the following attribute in the schema: ignore </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CacheField.#ctor">
            <summary>
            Initializes a new instance of the CacheField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CacheField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Id">
             <summary>
             <para>Defines the Id Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:id.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Id.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Id.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Id.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Id.#ctor">
            <summary>
            Initializes a new instance of the Id class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Id.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Id class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Id.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.IconFilter">
             <summary>
             <para>Defines the IconFilter Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:iconFilter.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet">
            <summary>
            <para> iconSet.</para>
            <para>Represents the following attribute in the schema: iconSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId">
            <summary>
            <para> iconId.</para>
            <para>Represents the following attribute in the schema: iconId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IconFilter.#ctor">
            <summary>
            Initializes a new instance of the IconFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IconFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Filter">
             <summary>
             <para>Defines the Filter Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:filter.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Filter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Filter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Filter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Filter.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Filter.#ctor">
            <summary>
            Initializes a new instance of the Filter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Filter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters">
             <summary>
             <para>Defines the CustomFilters Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:customFilters.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomFilter &lt;x14:customFilter></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And">
            <summary>
            <para> and.</para>
            <para>Represents the following attribute in the schema: and </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.#ctor">
            <summary>
            Initializes a new instance of the CustomFilters class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomFilters class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomFilters class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomFilters class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SortCondition">
             <summary>
             <para>Defines the SortCondition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:sortCondition.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending">
            <summary>
            <para> descending.</para>
            <para>Represents the following attribute in the schema: descending </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy">
            <summary>
            <para> sortBy.</para>
            <para>Represents the following attribute in the schema: sortBy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference">
            <summary>
            <para> ref.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList">
            <summary>
            <para> customList.</para>
            <para>Represents the following attribute in the schema: customList </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId">
            <summary>
            <para> dxfId.</para>
            <para>Represents the following attribute in the schema: dxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet">
            <summary>
            <para> iconSet.</para>
            <para>Represents the following attribute in the schema: iconSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId">
            <summary>
            <para> iconId.</para>
            <para>Represents the following attribute in the schema: iconId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.#ctor">
            <summary>
            Initializes a new instance of the SortCondition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SourceConnection">
             <summary>
             <para>Defines the SourceConnection Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:sourceConnection.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.#ctor">
            <summary>
            Initializes a new instance of the SourceConnection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem">
             <summary>
             <para>Defines the DatastoreItem Class. The root element of CustomDataPropertiesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:datastoreItem.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.#ctor(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart)">
            <summary>
            DatastoreItem constructor.
            </summary>
            <param name="ownerPart">The owner part of the DatastoreItem.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart)">
            <summary>
            Loads the DOM from the CustomDataPropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CustomDataPropertiesPart">
            <summary>
            Gets the CustomDataPropertiesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DatastoreItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DatastoreItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DatastoreItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.#ctor">
            <summary>
            Initializes a new instance of the DatastoreItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart)">
            <summary>
            Saves the DOM into the CustomDataPropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x14:extLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties">
             <summary>
             <para>Defines the FormControlProperties Class. The root element of ControlPropertiesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:formControlPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ListItems &lt;x14:itemLst></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType">
            <summary>
            <para> objectType.</para>
            <para>Represents the following attribute in the schema: objectType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked">
            <summary>
            <para> checked.</para>
            <para>Represents the following attribute in the schema: checked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored">
            <summary>
            <para> colored.</para>
            <para>Represents the following attribute in the schema: colored </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines">
            <summary>
            <para> dropLines.</para>
            <para>Represents the following attribute in the schema: dropLines </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle">
            <summary>
            <para> dropStyle.</para>
            <para>Represents the following attribute in the schema: dropStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth">
            <summary>
            <para> dx.</para>
            <para>Represents the following attribute in the schema: dx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton">
            <summary>
            <para> firstButton.</para>
            <para>Represents the following attribute in the schema: firstButton </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup">
            <summary>
            <para> fmlaGroup.</para>
            <para>Represents the following attribute in the schema: fmlaGroup </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink">
            <summary>
            <para> fmlaLink.</para>
            <para>Represents the following attribute in the schema: fmlaLink </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange">
            <summary>
            <para> fmlaRange.</para>
            <para>Represents the following attribute in the schema: fmlaRange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox">
            <summary>
            <para> fmlaTxbx.</para>
            <para>Represents the following attribute in the schema: fmlaTxbx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal">
            <summary>
            <para> horiz.</para>
            <para>Represents the following attribute in the schema: horiz </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental">
            <summary>
            <para> inc.</para>
            <para>Represents the following attribute in the schema: inc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX">
            <summary>
            <para> justLastX.</para>
            <para>Represents the following attribute in the schema: justLastX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText">
            <summary>
            <para> lockText.</para>
            <para>Represents the following attribute in the schema: lockText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max">
            <summary>
            <para> max.</para>
            <para>Represents the following attribute in the schema: max </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min">
            <summary>
            <para> min.</para>
            <para>Represents the following attribute in the schema: min </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection">
            <summary>
            <para> multiSel.</para>
            <para>Represents the following attribute in the schema: multiSel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD">
            <summary>
            <para> noThreeD.</para>
            <para>Represents the following attribute in the schema: noThreeD </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2">
            <summary>
            <para> noThreeD2.</para>
            <para>Represents the following attribute in the schema: noThreeD2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page">
            <summary>
            <para> page.</para>
            <para>Represents the following attribute in the schema: page </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected">
            <summary>
            <para> sel.</para>
            <para>Represents the following attribute in the schema: sel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType">
            <summary>
            <para> seltype.</para>
            <para>Represents the following attribute in the schema: seltype </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign">
            <summary>
            <para> textHAlign.</para>
            <para>Represents the following attribute in the schema: textHAlign </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign">
            <summary>
            <para> textVAlign.</para>
            <para>Represents the following attribute in the schema: textVAlign </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth">
            <summary>
            <para> widthMin.</para>
            <para>Represents the following attribute in the schema: widthMin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal">
            <summary>
            <para> editVal.</para>
            <para>Represents the following attribute in the schema: editVal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines">
            <summary>
            <para> multiLine.</para>
            <para>Represents the following attribute in the schema: multiLine </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar">
            <summary>
            <para> verticalBar.</para>
            <para>Represents the following attribute in the schema: verticalBar </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit">
            <summary>
            <para> passwordEdit.</para>
            <para>Represents the following attribute in the schema: passwordEdit </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.#ctor(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart)">
            <summary>
            FormControlProperties constructor.
            </summary>
            <param name="ownerPart">The owner part of the FormControlProperties.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Load(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart)">
            <summary>
            Loads the DOM from the ControlPropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ControlPropertiesPart">
            <summary>
            Gets the ControlPropertiesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FormControlProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FormControlProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormControlProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.#ctor">
            <summary>
            Initializes a new instance of the FormControlProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Save(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart)">
            <summary>
            Saves the DOM into the ControlPropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems">
            <summary>
            <para> ListItems.</para>
            <para> Represents the following element tag in the schema: x14:itemLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x14:extLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Slicers">
             <summary>
             <para>Defines the Slicers Class. The root element of SlicersPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicers.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Slicer &lt;x14:slicer></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicers.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicers.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicers.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicers.#ctor(DocumentFormat.OpenXml.Packaging.SlicersPart)">
            <summary>
            Slicers constructor.
            </summary>
            <param name="ownerPart">The owner part of the Slicers.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicers.Load(DocumentFormat.OpenXml.Packaging.SlicersPart)">
            <summary>
            Loads the DOM from the SlicersPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicers.SlicersPart">
            <summary>
            Gets the SlicersPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicers.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Slicers class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicers.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Slicers class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicers.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Slicers class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicers.#ctor">
            <summary>
            Initializes a new instance of the Slicers class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicers.Save(DocumentFormat.OpenXml.Packaging.SlicersPart)">
            <summary>
            Saves the DOM into the SlicersPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicers.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition">
             <summary>
             <para>Defines the SlicerCacheDefinition Class. The root element of SlicerCachePart.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicerCacheDefinition.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlicerCachePivotTables &lt;x14:pivotTables></description></item>
            <item><description>SlicerCacheData &lt;x14:data></description></item>
            <item><description>SlicerCacheDefinitionExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName">
            <summary>
            <para> sourceName.</para>
            <para>Represents the following attribute in the schema: sourceName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.#ctor(DocumentFormat.OpenXml.Packaging.SlicerCachePart)">
            <summary>
            SlicerCacheDefinition constructor.
            </summary>
            <param name="ownerPart">The owner part of the SlicerCacheDefinition.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.SlicerCachePart)">
            <summary>
            Loads the DOM from the SlicerCachePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePart">
            <summary>
            Gets the SlicerCachePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerCacheDefinition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerCacheDefinition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerCacheDefinition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.#ctor">
            <summary>
            Initializes a new instance of the SlicerCacheDefinition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.SlicerCachePart)">
            <summary>
            Saves the DOM into the SlicerCachePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables">
            <summary>
            <para> SlicerCachePivotTables.</para>
            <para> Represents the following element tag in the schema: x14:pivotTables </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData">
            <summary>
            <para> SlicerCacheData.</para>
            <para> Represents the following element tag in the schema: x14:data </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList">
            <summary>
            <para> SlicerCacheDefinitionExtensionList.</para>
            <para> Represents the following element tag in the schema: x14:extLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting">
             <summary>
             <para>Defines the ConditionalFormatting Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:conditionalFormatting.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormattingRule &lt;x14:cfRule></description></item>
            <item><description>DocumentFormat.OpenXml.Office.Excel.ReferenceSequence &lt;xne:sqref></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot">
            <summary>
            <para> pivot.</para>
            <para>Represents the following attribute in the schema: pivot </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormatting class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormatting class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormatting class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormatting class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule">
             <summary>
             <para>Defines the ConditionalFormattingRule Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:cfRule.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Excel.Formula &lt;xne:f></description></item>
            <item><description>ColorScale &lt;x14:colorScale></description></item>
            <item><description>DataBar &lt;x14:dataBar></description></item>
            <item><description>IconSet &lt;x14:iconSet></description></item>
            <item><description>DifferentialType &lt;x14:dxf></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority">
            <summary>
            <para> priority.</para>
            <para>Represents the following attribute in the schema: priority </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue">
            <summary>
            <para> stopIfTrue.</para>
            <para>Represents the following attribute in the schema: stopIfTrue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage">
            <summary>
            <para> aboveAverage.</para>
            <para>Represents the following attribute in the schema: aboveAverage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent">
            <summary>
            <para> percent.</para>
            <para>Represents the following attribute in the schema: percent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom">
            <summary>
            <para> bottom.</para>
            <para>Represents the following attribute in the schema: bottom </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator">
            <summary>
            <para> operator.</para>
            <para>Represents the following attribute in the schema: operator </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text">
            <summary>
            <para> text.</para>
            <para>Represents the following attribute in the schema: text </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod">
            <summary>
            <para> timePeriod.</para>
            <para>Represents the following attribute in the schema: timePeriod </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank">
            <summary>
            <para> rank.</para>
            <para>Represents the following attribute in the schema: rank </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation">
            <summary>
            <para> stdDev.</para>
            <para>Represents the following attribute in the schema: stdDev </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage">
            <summary>
            <para> equalAverage.</para>
            <para>Represents the following attribute in the schema: equalAverage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent">
            <summary>
            <para> activePresent.</para>
            <para>Represents the following attribute in the schema: activePresent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormattingRule class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormattingRule class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormattingRule class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormattingRule class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ExtensionList">
             <summary>
             <para>Defines the ExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Extension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DataValidation">
             <summary>
             <para>Defines the DataValidation Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:dataValidation.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataValidationForumla1 &lt;x14:formula1></description></item>
            <item><description>DataValidationForumla2 &lt;x14:formula2></description></item>
            <item><description>DocumentFormat.OpenXml.Office.Excel.ReferenceSequence &lt;xne:sqref></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle">
            <summary>
            <para> errorStyle.</para>
            <para>Represents the following attribute in the schema: errorStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode">
            <summary>
            <para> imeMode.</para>
            <para>Represents the following attribute in the schema: imeMode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator">
            <summary>
            <para> operator.</para>
            <para>Represents the following attribute in the schema: operator </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank">
            <summary>
            <para> allowBlank.</para>
            <para>Represents the following attribute in the schema: allowBlank </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown">
            <summary>
            <para> showDropDown.</para>
            <para>Represents the following attribute in the schema: showDropDown </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage">
            <summary>
            <para> showInputMessage.</para>
            <para>Represents the following attribute in the schema: showInputMessage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage">
            <summary>
            <para> showErrorMessage.</para>
            <para>Represents the following attribute in the schema: showErrorMessage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle">
            <summary>
            <para> errorTitle.</para>
            <para>Represents the following attribute in the schema: errorTitle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error">
            <summary>
            <para> error.</para>
            <para>Represents the following attribute in the schema: error </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle">
            <summary>
            <para> promptTitle.</para>
            <para>Represents the following attribute in the schema: promptTitle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt">
            <summary>
            <para> prompt.</para>
            <para>Represents the following attribute in the schema: prompt </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.#ctor">
            <summary>
            Initializes a new instance of the DataValidation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataValidation class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataValidation class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataValidation class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1">
            <summary>
            <para> DataValidationForumla1.</para>
            <para> Represents the following element tag in the schema: x14:formula1 </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2">
            <summary>
            <para> DataValidationForumla2.</para>
            <para> Represents the following element tag in the schema: x14:formula2 </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence">
            <summary>
            <para> ReferenceSequence.</para>
            <para> Represents the following element tag in the schema: xne:sqref </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1">
             <summary>
             <para>Defines the DataValidationForumla1 Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:formula1.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Excel.Formula &lt;xne:f></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.#ctor">
            <summary>
            Initializes a new instance of the DataValidationForumla1 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataValidationForumla1 class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataValidationForumla1 class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataValidationForumla1 class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2">
             <summary>
             <para>Defines the DataValidationForumla2 Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:formula2.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Excel.Formula &lt;xne:f></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.#ctor">
            <summary>
            Initializes a new instance of the DataValidationForumla2 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataValidationForumla2 class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataValidationForumla2 class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataValidationForumla2 class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType">
             <summary>
             Defines the DataValidationFormulaType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Excel.Formula &lt;xne:f></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: xne:f </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.#ctor">
            <summary>
            Initializes a new instance of the DataValidationFormulaType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataValidationFormulaType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataValidationFormulaType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataValidationFormulaType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup">
             <summary>
             <para>Defines the SparklineGroup Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:sparklineGroup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SeriesColor &lt;x14:colorSeries></description></item>
            <item><description>NegativeColor &lt;x14:colorNegative></description></item>
            <item><description>AxisColor &lt;x14:colorAxis></description></item>
            <item><description>MarkersColor &lt;x14:colorMarkers></description></item>
            <item><description>FirstMarkerColor &lt;x14:colorFirst></description></item>
            <item><description>LastMarkerColor &lt;x14:colorLast></description></item>
            <item><description>HighMarkerColor &lt;x14:colorHigh></description></item>
            <item><description>LowMarkerColor &lt;x14:colorLow></description></item>
            <item><description>DocumentFormat.OpenXml.Office.Excel.Formula &lt;xne:f></description></item>
            <item><description>Sparklines &lt;x14:sparklines></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax">
            <summary>
            <para> manualMax.</para>
            <para>Represents the following attribute in the schema: manualMax </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin">
            <summary>
            <para> manualMin.</para>
            <para>Represents the following attribute in the schema: manualMin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight">
            <summary>
            <para> lineWeight.</para>
            <para>Represents the following attribute in the schema: lineWeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis">
            <summary>
            <para> dateAxis.</para>
            <para>Represents the following attribute in the schema: dateAxis </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs">
            <summary>
            <para> displayEmptyCellsAs.</para>
            <para>Represents the following attribute in the schema: displayEmptyCellsAs </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers">
            <summary>
            <para> markers.</para>
            <para>Represents the following attribute in the schema: markers </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High">
            <summary>
            <para> high.</para>
            <para>Represents the following attribute in the schema: high </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low">
            <summary>
            <para> low.</para>
            <para>Represents the following attribute in the schema: low </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First">
            <summary>
            <para> first.</para>
            <para>Represents the following attribute in the schema: first </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last">
            <summary>
            <para> last.</para>
            <para>Represents the following attribute in the schema: last </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative">
            <summary>
            <para> negative.</para>
            <para>Represents the following attribute in the schema: negative </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis">
            <summary>
            <para> displayXAxis.</para>
            <para>Represents the following attribute in the schema: displayXAxis </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden">
            <summary>
            <para> displayHidden.</para>
            <para>Represents the following attribute in the schema: displayHidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType">
            <summary>
            <para> minAxisType.</para>
            <para>Represents the following attribute in the schema: minAxisType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType">
            <summary>
            <para> maxAxisType.</para>
            <para>Represents the following attribute in the schema: maxAxisType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft">
            <summary>
            <para> rightToLeft.</para>
            <para>Represents the following attribute in the schema: rightToLeft </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.#ctor">
            <summary>
            Initializes a new instance of the SparklineGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SparklineGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SparklineGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SparklineGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor">
            <summary>
            <para> SeriesColor.</para>
            <para> Represents the following element tag in the schema: x14:colorSeries </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor">
            <summary>
            <para> NegativeColor.</para>
            <para> Represents the following element tag in the schema: x14:colorNegative </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor">
            <summary>
            <para> AxisColor.</para>
            <para> Represents the following element tag in the schema: x14:colorAxis </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor">
            <summary>
            <para> MarkersColor.</para>
            <para> Represents the following element tag in the schema: x14:colorMarkers </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor">
            <summary>
            <para> FirstMarkerColor.</para>
            <para> Represents the following element tag in the schema: x14:colorFirst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor">
            <summary>
            <para> LastMarkerColor.</para>
            <para> Represents the following element tag in the schema: x14:colorLast </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor">
            <summary>
            <para> HighMarkerColor.</para>
            <para> Represents the following element tag in the schema: x14:colorHigh </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor">
            <summary>
            <para> LowMarkerColor.</para>
            <para> Represents the following element tag in the schema: x14:colorLow </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: xne:f </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines">
            <summary>
            <para> Sparklines.</para>
            <para> Represents the following element tag in the schema: x14:sparklines </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SeriesColor">
             <summary>
             <para>Defines the SeriesColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:colorSeries.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.#ctor">
            <summary>
            Initializes a new instance of the SeriesColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.NegativeColor">
             <summary>
             <para>Defines the NegativeColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:colorNegative.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.#ctor">
            <summary>
            Initializes a new instance of the NegativeColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.AxisColor">
             <summary>
             <para>Defines the AxisColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:colorAxis.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.AxisColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.AxisColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.AxisColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.AxisColor.#ctor">
            <summary>
            Initializes a new instance of the AxisColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.AxisColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.MarkersColor">
             <summary>
             <para>Defines the MarkersColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:colorMarkers.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.#ctor">
            <summary>
            Initializes a new instance of the MarkersColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor">
             <summary>
             <para>Defines the FirstMarkerColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:colorFirst.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.#ctor">
            <summary>
            Initializes a new instance of the FirstMarkerColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor">
             <summary>
             <para>Defines the LastMarkerColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:colorLast.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.#ctor">
            <summary>
            Initializes a new instance of the LastMarkerColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor">
             <summary>
             <para>Defines the HighMarkerColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:colorHigh.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.#ctor">
            <summary>
            Initializes a new instance of the HighMarkerColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor">
             <summary>
             <para>Defines the LowMarkerColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:colorLow.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.#ctor">
            <summary>
            Initializes a new instance of the LowMarkerColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Color">
             <summary>
             <para>Defines the Color Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:color.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Color.#ctor">
            <summary>
            Initializes a new instance of the Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.FillColor">
             <summary>
             <para>Defines the FillColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:fillColor.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FillColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.FillColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FillColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FillColor.#ctor">
            <summary>
            Initializes a new instance of the FillColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.FillColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.BorderColor">
             <summary>
             <para>Defines the BorderColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:borderColor.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.BorderColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.BorderColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.BorderColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.BorderColor.#ctor">
            <summary>
            Initializes a new instance of the BorderColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.BorderColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor">
             <summary>
             <para>Defines the NegativeFillColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:negativeFillColor.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.#ctor">
            <summary>
            Initializes a new instance of the NegativeFillColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor">
             <summary>
             <para>Defines the NegativeBorderColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:negativeBorderColor.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.#ctor">
            <summary>
            Initializes a new instance of the NegativeBorderColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor">
             <summary>
             <para>Defines the BarAxisColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:axisColor.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.#ctor">
            <summary>
            Initializes a new instance of the BarAxisColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ColorType">
            <summary>
            Defines the ColorType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto">
            <summary>
            <para> Automatic.</para>
            <para>Represents the following attribute in the schema: auto </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed">
            <summary>
            <para> Index.</para>
            <para>Represents the following attribute in the schema: indexed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb">
            <summary>
            <para> Alpha Red Green Blue Color Value.</para>
            <para>Represents the following attribute in the schema: rgb </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme">
            <summary>
            <para> Theme Color.</para>
            <para>Represents the following attribute in the schema: theme </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint">
            <summary>
            <para> Tint.</para>
            <para>Represents the following attribute in the schema: tint </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ColorType.#ctor">
            <summary>
            Initializes a new instance of the ColorType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Sparklines">
             <summary>
             <para>Defines the Sparklines Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:sparklines.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Sparkline &lt;x14:sparkline></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Sparklines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Sparklines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparklines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparklines.#ctor">
            <summary>
            Initializes a new instance of the Sparklines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparklines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Sparklines class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparklines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Sparklines class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparklines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Sparklines class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparklines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Sparkline">
             <summary>
             <para>Defines the Sparkline Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:sparkline.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Excel.Formula &lt;xne:f></description></item>
            <item><description>DocumentFormat.OpenXml.Office.Excel.ReferenceSequence &lt;xne:sqref></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Sparkline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparkline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparkline.#ctor">
            <summary>
            Initializes a new instance of the Sparkline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparkline.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Sparkline class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparkline.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Sparkline class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparkline.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Sparkline class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: xne:f </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence">
            <summary>
            <para> ReferenceSequence.</para>
            <para> Represents the following element tag in the schema: xne:sqref </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Sparkline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerRef">
             <summary>
             <para>Defines the SlicerRef Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicer.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.#ctor">
            <summary>
            Initializes a new instance of the SlicerRef class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCache">
             <summary>
             <para>Defines the SlicerCache Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicerCache.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.#ctor">
            <summary>
            Initializes a new instance of the SlicerCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DefinedName">
             <summary>
             <para>Defines the DefinedName Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:definedName.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentDescriptions &lt;x14:argumentDescriptions></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DefinedName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedName.#ctor">
            <summary>
            Initializes a new instance of the DefinedName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedName.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DefinedName class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedName.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DefinedName class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefinedName class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions">
            <summary>
            <para> ArgumentDescriptions.</para>
            <para> Represents the following element tag in the schema: x14:argumentDescriptions </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DefinedName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions">
             <summary>
             <para>Defines the ArgumentDescriptions Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:argumentDescriptions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentDescription &lt;x14:argumentDescription></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.#ctor">
            <summary>
            Initializes a new instance of the ArgumentDescriptions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ArgumentDescriptions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ArgumentDescriptions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ArgumentDescriptions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription">
             <summary>
             <para>Defines the ArgumentDescription Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:argumentDescription.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index">
            <summary>
            <para> index.</para>
            <para>Represents the following attribute in the schema: index </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.#ctor">
            <summary>
            Initializes a new instance of the ArgumentDescription class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ArgumentDescription class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TupleSet">
             <summary>
             <para>Defines the TupleSet Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:tupleSet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TupleSetHeaders &lt;x14:headers></description></item>
            <item><description>TupleSetRows &lt;x14:rows></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount">
            <summary>
            <para> rowCount.</para>
            <para>Represents the following attribute in the schema: rowCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount">
            <summary>
            <para> columnCount.</para>
            <para>Represents the following attribute in the schema: columnCount </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.#ctor">
            <summary>
            Initializes a new instance of the TupleSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TupleSet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TupleSet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TupleSet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders">
            <summary>
            <para> TupleSetHeaders.</para>
            <para> Represents the following element tag in the schema: x14:headers </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows">
            <summary>
            <para> TupleSetRows.</para>
            <para> Represents the following element tag in the schema: x14:rows </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders">
             <summary>
             <para>Defines the TupleSetHeaders Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:headers.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TupleSetHeader &lt;x14:header></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.#ctor">
            <summary>
            Initializes a new instance of the TupleSetHeaders class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TupleSetHeaders class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TupleSetHeaders class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TupleSetHeaders class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows">
             <summary>
             <para>Defines the TupleSetRows Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:rows.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TupleSetRow &lt;x14:row></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.#ctor">
            <summary>
            Initializes a new instance of the TupleSetRows class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TupleSetRows class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TupleSetRows class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TupleSetRows class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader">
             <summary>
             <para>Defines the TupleSetHeader Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:header.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName">
            <summary>
            <para> uniqueName.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName">
            <summary>
            <para> hierarchyName.</para>
            <para>Represents the following attribute in the schema: hierarchyName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.#ctor">
            <summary>
            Initializes a new instance of the TupleSetHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow">
             <summary>
             <para>Defines the TupleSetRow Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:row.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TupleSetRowItem &lt;x14:rowItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.#ctor">
            <summary>
            Initializes a new instance of the TupleSetRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TupleSetRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TupleSetRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TupleSetRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem">
             <summary>
             <para>Defines the TupleSetRowItem Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:rowItem.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName">
            <summary>
            <para> u.</para>
            <para>Represents the following attribute in the schema: u </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName">
            <summary>
            <para> d.</para>
            <para>Represents the following attribute in the schema: d </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.#ctor">
            <summary>
            Initializes a new instance of the TupleSetRowItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SetLevel">
             <summary>
             <para>Defines the SetLevel Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:setLevel.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SetLevel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SetLevel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SetLevel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy">
            <summary>
            <para> hierarchy.</para>
            <para>Represents the following attribute in the schema: hierarchy </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SetLevel.#ctor">
            <summary>
            Initializes a new instance of the SetLevel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SetLevel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SetLevels">
             <summary>
             <para>Defines the SetLevels Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:setLevels.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SetLevel &lt;x14:setLevel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SetLevels.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SetLevels.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SetLevels.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SetLevels.#ctor">
            <summary>
            Initializes a new instance of the SetLevels class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SetLevels.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SetLevels class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SetLevels.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SetLevels class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SetLevels.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SetLevels class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SetLevels.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ColorScale">
             <summary>
             <para>Defines the ColorScale Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:colorScale.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormattingValueObject &lt;x14:cfvo></description></item>
            <item><description>Color &lt;x14:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ColorScale.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ColorScale.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ColorScale.#ctor">
            <summary>
            Initializes a new instance of the ColorScale class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ColorScale.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorScale class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ColorScale.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorScale class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ColorScale.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorScale class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ColorScale.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DataBar">
             <summary>
             <para>Defines the DataBar Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:dataBar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormattingValueObject &lt;x14:cfvo></description></item>
            <item><description>FillColor &lt;x14:fillColor></description></item>
            <item><description>BorderColor &lt;x14:borderColor></description></item>
            <item><description>NegativeFillColor &lt;x14:negativeFillColor></description></item>
            <item><description>NegativeBorderColor &lt;x14:negativeBorderColor></description></item>
            <item><description>BarAxisColor &lt;x14:axisColor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataBar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength">
            <summary>
            <para> minLength.</para>
            <para>Represents the following attribute in the schema: minLength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength">
            <summary>
            <para> maxLength.</para>
            <para>Represents the following attribute in the schema: maxLength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue">
            <summary>
            <para> showValue.</para>
            <para>Represents the following attribute in the schema: showValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border">
            <summary>
            <para> border.</para>
            <para>Represents the following attribute in the schema: border </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient">
            <summary>
            <para> gradient.</para>
            <para>Represents the following attribute in the schema: gradient </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction">
            <summary>
            <para> direction.</para>
            <para>Represents the following attribute in the schema: direction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive">
            <summary>
            <para> negativeBarColorSameAsPositive.</para>
            <para>Represents the following attribute in the schema: negativeBarColorSameAsPositive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive">
            <summary>
            <para> negativeBarBorderColorSameAsPositive.</para>
            <para>Represents the following attribute in the schema: negativeBarBorderColorSameAsPositive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition">
            <summary>
            <para> axisPosition.</para>
            <para>Represents the following attribute in the schema: axisPosition </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataBar.#ctor">
            <summary>
            Initializes a new instance of the DataBar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataBar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataBar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataBar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataBar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataBar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataBar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DataBar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.IconSet">
             <summary>
             <para>Defines the IconSet Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:iconSet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormattingValueObject &lt;x14:cfvo></description></item>
            <item><description>ConditionalFormattingIcon &lt;x14:cfIcon></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IconSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes">
            <summary>
            <para> iconSet.</para>
            <para>Represents the following attribute in the schema: iconSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue">
            <summary>
            <para> showValue.</para>
            <para>Represents the following attribute in the schema: showValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent">
            <summary>
            <para> percent.</para>
            <para>Represents the following attribute in the schema: percent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse">
            <summary>
            <para> reverse.</para>
            <para>Represents the following attribute in the schema: reverse </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom">
            <summary>
            <para> custom.</para>
            <para>Represents the following attribute in the schema: custom </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IconSet.#ctor">
            <summary>
            Initializes a new instance of the IconSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IconSet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the IconSet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IconSet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the IconSet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IconSet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the IconSet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IconSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType">
             <summary>
             <para>Defines the DifferentialType Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:dxf.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Font &lt;x:font></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.NumberingFormat &lt;x:numFmt></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Fill &lt;x:fill></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Alignment &lt;x:alignment></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Border &lt;x:border></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Protection &lt;x:protection></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.#ctor">
            <summary>
            Initializes a new instance of the DifferentialType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DifferentialType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DifferentialType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DifferentialType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font">
            <summary>
            <para> Font Properties.</para>
            <para> Represents the following element tag in the schema: x:font </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat">
            <summary>
            <para> Number Format.</para>
            <para> Represents the following element tag in the schema: x:numFmt </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill">
            <summary>
            <para> Fill.</para>
            <para> Represents the following element tag in the schema: x:fill </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment">
            <summary>
            <para> Alignment.</para>
            <para> Represents the following element tag in the schema: x:alignment </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border">
            <summary>
            <para> Border Properties.</para>
            <para> Represents the following element tag in the schema: x:border </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection">
            <summary>
            <para> Protection Properties.</para>
            <para> Represents the following element tag in the schema: x:protection </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject">
             <summary>
             <para>Defines the ConditionalFormattingValueObject Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:cfvo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Excel.Formula &lt;xne:f></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual">
            <summary>
            <para> gte.</para>
            <para>Represents the following attribute in the schema: gte </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormattingValueObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormattingValueObject class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormattingValueObject class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormattingValueObject class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: xne:f </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x14:extLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon">
             <summary>
             <para>Defines the ConditionalFormattingIcon Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:cfIcon.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet">
            <summary>
            <para> iconSet.</para>
            <para>Represents the following attribute in the schema: iconSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId">
            <summary>
            <para> iconId.</para>
            <para>Represents the following attribute in the schema: iconId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormattingIcon class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotEdits">
             <summary>
             <para>Defines the PivotEdits Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotEdits.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotEdit &lt;x14:pivotEdit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.#ctor">
            <summary>
            Initializes a new instance of the PivotEdits class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotEdits class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotEdits class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotEdits class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotChanges">
             <summary>
             <para>Defines the PivotChanges Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotChanges.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotChange &lt;x14:pivotChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.#ctor">
            <summary>
            Initializes a new instance of the PivotChanges class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotChanges class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotChanges class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotChanges class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats">
             <summary>
             <para>Defines the ConditionalFormats Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:conditionalFormats.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormat &lt;x14:conditionalFormat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers">
             <summary>
             <para>Defines the CalculatedMembers Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:calculatedMembers.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.CalculatedMember &lt;x:calculatedMember></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count">
            <summary>
            <para> Calculated Members Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.#ctor">
            <summary>
            Initializes a new instance of the CalculatedMembers class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CalculatedMembers class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CalculatedMembers class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CalculatedMembers class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit">
             <summary>
             <para>Defines the PivotEdit Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotEdit.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotUserEdit &lt;x14:userEdit></description></item>
            <item><description>TupleItems &lt;x14:tupleItems></description></item>
            <item><description>PivotArea &lt;x14:pivotArea></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.#ctor">
            <summary>
            Initializes a new instance of the PivotEdit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotEdit class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotEdit class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotEdit class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit">
            <summary>
            <para> PivotUserEdit.</para>
            <para> Represents the following element tag in the schema: x14:userEdit </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems">
            <summary>
            <para> TupleItems.</para>
            <para> Represents the following element tag in the schema: x14:tupleItems </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea">
            <summary>
            <para> PivotArea.</para>
            <para> Represents the following element tag in the schema: x14:pivotArea </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x14:extLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit">
             <summary>
             <para>Defines the PivotUserEdit Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:userEdit.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Excel.Formula &lt;xne:f></description></item>
            <item><description>PivotEditValue &lt;x14:editValue></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.#ctor">
            <summary>
            Initializes a new instance of the PivotUserEdit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotUserEdit class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotUserEdit class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotUserEdit class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: xne:f </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue">
            <summary>
            <para> PivotEditValue.</para>
            <para> Represents the following element tag in the schema: x14:editValue </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TupleItems">
             <summary>
             <para>Defines the TupleItems Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:tupleItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Xstring &lt;x14:tupleItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TupleItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleItems.#ctor">
            <summary>
            Initializes a new instance of the TupleItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TupleItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TupleItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TupleItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TupleItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotArea">
             <summary>
             <para>Defines the PivotArea Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotArea.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences &lt;x:references></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field">
            <summary>
            <para> Field Index.</para>
            <para>Represents the following attribute in the schema: field </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type">
            <summary>
            <para> Rule Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly">
            <summary>
            <para> Data Only.</para>
            <para>Represents the following attribute in the schema: dataOnly </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly">
            <summary>
            <para> Labels Only.</para>
            <para>Represents the following attribute in the schema: labelOnly </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow">
            <summary>
            <para> Include Row Grand Total.</para>
            <para>Represents the following attribute in the schema: grandRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn">
            <summary>
            <para> Include Column Grand Total.</para>
            <para>Represents the following attribute in the schema: grandCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex">
            <summary>
            <para> Cache Index.</para>
            <para>Represents the following attribute in the schema: cacheIndex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline">
            <summary>
            <para> Outline.</para>
            <para>Represents the following attribute in the schema: outline </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset">
            <summary>
            <para> Offset Reference.</para>
            <para>Represents the following attribute in the schema: offset </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals">
            <summary>
            <para> Collapsed Levels Are Subtotals.</para>
            <para>Represents the following attribute in the schema: collapsedLevelsAreSubtotals </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis">
            <summary>
            <para> Axis.</para>
            <para>Represents the following attribute in the schema: axis </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition">
            <summary>
            <para> Field Position.</para>
            <para>Represents the following attribute in the schema: fieldPosition </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.#ctor">
            <summary>
            Initializes a new instance of the PivotArea class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotArea class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotArea class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotArea class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences">
            <summary>
            <para> References.</para>
            <para> Represents the following element tag in the schema: x:references </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotChange">
             <summary>
             <para>Defines the PivotChange Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotEditValue &lt;x14:editValue></description></item>
            <item><description>TupleItems &lt;x14:tupleItems></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod">
            <summary>
            <para> allocationMethod.</para>
            <para>Represents the following attribute in the schema: allocationMethod </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression">
            <summary>
            <para> weightExpression.</para>
            <para>Represents the following attribute in the schema: weightExpression </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.#ctor">
            <summary>
            Initializes a new instance of the PivotChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue">
            <summary>
            <para> PivotEditValue.</para>
            <para> Represents the following element tag in the schema: x14:editValue </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems">
            <summary>
            <para> TupleItems.</para>
            <para> Represents the following element tag in the schema: x14:tupleItems </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x14:extLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue">
             <summary>
             <para>Defines the PivotEditValue Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:editValue.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType">
            <summary>
            <para> valueType.</para>
            <para>Represents the following attribute in the schema: valueType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.#ctor">
            <summary>
            Initializes a new instance of the PivotEditValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotEditValue class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Xstring">
             <summary>
             <para>Defines the Xstring Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:tupleItem.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Xstring.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Xstring.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Xstring.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Xstring.#ctor">
            <summary>
            Initializes a new instance of the Xstring class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Xstring.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Xstring class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Xstring.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements">
             <summary>
             <para>Defines the SlicerStyleElements Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicerStyleElements.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlicerStyleElement &lt;x14:slicerStyleElement></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.#ctor">
            <summary>
            Initializes a new instance of the SlicerStyleElements class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerStyleElements class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerStyleElements class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerStyleElements class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DdeValues">
             <summary>
             <para>Defines the DdeValues Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:values.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Value &lt;x:value></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DdeValues.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DdeValues.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DdeValues.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows">
            <summary>
            <para> Rows.</para>
            <para>Represents the following attribute in the schema: rows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns">
            <summary>
            <para> Columns.</para>
            <para>Represents the following attribute in the schema: cols </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DdeValues.#ctor">
            <summary>
            Initializes a new instance of the DdeValues class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DdeValues.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DdeValues class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DdeValues.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DdeValues class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DdeValues.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DdeValues class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.DdeValues.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat">
             <summary>
             <para>Defines the ConditionalFormat Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:conditionalFormat.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotAreas &lt;x14:pivotAreas></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope">
            <summary>
            <para> scope.</para>
            <para>Represents the following attribute in the schema: scope </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority">
            <summary>
            <para> priority.</para>
            <para>Represents the following attribute in the schema: priority </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas">
            <summary>
            <para> PivotAreas.</para>
            <para> Represents the following element tag in the schema: x14:pivotAreas </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x14:extLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotAreas">
             <summary>
             <para>Defines the PivotAreas Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotAreas.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.PivotArea &lt;x:pivotArea></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count">
            <summary>
            <para> Pivot Area Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.#ctor">
            <summary>
            Initializes a new instance of the PivotAreas class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotAreas class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotAreas class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotAreas class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle">
             <summary>
             <para>Defines the SlicerStyle Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicerStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlicerStyleElements &lt;x14:slicerStyleElements></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.#ctor">
            <summary>
            Initializes a new instance of the SlicerStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements">
            <summary>
            <para> SlicerStyleElements.</para>
            <para> Represents the following element tag in the schema: x14:slicerStyleElements </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement">
             <summary>
             <para>Defines the SlicerStyleElement Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicerStyleElement.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId">
            <summary>
            <para> dxfId.</para>
            <para>Represents the following attribute in the schema: dxfId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.#ctor">
            <summary>
            Initializes a new instance of the SlicerStyleElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError">
             <summary>
             <para>Defines the IgnoredError Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:ignoredError.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Excel.ReferenceSequence &lt;xne:sqref></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError">
            <summary>
            <para> evalError.</para>
            <para>Represents the following attribute in the schema: evalError </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear">
            <summary>
            <para> twoDigitTextYear.</para>
            <para>Represents the following attribute in the schema: twoDigitTextYear </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText">
            <summary>
            <para> numberStoredAsText.</para>
            <para>Represents the following attribute in the schema: numberStoredAsText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula">
            <summary>
            <para> formula.</para>
            <para>Represents the following attribute in the schema: formula </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange">
            <summary>
            <para> formulaRange.</para>
            <para>Represents the following attribute in the schema: formulaRange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula">
            <summary>
            <para> unlockedFormula.</para>
            <para>Represents the following attribute in the schema: unlockedFormula </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference">
            <summary>
            <para> emptyCellReference.</para>
            <para>Represents the following attribute in the schema: emptyCellReference </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation">
            <summary>
            <para> listDataValidation.</para>
            <para>Represents the following attribute in the schema: listDataValidation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn">
            <summary>
            <para> calculatedColumn.</para>
            <para>Represents the following attribute in the schema: calculatedColumn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.#ctor">
            <summary>
            Initializes a new instance of the IgnoredError class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the IgnoredError class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the IgnoredError class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.#ctor(System.String)">
            <summary>
            Initializes a new instance of the IgnoredError class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence">
            <summary>
            <para> ReferenceSequence.</para>
            <para> Represents the following element tag in the schema: xne:sqref </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange">
             <summary>
             <para>Defines the ProtectedRange Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:protectedRange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Excel.ReferenceSequence &lt;xne:sqref></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password">
            <summary>
            <para> password.</para>
            <para>Represents the following attribute in the schema: password </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName">
            <summary>
            <para> algorithmName.</para>
            <para>Represents the following attribute in the schema: algorithmName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue">
            <summary>
            <para> hashValue.</para>
            <para>Represents the following attribute in the schema: hashValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue">
            <summary>
            <para> saltValue.</para>
            <para>Represents the following attribute in the schema: saltValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount">
            <summary>
            <para> spinCount.</para>
            <para>Represents the following attribute in the schema: spinCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor">
            <summary>
            <para> securityDescriptor.</para>
            <para>Represents the following attribute in the schema: securityDescriptor </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.#ctor">
            <summary>
            Initializes a new instance of the ProtectedRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ProtectedRange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ProtectedRange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ProtectedRange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence">
            <summary>
            <para> ReferenceSequence.</para>
            <para> Represents the following element tag in the schema: xne:sqref </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.CustomFilter">
             <summary>
             <para>Defines the CustomFilter Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:customFilter.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator">
            <summary>
            <para> operator.</para>
            <para>Represents the following attribute in the schema: operator </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.#ctor">
            <summary>
            Initializes a new instance of the CustomFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ListItem">
             <summary>
             <para>Defines the ListItem Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:item.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ListItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ListItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ListItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ListItem.#ctor">
            <summary>
            Initializes a new instance of the ListItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ListItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ListItems">
             <summary>
             <para>Defines the ListItems Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:itemLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ListItem &lt;x14:item></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ListItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.ListItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ListItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ListItems.#ctor">
            <summary>
            Initializes a new instance of the ListItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ListItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ListItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ListItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ListItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ListItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ListItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.ListItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.Slicer">
             <summary>
             <para>Defines the Slicer Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:slicer.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache">
            <summary>
            <para> cache.</para>
            <para>Represents the following attribute in the schema: cache </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption">
            <summary>
            <para> caption.</para>
            <para>Represents the following attribute in the schema: caption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem">
            <summary>
            <para> startItem.</para>
            <para>Represents the following attribute in the schema: startItem </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount">
            <summary>
            <para> columnCount.</para>
            <para>Represents the following attribute in the schema: columnCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption">
            <summary>
            <para> showCaption.</para>
            <para>Represents the following attribute in the schema: showCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level">
            <summary>
            <para> level.</para>
            <para>Represents the following attribute in the schema: level </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style">
            <summary>
            <para> style.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition">
            <summary>
            <para> lockedPosition.</para>
            <para>Represents the following attribute in the schema: lockedPosition </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight">
            <summary>
            <para> rowHeight.</para>
            <para>Represents the following attribute in the schema: rowHeight </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicer.#ctor">
            <summary>
            Initializes a new instance of the Slicer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Slicer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Slicer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Slicer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x14:extLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.Slicer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache">
             <summary>
             <para>Defines the OlapSlicerCache Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:olap.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OlapSlicerCacheLevelsData &lt;x14:levels></description></item>
            <item><description>OlapSlicerCacheSelections &lt;x14:selections></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId">
            <summary>
            <para> pivotCacheId.</para>
            <para>Represents the following attribute in the schema: pivotCacheId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.#ctor">
            <summary>
            Initializes a new instance of the OlapSlicerCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OlapSlicerCache class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OlapSlicerCache class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OlapSlicerCache class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData">
            <summary>
            <para> OlapSlicerCacheLevelsData.</para>
            <para> Represents the following element tag in the schema: x14:levels </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections">
            <summary>
            <para> OlapSlicerCacheSelections.</para>
            <para> Represents the following element tag in the schema: x14:selections </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x14:extLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache">
             <summary>
             <para>Defines the TabularSlicerCache Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:tabular.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TabularSlicerCacheItems &lt;x14:items></description></item>
            <item><description>ExtensionList &lt;x14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId">
            <summary>
            <para> pivotCacheId.</para>
            <para>Represents the following attribute in the schema: pivotCacheId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder">
            <summary>
            <para> sortOrder.</para>
            <para>Represents the following attribute in the schema: sortOrder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort">
            <summary>
            <para> customListSort.</para>
            <para>Represents the following attribute in the schema: customListSort </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing">
            <summary>
            <para> showMissing.</para>
            <para>Represents the following attribute in the schema: showMissing </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter">
            <summary>
            <para> crossFilter.</para>
            <para>Represents the following attribute in the schema: crossFilter </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.#ctor">
            <summary>
            Initializes a new instance of the TabularSlicerCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TabularSlicerCache class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TabularSlicerCache class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TabularSlicerCache class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems">
            <summary>
            <para> TabularSlicerCacheItems.</para>
            <para> Represents the following element tag in the schema: x14:items </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x14:extLst </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable">
             <summary>
             <para>Defines the SlicerCachePivotTable Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotTable.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId">
            <summary>
            <para> tabId.</para>
            <para>Represents the following attribute in the schema: tabId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.#ctor">
            <summary>
            Initializes a new instance of the SlicerCachePivotTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent">
             <summary>
             <para>Defines the OlapSlicerCacheItemParent Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:p.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name">
            <summary>
            <para> n.</para>
            <para>Represents the following attribute in the schema: n </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.#ctor">
            <summary>
            Initializes a new instance of the OlapSlicerCacheItemParent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem">
             <summary>
             <para>Defines the OlapSlicerCacheItem Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:i.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OlapSlicerCacheItemParent &lt;x14:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name">
            <summary>
            <para> n.</para>
            <para>Represents the following attribute in the schema: n </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName">
            <summary>
            <para> c.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay">
            <summary>
            <para> nd.</para>
            <para>Represents the following attribute in the schema: nd </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.#ctor">
            <summary>
            Initializes a new instance of the OlapSlicerCacheItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OlapSlicerCacheItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OlapSlicerCacheItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OlapSlicerCacheItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange">
             <summary>
             <para>Defines the OlapSlicerCacheRange Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:range.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OlapSlicerCacheItem &lt;x14:i></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem">
            <summary>
            <para> startItem.</para>
            <para>Represents the following attribute in the schema: startItem </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.#ctor">
            <summary>
            Initializes a new instance of the OlapSlicerCacheRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OlapSlicerCacheRange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OlapSlicerCacheRange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OlapSlicerCacheRange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges">
             <summary>
             <para>Defines the OlapSlicerCacheRanges Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:ranges.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OlapSlicerCacheRange &lt;x14:range></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.#ctor">
            <summary>
            Initializes a new instance of the OlapSlicerCacheRanges class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OlapSlicerCacheRanges class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OlapSlicerCacheRanges class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OlapSlicerCacheRanges class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData">
             <summary>
             <para>Defines the OlapSlicerCacheLevelData Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:level.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OlapSlicerCacheRanges &lt;x14:ranges></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName">
            <summary>
            <para> uniqueName.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption">
            <summary>
            <para> sourceCaption.</para>
            <para>Represents the following attribute in the schema: sourceCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder">
            <summary>
            <para> sortOrder.</para>
            <para>Represents the following attribute in the schema: sortOrder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter">
            <summary>
            <para> crossFilter.</para>
            <para>Represents the following attribute in the schema: crossFilter </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.#ctor">
            <summary>
            Initializes a new instance of the OlapSlicerCacheLevelData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OlapSlicerCacheLevelData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OlapSlicerCacheLevelData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OlapSlicerCacheLevelData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges">
            <summary>
            <para> OlapSlicerCacheRanges.</para>
            <para> Represents the following element tag in the schema: x14:ranges </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData">
             <summary>
             <para>Defines the OlapSlicerCacheLevelsData Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:levels.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OlapSlicerCacheLevelData &lt;x14:level></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.#ctor">
            <summary>
            Initializes a new instance of the OlapSlicerCacheLevelsData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OlapSlicerCacheLevelsData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OlapSlicerCacheLevelsData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OlapSlicerCacheLevelsData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections">
             <summary>
             <para>Defines the OlapSlicerCacheSelections Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:selections.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OlapSlicerCacheSelection &lt;x14:selection></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.#ctor">
            <summary>
            Initializes a new instance of the OlapSlicerCacheSelections class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OlapSlicerCacheSelections class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OlapSlicerCacheSelections class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OlapSlicerCacheSelections class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection">
             <summary>
             <para>Defines the OlapSlicerCacheSelection Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:selection.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OlapSlicerCacheItemParent &lt;x14:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name">
            <summary>
            <para> n.</para>
            <para>Represents the following attribute in the schema: n </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.#ctor">
            <summary>
            Initializes a new instance of the OlapSlicerCacheSelection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OlapSlicerCacheSelection class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OlapSlicerCacheSelection class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OlapSlicerCacheSelection class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems">
             <summary>
             <para>Defines the TabularSlicerCacheItems Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:items.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TabularSlicerCacheItem &lt;x14:i></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.#ctor">
            <summary>
            Initializes a new instance of the TabularSlicerCacheItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TabularSlicerCacheItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TabularSlicerCacheItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TabularSlicerCacheItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem">
             <summary>
             <para>Defines the TabularSlicerCacheItem Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:i.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom">
            <summary>
            <para> x.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected">
            <summary>
            <para> s.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay">
            <summary>
            <para> nd.</para>
            <para>Represents the following attribute in the schema: nd </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.#ctor">
            <summary>
            Initializes a new instance of the TabularSlicerCacheItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables">
             <summary>
             <para>Defines the SlicerCachePivotTables Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:pivotTables.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlicerCachePivotTable &lt;x14:pivotTable></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.#ctor">
            <summary>
            Initializes a new instance of the SlicerCachePivotTables class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerCachePivotTables class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerCachePivotTables class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerCachePivotTables class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData">
             <summary>
             <para>Defines the SlicerCacheData Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:data.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OlapSlicerCache &lt;x14:olap></description></item>
            <item><description>TabularSlicerCache &lt;x14:tabular></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.#ctor">
            <summary>
            Initializes a new instance of the SlicerCacheData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerCacheData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerCacheData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerCacheData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache">
            <summary>
            <para> OlapSlicerCache.</para>
            <para> Represents the following element tag in the schema: x14:olap </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache">
            <summary>
            <para> TabularSlicerCache.</para>
            <para> Represents the following element tag in the schema: x14:tabular </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList">
             <summary>
             <para>Defines the SlicerCacheDefinitionExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is x14:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.#ctor">
            <summary>
            Initializes a new instance of the SlicerCacheDefinitionExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerCacheDefinitionExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerCacheDefinitionExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerCacheDefinitionExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues">
            <summary>
            Defines the DisplayBlanksAsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Span">
            <summary>
            span.
            <para>When the item is serialized out as xml, its value is "span".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Gap">
            <summary>
            gap.
            <para>When the item is serialized out as xml, its value is "gap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Zero">
            <summary>
            zero.
            <para>When the item is serialized out as xml, its value is "zero".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues">
            <summary>
            Defines the SparklineAxisMinMaxValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Individual">
            <summary>
            individual.
            <para>When the item is serialized out as xml, its value is "individual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Group">
            <summary>
            group.
            <para>When the item is serialized out as xml, its value is "group".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Custom">
            <summary>
            custom.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues">
            <summary>
            Defines the SparklineTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Line">
            <summary>
            line.
            <para>When the item is serialized out as xml, its value is "line".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Column">
            <summary>
            column.
            <para>When the item is serialized out as xml, its value is "column".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Stacked">
            <summary>
            stacked.
            <para>When the item is serialized out as xml, its value is "stacked".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues">
            <summary>
            Defines the PivotShowAsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParent">
            <summary>
            percentOfParent.
            <para>When the item is serialized out as xml, its value is "percentOfParent".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentRow">
            <summary>
            percentOfParentRow.
            <para>When the item is serialized out as xml, its value is "percentOfParentRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentColumn">
            <summary>
            percentOfParentCol.
            <para>When the item is serialized out as xml, its value is "percentOfParentCol".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfRunningTotal">
            <summary>
            percentOfRunningTotal.
            <para>When the item is serialized out as xml, its value is "percentOfRunningTotal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankAscending">
            <summary>
            rankAscending.
            <para>When the item is serialized out as xml, its value is "rankAscending".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankDescending">
            <summary>
            rankDescending.
            <para>When the item is serialized out as xml, its value is "rankDescending".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues">
            <summary>
            Defines the DataBarDirectionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.Context">
            <summary>
            context.
            <para>When the item is serialized out as xml, its value is "context".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.LeftToRight">
            <summary>
            leftToRight.
            <para>When the item is serialized out as xml, its value is "leftToRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.RightToLeft">
            <summary>
            rightToLeft.
            <para>When the item is serialized out as xml, its value is "rightToLeft".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues">
            <summary>
            Defines the DataBarAxisPositionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Automatic">
            <summary>
            automatic.
            <para>When the item is serialized out as xml, its value is "automatic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Middle">
            <summary>
            middle.
            <para>When the item is serialized out as xml, its value is "middle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues">
            <summary>
            Defines the ConditionalFormattingValueObjectTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Numeric">
            <summary>
            num.
            <para>When the item is serialized out as xml, its value is "num".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percent">
            <summary>
            percent.
            <para>When the item is serialized out as xml, its value is "percent".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Max">
            <summary>
            max.
            <para>When the item is serialized out as xml, its value is "max".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Min">
            <summary>
            min.
            <para>When the item is serialized out as xml, its value is "min".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Formula">
            <summary>
            formula.
            <para>When the item is serialized out as xml, its value is "formula".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percentile">
            <summary>
            percentile.
            <para>When the item is serialized out as xml, its value is "percentile".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMin">
            <summary>
            autoMin.
            <para>When the item is serialized out as xml, its value is "autoMin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMax">
            <summary>
            autoMax.
            <para>When the item is serialized out as xml, its value is "autoMax".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues">
            <summary>
            Defines the IconSetTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrows">
            <summary>
            3Arrows.
            <para>When the item is serialized out as xml, its value is "3Arrows".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrowsGray">
            <summary>
            3ArrowsGray.
            <para>When the item is serialized out as xml, its value is "3ArrowsGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeFlags">
            <summary>
            3Flags.
            <para>When the item is serialized out as xml, its value is "3Flags".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights1">
            <summary>
            3TrafficLights1.
            <para>When the item is serialized out as xml, its value is "3TrafficLights1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights2">
            <summary>
            3TrafficLights2.
            <para>When the item is serialized out as xml, its value is "3TrafficLights2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSigns">
            <summary>
            3Signs.
            <para>When the item is serialized out as xml, its value is "3Signs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols">
            <summary>
            3Symbols.
            <para>When the item is serialized out as xml, its value is "3Symbols".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols2">
            <summary>
            3Symbols2.
            <para>When the item is serialized out as xml, its value is "3Symbols2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrows">
            <summary>
            4Arrows.
            <para>When the item is serialized out as xml, its value is "4Arrows".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrowsGray">
            <summary>
            4ArrowsGray.
            <para>When the item is serialized out as xml, its value is "4ArrowsGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRedToBlack">
            <summary>
            4RedToBlack.
            <para>When the item is serialized out as xml, its value is "4RedToBlack".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRating">
            <summary>
            4Rating.
            <para>When the item is serialized out as xml, its value is "4Rating".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourTrafficLights">
            <summary>
            4TrafficLights.
            <para>When the item is serialized out as xml, its value is "4TrafficLights".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrows">
            <summary>
            5Arrows.
            <para>When the item is serialized out as xml, its value is "5Arrows".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrowsGray">
            <summary>
            5ArrowsGray.
            <para>When the item is serialized out as xml, its value is "5ArrowsGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveRating">
            <summary>
            5Rating.
            <para>When the item is serialized out as xml, its value is "5Rating".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveQuarters">
            <summary>
            5Quarters.
            <para>When the item is serialized out as xml, its value is "5Quarters".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeStars">
            <summary>
            3Stars.
            <para>When the item is serialized out as xml, its value is "3Stars".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTriangles">
            <summary>
            3Triangles.
            <para>When the item is serialized out as xml, its value is "3Triangles".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveBoxes">
            <summary>
            5Boxes.
            <para>When the item is serialized out as xml, its value is "5Boxes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.NoIcons">
            <summary>
            NoIcons.
            <para>When the item is serialized out as xml, its value is "NoIcons".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues">
            <summary>
            Defines the PivotEditValueTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Number">
            <summary>
            number.
            <para>When the item is serialized out as xml, its value is "number".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.DateTime">
            <summary>
            dateTime.
            <para>When the item is serialized out as xml, its value is "dateTime".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.String">
            <summary>
            string.
            <para>When the item is serialized out as xml, its value is "string".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Boolean">
            <summary>
            boolean.
            <para>When the item is serialized out as xml, its value is "boolean".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Error">
            <summary>
            error.
            <para>When the item is serialized out as xml, its value is "error".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues">
            <summary>
            Defines the AllocationMethodValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualAllocation">
            <summary>
            equalAllocation.
            <para>When the item is serialized out as xml, its value is "equalAllocation".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualIncrement">
            <summary>
            equalIncrement.
            <para>When the item is serialized out as xml, its value is "equalIncrement".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedAllocation">
            <summary>
            weightedAllocation.
            <para>When the item is serialized out as xml, its value is "weightedAllocation".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedIncrement">
            <summary>
            weightedIncrement.
            <para>When the item is serialized out as xml, its value is "weightedIncrement".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues">
            <summary>
            Defines the SlicerStyleTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithData">
            <summary>
            unselectedItemWithData.
            <para>When the item is serialized out as xml, its value is "unselectedItemWithData".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithData">
            <summary>
            selectedItemWithData.
            <para>When the item is serialized out as xml, its value is "selectedItemWithData".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithNoData">
            <summary>
            unselectedItemWithNoData.
            <para>When the item is serialized out as xml, its value is "unselectedItemWithNoData".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithNoData">
            <summary>
            selectedItemWithNoData.
            <para>When the item is serialized out as xml, its value is "selectedItemWithNoData".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithData">
            <summary>
            hoveredUnselectedItemWithData.
            <para>When the item is serialized out as xml, its value is "hoveredUnselectedItemWithData".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithData">
            <summary>
            hoveredSelectedItemWithData.
            <para>When the item is serialized out as xml, its value is "hoveredSelectedItemWithData".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithNoData">
            <summary>
            hoveredUnselectedItemWithNoData.
            <para>When the item is serialized out as xml, its value is "hoveredUnselectedItemWithNoData".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithNoData">
            <summary>
            hoveredSelectedItemWithNoData.
            <para>When the item is serialized out as xml, its value is "hoveredSelectedItemWithNoData".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.CheckedValues">
            <summary>
            Defines the CheckedValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Unchecked">
            <summary>
            Unchecked.
            <para>When the item is serialized out as xml, its value is "Unchecked".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Checked">
            <summary>
            Checked.
            <para>When the item is serialized out as xml, its value is "Checked".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Mixed">
            <summary>
            Mixed.
            <para>When the item is serialized out as xml, its value is "Mixed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues">
            <summary>
            Defines the DropStyleValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Combo">
            <summary>
            combo.
            <para>When the item is serialized out as xml, its value is "combo".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.ComboEdit">
            <summary>
            comboedit.
            <para>When the item is serialized out as xml, its value is "comboedit".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Simple">
            <summary>
            simple.
            <para>When the item is serialized out as xml, its value is "simple".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues">
            <summary>
            Defines the SelectionTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Single">
            <summary>
            single.
            <para>When the item is serialized out as xml, its value is "single".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Multiple">
            <summary>
            multi.
            <para>When the item is serialized out as xml, its value is "multi".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Extended">
            <summary>
            extended.
            <para>When the item is serialized out as xml, its value is "extended".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues">
            <summary>
            Defines the TextHorizontalAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Left">
            <summary>
            left.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Center">
            <summary>
            center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Right">
            <summary>
            right.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Justify">
            <summary>
            justify.
            <para>When the item is serialized out as xml, its value is "justify".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Distributed">
            <summary>
            distributed.
            <para>When the item is serialized out as xml, its value is "distributed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues">
            <summary>
            Defines the TextVerticalAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Top">
            <summary>
            top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Center">
            <summary>
            center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Bottom">
            <summary>
            bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Justify">
            <summary>
            justify.
            <para>When the item is serialized out as xml, its value is "justify".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Distributed">
            <summary>
            distributed.
            <para>When the item is serialized out as xml, its value is "distributed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues">
            <summary>
            Defines the EditValidationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Text">
            <summary>
            text.
            <para>When the item is serialized out as xml, its value is "text".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Integer">
            <summary>
            integer.
            <para>When the item is serialized out as xml, its value is "integer".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Number">
            <summary>
            number.
            <para>When the item is serialized out as xml, its value is "number".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Reference">
            <summary>
            reference.
            <para>When the item is serialized out as xml, its value is "reference".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Formula">
            <summary>
            formula.
            <para>When the item is serialized out as xml, its value is "formula".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues">
            <summary>
            Defines the OlapSlicerCacheSortOrderValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Natural">
            <summary>
            natural.
            <para>When the item is serialized out as xml, its value is "natural".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Ascending">
            <summary>
            ascending.
            <para>When the item is serialized out as xml, its value is "ascending".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Descending">
            <summary>
            descending.
            <para>When the item is serialized out as xml, its value is "descending".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues">
            <summary>
            Defines the TabularSlicerCacheSortOrderValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Ascending">
            <summary>
            ascending.
            <para>When the item is serialized out as xml, its value is "ascending".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Descending">
            <summary>
            descending.
            <para>When the item is serialized out as xml, its value is "descending".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues">
            <summary>
            Defines the SlicerCacheCrossFilterValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithDataAtTop">
            <summary>
            showItemsWithDataAtTop.
            <para>When the item is serialized out as xml, its value is "showItemsWithDataAtTop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithNoData">
            <summary>
            showItemsWithNoData.
            <para>When the item is serialized out as xml, its value is "showItemsWithNoData".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues">
            <summary>
            Defines the ObjectTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Button">
            <summary>
            Button.
            <para>When the item is serialized out as xml, its value is "Button".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.CheckBox">
            <summary>
            CheckBox.
            <para>When the item is serialized out as xml, its value is "CheckBox".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Drop">
            <summary>
            Drop.
            <para>When the item is serialized out as xml, its value is "Drop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.GroupBox">
            <summary>
            GBox.
            <para>When the item is serialized out as xml, its value is "GBox".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Label">
            <summary>
            Label.
            <para>When the item is serialized out as xml, its value is "Label".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.List">
            <summary>
            List.
            <para>When the item is serialized out as xml, its value is "List".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Radio">
            <summary>
            Radio.
            <para>When the item is serialized out as xml, its value is "Radio".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Scroll">
            <summary>
            Scroll.
            <para>When the item is serialized out as xml, its value is "Scroll".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Spin">
            <summary>
            Spin.
            <para>When the item is serialized out as xml, its value is "Spin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.EditBox">
            <summary>
            EditBox.
            <para>When the item is serialized out as xml, its value is "EditBox".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Dialog">
            <summary>
            Dialog.
            <para>When the item is serialized out as xml, its value is "Dialog".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties">
             <summary>
             <para>Defines the NonVisualContentPartProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:nvContentPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;p14:cNvPr></description></item>
            <item><description>NonVisualInkContentPartProperties &lt;p14:cNvContentPartPr></description></item>
            <item><description>ApplicationNonVisualDrawingProperties &lt;p14:nvPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualContentPartProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualContentPartProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualContentPartProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualContentPartProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: p14:cNvPr </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties">
            <summary>
            <para> NonVisualInkContentPartProperties.</para>
            <para> Represents the following element tag in the schema: p14:cNvContentPartPr </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties">
            <summary>
            <para> ApplicationNonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: p14:nvPr </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D">
             <summary>
             <para>Defines the Transform2D Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Offset &lt;a:off></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.#ctor">
            <summary>
            Initializes a new instance of the Transform2D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform2D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify">
             <summary>
             <para>Defines the ExtensionListModify Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Presentation.Extension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify">
            <summary>
            <para> Modify.</para>
            <para>Represents the following attribute in the schema: mod </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.#ctor">
            <summary>
            Initializes a new instance of the ExtensionListModify class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionListModify class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionListModify class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionListModify class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.Media">
             <summary>
             <para>Defines the Media Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:media.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MediaTrim &lt;p14:trim></description></item>
            <item><description>MediaFade &lt;p14:fade></description></item>
            <item><description>MediaBookmarkList &lt;p14:bmkLst></description></item>
            <item><description>ExtensionList &lt;p14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed">
             <summary>
             <para> Embedded Picture Reference.</para>
             <para>Represents the following attribute in the schema: r:embed </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link">
             <summary>
             <para> Linked Picture Reference.</para>
             <para>Represents the following attribute in the schema: r:link </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.#ctor">
            <summary>
            Initializes a new instance of the Media class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Media class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Media class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Media class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim">
            <summary>
            <para> MediaTrim.</para>
            <para> Represents the following element tag in the schema: p14:trim </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade">
            <summary>
            <para> MediaFade.</para>
            <para> Represents the following element tag in the schema: p14:fade </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList">
            <summary>
            <para> MediaBookmarkList.</para>
            <para> Represents the following element tag in the schema: p14:bmkLst </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p14:extLst </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Media.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition">
             <summary>
             <para>Defines the VortexTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:vortex.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.#ctor">
            <summary>
            Initializes a new instance of the VortexTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition">
             <summary>
             <para>Defines the PanTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:pan.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.#ctor">
            <summary>
            Initializes a new instance of the PanTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType">
            <summary>
            Defines the SideDirectionTransitionType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.#ctor">
            <summary>
            Initializes a new instance of the SideDirectionTransitionType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition">
             <summary>
             <para>Defines the SwitchTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:switch.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.#ctor">
            <summary>
            Initializes a new instance of the SwitchTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition">
             <summary>
             <para>Defines the FlipTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:flip.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.#ctor">
            <summary>
            Initializes a new instance of the FlipTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition">
             <summary>
             <para>Defines the FerrisTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:ferris.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.#ctor">
            <summary>
            Initializes a new instance of the FerrisTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition">
             <summary>
             <para>Defines the GalleryTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:gallery.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.#ctor">
            <summary>
            Initializes a new instance of the GalleryTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition">
             <summary>
             <para>Defines the ConveyorTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:conveyor.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.#ctor">
            <summary>
            Initializes a new instance of the ConveyorTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType">
            <summary>
            Defines the LeftRightDirectionTransitionType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction">
            <summary>
            <para> dir.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.#ctor">
            <summary>
            Initializes a new instance of the LeftRightDirectionTransitionType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition">
             <summary>
             <para>Defines the RippleTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:ripple.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction">
            <summary>
            <para> dir.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.#ctor">
            <summary>
            Initializes a new instance of the RippleTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition">
             <summary>
             <para>Defines the HoneycombTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:honeycomb.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.#ctor">
            <summary>
            Initializes a new instance of the HoneycombTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition">
             <summary>
             <para>Defines the FlashTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:flash.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.#ctor">
            <summary>
            Initializes a new instance of the FlashTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType">
            <summary>
            Defines the EmptyType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType.#ctor">
            <summary>
            Initializes a new instance of the EmptyType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition">
             <summary>
             <para>Defines the PrismTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:prism.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction">
            <summary>
            <para> dir.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent">
            <summary>
            <para> isContent.</para>
            <para>Represents the following attribute in the schema: isContent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted">
            <summary>
            <para> isInverted.</para>
            <para>Represents the following attribute in the schema: isInverted </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.#ctor">
            <summary>
            Initializes a new instance of the PrismTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition">
             <summary>
             <para>Defines the DoorsTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:doors.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.#ctor">
            <summary>
            Initializes a new instance of the DoorsTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition">
             <summary>
             <para>Defines the WindowTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:window.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.#ctor">
            <summary>
            Initializes a new instance of the WindowTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType">
            <summary>
            Defines the OrientationTransitionType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction">
            <summary>
            <para> Transition Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.#ctor">
            <summary>
            Initializes a new instance of the OrientationTransitionType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition">
             <summary>
             <para>Defines the GlitterTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:glitter.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction">
            <summary>
            <para> dir.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern">
            <summary>
            <para> pattern.</para>
            <para>Represents the following attribute in the schema: pattern </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.#ctor">
            <summary>
            Initializes a new instance of the GlitterTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition">
             <summary>
             <para>Defines the WarpTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:warp.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.#ctor">
            <summary>
            Initializes a new instance of the WarpTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition">
             <summary>
             <para>Defines the FlythroughTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:flythrough.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction">
            <summary>
            <para> dir.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce">
            <summary>
            <para> hasBounce.</para>
            <para>Represents the following attribute in the schema: hasBounce </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.#ctor">
            <summary>
            Initializes a new instance of the FlythroughTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition">
             <summary>
             <para>Defines the ShredTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:shred.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern">
            <summary>
            <para> pattern.</para>
            <para>Represents the following attribute in the schema: pattern </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction">
            <summary>
            <para> dir.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.#ctor">
            <summary>
            Initializes a new instance of the ShredTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition">
             <summary>
             <para>Defines the RevealTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:reveal.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack">
            <summary>
            <para> thruBlk.</para>
            <para>Represents the following attribute in the schema: thruBlk </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction">
            <summary>
            <para> dir.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.#ctor">
            <summary>
            Initializes a new instance of the RevealTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition">
             <summary>
             <para>Defines the WheelReverseTransition Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:wheelReverse.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes">
            <summary>
            <para> Spokes.</para>
            <para>Represents the following attribute in the schema: spokes </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.#ctor">
            <summary>
            Initializes a new instance of the WheelReverseTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget">
             <summary>
             <para>Defines the BookmarkTarget Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:bmkTgt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId">
            <summary>
            <para> spid.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName">
            <summary>
            <para> bmkName.</para>
            <para>Represents the following attribute in the schema: bmkName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.#ctor">
            <summary>
            Initializes a new instance of the BookmarkTarget class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties">
             <summary>
             <para>Defines the SectionProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:sectionPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SectionOld &lt;p14:section></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.#ctor">
            <summary>
            Initializes a new instance of the SectionProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SectionProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SectionProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SectionProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList">
             <summary>
             <para>Defines the SectionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:sectionLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Section &lt;p14:section></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.#ctor">
            <summary>
            Initializes a new instance of the SectionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SectionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SectionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SectionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode">
             <summary>
             <para>Defines the BrowseMode Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:browseMode.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus">
            <summary>
            <para> showStatus.</para>
            <para>Represents the following attribute in the schema: showStatus </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.#ctor">
            <summary>
            Initializes a new instance of the BrowseMode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor">
             <summary>
             <para>Defines the LaserColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:laserClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.#ctor">
            <summary>
            Initializes a new instance of the LaserColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LaserColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LaserColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LaserColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi">
             <summary>
             <para>Defines the DefaultImageDpi Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:defaultImageDpi.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.#ctor">
            <summary>
            Initializes a new instance of the DefaultImageDpi class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData">
             <summary>
             <para>Defines the DiscardImageEditData Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:discardImageEditData.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.#ctor">
            <summary>
            Initializes a new instance of the DiscardImageEditData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls">
             <summary>
             <para>Defines the ShowMediaControls Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:showMediaCtrls.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.#ctor">
            <summary>
            Initializes a new instance of the ShowMediaControls class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList">
             <summary>
             <para>Defines the LaserTraceList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:laserTraceLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TracePointList &lt;p14:tracePtLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.#ctor">
            <summary>
            Initializes a new instance of the LaserTraceList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LaserTraceList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LaserTraceList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LaserTraceList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId">
             <summary>
             <para>Defines the CreationId Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:creationId.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.#ctor">
            <summary>
            Initializes a new instance of the CreationId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId">
             <summary>
             <para>Defines the ModificationId Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:modId.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.#ctor">
            <summary>
            Initializes a new instance of the ModificationId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType">
            <summary>
            Defines the RandomIdType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.#ctor">
            <summary>
            Initializes a new instance of the RandomIdType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList">
             <summary>
             <para>Defines the ShowEventRecordList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:showEvtLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TriggerEventRecord &lt;p14:triggerEvt></description></item>
            <item><description>PlayEventRecord &lt;p14:playEvt></description></item>
            <item><description>StopEventRecord &lt;p14:stopEvt></description></item>
            <item><description>PauseEventRecord &lt;p14:pauseEvt></description></item>
            <item><description>ResumeEventRecord &lt;p14:resumeEvt></description></item>
            <item><description>SeekEventRecord &lt;p14:seekEvt></description></item>
            <item><description>NullEventRecord &lt;p14:nullEvt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.#ctor">
            <summary>
            Initializes a new instance of the ShowEventRecordList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShowEventRecordList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShowEventRecordList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShowEventRecordList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord">
            <summary>
            <para> TriggerEventRecord.</para>
            <para> Represents the following element tag in the schema: p14:triggerEvt </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord">
            <summary>
            <para> PlayEventRecord.</para>
            <para> Represents the following element tag in the schema: p14:playEvt </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord">
            <summary>
            <para> StopEventRecord.</para>
            <para> Represents the following element tag in the schema: p14:stopEvt </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord">
            <summary>
            <para> PauseEventRecord.</para>
            <para> Represents the following element tag in the schema: p14:pauseEvt </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord">
            <summary>
            <para> ResumeEventRecord.</para>
            <para> Represents the following element tag in the schema: p14:resumeEvt </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord">
            <summary>
            <para> SeekEventRecord.</para>
            <para> Represents the following element tag in the schema: p14:seekEvt </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord">
            <summary>
            <para> NullEventRecord.</para>
            <para> Represents the following element tag in the schema: p14:nullEvt </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties">
             <summary>
             <para>Defines the NonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties">
             <summary>
             <para>Defines the NonVisualInkContentPartProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:cNvContentPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks &lt;a14:cpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList &lt;a14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment">
            <summary>
            <para> isComment.</para>
            <para>Represents the following attribute in the schema: isComment </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks">
            <summary>
            <para> ContentPartLocks.</para>
            <para> Represents the following element tag in the schema: a14:cpLocks </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: a14:extLst </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties">
             <summary>
             <para>Defines the ApplicationNonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:nvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Presentation.PlaceholderShape &lt;p:ph></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AudioFromCD &lt;a:audioCd></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.WaveAudioFile &lt;a:wavAudioFile></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AudioFromFile &lt;a:audioFile></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.VideoFromFile &lt;a:videoFile></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.QuickTimeFromFile &lt;a:quickTimeFile></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.CustomerDataList &lt;p:custDataLst></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto">
            <summary>
            <para> Is a Photo Album.</para>
            <para>Represents the following attribute in the schema: isPhoto </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn">
            <summary>
            <para> Is User Drawn.</para>
            <para>Represents the following attribute in the schema: userDrawn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape">
            <summary>
            <para> Placeholder Shape.</para>
            <para> Represents the following element tag in the schema: p:ph </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark">
             <summary>
             <para>Defines the MediaBookmark Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:bmk.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time">
            <summary>
            <para> time.</para>
            <para>Represents the following attribute in the schema: time </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.#ctor">
            <summary>
            Initializes a new instance of the MediaBookmark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim">
             <summary>
             <para>Defines the MediaTrim Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:trim.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start">
            <summary>
            <para> st.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End">
            <summary>
            <para> end.</para>
            <para>Represents the following attribute in the schema: end </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.#ctor">
            <summary>
            Initializes a new instance of the MediaTrim class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade">
             <summary>
             <para>Defines the MediaFade Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:fade.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration">
            <summary>
            <para> in.</para>
            <para>Represents the following attribute in the schema: in </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration">
            <summary>
            <para> out.</para>
            <para>Represents the following attribute in the schema: out </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.#ctor">
            <summary>
            Initializes a new instance of the MediaFade class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList">
             <summary>
             <para>Defines the MediaBookmarkList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:bmkLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MediaBookmark &lt;p14:bmk></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.#ctor">
            <summary>
            Initializes a new instance of the MediaBookmarkList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MediaBookmarkList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MediaBookmarkList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MediaBookmarkList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList">
             <summary>
             <para>Defines the ExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Presentation.Extension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld">
             <summary>
             <para>Defines the SectionOld Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:section.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList">
            <summary>
            <para> slideIdLst.</para>
            <para>Represents the following attribute in the schema: slideIdLst </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.#ctor">
            <summary>
            Initializes a new instance of the SectionOld class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SectionOld class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SectionOld class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SectionOld class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p14:extLst </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry">
             <summary>
             <para>Defines the SectionSlideIdListEntry Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:sldId.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.#ctor">
            <summary>
            Initializes a new instance of the SectionSlideIdListEntry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList">
             <summary>
             <para>Defines the SectionSlideIdList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:sldIdLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SectionSlideIdListEntry &lt;p14:sldId></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.#ctor">
            <summary>
            Initializes a new instance of the SectionSlideIdList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SectionSlideIdList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SectionSlideIdList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SectionSlideIdList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.Section">
             <summary>
             <para>Defines the Section Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:section.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SectionSlideIdList &lt;p14:sldIdLst></description></item>
            <item><description>ExtensionList &lt;p14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.#ctor">
            <summary>
            Initializes a new instance of the Section class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Section class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Section class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Section class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList">
            <summary>
            <para> SectionSlideIdList.</para>
            <para> Represents the following element tag in the schema: p14:sldIdLst </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p14:extLst </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.Section.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint">
             <summary>
             <para>Defines the TracePoint Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:tracePt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time">
            <summary>
            <para> t.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate">
            <summary>
            <para> x.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate">
            <summary>
            <para> y.</para>
            <para>Represents the following attribute in the schema: y </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.#ctor">
            <summary>
            Initializes a new instance of the TracePoint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList">
             <summary>
             <para>Defines the TracePointList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:tracePtLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TracePoint &lt;p14:tracePt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.#ctor">
            <summary>
            Initializes a new instance of the TracePointList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TracePointList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TracePointList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TracePointList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord">
             <summary>
             <para>Defines the TriggerEventRecord Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:triggerEvt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time">
            <summary>
            <para> time.</para>
            <para>Represents the following attribute in the schema: time </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId">
            <summary>
            <para> objId.</para>
            <para>Represents the following attribute in the schema: objId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.#ctor">
            <summary>
            Initializes a new instance of the TriggerEventRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord">
             <summary>
             <para>Defines the PlayEventRecord Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:playEvt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.#ctor">
            <summary>
            Initializes a new instance of the PlayEventRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord">
             <summary>
             <para>Defines the StopEventRecord Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:stopEvt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.#ctor">
            <summary>
            Initializes a new instance of the StopEventRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord">
             <summary>
             <para>Defines the PauseEventRecord Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:pauseEvt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.#ctor">
            <summary>
            Initializes a new instance of the PauseEventRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord">
             <summary>
             <para>Defines the ResumeEventRecord Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:resumeEvt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.#ctor">
            <summary>
            Initializes a new instance of the ResumeEventRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType">
            <summary>
            Defines the MediaPlaybackEventRecordType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time">
            <summary>
            <para> time.</para>
            <para>Represents the following attribute in the schema: time </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId">
            <summary>
            <para> objId.</para>
            <para>Represents the following attribute in the schema: objId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.#ctor">
            <summary>
            Initializes a new instance of the MediaPlaybackEventRecordType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord">
             <summary>
             <para>Defines the SeekEventRecord Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:seekEvt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time">
            <summary>
            <para> time.</para>
            <para>Represents the following attribute in the schema: time </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId">
            <summary>
            <para> objId.</para>
            <para>Represents the following attribute in the schema: objId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek">
            <summary>
            <para> seek.</para>
            <para>Represents the following attribute in the schema: seek </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.#ctor">
            <summary>
            Initializes a new instance of the SeekEventRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord">
             <summary>
             <para>Defines the NullEventRecord Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is p14:nullEvt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time">
            <summary>
            <para> time.</para>
            <para>Represents the following attribute in the schema: time </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId">
            <summary>
            <para> objId.</para>
            <para>Represents the following attribute in the schema: objId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.#ctor">
            <summary>
            Initializes a new instance of the NullEventRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues">
            <summary>
            Defines the TransitionPatternValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Diamond">
            <summary>
            diamond.
            <para>When the item is serialized out as xml, its value is "diamond".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Hexagon">
            <summary>
            hexagon.
            <para>When the item is serialized out as xml, its value is "hexagon".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues">
            <summary>
            Defines the TransitionCenterDirectionTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues.Center">
            <summary>
            center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues">
            <summary>
            Defines the TransitionShredPatternValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Strip">
            <summary>
            strip.
            <para>When the item is serialized out as xml, its value is "strip".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Rectangle">
            <summary>
            rectangle.
            <para>When the item is serialized out as xml, its value is "rectangle".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues">
            <summary>
            Defines the TransitionLeftRightDirectionTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Left">
            <summary>
            l.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Right">
            <summary>
            r.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.ExcelAc.List">
             <summary>
             <para>Defines the List Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x12ac:list.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.ExcelAc.List.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.ExcelAc.List.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.ExcelAc.List.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.ExcelAc.List.#ctor">
            <summary>
            Initializes a new instance of the List class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.ExcelAc.List.#ctor(System.String)">
            <summary>
            Initializes a new instance of the List class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.ExcelAc.List.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion">
             <summary>
             <para>Defines the RunConflictInsertion Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:conflictIns.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Run &lt;w:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding &lt;w:dir></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.#ctor">
            <summary>
            Initializes a new instance of the RunConflictInsertion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunConflictInsertion class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunConflictInsertion class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunConflictInsertion class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion">
             <summary>
             <para>Defines the RunConflictDeletion Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:conflictDel.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Run &lt;w:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding &lt;w:dir></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.#ctor">
            <summary>
            Initializes a new instance of the RunConflictDeletion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunConflictDeletion class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunConflictDeletion class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunConflictDeletion class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType">
             <summary>
             Defines the RunTrackChangeType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Run &lt;w:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding &lt;w:dir></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.#ctor">
            <summary>
            Initializes a new instance of the RunTrackChangeType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunTrackChangeType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunTrackChangeType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunTrackChangeType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion">
             <summary>
             <para>Defines the ConflictInsertion Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:conflictIns.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.#ctor">
            <summary>
            Initializes a new instance of the ConflictInsertion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion">
             <summary>
             <para>Defines the ConflictDeletion Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:conflictDel.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.#ctor">
            <summary>
            Initializes a new instance of the ConflictDeletion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart">
             <summary>
             <para>Defines the CustomXmlConflictInsertionRangeStart Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:customXmlConflictInsRangeStart.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlConflictInsertionRangeStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart">
             <summary>
             <para>Defines the CustomXmlConflictDeletionRangeStart Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:customXmlConflictDelRangeStart.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlConflictDeletionRangeStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.TrackChangeType">
            <summary>
            Defines the TrackChangeType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.#ctor">
            <summary>
            Initializes a new instance of the TrackChangeType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Tint">
             <summary>
             <para>Defines the Tint Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:tint.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Tint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Tint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Tint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Tint.#ctor">
            <summary>
            Initializes a new instance of the Tint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Tint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Shade">
             <summary>
             <para>Defines the Shade Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:shade.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shade.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shade.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Shade.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Shade.#ctor">
            <summary>
            Initializes a new instance of the Shade class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Shade.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Alpha">
             <summary>
             <para>Defines the Alpha Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:alpha.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Alpha.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Alpha.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Alpha.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Alpha.#ctor">
            <summary>
            Initializes a new instance of the Alpha class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Alpha.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType">
            <summary>
            Defines the PositiveFixedPercentageType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.#ctor">
            <summary>
            Initializes a new instance of the PositiveFixedPercentageType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.HueModulation">
             <summary>
             <para>Defines the HueModulation Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:hueMod.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.HueModulation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.HueModulation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.HueModulation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.HueModulation.#ctor">
            <summary>
            Initializes a new instance of the HueModulation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.HueModulation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Saturation">
             <summary>
             <para>Defines the Saturation Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:sat.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Saturation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Saturation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Saturation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Saturation.#ctor">
            <summary>
            Initializes a new instance of the Saturation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Saturation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.SaturationOffset">
             <summary>
             <para>Defines the SaturationOffset Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:satOff.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.#ctor">
            <summary>
            Initializes a new instance of the SaturationOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.SaturationModulation">
             <summary>
             <para>Defines the SaturationModulation Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:satMod.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.#ctor">
            <summary>
            Initializes a new instance of the SaturationModulation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Luminance">
             <summary>
             <para>Defines the Luminance Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:lum.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Luminance.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Luminance.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Luminance.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Luminance.#ctor">
            <summary>
            Initializes a new instance of the Luminance class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Luminance.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset">
             <summary>
             <para>Defines the LuminanceOffset Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:lumOff.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.#ctor">
            <summary>
            Initializes a new instance of the LuminanceOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation">
             <summary>
             <para>Defines the LuminanceModulation Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:lumMod.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.#ctor">
            <summary>
            Initializes a new instance of the LuminanceModulation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.PercentageType">
            <summary>
            Defines the PercentageType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PercentageType.#ctor">
            <summary>
            Initializes a new instance of the PercentageType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex">
             <summary>
             <para>Defines the RgbColorModelHex Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:srgbClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tint &lt;w14:tint></description></item>
            <item><description>Shade &lt;w14:shade></description></item>
            <item><description>Alpha &lt;w14:alpha></description></item>
            <item><description>HueModulation &lt;w14:hueMod></description></item>
            <item><description>Saturation &lt;w14:sat></description></item>
            <item><description>SaturationOffset &lt;w14:satOff></description></item>
            <item><description>SaturationModulation &lt;w14:satMod></description></item>
            <item><description>Luminance &lt;w14:lum></description></item>
            <item><description>LuminanceOffset &lt;w14:lumOff></description></item>
            <item><description>LuminanceModulation &lt;w14:lumMod></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.#ctor">
            <summary>
            Initializes a new instance of the RgbColorModelHex class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RgbColorModelHex class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RgbColorModelHex class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RgbColorModelHex class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.SchemeColor">
             <summary>
             <para>Defines the SchemeColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:schemeClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tint &lt;w14:tint></description></item>
            <item><description>Shade &lt;w14:shade></description></item>
            <item><description>Alpha &lt;w14:alpha></description></item>
            <item><description>HueModulation &lt;w14:hueMod></description></item>
            <item><description>Saturation &lt;w14:sat></description></item>
            <item><description>SaturationOffset &lt;w14:satOff></description></item>
            <item><description>SaturationModulation &lt;w14:satMod></description></item>
            <item><description>Luminance &lt;w14:lum></description></item>
            <item><description>LuminanceOffset &lt;w14:lumOff></description></item>
            <item><description>LuminanceModulation &lt;w14:lumMod></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SchemeColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SchemeColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SchemeColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SchemeColor.#ctor">
            <summary>
            Initializes a new instance of the SchemeColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SchemeColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SchemeColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SchemeColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SchemeColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SchemeColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SchemeColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SchemeColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties">
             <summary>
             <para>Defines the LinearShadeProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:lin.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle">
             <summary>
             <para> ang.</para>
             <para>Represents the following attribute in the schema: w14:ang </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled">
             <summary>
             <para> scaled.</para>
             <para>Represents the following attribute in the schema: w14:scaled </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.#ctor">
            <summary>
            Initializes a new instance of the LinearShadeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties">
             <summary>
             <para>Defines the PathShadeProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:path.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FillToRectangle &lt;w14:fillToRect></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path">
             <summary>
             <para> path.</para>
             <para>Represents the following attribute in the schema: w14:path </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.#ctor">
            <summary>
            Initializes a new instance of the PathShadeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PathShadeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PathShadeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PathShadeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle">
            <summary>
            <para> FillToRectangle.</para>
            <para> Represents the following element tag in the schema: w14:fillToRect </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty">
             <summary>
             <para>Defines the NoFillEmpty Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:noFill.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.#ctor">
            <summary>
            Initializes a new instance of the NoFillEmpty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.RoundEmpty">
             <summary>
             <para>Defines the RoundEmpty Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:round.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.#ctor">
            <summary>
            Initializes a new instance of the RoundEmpty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.BevelEmpty">
             <summary>
             <para>Defines the BevelEmpty Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:bevel.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.#ctor">
            <summary>
            Initializes a new instance of the BevelEmpty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty">
             <summary>
             <para>Defines the EntityPickerEmpty Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:entityPicker.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.#ctor">
            <summary>
            Initializes a new instance of the EntityPickerEmpty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.EmptyType">
            <summary>
            Defines the EmptyType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.EmptyType.#ctor">
            <summary>
            Initializes a new instance of the EmptyType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties">
             <summary>
             <para>Defines the SolidColorFillProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:solidFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelHex &lt;w14:srgbClr></description></item>
            <item><description>SchemeColor &lt;w14:schemeClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.#ctor">
            <summary>
            Initializes a new instance of the SolidColorFillProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SolidColorFillProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SolidColorFillProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SolidColorFillProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex">
            <summary>
            <para> RgbColorModelHex.</para>
            <para> Represents the following element tag in the schema: w14:srgbClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor">
            <summary>
            <para> SchemeColor.</para>
            <para> Represents the following element tag in the schema: w14:schemeClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties">
             <summary>
             <para>Defines the GradientFillProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:gradFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GradientStopList &lt;w14:gsLst></description></item>
            <item><description>LinearShadeProperties &lt;w14:lin></description></item>
            <item><description>PathShadeProperties &lt;w14:path></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.#ctor">
            <summary>
            Initializes a new instance of the GradientFillProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GradientFillProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GradientFillProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GradientFillProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList">
            <summary>
            <para> GradientStopList.</para>
            <para> Represents the following element tag in the schema: w14:gsLst </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties">
             <summary>
             <para>Defines the PresetLineDashProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:prstDash.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.#ctor">
            <summary>
            Initializes a new instance of the PresetLineDashProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties">
             <summary>
             <para>Defines the LineJoinMiterProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:miter.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit">
             <summary>
             <para> lim.</para>
             <para>Represents the following attribute in the schema: w14:lim </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.#ctor">
            <summary>
            Initializes a new instance of the LineJoinMiterProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Glow">
             <summary>
             <para>Defines the Glow Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:glow.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelHex &lt;w14:srgbClr></description></item>
            <item><description>SchemeColor &lt;w14:schemeClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Glow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Glow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Glow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius">
             <summary>
             <para> rad.</para>
             <para>Represents the following attribute in the schema: w14:rad </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Glow.#ctor">
            <summary>
            Initializes a new instance of the Glow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Glow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Glow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Glow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Glow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Glow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Glow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex">
            <summary>
            <para> RgbColorModelHex.</para>
            <para> Represents the following element tag in the schema: w14:srgbClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor">
            <summary>
            <para> SchemeColor.</para>
            <para> Represents the following element tag in the schema: w14:schemeClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Glow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Shadow">
             <summary>
             <para>Defines the Shadow Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:shadow.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelHex &lt;w14:srgbClr></description></item>
            <item><description>SchemeColor &lt;w14:schemeClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Shadow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius">
             <summary>
             <para> blurRad.</para>
             <para>Represents the following attribute in the schema: w14:blurRad </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText">
             <summary>
             <para> dist.</para>
             <para>Represents the following attribute in the schema: w14:dist </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle">
             <summary>
             <para> dir.</para>
             <para>Represents the following attribute in the schema: w14:dir </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor">
             <summary>
             <para> sx.</para>
             <para>Represents the following attribute in the schema: w14:sx </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor">
             <summary>
             <para> sy.</para>
             <para>Represents the following attribute in the schema: w14:sy </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle">
             <summary>
             <para> kx.</para>
             <para>Represents the following attribute in the schema: w14:kx </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle">
             <summary>
             <para> ky.</para>
             <para>Represents the following attribute in the schema: w14:ky </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment">
             <summary>
             <para> algn.</para>
             <para>Represents the following attribute in the schema: w14:algn </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Shadow.#ctor">
            <summary>
            Initializes a new instance of the Shadow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Shadow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shadow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Shadow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shadow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Shadow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shadow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex">
            <summary>
            <para> RgbColorModelHex.</para>
            <para> Represents the following element tag in the schema: w14:srgbClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor">
            <summary>
            <para> SchemeColor.</para>
            <para> Represents the following element tag in the schema: w14:schemeClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Shadow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Reflection">
             <summary>
             <para>Defines the Reflection Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:reflection.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Reflection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius">
             <summary>
             <para> blurRad.</para>
             <para>Represents the following attribute in the schema: w14:blurRad </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity">
             <summary>
             <para> stA.</para>
             <para>Represents the following attribute in the schema: w14:stA </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition">
             <summary>
             <para> stPos.</para>
             <para>Represents the following attribute in the schema: w14:stPos </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity">
             <summary>
             <para> endA.</para>
             <para>Represents the following attribute in the schema: w14:endA </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition">
             <summary>
             <para> endPos.</para>
             <para>Represents the following attribute in the schema: w14:endPos </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText">
             <summary>
             <para> dist.</para>
             <para>Represents the following attribute in the schema: w14:dist </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle">
             <summary>
             <para> dir.</para>
             <para>Represents the following attribute in the schema: w14:dir </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection">
             <summary>
             <para> fadeDir.</para>
             <para>Represents the following attribute in the schema: w14:fadeDir </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor">
             <summary>
             <para> sx.</para>
             <para>Represents the following attribute in the schema: w14:sx </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor">
             <summary>
             <para> sy.</para>
             <para>Represents the following attribute in the schema: w14:sy </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle">
             <summary>
             <para> kx.</para>
             <para>Represents the following attribute in the schema: w14:kx </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle">
             <summary>
             <para> ky.</para>
             <para>Represents the following attribute in the schema: w14:ky </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment">
             <summary>
             <para> algn.</para>
             <para>Represents the following attribute in the schema: w14:algn </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Reflection.#ctor">
            <summary>
            Initializes a new instance of the Reflection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Reflection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect">
             <summary>
             <para>Defines the TextOutlineEffect Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:textOutline.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFillEmpty &lt;w14:noFill></description></item>
            <item><description>SolidColorFillProperties &lt;w14:solidFill></description></item>
            <item><description>GradientFillProperties &lt;w14:gradFill></description></item>
            <item><description>PresetLineDashProperties &lt;w14:prstDash></description></item>
            <item><description>RoundEmpty &lt;w14:round></description></item>
            <item><description>BevelEmpty &lt;w14:bevel></description></item>
            <item><description>LineJoinMiterProperties &lt;w14:miter></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth">
             <summary>
             <para> w.</para>
             <para>Represents the following attribute in the schema: w14:w </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType">
             <summary>
             <para> cap.</para>
             <para>Represents the following attribute in the schema: w14:cap </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound">
             <summary>
             <para> cmpd.</para>
             <para>Represents the following attribute in the schema: w14:cmpd </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment">
             <summary>
             <para> algn.</para>
             <para>Represents the following attribute in the schema: w14:algn </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.#ctor">
            <summary>
            Initializes a new instance of the TextOutlineEffect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextOutlineEffect class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextOutlineEffect class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextOutlineEffect class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect">
             <summary>
             <para>Defines the FillTextEffect Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:textFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFillEmpty &lt;w14:noFill></description></item>
            <item><description>SolidColorFillProperties &lt;w14:solidFill></description></item>
            <item><description>GradientFillProperties &lt;w14:gradFill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.#ctor">
            <summary>
            Initializes a new instance of the FillTextEffect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FillTextEffect class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FillTextEffect class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FillTextEffect class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty">
            <summary>
            <para> NoFillEmpty.</para>
            <para> Represents the following element tag in the schema: w14:noFill </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties">
            <summary>
            <para> SolidColorFillProperties.</para>
            <para> Represents the following element tag in the schema: w14:solidFill </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties">
            <summary>
            <para> GradientFillProperties.</para>
            <para> Represents the following element tag in the schema: w14:gradFill </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Scene3D">
             <summary>
             <para>Defines the Scene3D Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:scene3d.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Camera &lt;w14:camera></description></item>
            <item><description>LightRig &lt;w14:lightRig></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Scene3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Scene3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Scene3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Scene3D.#ctor">
            <summary>
            Initializes a new instance of the Scene3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Scene3D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Scene3D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Scene3D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Scene3D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Scene3D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Scene3D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera">
            <summary>
            <para> Camera.</para>
            <para> Represents the following element tag in the schema: w14:camera </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig">
            <summary>
            <para> LightRig.</para>
            <para> Represents the following element tag in the schema: w14:lightRig </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Scene3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Properties3D">
             <summary>
             <para>Defines the Properties3D Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:props3d.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BevelTop &lt;w14:bevelT></description></item>
            <item><description>BevelBottom &lt;w14:bevelB></description></item>
            <item><description>ExtrusionColor &lt;w14:extrusionClr></description></item>
            <item><description>ContourColor &lt;w14:contourClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Properties3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Properties3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Properties3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight">
             <summary>
             <para> extrusionH.</para>
             <para>Represents the following attribute in the schema: w14:extrusionH </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth">
             <summary>
             <para> contourW.</para>
             <para>Represents the following attribute in the schema: w14:contourW </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType">
             <summary>
             <para> prstMaterial.</para>
             <para>Represents the following attribute in the schema: w14:prstMaterial </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Properties3D.#ctor">
            <summary>
            Initializes a new instance of the Properties3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Properties3D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Properties3D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Properties3D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Properties3D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Properties3D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Properties3D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop">
            <summary>
            <para> BevelTop.</para>
            <para> Represents the following element tag in the schema: w14:bevelT </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom">
            <summary>
            <para> BevelBottom.</para>
            <para> Represents the following element tag in the schema: w14:bevelB </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor">
            <summary>
            <para> ExtrusionColor.</para>
            <para> Represents the following element tag in the schema: w14:extrusionClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor">
            <summary>
            <para> ContourColor.</para>
            <para> Represents the following element tag in the schema: w14:contourClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Properties3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Ligatures">
             <summary>
             <para>Defines the Ligatures Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:ligatures.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Ligatures.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Ligatures.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Ligatures.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Ligatures.#ctor">
            <summary>
            Initializes a new instance of the Ligatures class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Ligatures.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat">
             <summary>
             <para>Defines the NumberingFormat Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:numForm.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.#ctor">
            <summary>
            Initializes a new instance of the NumberingFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing">
             <summary>
             <para>Defines the NumberSpacing Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:numSpacing.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.#ctor">
            <summary>
            Initializes a new instance of the NumberSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.StylisticSets">
             <summary>
             <para>Defines the StylisticSets Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:stylisticSets.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StyleSet &lt;w14:styleSet></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.StylisticSets.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.StylisticSets.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.StylisticSets.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.StylisticSets.#ctor">
            <summary>
            Initializes a new instance of the StylisticSets class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.StylisticSets.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StylisticSets class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.StylisticSets.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StylisticSets class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.StylisticSets.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StylisticSets class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.StylisticSets.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives">
             <summary>
             <para>Defines the ContextualAlternatives Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:cntxtAlts.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.#ctor">
            <summary>
            Initializes a new instance of the ContextualAlternatives class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.ConflictMode">
             <summary>
             <para>Defines the ConflictMode Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:conflictMode.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ConflictMode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ConflictMode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ConflictMode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ConflictMode.#ctor">
            <summary>
            Initializes a new instance of the ConflictMode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ConflictMode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData">
             <summary>
             <para>Defines the DiscardImageEditingData Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:discardImageEditingData.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.#ctor">
            <summary>
            Initializes a new instance of the DiscardImageEditingData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Checked">
             <summary>
             <para>Defines the Checked Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:checked.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Checked.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Checked.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Checked.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Checked.#ctor">
            <summary>
            Initializes a new instance of the Checked class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Checked.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.OnOffType">
            <summary>
            Defines the OnOffType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.OnOffType.#ctor">
            <summary>
            Initializes a new instance of the OnOffType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.ContentPart">
             <summary>
             <para>Defines the ContentPart Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:contentPart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WordNonVisualContentPartShapeProperties &lt;w14:nvContentPartPr></description></item>
            <item><description>Transform2D &lt;w14:xfrm></description></item>
            <item><description>OfficeArtExtensionList &lt;w14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContentPart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContentPart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContentPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode">
             <summary>
             <para> bwMode.</para>
             <para>Represents the following attribute in the schema: w14:bwMode </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContentPart.#ctor">
            <summary>
            Initializes a new instance of the ContentPart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContentPart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContentPart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContentPart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContentPart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContentPart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContentPart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties">
            <summary>
            <para> WordNonVisualContentPartShapeProperties.</para>
            <para> Represents the following element tag in the schema: w14:nvContentPartPr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D">
            <summary>
            <para> Transform2D.</para>
            <para> Represents the following element tag in the schema: w14:xfrm </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: w14:extLst </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContentPart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DocumentId">
             <summary>
             <para>Defines the DocumentId Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:docId.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DocumentId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DocumentId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DocumentId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DocumentId.#ctor">
            <summary>
            Initializes a new instance of the DocumentId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DocumentId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd">
             <summary>
             <para>Defines the CustomXmlConflictInsertionRangeEnd Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:customXmlConflictInsRangeEnd.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlConflictInsertionRangeEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd">
             <summary>
             <para>Defines the CustomXmlConflictDeletionRangeEnd Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:customXmlConflictDelRangeEnd.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlConflictDeletionRangeEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.MarkupType">
            <summary>
            Defines the MarkupType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.MarkupType.#ctor">
            <summary>
            Initializes a new instance of the MarkupType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi">
             <summary>
             <para>Defines the DefaultImageDpi Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:defaultImageDpi.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.#ctor">
            <summary>
            Initializes a new instance of the DefaultImageDpi class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox">
             <summary>
             <para>Defines the SdtContentCheckBox Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:checkbox.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Checked &lt;w14:checked></description></item>
            <item><description>CheckedState &lt;w14:checkedState></description></item>
            <item><description>UncheckedState &lt;w14:uncheckedState></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.#ctor">
            <summary>
            Initializes a new instance of the SdtContentCheckBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentCheckBox class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentCheckBox class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentCheckBox class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked">
            <summary>
            <para> Checked.</para>
            <para> Represents the following element tag in the schema: w14:checked </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState">
            <summary>
            <para> CheckedState.</para>
            <para> Represents the following element tag in the schema: w14:checkedState </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState">
            <summary>
            <para> UncheckedState.</para>
            <para> Represents the following element tag in the schema: w14:uncheckedState </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.GradientStop">
             <summary>
             <para>Defines the GradientStop Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:gs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelHex &lt;w14:srgbClr></description></item>
            <item><description>SchemeColor &lt;w14:schemeClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.GradientStop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.GradientStop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition">
             <summary>
             <para> pos.</para>
             <para>Represents the following attribute in the schema: w14:pos </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStop.#ctor">
            <summary>
            Initializes a new instance of the GradientStop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStop.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GradientStop class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStop.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GradientStop class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStop.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GradientStop class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex">
            <summary>
            <para> RgbColorModelHex.</para>
            <para> Represents the following element tag in the schema: w14:srgbClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor">
            <summary>
            <para> SchemeColor.</para>
            <para> Represents the following element tag in the schema: w14:schemeClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.FillToRectangle">
             <summary>
             <para>Defines the FillToRectangle Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:fillToRect.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left">
             <summary>
             <para> l.</para>
             <para>Represents the following attribute in the schema: w14:l </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top">
             <summary>
             <para> t.</para>
             <para>Represents the following attribute in the schema: w14:t </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right">
             <summary>
             <para> r.</para>
             <para>Represents the following attribute in the schema: w14:r </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom">
             <summary>
             <para> b.</para>
             <para>Represents the following attribute in the schema: w14:b </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.#ctor">
            <summary>
            Initializes a new instance of the FillToRectangle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.GradientStopList">
             <summary>
             <para>Defines the GradientStopList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:gsLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GradientStop &lt;w14:gs></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.GradientStopList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.GradientStopList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStopList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStopList.#ctor">
            <summary>
            Initializes a new instance of the GradientStopList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStopList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GradientStopList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStopList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GradientStopList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStopList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GradientStopList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.GradientStopList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates">
             <summary>
             <para>Defines the SphereCoordinates Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:rot.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude">
             <summary>
             <para> lat.</para>
             <para>Represents the following attribute in the schema: w14:lat </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude">
             <summary>
             <para> lon.</para>
             <para>Represents the following attribute in the schema: w14:lon </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution">
             <summary>
             <para> rev.</para>
             <para>Represents the following attribute in the schema: w14:rev </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.#ctor">
            <summary>
            Initializes a new instance of the SphereCoordinates class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Camera">
             <summary>
             <para>Defines the Camera Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:camera.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Camera.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Camera.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Camera.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType">
             <summary>
             <para> prst.</para>
             <para>Represents the following attribute in the schema: w14:prst </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Camera.#ctor">
            <summary>
            Initializes a new instance of the Camera class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Camera.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.LightRig">
             <summary>
             <para>Defines the LightRig Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:lightRig.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SphereCoordinates &lt;w14:rot></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LightRig.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LightRig.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LightRig.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType">
             <summary>
             <para> rig.</para>
             <para>Represents the following attribute in the schema: w14:rig </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType">
             <summary>
             <para> dir.</para>
             <para>Represents the following attribute in the schema: w14:dir </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LightRig.#ctor">
            <summary>
            Initializes a new instance of the LightRig class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LightRig.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LightRig class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LightRig.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LightRig class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LightRig.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LightRig class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates">
            <summary>
            <para> SphereCoordinates.</para>
            <para> Represents the following element tag in the schema: w14:rot </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.LightRig.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.BevelTop">
             <summary>
             <para>Defines the BevelTop Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:bevelT.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.BevelTop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.BevelTop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.BevelTop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.BevelTop.#ctor">
            <summary>
            Initializes a new instance of the BevelTop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.BevelTop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.BevelBottom">
             <summary>
             <para>Defines the BevelBottom Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:bevelB.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.BevelBottom.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.BevelBottom.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.BevelBottom.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.BevelBottom.#ctor">
            <summary>
            Initializes a new instance of the BevelBottom class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.BevelBottom.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.BevelType">
            <summary>
            Defines the BevelType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.BevelType.Width">
             <summary>
             <para> w.</para>
             <para>Represents the following attribute in the schema: w14:w </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.BevelType.Height">
             <summary>
             <para> h.</para>
             <para>Represents the following attribute in the schema: w14:h </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType">
             <summary>
             <para> prst.</para>
             <para>Represents the following attribute in the schema: w14:prst </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.BevelType.#ctor">
            <summary>
            Initializes a new instance of the BevelType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor">
             <summary>
             <para>Defines the ExtrusionColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:extrusionClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelHex &lt;w14:srgbClr></description></item>
            <item><description>SchemeColor &lt;w14:schemeClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.#ctor">
            <summary>
            Initializes a new instance of the ExtrusionColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtrusionColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtrusionColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtrusionColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.ContourColor">
             <summary>
             <para>Defines the ContourColor Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:contourClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelHex &lt;w14:srgbClr></description></item>
            <item><description>SchemeColor &lt;w14:schemeClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContourColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ContourColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContourColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContourColor.#ctor">
            <summary>
            Initializes a new instance of the ContourColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContourColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContourColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContourColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContourColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContourColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContourColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ContourColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.ColorType">
             <summary>
             Defines the ColorType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelHex &lt;w14:srgbClr></description></item>
            <item><description>SchemeColor &lt;w14:schemeClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex">
            <summary>
            <para> RgbColorModelHex.</para>
            <para> Represents the following element tag in the schema: w14:srgbClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor">
            <summary>
            <para> SchemeColor.</para>
            <para> Represents the following element tag in the schema: w14:schemeClr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ColorType.#ctor">
            <summary>
            Initializes a new instance of the ColorType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ColorType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ColorType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.ColorType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.StyleSet">
             <summary>
             <para>Defines the StyleSet Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:styleSet.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.StyleSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.StyleSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.StyleSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: w14:id </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.StyleSet.#ctor">
            <summary>
            Initializes a new instance of the StyleSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.StyleSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.CheckedState">
             <summary>
             <para>Defines the CheckedState Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:checkedState.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CheckedState.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CheckedState.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CheckedState.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CheckedState.#ctor">
            <summary>
            Initializes a new instance of the CheckedState class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CheckedState.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.UncheckedState">
             <summary>
             <para>Defines the UncheckedState Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:uncheckedState.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.UncheckedState.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.UncheckedState.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.UncheckedState.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.UncheckedState.#ctor">
            <summary>
            Initializes a new instance of the UncheckedState class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.UncheckedState.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType">
            <summary>
            Defines the CheckBoxSymbolType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font">
             <summary>
             <para> font.</para>
             <para>Represents the following attribute in the schema: w14:font </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w14:val </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.#ctor">
            <summary>
            Initializes a new instance of the CheckBoxSymbolType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties">
             <summary>
             <para>Defines the NonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties">
             <summary>
             <para>Defines the NonVisualInkContentPartProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:cNvContentPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks &lt;a14:cpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList &lt;a14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment">
            <summary>
            <para> isComment.</para>
            <para>Represents the following attribute in the schema: isComment </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualInkContentPartProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks">
            <summary>
            <para> ContentPartLocks.</para>
            <para> Represents the following element tag in the schema: a14:cpLocks </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: a14:extLst </para>
            </summary>
            <remark>
            xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties">
             <summary>
             <para>Defines the WordNonVisualContentPartShapeProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:nvContentPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;w14:cNvPr></description></item>
            <item><description>NonVisualInkContentPartProperties &lt;w14:cNvContentPartPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the WordNonVisualContentPartShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WordNonVisualContentPartShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WordNonVisualContentPartShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WordNonVisualContentPartShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: w14:cNvPr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties">
            <summary>
            <para> NonVisualInkContentPartProperties.</para>
            <para> Represents the following element tag in the schema: w14:cNvContentPartPr </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Transform2D">
             <summary>
             <para>Defines the Transform2D Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Offset &lt;a:off></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Transform2D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Transform2D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Transform2D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Transform2D.#ctor">
            <summary>
            Initializes a new instance of the Transform2D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Transform2D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Transform2D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Transform2D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform2D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Transform2D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is w14:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.OnOffValues">
            <summary>
            Defines the OnOffValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.OnOffValues.True">
            <summary>
            true.
            <para>When the item is serialized out as xml, its value is "true".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.OnOffValues.False">
            <summary>
            false.
            <para>When the item is serialized out as xml, its value is "false".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.OnOffValues.Zero">
            <summary>
            0.
            <para>When the item is serialized out as xml, its value is "0".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.OnOffValues.One">
            <summary>
            1.
            <para>When the item is serialized out as xml, its value is "1".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues">
            <summary>
            Defines the SchemeColorValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.BackgroundColor">
            <summary>
            bg1.
            <para>When the item is serialized out as xml, its value is "bg1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.TextColor">
            <summary>
            tx1.
            <para>When the item is serialized out as xml, its value is "tx1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalBackgroundColor">
            <summary>
            bg2.
            <para>When the item is serialized out as xml, its value is "bg2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalTextColor">
            <summary>
            tx2.
            <para>When the item is serialized out as xml, its value is "tx2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor1">
            <summary>
            accent1.
            <para>When the item is serialized out as xml, its value is "accent1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor2">
            <summary>
            accent2.
            <para>When the item is serialized out as xml, its value is "accent2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor3">
            <summary>
            accent3.
            <para>When the item is serialized out as xml, its value is "accent3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor4">
            <summary>
            accent4.
            <para>When the item is serialized out as xml, its value is "accent4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor5">
            <summary>
            accent5.
            <para>When the item is serialized out as xml, its value is "accent5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor6">
            <summary>
            accent6.
            <para>When the item is serialized out as xml, its value is "accent6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.HyperlinkColor">
            <summary>
            hlink.
            <para>When the item is serialized out as xml, its value is "hlink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.FollowedHyperlinkColor">
            <summary>
            folHlink.
            <para>When the item is serialized out as xml, its value is "folHlink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor1">
            <summary>
            dk1.
            <para>When the item is serialized out as xml, its value is "dk1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor1">
            <summary>
            lt1.
            <para>When the item is serialized out as xml, its value is "lt1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor2">
            <summary>
            dk2.
            <para>When the item is serialized out as xml, its value is "dk2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor2">
            <summary>
            lt2.
            <para>When the item is serialized out as xml, its value is "lt2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AutoColor">
            <summary>
            phClr.
            <para>When the item is serialized out as xml, its value is "phClr".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues">
            <summary>
            Defines the RectangleAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopLeft">
            <summary>
            tl.
            <para>When the item is serialized out as xml, its value is "tl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Top">
            <summary>
            t.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopRight">
            <summary>
            tr.
            <para>When the item is serialized out as xml, its value is "tr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Left">
            <summary>
            l.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Center">
            <summary>
            ctr.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Right">
            <summary>
            r.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomLeft">
            <summary>
            bl.
            <para>When the item is serialized out as xml, its value is "bl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Bottom">
            <summary>
            b.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomRight">
            <summary>
            br.
            <para>When the item is serialized out as xml, its value is "br".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues">
            <summary>
            Defines the PathShadeTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Shape">
            <summary>
            shape.
            <para>When the item is serialized out as xml, its value is "shape".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Circle">
            <summary>
            circle.
            <para>When the item is serialized out as xml, its value is "circle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Rect">
            <summary>
            rect.
            <para>When the item is serialized out as xml, its value is "rect".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.LineCapValues">
            <summary>
            Defines the LineCapValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Round">
            <summary>
            rnd.
            <para>When the item is serialized out as xml, its value is "rnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Square">
            <summary>
            sq.
            <para>When the item is serialized out as xml, its value is "sq".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Flat">
            <summary>
            flat.
            <para>When the item is serialized out as xml, its value is "flat".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues">
            <summary>
            Defines the PresetLineDashValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Solid">
            <summary>
            solid.
            <para>When the item is serialized out as xml, its value is "solid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dot">
            <summary>
            dot.
            <para>When the item is serialized out as xml, its value is "dot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDot">
            <summary>
            sysDot.
            <para>When the item is serialized out as xml, its value is "sysDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dash">
            <summary>
            dash.
            <para>When the item is serialized out as xml, its value is "dash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDash">
            <summary>
            sysDash.
            <para>When the item is serialized out as xml, its value is "sysDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDash">
            <summary>
            lgDash.
            <para>When the item is serialized out as xml, its value is "lgDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.DashDot">
            <summary>
            dashDot.
            <para>When the item is serialized out as xml, its value is "dashDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDot">
            <summary>
            sysDashDot.
            <para>When the item is serialized out as xml, its value is "sysDashDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDot">
            <summary>
            lgDashDot.
            <para>When the item is serialized out as xml, its value is "lgDashDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDotDot">
            <summary>
            lgDashDotDot.
            <para>When the item is serialized out as xml, its value is "lgDashDotDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDotDot">
            <summary>
            sysDashDotDot.
            <para>When the item is serialized out as xml, its value is "sysDashDotDot".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues">
            <summary>
            Defines the PenAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Center">
            <summary>
            ctr.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Inset">
            <summary>
            in.
            <para>When the item is serialized out as xml, its value is "in".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues">
            <summary>
            Defines the CompoundLineValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Simple">
            <summary>
            sng.
            <para>When the item is serialized out as xml, its value is "sng".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Double">
            <summary>
            dbl.
            <para>When the item is serialized out as xml, its value is "dbl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThickThin">
            <summary>
            thickThin.
            <para>When the item is serialized out as xml, its value is "thickThin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThinThick">
            <summary>
            thinThick.
            <para>When the item is serialized out as xml, its value is "thinThick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Triple">
            <summary>
            tri.
            <para>When the item is serialized out as xml, its value is "tri".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues">
            <summary>
            Defines the PresetCameraTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopLeft">
            <summary>
            legacyObliqueTopLeft.
            <para>When the item is serialized out as xml, its value is "legacyObliqueTopLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTop">
            <summary>
            legacyObliqueTop.
            <para>When the item is serialized out as xml, its value is "legacyObliqueTop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopRight">
            <summary>
            legacyObliqueTopRight.
            <para>When the item is serialized out as xml, its value is "legacyObliqueTopRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueLeft">
            <summary>
            legacyObliqueLeft.
            <para>When the item is serialized out as xml, its value is "legacyObliqueLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueFront">
            <summary>
            legacyObliqueFront.
            <para>When the item is serialized out as xml, its value is "legacyObliqueFront".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueRight">
            <summary>
            legacyObliqueRight.
            <para>When the item is serialized out as xml, its value is "legacyObliqueRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomLeft">
            <summary>
            legacyObliqueBottomLeft.
            <para>When the item is serialized out as xml, its value is "legacyObliqueBottomLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottom">
            <summary>
            legacyObliqueBottom.
            <para>When the item is serialized out as xml, its value is "legacyObliqueBottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomRight">
            <summary>
            legacyObliqueBottomRight.
            <para>When the item is serialized out as xml, its value is "legacyObliqueBottomRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopLeft">
            <summary>
            legacyPerspectiveTopLeft.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveTopLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTop">
            <summary>
            legacyPerspectiveTop.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveTop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopRight">
            <summary>
            legacyPerspectiveTopRight.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveTopRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveLeft">
            <summary>
            legacyPerspectiveLeft.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveFront">
            <summary>
            legacyPerspectiveFront.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveFront".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveRight">
            <summary>
            legacyPerspectiveRight.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomLeft">
            <summary>
            legacyPerspectiveBottomLeft.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveBottomLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottom">
            <summary>
            legacyPerspectiveBottom.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveBottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomRight">
            <summary>
            legacyPerspectiveBottomRight.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveBottomRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.OrthographicFront">
            <summary>
            orthographicFront.
            <para>When the item is serialized out as xml, its value is "orthographicFront".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopUp">
            <summary>
            isometricTopUp.
            <para>When the item is serialized out as xml, its value is "isometricTopUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopDown">
            <summary>
            isometricTopDown.
            <para>When the item is serialized out as xml, its value is "isometricTopDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomUp">
            <summary>
            isometricBottomUp.
            <para>When the item is serialized out as xml, its value is "isometricBottomUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomDown">
            <summary>
            isometricBottomDown.
            <para>When the item is serialized out as xml, its value is "isometricBottomDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftUp">
            <summary>
            isometricLeftUp.
            <para>When the item is serialized out as xml, its value is "isometricLeftUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftDown">
            <summary>
            isometricLeftDown.
            <para>When the item is serialized out as xml, its value is "isometricLeftDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightUp">
            <summary>
            isometricRightUp.
            <para>When the item is serialized out as xml, its value is "isometricRightUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightDown">
            <summary>
            isometricRightDown.
            <para>When the item is serialized out as xml, its value is "isometricRightDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Left">
            <summary>
            isometricOffAxis1Left.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis1Left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Right">
            <summary>
            isometricOffAxis1Right.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis1Right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Top">
            <summary>
            isometricOffAxis1Top.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis1Top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Left">
            <summary>
            isometricOffAxis2Left.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis2Left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Right">
            <summary>
            isometricOffAxis2Right.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis2Right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Top">
            <summary>
            isometricOffAxis2Top.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis2Top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Left">
            <summary>
            isometricOffAxis3Left.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis3Left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Right">
            <summary>
            isometricOffAxis3Right.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis3Right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Bottom">
            <summary>
            isometricOffAxis3Bottom.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis3Bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Left">
            <summary>
            isometricOffAxis4Left.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis4Left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Right">
            <summary>
            isometricOffAxis4Right.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis4Right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Bottom">
            <summary>
            isometricOffAxis4Bottom.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis4Bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopLeft">
            <summary>
            obliqueTopLeft.
            <para>When the item is serialized out as xml, its value is "obliqueTopLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTop">
            <summary>
            obliqueTop.
            <para>When the item is serialized out as xml, its value is "obliqueTop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopRight">
            <summary>
            obliqueTopRight.
            <para>When the item is serialized out as xml, its value is "obliqueTopRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueLeft">
            <summary>
            obliqueLeft.
            <para>When the item is serialized out as xml, its value is "obliqueLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueRight">
            <summary>
            obliqueRight.
            <para>When the item is serialized out as xml, its value is "obliqueRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomLeft">
            <summary>
            obliqueBottomLeft.
            <para>When the item is serialized out as xml, its value is "obliqueBottomLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottom">
            <summary>
            obliqueBottom.
            <para>When the item is serialized out as xml, its value is "obliqueBottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomRight">
            <summary>
            obliqueBottomRight.
            <para>When the item is serialized out as xml, its value is "obliqueBottomRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveFront">
            <summary>
            perspectiveFront.
            <para>When the item is serialized out as xml, its value is "perspectiveFront".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveLeft">
            <summary>
            perspectiveLeft.
            <para>When the item is serialized out as xml, its value is "perspectiveLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRight">
            <summary>
            perspectiveRight.
            <para>When the item is serialized out as xml, its value is "perspectiveRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAbove">
            <summary>
            perspectiveAbove.
            <para>When the item is serialized out as xml, its value is "perspectiveAbove".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveBelow">
            <summary>
            perspectiveBelow.
            <para>When the item is serialized out as xml, its value is "perspectiveBelow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveLeftFacing">
            <summary>
            perspectiveAboveLeftFacing.
            <para>When the item is serialized out as xml, its value is "perspectiveAboveLeftFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveRightFacing">
            <summary>
            perspectiveAboveRightFacing.
            <para>When the item is serialized out as xml, its value is "perspectiveAboveRightFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingLeftFacing">
            <summary>
            perspectiveContrastingLeftFacing.
            <para>When the item is serialized out as xml, its value is "perspectiveContrastingLeftFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingRightFacing">
            <summary>
            perspectiveContrastingRightFacing.
            <para>When the item is serialized out as xml, its value is "perspectiveContrastingRightFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicLeftFacing">
            <summary>
            perspectiveHeroicLeftFacing.
            <para>When the item is serialized out as xml, its value is "perspectiveHeroicLeftFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicRightFacing">
            <summary>
            perspectiveHeroicRightFacing.
            <para>When the item is serialized out as xml, its value is "perspectiveHeroicRightFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeLeftFacing">
            <summary>
            perspectiveHeroicExtremeLeftFacing.
            <para>When the item is serialized out as xml, its value is "perspectiveHeroicExtremeLeftFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeRightFacing">
            <summary>
            perspectiveHeroicExtremeRightFacing.
            <para>When the item is serialized out as xml, its value is "perspectiveHeroicExtremeRightFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxed">
            <summary>
            perspectiveRelaxed.
            <para>When the item is serialized out as xml, its value is "perspectiveRelaxed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxedModerately">
            <summary>
            perspectiveRelaxedModerately.
            <para>When the item is serialized out as xml, its value is "perspectiveRelaxedModerately".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues">
            <summary>
            Defines the LightRigTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat1">
            <summary>
            legacyFlat1.
            <para>When the item is serialized out as xml, its value is "legacyFlat1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat2">
            <summary>
            legacyFlat2.
            <para>When the item is serialized out as xml, its value is "legacyFlat2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat3">
            <summary>
            legacyFlat3.
            <para>When the item is serialized out as xml, its value is "legacyFlat3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat4">
            <summary>
            legacyFlat4.
            <para>When the item is serialized out as xml, its value is "legacyFlat4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal1">
            <summary>
            legacyNormal1.
            <para>When the item is serialized out as xml, its value is "legacyNormal1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal2">
            <summary>
            legacyNormal2.
            <para>When the item is serialized out as xml, its value is "legacyNormal2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal3">
            <summary>
            legacyNormal3.
            <para>When the item is serialized out as xml, its value is "legacyNormal3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal4">
            <summary>
            legacyNormal4.
            <para>When the item is serialized out as xml, its value is "legacyNormal4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh1">
            <summary>
            legacyHarsh1.
            <para>When the item is serialized out as xml, its value is "legacyHarsh1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh2">
            <summary>
            legacyHarsh2.
            <para>When the item is serialized out as xml, its value is "legacyHarsh2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh3">
            <summary>
            legacyHarsh3.
            <para>When the item is serialized out as xml, its value is "legacyHarsh3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh4">
            <summary>
            legacyHarsh4.
            <para>When the item is serialized out as xml, its value is "legacyHarsh4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.ThreePoint">
            <summary>
            threePt.
            <para>When the item is serialized out as xml, its value is "threePt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Balanced">
            <summary>
            balanced.
            <para>When the item is serialized out as xml, its value is "balanced".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Soft">
            <summary>
            soft.
            <para>When the item is serialized out as xml, its value is "soft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Harsh">
            <summary>
            harsh.
            <para>When the item is serialized out as xml, its value is "harsh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flood">
            <summary>
            flood.
            <para>When the item is serialized out as xml, its value is "flood".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Contrasting">
            <summary>
            contrasting.
            <para>When the item is serialized out as xml, its value is "contrasting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Morning">
            <summary>
            morning.
            <para>When the item is serialized out as xml, its value is "morning".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunrise">
            <summary>
            sunrise.
            <para>When the item is serialized out as xml, its value is "sunrise".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunset">
            <summary>
            sunset.
            <para>When the item is serialized out as xml, its value is "sunset".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Chilly">
            <summary>
            chilly.
            <para>When the item is serialized out as xml, its value is "chilly".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Freezing">
            <summary>
            freezing.
            <para>When the item is serialized out as xml, its value is "freezing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flat">
            <summary>
            flat.
            <para>When the item is serialized out as xml, its value is "flat".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.TwoPoint">
            <summary>
            twoPt.
            <para>When the item is serialized out as xml, its value is "twoPt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Glow">
            <summary>
            glow.
            <para>When the item is serialized out as xml, its value is "glow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.BrightRoom">
            <summary>
            brightRoom.
            <para>When the item is serialized out as xml, its value is "brightRoom".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues">
            <summary>
            Defines the LightRigDirectionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopLeft">
            <summary>
            tl.
            <para>When the item is serialized out as xml, its value is "tl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Top">
            <summary>
            t.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopRight">
            <summary>
            tr.
            <para>When the item is serialized out as xml, its value is "tr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Left">
            <summary>
            l.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Right">
            <summary>
            r.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomLeft">
            <summary>
            bl.
            <para>When the item is serialized out as xml, its value is "bl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Bottom">
            <summary>
            b.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomRight">
            <summary>
            br.
            <para>When the item is serialized out as xml, its value is "br".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues">
            <summary>
            Defines the BevelPresetTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.RelaxedInset">
            <summary>
            relaxedInset.
            <para>When the item is serialized out as xml, its value is "relaxedInset".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Circle">
            <summary>
            circle.
            <para>When the item is serialized out as xml, its value is "circle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Slope">
            <summary>
            slope.
            <para>When the item is serialized out as xml, its value is "slope".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Cross">
            <summary>
            cross.
            <para>When the item is serialized out as xml, its value is "cross".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Angle">
            <summary>
            angle.
            <para>When the item is serialized out as xml, its value is "angle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.SoftRound">
            <summary>
            softRound.
            <para>When the item is serialized out as xml, its value is "softRound".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Convex">
            <summary>
            convex.
            <para>When the item is serialized out as xml, its value is "convex".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.CoolSlant">
            <summary>
            coolSlant.
            <para>When the item is serialized out as xml, its value is "coolSlant".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Divot">
            <summary>
            divot.
            <para>When the item is serialized out as xml, its value is "divot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Riblet">
            <summary>
            riblet.
            <para>When the item is serialized out as xml, its value is "riblet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.HardEdge">
            <summary>
            hardEdge.
            <para>When the item is serialized out as xml, its value is "hardEdge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.ArtDeco">
            <summary>
            artDeco.
            <para>When the item is serialized out as xml, its value is "artDeco".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues">
            <summary>
            Defines the PresetMaterialTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMatte">
            <summary>
            legacyMatte.
            <para>When the item is serialized out as xml, its value is "legacyMatte".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyPlastic">
            <summary>
            legacyPlastic.
            <para>When the item is serialized out as xml, its value is "legacyPlastic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMetal">
            <summary>
            legacyMetal.
            <para>When the item is serialized out as xml, its value is "legacyMetal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyWireframe">
            <summary>
            legacyWireframe.
            <para>When the item is serialized out as xml, its value is "legacyWireframe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Matte">
            <summary>
            matte.
            <para>When the item is serialized out as xml, its value is "matte".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Plastic">
            <summary>
            plastic.
            <para>When the item is serialized out as xml, its value is "plastic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Metal">
            <summary>
            metal.
            <para>When the item is serialized out as xml, its value is "metal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.WarmMatte">
            <summary>
            warmMatte.
            <para>When the item is serialized out as xml, its value is "warmMatte".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.TranslucentPowder">
            <summary>
            translucentPowder.
            <para>When the item is serialized out as xml, its value is "translucentPowder".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Powder">
            <summary>
            powder.
            <para>When the item is serialized out as xml, its value is "powder".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.DarkEdge">
            <summary>
            dkEdge.
            <para>When the item is serialized out as xml, its value is "dkEdge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftEdge">
            <summary>
            softEdge.
            <para>When the item is serialized out as xml, its value is "softEdge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Clear">
            <summary>
            clear.
            <para>When the item is serialized out as xml, its value is "clear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Flat">
            <summary>
            flat.
            <para>When the item is serialized out as xml, its value is "flat".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftMetal">
            <summary>
            softmetal.
            <para>When the item is serialized out as xml, its value is "softmetal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues">
            <summary>
            Defines the LigaturesValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Standard">
            <summary>
            standard.
            <para>When the item is serialized out as xml, its value is "standard".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Contextual">
            <summary>
            contextual.
            <para>When the item is serialized out as xml, its value is "contextual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Historical">
            <summary>
            historical.
            <para>When the item is serialized out as xml, its value is "historical".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Discretional">
            <summary>
            discretional.
            <para>When the item is serialized out as xml, its value is "discretional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextual">
            <summary>
            standardContextual.
            <para>When the item is serialized out as xml, its value is "standardContextual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistorical">
            <summary>
            standardHistorical.
            <para>When the item is serialized out as xml, its value is "standardHistorical".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistorical">
            <summary>
            contextualHistorical.
            <para>When the item is serialized out as xml, its value is "contextualHistorical".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardDiscretional">
            <summary>
            standardDiscretional.
            <para>When the item is serialized out as xml, its value is "standardDiscretional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualDiscretional">
            <summary>
            contextualDiscretional.
            <para>When the item is serialized out as xml, its value is "contextualDiscretional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.HistoricalDiscretional">
            <summary>
            historicalDiscretional.
            <para>When the item is serialized out as xml, its value is "historicalDiscretional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualHistorical">
            <summary>
            standardContextualHistorical.
            <para>When the item is serialized out as xml, its value is "standardContextualHistorical".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualDiscretional">
            <summary>
            standardContextualDiscretional.
            <para>When the item is serialized out as xml, its value is "standardContextualDiscretional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistoricalDiscretional">
            <summary>
            standardHistoricalDiscretional.
            <para>When the item is serialized out as xml, its value is "standardHistoricalDiscretional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistoricalDiscretional">
            <summary>
            contextualHistoricalDiscretional.
            <para>When the item is serialized out as xml, its value is "contextualHistoricalDiscretional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.All">
            <summary>
            all.
            <para>When the item is serialized out as xml, its value is "all".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.NumberFormValues">
            <summary>
            Defines the NumberFormValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Default">
            <summary>
            default.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Lining">
            <summary>
            lining.
            <para>When the item is serialized out as xml, its value is "lining".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.OldStyle">
            <summary>
            oldStyle.
            <para>When the item is serialized out as xml, its value is "oldStyle".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues">
            <summary>
            Defines the NumberSpacingValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Default">
            <summary>
            default.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Proportional">
            <summary>
            proportional.
            <para>When the item is serialized out as xml, its value is "proportional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Tabular">
            <summary>
            tabular.
            <para>When the item is serialized out as xml, its value is "tabular".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas">
             <summary>
             <para>Defines the WordprocessingCanvas Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpc:wpc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackgroundFormatting &lt;wpc:bg></description></item>
            <item><description>WholeFormatting &lt;wpc:whole></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape &lt;wps:wsp></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Pictures.Picture &lt;pic:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ContentPart &lt;w14:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup &lt;wpg:wgp></description></item>
            <item><description>GraphicFrameType &lt;wpc:graphicFrame></description></item>
            <item><description>OfficeArtExtensionList &lt;wpc:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.#ctor">
            <summary>
            Initializes a new instance of the WordprocessingCanvas class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WordprocessingCanvas class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WordprocessingCanvas class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WordprocessingCanvas class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting">
            <summary>
            <para> BackgroundFormatting.</para>
            <para> Represents the following element tag in the schema: wpc:bg </para>
            </summary>
            <remark>
            xmlns:wpc = http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting">
            <summary>
            <para> WholeFormatting.</para>
            <para> Represents the following element tag in the schema: wpc:whole </para>
            </summary>
            <remark>
            xmlns:wpc = http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting">
             <summary>
             <para>Defines the BackgroundFormatting Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpc:bg.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.#ctor">
            <summary>
            Initializes a new instance of the BackgroundFormatting class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackgroundFormatting class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackgroundFormatting class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackgroundFormatting class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting">
             <summary>
             <para>Defines the WholeFormatting Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpc:whole.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.#ctor">
            <summary>
            Initializes a new instance of the WholeFormatting class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WholeFormatting class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WholeFormatting class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WholeFormatting class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline">
            <summary>
            <para> Outline.</para>
            <para> Represents the following element tag in the schema: a:ln </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType">
             <summary>
             <para>Defines the GraphicFrameType Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpc:graphicFrame.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties &lt;wpg:cNvPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties &lt;wpg:cNvFrPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D &lt;wpg:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Graphic &lt;a:graphic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList &lt;wpg:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.#ctor">
            <summary>
            Initializes a new instance of the GraphicFrameType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GraphicFrameType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GraphicFrameType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphicFrameType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: wpg:cNvPr </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties">
            <summary>
            <para> NonVisualGraphicFrameProperties.</para>
            <para> Represents the following element tag in the schema: wpg:cNvFrPr </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D">
            <summary>
            <para> Transform2D.</para>
            <para> Represents the following element tag in the schema: wpg:xfrm </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic">
            <summary>
            <para> Graphic.</para>
            <para> Represents the following element tag in the schema: a:graphic </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: wpg:extLst </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpc:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset">
             <summary>
             <para>Defines the PercentagePositionHeightOffset Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wp14:pctPosHOffset.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.#ctor">
            <summary>
            Initializes a new instance of the PercentagePositionHeightOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PercentagePositionHeightOffset class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset">
             <summary>
             <para>Defines the PercentagePositionVerticalOffset Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wp14:pctPosVOffset.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.#ctor">
            <summary>
            Initializes a new instance of the PercentagePositionVerticalOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PercentagePositionVerticalOffset class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth">
             <summary>
             <para>Defines the RelativeWidth Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wp14:sizeRelH.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PercentageWidth &lt;wp14:pctWidth></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId">
            <summary>
            <para> relativeFrom.</para>
            <para>Represents the following attribute in the schema: relativeFrom </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.#ctor">
            <summary>
            Initializes a new instance of the RelativeWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RelativeWidth class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RelativeWidth class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RelativeWidth class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth">
            <summary>
            <para> PercentageWidth.</para>
            <para> Represents the following element tag in the schema: wp14:pctWidth </para>
            </summary>
            <remark>
            xmlns:wp14 = http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight">
             <summary>
             <para>Defines the RelativeHeight Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wp14:sizeRelV.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PercentageHeight &lt;wp14:pctHeight></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom">
            <summary>
            <para> relativeFrom.</para>
            <para>Represents the following attribute in the schema: relativeFrom </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.#ctor">
            <summary>
            Initializes a new instance of the RelativeHeight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RelativeHeight class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RelativeHeight class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RelativeHeight class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight">
            <summary>
            <para> PercentageHeight.</para>
            <para> Represents the following element tag in the schema: wp14:pctHeight </para>
            </summary>
            <remark>
            xmlns:wp14 = http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth">
             <summary>
             <para>Defines the PercentageWidth Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wp14:pctWidth.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.#ctor">
            <summary>
            Initializes a new instance of the PercentageWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PercentageWidth class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight">
             <summary>
             <para>Defines the PercentageHeight Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wp14:pctHeight.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.#ctor">
            <summary>
            Initializes a new instance of the PercentageHeight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PercentageHeight class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues">
            <summary>
            Defines the SizeRelativeHorizontallyValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Margin">
            <summary>
            margin.
            <para>When the item is serialized out as xml, its value is "margin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Page">
            <summary>
            page.
            <para>When the item is serialized out as xml, its value is "page".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.LeftMargin">
            <summary>
            leftMargin.
            <para>When the item is serialized out as xml, its value is "leftMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.RightMargin">
            <summary>
            rightMargin.
            <para>When the item is serialized out as xml, its value is "rightMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.InsideMargin">
            <summary>
            insideMargin.
            <para>When the item is serialized out as xml, its value is "insideMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.OutsideMargin">
            <summary>
            outsideMargin.
            <para>When the item is serialized out as xml, its value is "outsideMargin".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues">
            <summary>
            Defines the SizeRelativeVerticallyValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Margin">
            <summary>
            margin.
            <para>When the item is serialized out as xml, its value is "margin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Page">
            <summary>
            page.
            <para>When the item is serialized out as xml, its value is "page".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.TopMargin">
            <summary>
            topMargin.
            <para>When the item is serialized out as xml, its value is "topMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.BottomMargin">
            <summary>
            bottomMargin.
            <para>When the item is serialized out as xml, its value is "bottomMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.InsideMargin">
            <summary>
            insideMargin.
            <para>When the item is serialized out as xml, its value is "insideMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.OutsideMargin">
            <summary>
            outsideMargin.
            <para>When the item is serialized out as xml, its value is "outsideMargin".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup">
             <summary>
             <para>Defines the WordprocessingGroup Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpg:wgp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;wpg:cNvPr></description></item>
            <item><description>NonVisualGroupDrawingShapeProperties &lt;wpg:cNvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;wpg:grpSpPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape &lt;wps:wsp></description></item>
            <item><description>GroupShape &lt;wpg:grpSp></description></item>
            <item><description>GraphicFrame &lt;wpg:graphicFrame></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Pictures.Picture &lt;pic:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ContentPart &lt;w14:contentPart></description></item>
            <item><description>OfficeArtExtensionList &lt;wpg:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.#ctor">
            <summary>
            Initializes a new instance of the WordprocessingGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WordprocessingGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WordprocessingGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WordprocessingGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape">
             <summary>
             <para>Defines the GroupShape Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpg:grpSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;wpg:cNvPr></description></item>
            <item><description>NonVisualGroupDrawingShapeProperties &lt;wpg:cNvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;wpg:grpSpPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape &lt;wps:wsp></description></item>
            <item><description>GroupShape &lt;wpg:grpSp></description></item>
            <item><description>GraphicFrame &lt;wpg:graphicFrame></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Pictures.Picture &lt;pic:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ContentPart &lt;w14:contentPart></description></item>
            <item><description>OfficeArtExtensionList &lt;wpg:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.#ctor">
            <summary>
            Initializes a new instance of the GroupShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType">
             <summary>
             Defines the WordprocessingGroupType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;wpg:cNvPr></description></item>
            <item><description>NonVisualGroupDrawingShapeProperties &lt;wpg:cNvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;wpg:grpSpPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape &lt;wps:wsp></description></item>
            <item><description>GroupShape &lt;wpg:grpSp></description></item>
            <item><description>GraphicFrame &lt;wpg:graphicFrame></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Pictures.Picture &lt;pic:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ContentPart &lt;w14:contentPart></description></item>
            <item><description>OfficeArtExtensionList &lt;wpg:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: wpg:cNvPr </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties">
            <summary>
            <para> NonVisualGroupDrawingShapeProperties.</para>
            <para> Represents the following element tag in the schema: wpg:cNvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties">
            <summary>
            <para> GroupShapeProperties.</para>
            <para> Represents the following element tag in the schema: wpg:grpSpPr </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.#ctor">
            <summary>
            Initializes a new instance of the WordprocessingGroupType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WordprocessingGroupType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WordprocessingGroupType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WordprocessingGroupType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties">
             <summary>
             <para>Defines the NonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpg:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties">
             <summary>
             <para>Defines the NonVisualGraphicFrameProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpg:cNvFrPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.GraphicFrameLocks &lt;a:graphicFrameLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks">
            <summary>
            <para> Graphic Frame Locks.</para>
            <para> Represents the following element tag in the schema: a:graphicFrameLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D">
             <summary>
             <para>Defines the Transform2D Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpg:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Offset &lt;a:off></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.#ctor">
            <summary>
            Initializes a new instance of the Transform2D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform2D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpg:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties">
             <summary>
             <para>Defines the NonVisualGroupDrawingShapeProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpg:cNvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.GroupShapeLocks &lt;a:grpSpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks">
            <summary>
            <para> GroupShapeLocks.</para>
            <para> Represents the following element tag in the schema: a:grpSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList">
            <summary>
            <para> NonVisualGroupDrawingShapePropsExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties">
             <summary>
             <para>Defines the GroupShapeProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpg:grpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.TransformGroup &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the GroupShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup">
            <summary>
            <para> 2D Transform for Grouped Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame">
             <summary>
             <para>Defines the GraphicFrame Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wpg:graphicFrame.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;wpg:cNvPr></description></item>
            <item><description>NonVisualGraphicFrameProperties &lt;wpg:cNvFrPr></description></item>
            <item><description>Transform2D &lt;wpg:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Graphic &lt;a:graphic></description></item>
            <item><description>OfficeArtExtensionList &lt;wpg:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.#ctor">
            <summary>
            Initializes a new instance of the GraphicFrame class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GraphicFrame class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GraphicFrame class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphicFrame class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: wpg:cNvPr </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties">
            <summary>
            <para> NonVisualGraphicFrameProperties.</para>
            <para> Represents the following element tag in the schema: wpg:cNvFrPr </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D">
            <summary>
            <para> Transform2D.</para>
            <para> Represents the following element tag in the schema: wpg:xfrm </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic">
            <summary>
            <para> Graphic.</para>
            <para> Represents the following element tag in the schema: a:graphic </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: wpg:extLst </para>
            </summary>
            <remark>
            xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape">
             <summary>
             <para>Defines the WordprocessingShape Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wps:wsp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;wps:cNvPr></description></item>
            <item><description>NonVisualDrawingShapeProperties &lt;wps:cNvSpPr></description></item>
            <item><description>NonVisualConnectorProperties &lt;wps:cNvCnPr></description></item>
            <item><description>ShapeProperties &lt;wps:spPr></description></item>
            <item><description>ShapeStyle &lt;wps:style></description></item>
            <item><description>OfficeArtExtensionList &lt;wps:extLst></description></item>
            <item><description>TextBoxInfo2 &lt;wps:txbx></description></item>
            <item><description>LinkedTextBox &lt;wps:linkedTxbx></description></item>
            <item><description>TextBodyProperties &lt;wps:bodyPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow">
            <summary>
            <para> normalEastAsianFlow.</para>
            <para>Represents the following attribute in the schema: normalEastAsianFlow </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.#ctor">
            <summary>
            Initializes a new instance of the WordprocessingShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WordprocessingShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WordprocessingShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WordprocessingShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: wps:cNvPr </para>
            </summary>
            <remark>
            xmlns:wps = http://schemas.microsoft.com/office/word/2010/wordprocessingShape
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wps:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties">
             <summary>
             <para>Defines the NonVisualDrawingProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wps:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties">
             <summary>
             <para>Defines the NonVisualDrawingShapeProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wps:cNvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ShapeLocks &lt;a:spLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox">
            <summary>
            <para> Text Box.</para>
            <para>Represents the following attribute in the schema: txBox </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks">
            <summary>
            <para> Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:spLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties">
             <summary>
             <para>Defines the NonVisualConnectorProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wps:cNvCnPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks &lt;a:cxnSpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.StartConnection &lt;a:stCxn></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EndConnection &lt;a:endCxn></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualConnectorProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualConnectorProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualConnectorProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualConnectorProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks">
            <summary>
            <para> Connection Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:cxnSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection">
            <summary>
            <para> Connection Start.</para>
            <para> Represents the following element tag in the schema: a:stCxn </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection">
            <summary>
            <para> Connection End.</para>
            <para> Represents the following element tag in the schema: a:endCxn </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties">
             <summary>
             <para>Defines the ShapeProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wps:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle">
             <summary>
             <para>Defines the ShapeStyle Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wps:style.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.LineReference &lt;a:lnRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FillReference &lt;a:fillRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectReference &lt;a:effectRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FontReference &lt;a:fontRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.#ctor">
            <summary>
            Initializes a new instance of the ShapeStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference">
            <summary>
            <para> LineReference.</para>
            <para> Represents the following element tag in the schema: a:lnRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference">
            <summary>
            <para> FillReference.</para>
            <para> Represents the following element tag in the schema: a:fillRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference">
            <summary>
            <para> EffectReference.</para>
            <para> Represents the following element tag in the schema: a:effectRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference">
            <summary>
            <para> Font Reference.</para>
            <para> Represents the following element tag in the schema: a:fontRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2">
             <summary>
             <para>Defines the TextBoxInfo2 Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wps:txbx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Wordprocessing.TextBoxContent &lt;w:txbxContent></description></item>
            <item><description>OfficeArtExtensionList &lt;wps:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.#ctor">
            <summary>
            Initializes a new instance of the TextBoxInfo2 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBoxInfo2 class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBoxInfo2 class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBoxInfo2 class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent">
            <summary>
            <para> TextBoxContent.</para>
            <para> Represents the following element tag in the schema: w:txbxContent </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: wps:extLst </para>
            </summary>
            <remark>
            xmlns:wps = http://schemas.microsoft.com/office/word/2010/wordprocessingShape
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox">
             <summary>
             <para>Defines the LinkedTextBox Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wps:linkedTxbx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfficeArtExtensionList &lt;wps:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence">
            <summary>
            <para> seq.</para>
            <para>Represents the following attribute in the schema: seq </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.#ctor">
            <summary>
            Initializes a new instance of the LinkedTextBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LinkedTextBox class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LinkedTextBox class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LinkedTextBox class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: wps:extLst </para>
            </summary>
            <remark>
            xmlns:wps = http://schemas.microsoft.com/office/word/2010/wordprocessingShape
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties">
             <summary>
             <para>Defines the TextBodyProperties Class.</para>
            <para>This class is available in Office2010 or above.</para>
             <para> When the object is serialized out as xml, its qualified name is wps:bodyPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.PresetTextWrap &lt;a:prstTxWarp></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoAutoFit &lt;a:noAutofit></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NormalAutoFit &lt;a:normAutofit></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapeAutoFit &lt;a:spAutoFit></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FlatText &lt;a:flatTx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing">
            <summary>
            <para> Paragraph Spacing.</para>
            <para>Represents the following attribute in the schema: spcFirstLastPara </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow">
            <summary>
            <para> Text Vertical Overflow.</para>
            <para>Represents the following attribute in the schema: vertOverflow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow">
            <summary>
            <para> Text Horizontal Overflow.</para>
            <para>Represents the following attribute in the schema: horzOverflow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical">
            <summary>
            <para> Vertical Text.</para>
            <para>Represents the following attribute in the schema: vert </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap">
            <summary>
            <para> Text Wrapping Type.</para>
            <para>Represents the following attribute in the schema: wrap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset">
            <summary>
            <para> Left Inset.</para>
            <para>Represents the following attribute in the schema: lIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset">
            <summary>
            <para> Top Inset.</para>
            <para>Represents the following attribute in the schema: tIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset">
            <summary>
            <para> Right Inset.</para>
            <para>Represents the following attribute in the schema: rIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset">
            <summary>
            <para> Bottom Inset.</para>
            <para>Represents the following attribute in the schema: bIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount">
            <summary>
            <para> Number of Columns.</para>
            <para>Represents the following attribute in the schema: numCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing">
            <summary>
            <para> Space Between Columns.</para>
            <para>Represents the following attribute in the schema: spcCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns">
            <summary>
            <para> Columns Right-To-Left.</para>
            <para>Represents the following attribute in the schema: rtlCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt">
            <summary>
            <para> From WordArt.</para>
            <para>Represents the following attribute in the schema: fromWordArt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor">
            <summary>
            <para> Anchor.</para>
            <para>Represents the following attribute in the schema: anchor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter">
            <summary>
            <para> Anchor Center.</para>
            <para>Represents the following attribute in the schema: anchorCtr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias">
            <summary>
            <para> Force Anti-Alias.</para>
            <para>Represents the following attribute in the schema: forceAA </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight">
            <summary>
            <para> Text Upright.</para>
            <para>Represents the following attribute in the schema: upright </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing">
            <summary>
            <para> Compatible Line Spacing.</para>
            <para>Represents the following attribute in the schema: compatLnSpc </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.#ctor">
            <summary>
            Initializes a new instance of the TextBodyProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBodyProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBodyProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBodyProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap">
            <summary>
            <para> Preset Text Shape.</para>
            <para> Represents the following element tag in the schema: a:prstTxWarp </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone">
            <summary>
            <para>Defines the UnsizedControlClone Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:control.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.#ctor">
            <summary>
            Initializes a new instance of the UnsizedControlClone class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton">
            <summary>
            <para>Defines the UnsizedButton Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:button.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.#ctor">
            <summary>
            Initializes a new instance of the UnsizedButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.CheckBox">
            <summary>
            <para>Defines the CheckBox Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:checkBox.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.#ctor">
            <summary>
            Initializes a new instance of the CheckBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery">
             <summary>
             <para>Defines the UnsizedGallery Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:gallery.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Item &lt;mso:item></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop">
            <summary>
            <para> invalidateContentOnDrop.</para>
            <para>Represents the following attribute in the schema: invalidateContentOnDrop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns">
            <summary>
            <para> columns.</para>
            <para>Represents the following attribute in the schema: columns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows">
            <summary>
            <para> rows.</para>
            <para>Represents the following attribute in the schema: rows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth">
            <summary>
            <para> itemWidth.</para>
            <para>Represents the following attribute in the schema: itemWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight">
            <summary>
            <para> itemHeight.</para>
            <para>Represents the following attribute in the schema: itemHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth">
            <summary>
            <para> getItemWidth.</para>
            <para>Represents the following attribute in the schema: getItemWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight">
            <summary>
            <para> getItemHeight.</para>
            <para>Represents the following attribute in the schema: getItemHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel">
            <summary>
            <para> showItemLabel.</para>
            <para>Represents the following attribute in the schema: showItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage">
            <summary>
            <para> showItemImage.</para>
            <para>Represents the following attribute in the schema: showItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip">
            <summary>
            <para> getItemScreentip.</para>
            <para>Represents the following attribute in the schema: getItemScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip">
            <summary>
            <para> getItemSupertip.</para>
            <para>Represents the following attribute in the schema: getItemSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage">
            <summary>
            <para> getItemImage.</para>
            <para>Represents the following attribute in the schema: getItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID">
            <summary>
            <para> getSelectedItemID.</para>
            <para>Represents the following attribute in the schema: getSelectedItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex">
            <summary>
            <para> getSelectedItemIndex.</para>
            <para>Represents the following attribute in the schema: getSelectedItemIndex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.#ctor">
            <summary>
            Initializes a new instance of the UnsizedGallery class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the UnsizedGallery class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the UnsizedGallery class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UnsizedGallery class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton">
            <summary>
            <para>Defines the UnsizedToggleButton Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:toggleButton.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.#ctor">
            <summary>
            Initializes a new instance of the UnsizedToggleButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator">
            <summary>
            <para>Defines the MenuSeparator Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:menuSeparator.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle">
            <summary>
            <para> getTitle.</para>
            <para>Represents the following attribute in the schema: getTitle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.#ctor">
            <summary>
            Initializes a new instance of the MenuSeparator class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton">
             <summary>
             <para>Defines the UnsizedSplitButton Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:splitButton.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VisibleButton &lt;mso:button></description></item>
            <item><description>VisibleToggleButton &lt;mso:toggleButton></description></item>
            <item><description>UnsizedMenu &lt;mso:menu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.#ctor">
            <summary>
            Initializes a new instance of the UnsizedSplitButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the UnsizedSplitButton class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the UnsizedSplitButton class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UnsizedSplitButton class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu">
             <summary>
             <para>Defines the UnsizedMenu Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:menu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>UnsizedControlClone &lt;mso:control></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
            <item><description>CheckBox &lt;mso:checkBox></description></item>
            <item><description>UnsizedGallery &lt;mso:gallery></description></item>
            <item><description>UnsizedToggleButton &lt;mso:toggleButton></description></item>
            <item><description>MenuSeparator &lt;mso:menuSeparator></description></item>
            <item><description>UnsizedSplitButton &lt;mso:splitButton></description></item>
            <item><description>UnsizedMenu &lt;mso:menu></description></item>
            <item><description>UnsizedDynamicMenu &lt;mso:dynamicMenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize">
            <summary>
            <para> itemSize.</para>
            <para>Represents the following attribute in the schema: itemSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.#ctor">
            <summary>
            Initializes a new instance of the UnsizedMenu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the UnsizedMenu class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the UnsizedMenu class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UnsizedMenu class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu">
            <summary>
            <para>Defines the UnsizedDynamicMenu Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:dynamicMenu.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent">
            <summary>
            <para> getContent.</para>
            <para>Represents the following attribute in the schema: getContent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop">
            <summary>
            <para> invalidateContentOnDrop.</para>
            <para>Represents the following attribute in the schema: invalidateContentOnDrop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.#ctor">
            <summary>
            Initializes a new instance of the UnsizedDynamicMenu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle">
             <summary>
             <para>Defines the SplitButtonWithTitle Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:splitButton.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VisibleButton &lt;mso:button></description></item>
            <item><description>VisibleToggleButton &lt;mso:toggleButton></description></item>
            <item><description>MenuWithTitle &lt;mso:menu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.#ctor">
            <summary>
            Initializes a new instance of the SplitButtonWithTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SplitButtonWithTitle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SplitButtonWithTitle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SplitButtonWithTitle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle">
             <summary>
             <para>Defines the MenuWithTitle Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:menu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>UnsizedControlClone &lt;mso:control></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
            <item><description>CheckBox &lt;mso:checkBox></description></item>
            <item><description>UnsizedGallery &lt;mso:gallery></description></item>
            <item><description>UnsizedToggleButton &lt;mso:toggleButton></description></item>
            <item><description>MenuSeparator &lt;mso:menuSeparator></description></item>
            <item><description>SplitButtonWithTitle &lt;mso:splitButton></description></item>
            <item><description>MenuWithTitle &lt;mso:menu></description></item>
            <item><description>UnsizedDynamicMenu &lt;mso:dynamicMenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize">
            <summary>
            <para> itemSize.</para>
            <para>Represents the following attribute in the schema: itemSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle">
            <summary>
            <para> getTitle.</para>
            <para>Represents the following attribute in the schema: getTitle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.#ctor">
            <summary>
            Initializes a new instance of the MenuWithTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MenuWithTitle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MenuWithTitle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MenuWithTitle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ControlClone">
            <summary>
            <para>Defines the ControlClone Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:control.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.#ctor">
            <summary>
            Initializes a new instance of the ControlClone class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ControlClone.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.TextLabel">
            <summary>
            <para>Defines the TextLabel Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:labelControl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.#ctor">
            <summary>
            Initializes a new instance of the TextLabel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.TextLabel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Button">
            <summary>
            <para>Defines the Button Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:button.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Button.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Button.#ctor">
            <summary>
            Initializes a new instance of the Button class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Button.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton">
            <summary>
            <para>Defines the ToggleButton Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:toggleButton.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.#ctor">
            <summary>
            Initializes a new instance of the ToggleButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.EditBox">
            <summary>
            <para>Defines the EditBox Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:editBox.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.EditBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength">
            <summary>
            <para> maxLength.</para>
            <para>Represents the following attribute in the schema: maxLength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText">
            <summary>
            <para> getText.</para>
            <para>Represents the following attribute in the schema: getText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange">
            <summary>
            <para> onChange.</para>
            <para>Represents the following attribute in the schema: onChange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.EditBox.#ctor">
            <summary>
            Initializes a new instance of the EditBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.EditBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ComboBox">
             <summary>
             <para>Defines the ComboBox Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:comboBox.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Item &lt;mso:item></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage">
            <summary>
            <para> showItemImage.</para>
            <para>Represents the following attribute in the schema: showItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip">
            <summary>
            <para> getItemScreentip.</para>
            <para>Represents the following attribute in the schema: getItemScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip">
            <summary>
            <para> getItemSupertip.</para>
            <para>Represents the following attribute in the schema: getItemSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage">
            <summary>
            <para> getItemImage.</para>
            <para>Represents the following attribute in the schema: getItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop">
            <summary>
            <para> invalidateContentOnDrop.</para>
            <para>Represents the following attribute in the schema: invalidateContentOnDrop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength">
            <summary>
            <para> maxLength.</para>
            <para>Represents the following attribute in the schema: maxLength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText">
            <summary>
            <para> getText.</para>
            <para>Represents the following attribute in the schema: getText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange">
            <summary>
            <para> onChange.</para>
            <para>Represents the following attribute in the schema: onChange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.#ctor">
            <summary>
            Initializes a new instance of the ComboBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ComboBox class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ComboBox class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ComboBox class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ComboBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.DropDown">
             <summary>
             <para>Defines the DropDown Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:dropDown.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Item &lt;mso:item></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DropDown.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage">
            <summary>
            <para> showItemImage.</para>
            <para>Represents the following attribute in the schema: showItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip">
            <summary>
            <para> getItemScreentip.</para>
            <para>Represents the following attribute in the schema: getItemScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip">
            <summary>
            <para> getItemSupertip.</para>
            <para>Represents the following attribute in the schema: getItemSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage">
            <summary>
            <para> getItemImage.</para>
            <para>Represents the following attribute in the schema: getItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID">
            <summary>
            <para> getSelectedItemID.</para>
            <para>Represents the following attribute in the schema: getSelectedItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex">
            <summary>
            <para> getSelectedItemIndex.</para>
            <para>Represents the following attribute in the schema: getSelectedItemIndex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel">
            <summary>
            <para> showItemLabel.</para>
            <para>Represents the following attribute in the schema: showItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DropDown.#ctor">
            <summary>
            Initializes a new instance of the DropDown class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DropDown.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DropDown class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DropDown.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DropDown class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DropDown.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DropDown class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DropDown.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Gallery">
             <summary>
             <para>Defines the Gallery Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:gallery.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Item &lt;mso:item></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Gallery.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop">
            <summary>
            <para> invalidateContentOnDrop.</para>
            <para>Represents the following attribute in the schema: invalidateContentOnDrop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns">
            <summary>
            <para> columns.</para>
            <para>Represents the following attribute in the schema: columns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows">
            <summary>
            <para> rows.</para>
            <para>Represents the following attribute in the schema: rows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth">
            <summary>
            <para> itemWidth.</para>
            <para>Represents the following attribute in the schema: itemWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight">
            <summary>
            <para> itemHeight.</para>
            <para>Represents the following attribute in the schema: itemHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth">
            <summary>
            <para> getItemWidth.</para>
            <para>Represents the following attribute in the schema: getItemWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight">
            <summary>
            <para> getItemHeight.</para>
            <para>Represents the following attribute in the schema: getItemHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel">
            <summary>
            <para> showItemLabel.</para>
            <para>Represents the following attribute in the schema: showItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage">
            <summary>
            <para> showItemImage.</para>
            <para>Represents the following attribute in the schema: showItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount">
            <summary>
            <para> getItemCount.</para>
            <para>Represents the following attribute in the schema: getItemCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel">
            <summary>
            <para> getItemLabel.</para>
            <para>Represents the following attribute in the schema: getItemLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip">
            <summary>
            <para> getItemScreentip.</para>
            <para>Represents the following attribute in the schema: getItemScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip">
            <summary>
            <para> getItemSupertip.</para>
            <para>Represents the following attribute in the schema: getItemSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage">
            <summary>
            <para> getItemImage.</para>
            <para>Represents the following attribute in the schema: getItemImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID">
            <summary>
            <para> getItemID.</para>
            <para>Represents the following attribute in the schema: getItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString">
            <summary>
            <para> sizeString.</para>
            <para>Represents the following attribute in the schema: sizeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID">
            <summary>
            <para> getSelectedItemID.</para>
            <para>Represents the following attribute in the schema: getSelectedItemID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex">
            <summary>
            <para> getSelectedItemIndex.</para>
            <para>Represents the following attribute in the schema: getSelectedItemIndex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Gallery.#ctor">
            <summary>
            Initializes a new instance of the Gallery class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Gallery.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Gallery class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Gallery.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Gallery class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Gallery.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Gallery class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Gallery.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Menu">
             <summary>
             <para>Defines the Menu Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:menu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>UnsizedControlClone &lt;mso:control></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
            <item><description>CheckBox &lt;mso:checkBox></description></item>
            <item><description>UnsizedGallery &lt;mso:gallery></description></item>
            <item><description>UnsizedToggleButton &lt;mso:toggleButton></description></item>
            <item><description>MenuSeparator &lt;mso:menuSeparator></description></item>
            <item><description>UnsizedSplitButton &lt;mso:splitButton></description></item>
            <item><description>UnsizedMenu &lt;mso:menu></description></item>
            <item><description>UnsizedDynamicMenu &lt;mso:dynamicMenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Menu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize">
            <summary>
            <para> itemSize.</para>
            <para>Represents the following attribute in the schema: itemSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Menu.#ctor">
            <summary>
            Initializes a new instance of the Menu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Menu.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Menu class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Menu.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Menu class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Menu.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Menu class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Menu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu">
            <summary>
            <para>Defines the DynamicMenu Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:dynamicMenu.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent">
            <summary>
            <para> getContent.</para>
            <para>Represents the following attribute in the schema: getContent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop">
            <summary>
            <para> invalidateContentOnDrop.</para>
            <para>Represents the following attribute in the schema: invalidateContentOnDrop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.#ctor">
            <summary>
            Initializes a new instance of the DynamicMenu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.SplitButton">
             <summary>
             <para>Defines the SplitButton Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:splitButton.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VisibleButton &lt;mso:button></description></item>
            <item><description>VisibleToggleButton &lt;mso:toggleButton></description></item>
            <item><description>UnsizedMenu &lt;mso:menu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.#ctor">
            <summary>
            Initializes a new instance of the SplitButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SplitButton class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SplitButton class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SplitButton class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SplitButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Box">
             <summary>
             <para>Defines the Box Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:box.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlClone &lt;mso:control></description></item>
            <item><description>TextLabel &lt;mso:labelControl></description></item>
            <item><description>Button &lt;mso:button></description></item>
            <item><description>ToggleButton &lt;mso:toggleButton></description></item>
            <item><description>CheckBox &lt;mso:checkBox></description></item>
            <item><description>EditBox &lt;mso:editBox></description></item>
            <item><description>ComboBox &lt;mso:comboBox></description></item>
            <item><description>DropDown &lt;mso:dropDown></description></item>
            <item><description>Gallery &lt;mso:gallery></description></item>
            <item><description>Menu &lt;mso:menu></description></item>
            <item><description>DynamicMenu &lt;mso:dynamicMenu></description></item>
            <item><description>SplitButton &lt;mso:splitButton></description></item>
            <item><description>Box &lt;mso:box></description></item>
            <item><description>ButtonGroup &lt;mso:buttonGroup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Box.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle">
            <summary>
            <para> boxStyle.</para>
            <para>Represents the following attribute in the schema: boxStyle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Box.#ctor">
            <summary>
            Initializes a new instance of the Box class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Box.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Box class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Box.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Box class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Box.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Box class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Box.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup">
             <summary>
             <para>Defines the ButtonGroup Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:buttonGroup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>UnsizedControlClone &lt;mso:control></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
            <item><description>UnsizedToggleButton &lt;mso:toggleButton></description></item>
            <item><description>UnsizedGallery &lt;mso:gallery></description></item>
            <item><description>UnsizedMenu &lt;mso:menu></description></item>
            <item><description>UnsizedDynamicMenu &lt;mso:dynamicMenu></description></item>
            <item><description>UnsizedSplitButton &lt;mso:splitButton></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.#ctor">
            <summary>
            Initializes a new instance of the ButtonGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ButtonGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ButtonGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ButtonGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot">
             <summary>
             <para>Defines the MenuRoot Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:menu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>UnsizedControlClone &lt;mso:control></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
            <item><description>CheckBox &lt;mso:checkBox></description></item>
            <item><description>UnsizedGallery &lt;mso:gallery></description></item>
            <item><description>UnsizedToggleButton &lt;mso:toggleButton></description></item>
            <item><description>MenuSeparator &lt;mso:menuSeparator></description></item>
            <item><description>UnsizedSplitButton &lt;mso:splitButton></description></item>
            <item><description>UnsizedMenu &lt;mso:menu></description></item>
            <item><description>UnsizedDynamicMenu &lt;mso:dynamicMenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle">
            <summary>
            <para> getTitle.</para>
            <para>Represents the following attribute in the schema: getTitle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize">
            <summary>
            <para> itemSize.</para>
            <para>Represents the following attribute in the schema: itemSize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.#ctor">
            <summary>
            Initializes a new instance of the MenuRoot class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MenuRoot class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MenuRoot class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MenuRoot class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.CustomUI">
             <summary>
             <para>Defines the CustomUI Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:customUI.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RepurposedCommands &lt;mso:commands></description></item>
            <item><description>Ribbon &lt;mso:ribbon></description></item>
             </list>
             </remarks>
            <summary>
            Defines CustomUI.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad">
            <summary>
            <para> onLoad.</para>
            <para>Represents the following attribute in the schema: onLoad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage">
            <summary>
            <para> loadImage.</para>
            <para>Represents the following attribute in the schema: loadImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.#ctor">
            <summary>
            Initializes a new instance of the CustomUI class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomUI class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomUI class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomUI class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands">
            <summary>
            <para> RepurposedCommands.</para>
            <para> Represents the following element tag in the schema: mso:commands </para>
            </summary>
            <remark>
            xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon">
            <summary>
            <para> Ribbon.</para>
            <para> Represents the following element tag in the schema: mso:ribbon </para>
            </summary>
            <remark>
            xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.#ctor(DocumentFormat.OpenXml.Packaging.CustomUIPart)">
            <summary>
            CustomUI constructor.
            </summary>
            <param name="ownerPart">The owner part of the CustomUI.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.CustomUIPart)">
            <summary>
            Loads the DOM from an OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be loaded.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.CustomUIPart)">
            <summary>
            Saves the DOM into the OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be saved to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUIPart">
            <summary>
            Gets the CustomUIPart associated with this element, it could either be a QuickAccessToolbarCustomizationsPart or a RibbonExtensibilityPart.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Item">
            <summary>
            <para>Defines the Item Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:item.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Item.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Item.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Item.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Item.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Item.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Item.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Item.#ctor">
            <summary>
            Initializes a new instance of the Item class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Item.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton">
            <summary>
            <para>Defines the VisibleButton Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:button.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.#ctor">
            <summary>
            Initializes a new instance of the VisibleButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton">
            <summary>
            <para>Defines the VisibleToggleButton Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:toggleButton.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed">
            <summary>
            <para> getPressed.</para>
            <para>Represents the following attribute in the schema: getPressed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.#ctor">
            <summary>
            Initializes a new instance of the VisibleToggleButton class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator">
            <summary>
            <para>Defines the VerticalSeparator Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:separator.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.#ctor">
            <summary>
            Initializes a new instance of the VerticalSeparator class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher">
             <summary>
             <para>Defines the DialogBoxLauncher Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:dialogBoxLauncher.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>UnsizedButton &lt;mso:button></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.#ctor">
            <summary>
            Initializes a new instance of the DialogBoxLauncher class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DialogBoxLauncher class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DialogBoxLauncher class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DialogBoxLauncher class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton">
            <summary>
            <para> UnsizedButton.</para>
            <para> Represents the following element tag in the schema: mso:button </para>
            </summary>
            <remark>
            xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Group">
             <summary>
             <para>Defines the Group Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:group.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlClone &lt;mso:control></description></item>
            <item><description>TextLabel &lt;mso:labelControl></description></item>
            <item><description>Button &lt;mso:button></description></item>
            <item><description>ToggleButton &lt;mso:toggleButton></description></item>
            <item><description>CheckBox &lt;mso:checkBox></description></item>
            <item><description>EditBox &lt;mso:editBox></description></item>
            <item><description>ComboBox &lt;mso:comboBox></description></item>
            <item><description>DropDown &lt;mso:dropDown></description></item>
            <item><description>Gallery &lt;mso:gallery></description></item>
            <item><description>Menu &lt;mso:menu></description></item>
            <item><description>DynamicMenu &lt;mso:dynamicMenu></description></item>
            <item><description>SplitButton &lt;mso:splitButton></description></item>
            <item><description>Box &lt;mso:box></description></item>
            <item><description>ButtonGroup &lt;mso:buttonGroup></description></item>
            <item><description>VerticalSeparator &lt;mso:separator></description></item>
            <item><description>DialogBoxLauncher &lt;mso:dialogBoxLauncher></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Group.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Group.#ctor">
            <summary>
            Initializes a new instance of the Group class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Group.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Group class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Group.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Group class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Group.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Group class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Group.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone">
            <summary>
            <para>Defines the QuickAccessToolbarControlClone Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:control.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription">
            <summary>
            <para> getDescription.</para>
            <para>Represents the following attribute in the schema: getDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize">
            <summary>
            <para> getSize.</para>
            <para>Represents the following attribute in the schema: getSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image">
            <summary>
            <para> image.</para>
            <para>Represents the following attribute in the schema: image </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso">
            <summary>
            <para> imageMso.</para>
            <para>Represents the following attribute in the schema: imageMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage">
            <summary>
            <para> getImage.</para>
            <para>Represents the following attribute in the schema: getImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip">
            <summary>
            <para> screentip.</para>
            <para>Represents the following attribute in the schema: screentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip">
            <summary>
            <para> getScreentip.</para>
            <para>Represents the following attribute in the schema: getScreentip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip">
            <summary>
            <para> supertip.</para>
            <para>Represents the following attribute in the schema: supertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip">
            <summary>
            <para> getSupertip.</para>
            <para>Represents the following attribute in the schema: getSupertip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel">
            <summary>
            <para> showLabel.</para>
            <para>Represents the following attribute in the schema: showLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel">
            <summary>
            <para> getShowLabel.</para>
            <para>Represents the following attribute in the schema: getShowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage">
            <summary>
            <para> showImage.</para>
            <para>Represents the following attribute in the schema: showImage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage">
            <summary>
            <para> getShowImage.</para>
            <para>Represents the following attribute in the schema: getShowImage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.#ctor">
            <summary>
            Initializes a new instance of the QuickAccessToolbarControlClone class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls">
             <summary>
             <para>Defines the SharedQatControls Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:sharedControls.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>QuickAccessToolbarControlClone &lt;mso:control></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
            <item><description>VerticalSeparator &lt;mso:separator></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.#ctor">
            <summary>
            Initializes a new instance of the SharedQatControls class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SharedQatControls class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SharedQatControls class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SharedQatControls class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls">
             <summary>
             <para>Defines the DocumentSpecificQuickAccessToolbarControls Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:documentControls.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>QuickAccessToolbarControlClone &lt;mso:control></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
            <item><description>VerticalSeparator &lt;mso:separator></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.#ctor">
            <summary>
            Initializes a new instance of the DocumentSpecificQuickAccessToolbarControls class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocumentSpecificQuickAccessToolbarControls class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocumentSpecificQuickAccessToolbarControls class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocumentSpecificQuickAccessToolbarControls class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.QatItemsType">
             <summary>
             Defines the QatItemsType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>QuickAccessToolbarControlClone &lt;mso:control></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
            <item><description>VerticalSeparator &lt;mso:separator></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.#ctor">
            <summary>
            Initializes a new instance of the QatItemsType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QatItemsType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QatItemsType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QatItemsType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Tab">
             <summary>
             <para>Defines the Tab Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:tab.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Group &lt;mso:group></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tab.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ">
            <summary>
            <para> idQ.</para>
            <para>Represents the following attribute in the schema: idQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.Label">
            <summary>
            <para> label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel">
            <summary>
            <para> getLabel.</para>
            <para>Represents the following attribute in the schema: getLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso">
            <summary>
            <para> insertAfterMso.</para>
            <para>Represents the following attribute in the schema: insertAfterMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso">
            <summary>
            <para> insertBeforeMso.</para>
            <para>Represents the following attribute in the schema: insertBeforeMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ">
            <summary>
            <para> insertAfterQ.</para>
            <para>Represents the following attribute in the schema: insertAfterQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ">
            <summary>
            <para> insertBeforeQ.</para>
            <para>Represents the following attribute in the schema: insertBeforeQ </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip">
            <summary>
            <para> keytip.</para>
            <para>Represents the following attribute in the schema: keytip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip">
            <summary>
            <para> getKeytip.</para>
            <para>Represents the following attribute in the schema: getKeytip </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tab.#ctor">
            <summary>
            Initializes a new instance of the Tab class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tab.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Tab class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tab.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Tab class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tab.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Tab class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tab.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet">
             <summary>
             <para>Defines the ContextualTabSet Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:tabSet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tab &lt;mso:tab></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible">
            <summary>
            <para> getVisible.</para>
            <para>Represents the following attribute in the schema: getVisible </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.#ctor">
            <summary>
            Initializes a new instance of the ContextualTabSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContextualTabSet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContextualTabSet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContextualTabSet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand">
            <summary>
            <para>Defines the RepurposedCommand Class.</para>
            <para> When the object is serialized out as xml, its qualified name is mso:command.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction">
            <summary>
            <para> onAction.</para>
            <para>Represents the following attribute in the schema: onAction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled">
            <summary>
            <para> enabled.</para>
            <para>Represents the following attribute in the schema: enabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled">
            <summary>
            <para> getEnabled.</para>
            <para>Represents the following attribute in the schema: getEnabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso">
            <summary>
            <para> idMso.</para>
            <para>Represents the following attribute in the schema: idMso </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.#ctor">
            <summary>
            Initializes a new instance of the RepurposedCommand class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu">
             <summary>
             <para>Defines the OfficeMenu Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:officeMenu.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>UnsizedControlClone &lt;mso:control></description></item>
            <item><description>UnsizedButton &lt;mso:button></description></item>
            <item><description>CheckBox &lt;mso:checkBox></description></item>
            <item><description>UnsizedGallery &lt;mso:gallery></description></item>
            <item><description>UnsizedToggleButton &lt;mso:toggleButton></description></item>
            <item><description>MenuSeparator &lt;mso:menuSeparator></description></item>
            <item><description>SplitButtonWithTitle &lt;mso:splitButton></description></item>
            <item><description>MenuWithTitle &lt;mso:menu></description></item>
            <item><description>UnsizedDynamicMenu &lt;mso:dynamicMenu></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.#ctor">
            <summary>
            Initializes a new instance of the OfficeMenu class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeMenu class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeMenu class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeMenu class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar">
             <summary>
             <para>Defines the QuickAccessToolbar Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:qat.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SharedQatControls &lt;mso:sharedControls></description></item>
            <item><description>DocumentSpecificQuickAccessToolbarControls &lt;mso:documentControls></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.#ctor">
            <summary>
            Initializes a new instance of the QuickAccessToolbar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QuickAccessToolbar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QuickAccessToolbar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QuickAccessToolbar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls">
            <summary>
            <para> SharedQatControls.</para>
            <para> Represents the following element tag in the schema: mso:sharedControls </para>
            </summary>
            <remark>
            xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls">
            <summary>
            <para> DocumentSpecificQuickAccessToolbarControls.</para>
            <para> Represents the following element tag in the schema: mso:documentControls </para>
            </summary>
            <remark>
            xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Tabs">
             <summary>
             <para>Defines the Tabs Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:tabs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tab &lt;mso:tab></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tabs.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Tabs.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tabs.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tabs.#ctor">
            <summary>
            Initializes a new instance of the Tabs class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tabs.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Tabs class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tabs.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Tabs class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tabs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Tabs class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Tabs.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets">
             <summary>
             <para>Defines the ContextualTabSets Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:contextualTabs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ContextualTabSet &lt;mso:tabSet></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.#ctor">
            <summary>
            Initializes a new instance of the ContextualTabSets class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContextualTabSets class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContextualTabSets class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContextualTabSets class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands">
             <summary>
             <para>Defines the RepurposedCommands Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:commands.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RepurposedCommand &lt;mso:command></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.#ctor">
            <summary>
            Initializes a new instance of the RepurposedCommands class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RepurposedCommands class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RepurposedCommands class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RepurposedCommands class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.Ribbon">
             <summary>
             <para>Defines the Ribbon Class.</para>
             <para> When the object is serialized out as xml, its qualified name is mso:ribbon.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfficeMenu &lt;mso:officeMenu></description></item>
            <item><description>QuickAccessToolbar &lt;mso:qat></description></item>
            <item><description>Tabs &lt;mso:tabs></description></item>
            <item><description>ContextualTabSets &lt;mso:contextualTabs></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch">
            <summary>
            <para> startFromScratch.</para>
            <para>Represents the following attribute in the schema: startFromScratch </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.#ctor">
            <summary>
            Initializes a new instance of the Ribbon class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Ribbon class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Ribbon class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Ribbon class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu">
            <summary>
            <para> OfficeMenu.</para>
            <para> Represents the following element tag in the schema: mso:officeMenu </para>
            </summary>
            <remark>
            xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar">
            <summary>
            <para> QuickAccessToolbar.</para>
            <para> Represents the following element tag in the schema: mso:qat </para>
            </summary>
            <remark>
            xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs">
            <summary>
            <para> Tabs.</para>
            <para> Represents the following element tag in the schema: mso:tabs </para>
            </summary>
            <remark>
            xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets">
            <summary>
            <para> ContextualTabSets.</para>
            <para> Represents the following element tag in the schema: mso:contextualTabs </para>
            </summary>
            <remark>
            xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomUI.Ribbon.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.SizeValues">
            <summary>
            Defines the SizeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Normal">
            <summary>
            normal.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Large">
            <summary>
            large.
            <para>When the item is serialized out as xml, its value is "large".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues">
            <summary>
            Defines the ItemSizeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Normal">
            <summary>
            normal.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Large">
            <summary>
            large.
            <para>When the item is serialized out as xml, its value is "large".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues">
            <summary>
            Defines the BoxStyleValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Horizontal">
            <summary>
            horizontal.
            <para>When the item is serialized out as xml, its value is "horizontal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Vertical">
            <summary>
            vertical.
            <para>When the item is serialized out as xml, its value is "vertical".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData">
             <summary>
             <para>Defines the ActiveXControlData Class.</para>
             <para> When the object is serialized out as xml, its qualified name is ax:ocx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ActiveXObjectProperty &lt;ax:ocxPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId">
             <summary>
             <para> classid.</para>
             <para>Represents the following attribute in the schema: ax:classid </para>
             </summary>
            <remark> xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License">
             <summary>
             <para> license.</para>
             <para>Represents the following attribute in the schema: ax:license </para>
             </summary>
            <remark> xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence">
             <summary>
             <para> persistence.</para>
             <para>Represents the following attribute in the schema: ax:persistence </para>
             </summary>
            <remark> xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.#ctor">
            <summary>
            Initializes a new instance of the ActiveXControlData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ActiveXControlData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ActiveXControlData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ActiveXControlData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty">
             <summary>
             <para>Defines the ActiveXObjectProperty Class.</para>
             <para> When the object is serialized out as xml, its qualified name is ax:ocxPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SharedComFont &lt;ax:font></description></item>
            <item><description>SharedComPicture &lt;ax:picture></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name">
             <summary>
             <para> name.</para>
             <para>Represents the following attribute in the schema: ax:name </para>
             </summary>
            <remark> xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value">
             <summary>
             <para> value.</para>
             <para>Represents the following attribute in the schema: ax:value </para>
             </summary>
            <remark> xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.#ctor">
            <summary>
            Initializes a new instance of the ActiveXObjectProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ActiveXObjectProperty class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ActiveXObjectProperty class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ActiveXObjectProperty class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont">
            <summary>
            <para> SharedComFont.</para>
            <para> Represents the following element tag in the schema: ax:font </para>
            </summary>
            <remark>
            xmlns:ax = http://schemas.microsoft.com/office/2006/activeX
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture">
            <summary>
            <para> SharedComPicture.</para>
            <para> Represents the following element tag in the schema: ax:picture </para>
            </summary>
            <remark>
            xmlns:ax = http://schemas.microsoft.com/office/2006/activeX
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont">
             <summary>
             <para>Defines the SharedComFont Class.</para>
             <para> When the object is serialized out as xml, its qualified name is ax:font.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ActiveXObjectProperty &lt;ax:ocxPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence">
             <summary>
             <para> persistence.</para>
             <para>Represents the following attribute in the schema: ax:persistence </para>
             </summary>
            <remark> xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.#ctor">
            <summary>
            Initializes a new instance of the SharedComFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SharedComFont class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SharedComFont class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SharedComFont class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture">
            <summary>
            <para>Defines the SharedComPicture Class.</para>
            <para> When the object is serialized out as xml, its qualified name is ax:picture.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.#ctor">
            <summary>
            Initializes a new instance of the SharedComPicture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues">
            <summary>
            Defines the PersistenceValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistPropertyBag">
            <summary>
            persistPropertyBag.
            <para>When the item is serialized out as xml, its value is "persistPropertyBag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStream">
            <summary>
            persistStream.
            <para>When the item is serialized out as xml, its value is "persistStream".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStreamInit">
            <summary>
            persistStreamInit.
            <para>When the item is serialized out as xml, its value is "persistStreamInit".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStorage">
            <summary>
            persistStorage.
            <para>When the item is serialized out as xml, its value is "persistStorage".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties">
             <summary>
             <para>Defines the CoverPageProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is cppr:CoverPageProperties.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PublishDate &lt;cppr:PublishDate></description></item>
            <item><description>DocumentAbstract &lt;cppr:Abstract></description></item>
            <item><description>CompanyAddress &lt;cppr:CompanyAddress></description></item>
            <item><description>CompanyPhoneNumber &lt;cppr:CompanyPhone></description></item>
            <item><description>CompanyFaxNumber &lt;cppr:CompanyFax></description></item>
            <item><description>CompanyEmailAddress &lt;cppr:CompanyEmail></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.#ctor">
            <summary>
            Initializes a new instance of the CoverPageProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CoverPageProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CoverPageProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CoverPageProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate">
            <summary>
            <para> PublishDate.</para>
            <para> Represents the following element tag in the schema: cppr:PublishDate </para>
            </summary>
            <remark>
            xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract">
            <summary>
            <para> DocumentAbstract.</para>
            <para> Represents the following element tag in the schema: cppr:Abstract </para>
            </summary>
            <remark>
            xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress">
            <summary>
            <para> CompanyAddress.</para>
            <para> Represents the following element tag in the schema: cppr:CompanyAddress </para>
            </summary>
            <remark>
            xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber">
            <summary>
            <para> CompanyPhoneNumber.</para>
            <para> Represents the following element tag in the schema: cppr:CompanyPhone </para>
            </summary>
            <remark>
            xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber">
            <summary>
            <para> CompanyFaxNumber.</para>
            <para> Represents the following element tag in the schema: cppr:CompanyFax </para>
            </summary>
            <remark>
            xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress">
            <summary>
            <para> CompanyEmailAddress.</para>
            <para> Represents the following element tag in the schema: cppr:CompanyEmail </para>
            </summary>
            <remark>
            xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate">
            <summary>
            <para>Defines the PublishDate Class.</para>
            <para> When the object is serialized out as xml, its qualified name is cppr:PublishDate.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.#ctor">
            <summary>
            Initializes a new instance of the PublishDate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PublishDate class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract">
            <summary>
            <para>Defines the DocumentAbstract Class.</para>
            <para> When the object is serialized out as xml, its qualified name is cppr:Abstract.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.#ctor">
            <summary>
            Initializes a new instance of the DocumentAbstract class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocumentAbstract class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress">
            <summary>
            <para>Defines the CompanyAddress Class.</para>
            <para> When the object is serialized out as xml, its qualified name is cppr:CompanyAddress.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.#ctor">
            <summary>
            Initializes a new instance of the CompanyAddress class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CompanyAddress class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber">
            <summary>
            <para>Defines the CompanyPhoneNumber Class.</para>
            <para> When the object is serialized out as xml, its qualified name is cppr:CompanyPhone.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.#ctor">
            <summary>
            Initializes a new instance of the CompanyPhoneNumber class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CompanyPhoneNumber class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber">
            <summary>
            <para>Defines the CompanyFaxNumber Class.</para>
            <para> When the object is serialized out as xml, its qualified name is cppr:CompanyFax.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.#ctor">
            <summary>
            Initializes a new instance of the CompanyFaxNumber class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CompanyFaxNumber class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress">
            <summary>
            <para>Defines the CompanyEmailAddress Class.</para>
            <para> When the object is serialized out as xml, its qualified name is cppr:CompanyEmail.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.#ctor">
            <summary>
            Initializes a new instance of the CompanyEmailAddress class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CompanyEmailAddress class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors">
             <summary>
             <para>Defines the CustomPropertyEditors Class.</para>
             <para> When the object is serialized out as xml, its qualified name is cdip:customPropertyEditors.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShowOnOpen &lt;cdip:showOnOpen></description></item>
            <item><description>DefaultPropertyEditorNamespace &lt;cdip:defaultPropertyEditorNamespace></description></item>
            <item><description>CustomPropertyEditor &lt;cdip:customPropertyEditor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.#ctor">
            <summary>
            Initializes a new instance of the CustomPropertyEditors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomPropertyEditors class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomPropertyEditors class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomPropertyEditors class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen">
            <summary>
            <para> ShowOnOpen.</para>
            <para> Represents the following element tag in the schema: cdip:showOnOpen </para>
            </summary>
            <remark>
            xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace">
            <summary>
            <para> DefaultPropertyEditorNamespace.</para>
            <para> Represents the following element tag in the schema: cdip:defaultPropertyEditorNamespace </para>
            </summary>
            <remark>
            xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace">
            <summary>
            <para>Defines the PropertyEditorNamespace Class.</para>
            <para> When the object is serialized out as xml, its qualified name is cdip:XMLNamespace.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.#ctor">
            <summary>
            Initializes a new instance of the PropertyEditorNamespace class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PropertyEditorNamespace class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace">
            <summary>
            <para>Defines the DefaultPropertyEditorNamespace Class.</para>
            <para> When the object is serialized out as xml, its qualified name is cdip:defaultPropertyEditorNamespace.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.#ctor">
            <summary>
            Initializes a new instance of the DefaultPropertyEditorNamespace class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefaultPropertyEditorNamespace class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation">
            <summary>
            <para>Defines the XsnFileLocation Class.</para>
            <para> When the object is serialized out as xml, its qualified name is cdip:XSNLocation.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.#ctor">
            <summary>
            Initializes a new instance of the XsnFileLocation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the XsnFileLocation class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen">
            <summary>
            <para>Defines the ShowOnOpen Class.</para>
            <para> When the object is serialized out as xml, its qualified name is cdip:showOnOpen.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.#ctor">
            <summary>
            Initializes a new instance of the ShowOnOpen class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShowOnOpen class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor">
             <summary>
             <para>Defines the CustomPropertyEditor Class.</para>
             <para> When the object is serialized out as xml, its qualified name is cdip:customPropertyEditor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PropertyEditorNamespace &lt;cdip:XMLNamespace></description></item>
            <item><description>XsnFileLocation &lt;cdip:XSNLocation></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.#ctor">
            <summary>
            Initializes a new instance of the CustomPropertyEditor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomPropertyEditor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomPropertyEditor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomPropertyEditor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace">
            <summary>
            <para> PropertyEditorNamespace.</para>
            <para> Represents the following element tag in the schema: cdip:XMLNamespace </para>
            </summary>
            <remark>
            xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation">
            <summary>
            <para> XsnFileLocation.</para>
            <para> Represents the following element tag in the schema: cdip:XSNLocation </para>
            </summary>
            <remark>
            xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema">
            <summary>
            <para>Defines the ContentTypeSchema Class.</para>
            <para> When the object is serialized out as xml, its qualified name is ct:contentTypeSchema.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore">
             <summary>
             <para> _.</para>
             <para>Represents the following attribute in the schema: ct:_ </para>
             </summary>
            <remark> xmlns:ct=http://schemas.microsoft.com/office/2006/metadata/contentType
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString">
             <summary>
             <para> _.</para>
             <para>Represents the following attribute in the schema: ma:_ </para>
             </summary>
            <remark> xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName">
             <summary>
             <para> contentTypeName.</para>
             <para>Represents the following attribute in the schema: ma:contentTypeName </para>
             </summary>
            <remark> xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID">
             <summary>
             <para> contentTypeID.</para>
             <para>Represents the following attribute in the schema: ma:contentTypeID </para>
             </summary>
            <remark> xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion">
             <summary>
             <para> contentTypeVersion.</para>
             <para>Represents the following attribute in the schema: ma:contentTypeVersion </para>
             </summary>
            <remark> xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription">
             <summary>
             <para> contentTypeDescription.</para>
             <para>Represents the following attribute in the schema: ma:contentTypeDescription </para>
             </summary>
            <remark> xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope">
             <summary>
             <para> contentTypeScope.</para>
             <para>Represents the following attribute in the schema: ma:contentTypeScope </para>
             </summary>
            <remark> xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID">
             <summary>
             <para> versionID.</para>
             <para>Represents the following attribute in the schema: ma:versionID </para>
             </summary>
            <remark> xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.#ctor">
            <summary>
            Initializes a new instance of the ContentTypeSchema class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContentTypeSchema class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContentTypeSchema class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContentTypeSchema class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn">
             <summary>
             <para>Defines the CustomXsn Class.</para>
             <para> When the object is serialized out as xml, its qualified name is ntns:customXsn.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>XsnLocation &lt;ntns:xsnLocation></description></item>
            <item><description>CachedView &lt;ntns:cached></description></item>
            <item><description>OpenByDefault &lt;ntns:openByDefault></description></item>
            <item><description>Scope &lt;ntns:xsnScope></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.#ctor">
            <summary>
            Initializes a new instance of the CustomXsn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomXsn class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomXsn class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomXsn class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation">
            <summary>
            <para> XsnLocation.</para>
            <para> Represents the following element tag in the schema: ntns:xsnLocation </para>
            </summary>
            <remark>
            xmlns:ntns = http://schemas.microsoft.com/office/2006/metadata/customXsn
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView">
            <summary>
            <para> CachedView.</para>
            <para> Represents the following element tag in the schema: ntns:cached </para>
            </summary>
            <remark>
            xmlns:ntns = http://schemas.microsoft.com/office/2006/metadata/customXsn
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault">
            <summary>
            <para> OpenByDefault.</para>
            <para> Represents the following element tag in the schema: ntns:openByDefault </para>
            </summary>
            <remark>
            xmlns:ntns = http://schemas.microsoft.com/office/2006/metadata/customXsn
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope">
            <summary>
            <para> Scope.</para>
            <para> Represents the following element tag in the schema: ntns:xsnScope </para>
            </summary>
            <remark>
            xmlns:ntns = http://schemas.microsoft.com/office/2006/metadata/customXsn
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation">
            <summary>
            <para>Defines the XsnLocation Class.</para>
            <para> When the object is serialized out as xml, its qualified name is ntns:xsnLocation.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.#ctor">
            <summary>
            Initializes a new instance of the XsnLocation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the XsnLocation class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomXsn.CachedView">
            <summary>
            <para>Defines the CachedView Class.</para>
            <para> When the object is serialized out as xml, its qualified name is ntns:cached.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.CachedView.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.CachedView.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.CachedView.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.CachedView.#ctor">
            <summary>
            Initializes a new instance of the CachedView class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.CachedView.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CachedView class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault">
            <summary>
            <para>Defines the OpenByDefault Class.</para>
            <para> When the object is serialized out as xml, its qualified name is ntns:openByDefault.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.#ctor">
            <summary>
            Initializes a new instance of the OpenByDefault class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OpenByDefault class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.CustomXsn.Scope">
            <summary>
            <para>Defines the Scope Class.</para>
            <para> When the object is serialized out as xml, its qualified name is ntns:xsnScope.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.Scope.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.CustomXsn.Scope.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.Scope.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.Scope.#ctor">
            <summary>
            Initializes a new instance of the Scope class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.Scope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Scope class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.CustomXsn.Scope.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.LongProperties.LongProperties">
             <summary>
             <para>Defines the LongProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is lp:LongProperties.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LongProperty &lt;lp:LongProp></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.LongProperties.LongProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.LongProperties.LongProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.LongProperties.LongProperties.#ctor">
            <summary>
            Initializes a new instance of the LongProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.LongProperties.LongProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LongProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.LongProperties.LongProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LongProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.LongProperties.LongProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LongProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.LongProperties.LongProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.LongProperties.LongProperty">
            <summary>
            <para>Defines the LongProperty Class.</para>
            <para> When the object is serialized out as xml, its qualified name is lp:LongProp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.LongProperties.LongProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.LongProperties.LongProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.LongProperties.LongProperty.#ctor">
            <summary>
            Initializes a new instance of the LongProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.LongProperties.LongProperty.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LongProperty class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.LongProperties.LongProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy">
            <summary>
            <para>Defines the Dummy Class.</para>
            <para> When the object is serialized out as xml, its qualified name is ma:DummyContentTypeElement.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals">
            <summary>
            <para> decimals.</para>
            <para>Represents the following attribute in the schema: decimals </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default">
            <summary>
            <para> default.</para>
            <para>Represents the following attribute in the schema: default </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName">
            <summary>
            <para> displayName.</para>
            <para>Represents the following attribute in the schema: displayName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID">
            <summary>
            <para> fieldsID.</para>
            <para>Represents the following attribute in the schema: fieldsID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format">
            <summary>
            <para> format.</para>
            <para>Represents the following attribute in the schema: format </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index">
            <summary>
            <para> index.</para>
            <para>Represents the following attribute in the schema: index </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName">
            <summary>
            <para> internalName.</para>
            <para>Represents the following attribute in the schema: internalName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID">
            <summary>
            <para> LCID.</para>
            <para>Represents the following attribute in the schema: LCID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List">
            <summary>
            <para> list.</para>
            <para>Represents the following attribute in the schema: list </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage">
            <summary>
            <para> percentage.</para>
            <para>Represents the following attribute in the schema: percentage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly">
            <summary>
            <para> readOnly.</para>
            <para>Represents the following attribute in the schema: readOnly </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice">
            <summary>
            <para> requiredMultiChoice.</para>
            <para>Represents the following attribute in the schema: requiredMultiChoice </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root">
            <summary>
            <para> root.</para>
            <para>Represents the following attribute in the schema: root </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField">
            <summary>
            <para> showField.</para>
            <para>Represents the following attribute in the schema: showField </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web">
            <summary>
            <para> web.</para>
            <para>Represents the following attribute in the schema: web </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.#ctor">
            <summary>
            Initializes a new instance of the Dummy class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues">
            <summary>
            Defines the TrueOnlyValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues.True">
            <summary>
            true.
            <para>When the item is serialized out as xml, its value is "true".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.Drawing">
             <summary>
             <para>Defines the Drawing Class. The root element of DiagramPersistLayoutPart.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:drawing.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeTree &lt;dsp:spTree></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Drawing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Drawing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Drawing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Drawing.#ctor(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart)">
            <summary>
            Drawing constructor.
            </summary>
            <param name="ownerPart">The owner part of the Drawing.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Drawing.Load(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart)">
            <summary>
            Loads the DOM from the DiagramPersistLayoutPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Drawing.DiagramPersistLayoutPart">
            <summary>
            Gets the DiagramPersistLayoutPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Drawing.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Drawing class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Drawing.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Drawing class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Drawing.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Drawing class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Drawing.#ctor">
            <summary>
            Initializes a new instance of the Drawing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Drawing.Save(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart)">
            <summary>
            Saves the DOM into the DiagramPersistLayoutPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree">
            <summary>
            <para> ShapeTree.</para>
            <para> Represents the following element tag in the schema: dsp:spTree </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Drawing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock">
            <summary>
            <para>Defines the DataModelExtensionBlock Class.</para>
            <para> When the object is serialized out as xml, its qualified name is dsp:dataModelExt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId">
            <summary>
            <para> relId.</para>
            <para>Represents the following attribute in the schema: relId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer">
            <summary>
            <para> minVer.</para>
            <para>Represents the following attribute in the schema: minVer </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.#ctor">
            <summary>
            Initializes a new instance of the DataModelExtensionBlock class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties">
             <summary>
             <para>Defines the NonVisualDrawingProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties">
             <summary>
             <para>Defines the NonVisualDrawingShapeProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:cNvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ShapeLocks &lt;a:spLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox">
            <summary>
            <para> Text Box.</para>
            <para>Represents the following attribute in the schema: txBox </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks">
            <summary>
            <para> Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:spLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties">
             <summary>
             <para>Defines the ShapeNonVisualProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:nvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;dsp:cNvPr></description></item>
            <item><description>NonVisualDrawingShapeProperties &lt;dsp:cNvSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeNonVisualProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeNonVisualProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeNonVisualProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeNonVisualProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: dsp:cNvPr </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties">
            <summary>
            <para> NonVisualDrawingShapeProperties.</para>
            <para> Represents the following element tag in the schema: dsp:cNvSpPr </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties">
             <summary>
             <para>Defines the ShapeProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle">
             <summary>
             <para>Defines the ShapeStyle Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:style.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.LineReference &lt;a:lnRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FillReference &lt;a:fillRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectReference &lt;a:effectRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FontReference &lt;a:fontRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.#ctor">
            <summary>
            Initializes a new instance of the ShapeStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference">
            <summary>
            <para> LineReference.</para>
            <para> Represents the following element tag in the schema: a:lnRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference">
            <summary>
            <para> FillReference.</para>
            <para> Represents the following element tag in the schema: a:fillRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference">
            <summary>
            <para> EffectReference.</para>
            <para> Represents the following element tag in the schema: a:effectRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference">
            <summary>
            <para> Font Reference.</para>
            <para> Represents the following element tag in the schema: a:fontRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.TextBody">
             <summary>
             <para>Defines the TextBody Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:txBody.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BodyProperties &lt;a:bodyPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ListStyle &lt;a:lstStyle></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Paragraph &lt;a:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.TextBody.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.TextBody.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.TextBody.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.TextBody.#ctor">
            <summary>
            Initializes a new instance of the TextBody class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.TextBody.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.TextBody.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.TextBody.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBody class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties">
            <summary>
            <para> Body Properties.</para>
            <para> Represents the following element tag in the schema: a:bodyPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle">
            <summary>
            <para> Text List Styles.</para>
            <para> Represents the following element tag in the schema: a:lstStyle </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.TextBody.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.Transform2D">
             <summary>
             <para>Defines the Transform2D Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:txXfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Offset &lt;a:off></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Transform2D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Transform2D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Transform2D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Transform2D.#ctor">
            <summary>
            Initializes a new instance of the Transform2D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Transform2D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Transform2D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Transform2D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform2D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Transform2D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties">
             <summary>
             <para>Defines the NonVisualGroupDrawingShapeProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:cNvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.GroupShapeLocks &lt;a:grpSpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks">
            <summary>
            <para> GroupShapeLocks.</para>
            <para> Represents the following element tag in the schema: a:grpSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList">
            <summary>
            <para> NonVisualGroupDrawingShapePropsExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties">
             <summary>
             <para>Defines the GroupShapeNonVisualProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:nvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;dsp:cNvPr></description></item>
            <item><description>NonVisualGroupDrawingShapeProperties &lt;dsp:cNvGrpSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.#ctor">
            <summary>
            Initializes a new instance of the GroupShapeNonVisualProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShapeNonVisualProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShapeNonVisualProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShapeNonVisualProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: dsp:cNvPr </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties">
            <summary>
            <para> NonVisualGroupDrawingShapeProperties.</para>
            <para> Represents the following element tag in the schema: dsp:cNvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties">
             <summary>
             <para>Defines the GroupShapeProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:grpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.TransformGroup &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the GroupShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup">
            <summary>
            <para> 2D Transform for Grouped Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.Shape">
             <summary>
             <para>Defines the Shape Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:sp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeNonVisualProperties &lt;dsp:nvSpPr></description></item>
            <item><description>ShapeProperties &lt;dsp:spPr></description></item>
            <item><description>ShapeStyle &lt;dsp:style></description></item>
            <item><description>TextBody &lt;dsp:txBody></description></item>
            <item><description>Transform2D &lt;dsp:txXfrm></description></item>
            <item><description>OfficeArtExtensionList &lt;dsp:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Shape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Shape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Shape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId">
            <summary>
            <para> modelId.</para>
            <para>Represents the following attribute in the schema: modelId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Shape.#ctor">
            <summary>
            Initializes a new instance of the Shape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Shape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Shape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Shape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties">
            <summary>
            <para> ShapeNonVisualProperties.</para>
            <para> Represents the following element tag in the schema: dsp:nvSpPr </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties">
            <summary>
            <para> ShapeProperties.</para>
            <para> Represents the following element tag in the schema: dsp:spPr </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle">
            <summary>
            <para> ShapeStyle.</para>
            <para> Represents the following element tag in the schema: dsp:style </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody">
            <summary>
            <para> TextBody.</para>
            <para> Represents the following element tag in the schema: dsp:txBody </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D">
            <summary>
            <para> Transform2D.</para>
            <para> Represents the following element tag in the schema: dsp:txXfrm </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: dsp:extLst </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.Shape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.GroupShape">
             <summary>
             <para>Defines the GroupShape Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:grpSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GroupShapeNonVisualProperties &lt;dsp:nvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;dsp:grpSpPr></description></item>
            <item><description>Shape &lt;dsp:sp></description></item>
            <item><description>GroupShape &lt;dsp:grpSp></description></item>
            <item><description>OfficeArtExtensionList &lt;dsp:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShape.#ctor">
            <summary>
            Initializes a new instance of the GroupShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.ShapeTree">
             <summary>
             <para>Defines the ShapeTree Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dsp:spTree.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GroupShapeNonVisualProperties &lt;dsp:nvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;dsp:grpSpPr></description></item>
            <item><description>Shape &lt;dsp:sp></description></item>
            <item><description>GroupShape &lt;dsp:grpSp></description></item>
            <item><description>OfficeArtExtensionList &lt;dsp:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeTree.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeTree.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeTree.#ctor">
            <summary>
            Initializes a new instance of the ShapeTree class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeTree.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeTree class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeTree.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeTree class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeTree.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeTree class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.ShapeTree.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Drawing.GroupShapeType">
             <summary>
             Defines the GroupShapeType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GroupShapeNonVisualProperties &lt;dsp:nvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;dsp:grpSpPr></description></item>
            <item><description>Shape &lt;dsp:sp></description></item>
            <item><description>GroupShape &lt;dsp:grpSp></description></item>
            <item><description>OfficeArtExtensionList &lt;dsp:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties">
            <summary>
            <para> GroupShapeNonVisualProperties.</para>
            <para> Represents the following element tag in the schema: dsp:nvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties">
            <summary>
            <para> GroupShapeProperties.</para>
            <para> Represents the following element tag in the schema: dsp:grpSpPr </para>
            </summary>
            <remark>
            xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.#ctor">
            <summary>
            Initializes a new instance of the GroupShapeType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShapeType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShapeType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShapeType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Excel.Macrosheet">
             <summary>
             <para>Defines the Macrosheet Class. The root element of MacroSheetPart.</para>
             <para> When the object is serialized out as xml, its qualified name is xne:macrosheet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.SheetProperties &lt;x:sheetPr></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.SheetDimension &lt;x:dimension></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.SheetViews &lt;x:sheetViews></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties &lt;x:sheetFormatPr></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Columns &lt;x:cols></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.SheetData &lt;x:sheetData></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.SheetProtection &lt;x:sheetProtection></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.AutoFilter &lt;x:autoFilter></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.SortState &lt;x:sortState></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.DataConsolidate &lt;x:dataConsolidate></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews &lt;x:customSheetViews></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties &lt;x:phoneticPr></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting &lt;x:conditionalFormatting></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.PrintOptions &lt;x:printOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.PageMargins &lt;x:pageMargins></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.PageSetup &lt;x:pageSetup></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.HeaderFooter &lt;x:headerFooter></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.RowBreaks &lt;x:rowBreaks></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks &lt;x:colBreaks></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.CustomProperties &lt;x:customProperties></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Drawing &lt;x:drawing></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing &lt;x:legacyDrawing></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter &lt;x:legacyDrawingHF></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Picture &lt;x:picture></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.OleObjects &lt;x:oleObjects></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter &lt;x:drawingHF></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.Macrosheet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.Macrosheet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Macrosheet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Macrosheet.#ctor(DocumentFormat.OpenXml.Packaging.MacroSheetPart)">
            <summary>
            Macrosheet constructor.
            </summary>
            <param name="ownerPart">The owner part of the Macrosheet.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Macrosheet.Load(DocumentFormat.OpenXml.Packaging.MacroSheetPart)">
            <summary>
            Loads the DOM from the MacroSheetPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.Macrosheet.MacroSheetPart">
            <summary>
            Gets the MacroSheetPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Macrosheet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Macrosheet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Macrosheet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Macrosheet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Macrosheet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Macrosheet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Macrosheet.#ctor">
            <summary>
            Initializes a new instance of the Macrosheet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Macrosheet.Save(DocumentFormat.OpenXml.Packaging.MacroSheetPart)">
            <summary>
            Saves the DOM into the MacroSheetPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties">
            <summary>
            <para> Sheet Properties.</para>
            <para> Represents the following element tag in the schema: x:sheetPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension">
            <summary>
            <para> Macro Sheet Dimensions.</para>
            <para> Represents the following element tag in the schema: x:dimension </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews">
            <summary>
            <para> Macro Sheet Views.</para>
            <para> Represents the following element tag in the schema: x:sheetViews </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties">
            <summary>
            <para> Sheet Format Properties.</para>
            <para> Represents the following element tag in the schema: x:sheetFormatPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Macrosheet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap">
             <summary>
             <para>Worksheet Sort Map. The root element of WorksheetSortMapPart.</para>
             <para> When the object is serialized out as xml, its qualified name is xne:worksheetSortMap.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RowSortMap &lt;xne:rowSortMap></description></item>
            <item><description>ColumnSortMap &lt;xne:colSortMap></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.#ctor(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart)">
            <summary>
            WorksheetSortMap constructor.
            </summary>
            <param name="ownerPart">The owner part of the WorksheetSortMap.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Load(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart)">
            <summary>
            Loads the DOM from the WorksheetSortMapPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMapPart">
            <summary>
            Gets the WorksheetSortMapPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WorksheetSortMap class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WorksheetSortMap class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WorksheetSortMap class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.#ctor">
            <summary>
            Initializes a new instance of the WorksheetSortMap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Save(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart)">
            <summary>
            Saves the DOM into the WorksheetSortMapPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap">
            <summary>
            <para> Row Sort Map.</para>
            <para> Represents the following element tag in the schema: xne:rowSortMap </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap">
            <summary>
            <para> Column Sort Map.</para>
            <para> Represents the following element tag in the schema: xne:colSortMap </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Excel.ReferenceSequence">
             <summary>
             <para>Defines the ReferenceSequence Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is xne:sqref.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.#ctor">
            <summary>
            Initializes a new instance of the ReferenceSequence class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ReferenceSequence class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Excel.Formula">
             <summary>
             <para>Defines the Formula Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is xne:f.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.Formula.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.Formula.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Formula.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Formula.#ctor">
            <summary>
            Initializes a new instance of the Formula class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Formula.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Formula class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.Formula.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Excel.RowSortMap">
             <summary>
             <para>Row Sort Map.</para>
             <para> When the object is serialized out as xml, its qualified name is xne:rowSortMap.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RowSortMapItem &lt;xne:row></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.RowSortMap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.RowSortMap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.RowSortMap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count">
            <summary>
            <para> Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.RowSortMap.#ctor">
            <summary>
            Initializes a new instance of the RowSortMap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.RowSortMap.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RowSortMap class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.RowSortMap.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RowSortMap class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.RowSortMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RowSortMap class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.RowSortMap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap">
             <summary>
             <para>Column Sort Map.</para>
             <para> When the object is serialized out as xml, its qualified name is xne:colSortMap.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColumnSortMapItem &lt;xne:col></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count">
            <summary>
            <para> Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.#ctor">
            <summary>
            Initializes a new instance of the ColumnSortMap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColumnSortMap class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColumnSortMap class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColumnSortMap class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Excel.RowSortMapItem">
            <summary>
            <para>Row.</para>
            <para> When the object is serialized out as xml, its qualified name is xne:row.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.#ctor">
            <summary>
            Initializes a new instance of the RowSortMapItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem">
            <summary>
            <para>Column.</para>
            <para> When the object is serialized out as xml, its qualified name is xne:col.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.#ctor">
            <summary>
            Initializes a new instance of the ColumnSortMapItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Excel.SortMapItemType">
            <summary>
            Defines the SortMapItemType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal">
            <summary>
            <para> New Value.</para>
            <para>Represents the following attribute in the schema: newVal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal">
            <summary>
            <para> Old Value.</para>
            <para>Represents the following attribute in the schema: oldVal </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Excel.SortMapItemType.#ctor">
            <summary>
            Initializes a new instance of the SortMapItemType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup">
             <summary>
             <para>Defines the TemplateCommandGroup Class. The root element of CustomizationPart.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:tcg.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>KeyMapCustomizations &lt;wne:keymaps></description></item>
            <item><description>MismatchedKeyMapCustomization &lt;wne:keymapsBad></description></item>
            <item><description>Toolbars &lt;wne:toolbars></description></item>
            <item><description>AllocatedCommands &lt;wne:acds></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.#ctor(DocumentFormat.OpenXml.Packaging.CustomizationPart)">
            <summary>
            TemplateCommandGroup constructor.
            </summary>
            <param name="ownerPart">The owner part of the TemplateCommandGroup.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Load(DocumentFormat.OpenXml.Packaging.CustomizationPart)">
            <summary>
            Loads the DOM from the CustomizationPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CustomizationPart">
            <summary>
            Gets the CustomizationPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TemplateCommandGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TemplateCommandGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TemplateCommandGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.#ctor">
            <summary>
            Initializes a new instance of the TemplateCommandGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Save(DocumentFormat.OpenXml.Packaging.CustomizationPart)">
            <summary>
            Saves the DOM into the CustomizationPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.Mcds">
             <summary>
             <para>Defines the Mcds Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:mcds.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Mcd &lt;wne:mcd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Mcds.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Mcds.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Mcds.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Mcds.#ctor">
            <summary>
            Initializes a new instance of the Mcds class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Mcds.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Mcds class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Mcds.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Mcds class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Mcds.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Mcds class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Mcds.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.VbaSuppData">
             <summary>
             <para>Defines the VbaSuppData Class. The root element of VbaDataPart.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:vbaSuppData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocEvents &lt;wne:docEvents></description></item>
            <item><description>Mcds &lt;wne:mcds></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.VbaSuppData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.VbaSuppData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.VbaSuppData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.VbaSuppData.#ctor(DocumentFormat.OpenXml.Packaging.VbaDataPart)">
            <summary>
            VbaSuppData constructor.
            </summary>
            <param name="ownerPart">The owner part of the VbaSuppData.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.VbaSuppData.Load(DocumentFormat.OpenXml.Packaging.VbaDataPart)">
            <summary>
            Loads the DOM from the VbaDataPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaDataPart">
            <summary>
            Gets the VbaDataPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.VbaSuppData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VbaSuppData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.VbaSuppData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VbaSuppData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.VbaSuppData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VbaSuppData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.VbaSuppData.#ctor">
            <summary>
            Initializes a new instance of the VbaSuppData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.VbaSuppData.Save(DocumentFormat.OpenXml.Packaging.VbaDataPart)">
            <summary>
            Saves the DOM into the VbaDataPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents">
            <summary>
            <para> DocEvents.</para>
            <para> Represents the following element tag in the schema: wne:docEvents </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds">
            <summary>
            <para> Mcds.</para>
            <para> Represents the following element tag in the schema: wne:mcds </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.VbaSuppData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients">
             <summary>
             <para>Defines the MailMergeRecipients Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:recipients.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SingleDataSourceRecord &lt;wne:recipientData></description></item>
             </list>
             </remarks>
            <summary>
            Defines MailMergeRecipients.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.#ctor">
            <summary>
            Initializes a new instance of the MailMergeRecipients class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MailMergeRecipients class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MailMergeRecipients class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MailMergeRecipients class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.#ctor(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart)">
            <summary>
            MailMergeRecipients constructor.
            </summary>
            <param name="ownerPart">The owner part of the MailMergeRecipients.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart)">
            <summary>
            Loads the DOM from an OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be loaded.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart)">
            <summary>
            Saves the DOM into the OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be saved to.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization">
            <summary>
            <para>Defines the FixedCommandKeyboardCustomization Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:fci.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName">
             <summary>
             <para> fciName.</para>
             <para>Represents the following attribute in the schema: wne:fciName </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex">
             <summary>
             <para> fciIndex.</para>
             <para>Represents the following attribute in the schema: wne:fciIndex </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument">
             <summary>
             <para> swArg.</para>
             <para>Represents the following attribute in the schema: wne:swArg </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.#ctor">
            <summary>
            Initializes a new instance of the FixedCommandKeyboardCustomization class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization">
            <summary>
            <para>Defines the MacroKeyboardCustomization Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:macro.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.#ctor">
            <summary>
            Initializes a new instance of the MacroKeyboardCustomization class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization">
            <summary>
            <para>Defines the WllMacroKeyboardCustomization Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:wll.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.#ctor">
            <summary>
            Initializes a new instance of the WllMacroKeyboardCustomization class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.MacroWllType">
            <summary>
            Defines the MacroWllType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName">
             <summary>
             <para> macroName.</para>
             <para>Represents the following attribute in the schema: wne:macroName </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MacroWllType.#ctor">
            <summary>
            Initializes a new instance of the MacroWllType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization">
            <summary>
            <para>Defines the AllocatedCommandKeyboardCustomization Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:acd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.#ctor">
            <summary>
            Initializes a new instance of the AllocatedCommandKeyboardCustomization class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry">
            <summary>
            <para>Defines the AllocatedCommandManifestEntry Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:acdEntry.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.#ctor">
            <summary>
            Initializes a new instance of the AllocatedCommandManifestEntry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType">
            <summary>
            Defines the AcceleratorKeymapType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName">
             <summary>
             <para> acdName.</para>
             <para>Represents the following attribute in the schema: wne:acdName </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.#ctor">
            <summary>
            Initializes a new instance of the AcceleratorKeymapType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.CharacterInsertion">
            <summary>
            <para>Defines the CharacterInsertion Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:wch.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.CharacterInsertion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.CharacterInsertion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.CharacterInsertion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: wne:val </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.CharacterInsertion.#ctor">
            <summary>
            Initializes a new instance of the CharacterInsertion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.KeyMapEntry">
             <summary>
             <para>Defines the KeyMapEntry Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:keymap.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FixedCommandKeyboardCustomization &lt;wne:fci></description></item>
            <item><description>MacroKeyboardCustomization &lt;wne:macro></description></item>
            <item><description>AllocatedCommandKeyboardCustomization &lt;wne:acd></description></item>
            <item><description>WllMacroKeyboardCustomization &lt;wne:wll></description></item>
            <item><description>CharacterInsertion &lt;wne:wch></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary">
             <summary>
             <para> chmPrimary.</para>
             <para>Represents the following attribute in the schema: wne:chmPrimary </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary">
             <summary>
             <para> chmSecondary.</para>
             <para>Represents the following attribute in the schema: wne:chmSecondary </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary">
             <summary>
             <para> kcmPrimary.</para>
             <para>Represents the following attribute in the schema: wne:kcmPrimary </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary">
             <summary>
             <para> kcmSecondary.</para>
             <para>Represents the following attribute in the schema: wne:kcmSecondary </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask">
             <summary>
             <para> mask.</para>
             <para>Represents the following attribute in the schema: wne:mask </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.#ctor">
            <summary>
            Initializes a new instance of the KeyMapEntry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the KeyMapEntry class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the KeyMapEntry class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.#ctor(System.String)">
            <summary>
            Initializes a new instance of the KeyMapEntry class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization">
            <summary>
            <para> FixedCommandKeyboardCustomization.</para>
            <para> Represents the following element tag in the schema: wne:fci </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization">
            <summary>
            <para> MacroKeyboardCustomization.</para>
            <para> Represents the following element tag in the schema: wne:macro </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization">
            <summary>
            <para> AllocatedCommandKeyboardCustomization.</para>
            <para> Represents the following element tag in the schema: wne:acd </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization">
            <summary>
            <para> WllMacroKeyboardCustomization.</para>
            <para> Represents the following element tag in the schema: wne:wll </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion">
            <summary>
            <para> CharacterInsertion.</para>
            <para> Represents the following element tag in the schema: wne:wch </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommand">
            <summary>
            <para>Defines the AllocatedCommand Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:acd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommand.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommand.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue">
             <summary>
             <para> argValue.</para>
             <para>Represents the following attribute in the schema: wne:argValue </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn">
             <summary>
             <para> fciBasedOn.</para>
             <para>Represents the following attribute in the schema: wne:fciBasedOn </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn">
             <summary>
             <para> fciIndexBasedOn.</para>
             <para>Represents the following attribute in the schema: wne:fciIndexBasedOn </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName">
             <summary>
             <para> acdName.</para>
             <para>Represents the following attribute in the schema: wne:acdName </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommand.#ctor">
            <summary>
            Initializes a new instance of the AllocatedCommand class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.Mcd">
            <summary>
            <para>Defines the Mcd Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:mcd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Mcd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Mcd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Mcd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Mcd.MacroName">
             <summary>
             <para> macroName.</para>
             <para>Represents the following attribute in the schema: wne:macroName </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Mcd.Name">
             <summary>
             <para> name.</para>
             <para>Represents the following attribute in the schema: wne:name </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp">
             <summary>
             <para> menuHelp.</para>
             <para>Represents the following attribute in the schema: wne:menuHelp </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt">
             <summary>
             <para> bEncrypt.</para>
             <para>Represents the following attribute in the schema: wne:bEncrypt </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Mcd.Cmg">
             <summary>
             <para> cmg.</para>
             <para>Represents the following attribute in the schema: wne:cmg </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Mcd.#ctor">
            <summary>
            Initializes a new instance of the Mcd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Mcd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString">
            <summary>
            <para>Defines the EventDocNewXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocNew.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocNewXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocNewXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString">
            <summary>
            <para>Defines the EventDocOpenXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocOpen.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocOpenXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocOpenXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString">
            <summary>
            <para>Defines the EventDocCloseXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocClose.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocCloseXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocCloseXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString">
            <summary>
            <para>Defines the EventDocSyncXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocSync.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocSyncXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocSyncXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString">
            <summary>
            <para>Defines the EventDocXmlAfterInsertXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocXmlAfterInsert.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocXmlAfterInsertXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocXmlAfterInsertXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString">
            <summary>
            <para>Defines the EventDocXmlBeforeDeleteXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocXmlBeforeDelete.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocXmlBeforeDeleteXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocXmlBeforeDeleteXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString">
            <summary>
            <para>Defines the EventDocContentControlAfterInsertXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocContentControlAfterInsert.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocContentControlAfterInsertXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocContentControlAfterInsertXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString">
            <summary>
            <para>Defines the EventDocContentControlBeforeDeleteXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocContentControlBeforeDelete.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocContentControlBeforeDeleteXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocContentControlBeforeDeleteXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString">
            <summary>
            <para>Defines the EventDocContentControlOnExistXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocContentControlOnExit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocContentControlOnExistXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocContentControlOnExistXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString">
            <summary>
            <para>Defines the EventDocContentControlOnEnterXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocContentControlOnEnter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocContentControlOnEnterXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocContentControlOnEnterXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString">
            <summary>
            <para>Defines the EventDocStoreUpdateXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocStoreUpdate.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocStoreUpdateXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocStoreUpdateXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString">
            <summary>
            <para>Defines the EventDocContentControlUpdateXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocContentControlContentUpdate.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocContentControlUpdateXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocContentControlUpdateXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString">
            <summary>
            <para>Defines the EventDocBuildingBlockAfterInsertXsdString Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:eventDocBuildingBlockAfterInsert.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.#ctor">
            <summary>
            Initializes a new instance of the EventDocBuildingBlockAfterInsertXsdString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EventDocBuildingBlockAfterInsertXsdString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.DocEvents">
             <summary>
             <para>Defines the DocEvents Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:docEvents.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EventDocNewXsdString &lt;wne:eventDocNew></description></item>
            <item><description>EventDocOpenXsdString &lt;wne:eventDocOpen></description></item>
            <item><description>EventDocCloseXsdString &lt;wne:eventDocClose></description></item>
            <item><description>EventDocSyncXsdString &lt;wne:eventDocSync></description></item>
            <item><description>EventDocXmlAfterInsertXsdString &lt;wne:eventDocXmlAfterInsert></description></item>
            <item><description>EventDocXmlBeforeDeleteXsdString &lt;wne:eventDocXmlBeforeDelete></description></item>
            <item><description>EventDocContentControlAfterInsertXsdString &lt;wne:eventDocContentControlAfterInsert></description></item>
            <item><description>EventDocContentControlBeforeDeleteXsdString &lt;wne:eventDocContentControlBeforeDelete></description></item>
            <item><description>EventDocContentControlOnExistXsdString &lt;wne:eventDocContentControlOnExit></description></item>
            <item><description>EventDocContentControlOnEnterXsdString &lt;wne:eventDocContentControlOnEnter></description></item>
            <item><description>EventDocStoreUpdateXsdString &lt;wne:eventDocStoreUpdate></description></item>
            <item><description>EventDocContentControlUpdateXsdString &lt;wne:eventDocContentControlContentUpdate></description></item>
            <item><description>EventDocBuildingBlockAfterInsertXsdString &lt;wne:eventDocBuildingBlockAfterInsert></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.DocEvents.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.DocEvents.#ctor">
            <summary>
            Initializes a new instance of the DocEvents class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.DocEvents.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocEvents class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.DocEvents.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocEvents class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.DocEvents.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocEvents class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString">
            <summary>
            <para> EventDocNewXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocNew </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString">
            <summary>
            <para> EventDocOpenXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocOpen </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString">
            <summary>
            <para> EventDocCloseXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocClose </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString">
            <summary>
            <para> EventDocSyncXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocSync </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString">
            <summary>
            <para> EventDocXmlAfterInsertXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocXmlAfterInsert </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString">
            <summary>
            <para> EventDocXmlBeforeDeleteXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocXmlBeforeDelete </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString">
            <summary>
            <para> EventDocContentControlAfterInsertXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocContentControlAfterInsert </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString">
            <summary>
            <para> EventDocContentControlBeforeDeleteXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocContentControlBeforeDelete </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString">
            <summary>
            <para> EventDocContentControlOnExistXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocContentControlOnExit </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString">
            <summary>
            <para> EventDocContentControlOnEnterXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocContentControlOnEnter </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString">
            <summary>
            <para> EventDocStoreUpdateXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocStoreUpdate </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString">
            <summary>
            <para> EventDocContentControlUpdateXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocContentControlContentUpdate </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString">
            <summary>
            <para> EventDocBuildingBlockAfterInsertXsdString.</para>
            <para> Represents the following element tag in the schema: wne:eventDocBuildingBlockAfterInsert </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.DocEvents.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest">
             <summary>
             <para>Defines the AllocatedCommandManifest Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:acdManifest.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AllocatedCommandManifestEntry &lt;wne:acdEntry></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.#ctor">
            <summary>
            Initializes a new instance of the AllocatedCommandManifest class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AllocatedCommandManifest class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AllocatedCommandManifest class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AllocatedCommandManifest class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.ToolbarData">
            <summary>
            <para>Defines the ToolbarData Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:toolbarData.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.ToolbarData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.ToolbarData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.ToolbarData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.ToolbarData.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.ToolbarData.#ctor">
            <summary>
            Initializes a new instance of the ToolbarData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.ToolbarData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations">
             <summary>
             <para>Defines the KeyMapCustomizations Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:keymaps.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>KeyMapEntry &lt;wne:keymap></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.#ctor">
            <summary>
            Initializes a new instance of the KeyMapCustomizations class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the KeyMapCustomizations class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the KeyMapCustomizations class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.#ctor(System.String)">
            <summary>
            Initializes a new instance of the KeyMapCustomizations class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization">
             <summary>
             <para>Defines the MismatchedKeyMapCustomization Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:keymapsBad.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>KeyMapEntry &lt;wne:keymap></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.#ctor">
            <summary>
            Initializes a new instance of the MismatchedKeyMapCustomization class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MismatchedKeyMapCustomization class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MismatchedKeyMapCustomization class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MismatchedKeyMapCustomization class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.KeymapsType">
             <summary>
             Defines the KeymapsType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>KeyMapEntry &lt;wne:keymap></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeymapsType.#ctor">
            <summary>
            Initializes a new instance of the KeymapsType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeymapsType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the KeymapsType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeymapsType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the KeymapsType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.KeymapsType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the KeymapsType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.Toolbars">
             <summary>
             <para>Defines the Toolbars Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:toolbars.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AllocatedCommandManifest &lt;wne:acdManifest></description></item>
            <item><description>ToolbarData &lt;wne:toolbarData></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Toolbars.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.Toolbars.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Toolbars.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Toolbars.#ctor">
            <summary>
            Initializes a new instance of the Toolbars class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Toolbars.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Toolbars class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Toolbars.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Toolbars class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Toolbars.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Toolbars class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.Toolbars.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.AllocatedCommands">
             <summary>
             <para>Defines the AllocatedCommands Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:acds.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AllocatedCommand &lt;wne:acd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommands.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.AllocatedCommands.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommands.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommands.#ctor">
            <summary>
            Initializes a new instance of the AllocatedCommands class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommands.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AllocatedCommands class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommands.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AllocatedCommands class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommands.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AllocatedCommands class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.AllocatedCommands.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.RecordIncluded">
            <summary>
            <para>Defines the RecordIncluded Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:active.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.RecordIncluded.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.RecordIncluded.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.RecordIncluded.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: wne:val </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.RecordIncluded.#ctor">
            <summary>
            Initializes a new instance of the RecordIncluded class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.RecordIncluded.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.RecordHashCode">
            <summary>
            <para>Defines the RecordHashCode Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wne:hash.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.RecordHashCode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.RecordHashCode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.RecordHashCode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: wne:val </para>
             </summary>
            <remark> xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.RecordHashCode.#ctor">
            <summary>
            Initializes a new instance of the RecordHashCode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.RecordHashCode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord">
             <summary>
             <para>Defines the SingleDataSourceRecord Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wne:recipientData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RecordIncluded &lt;wne:active></description></item>
            <item><description>RecordHashCode &lt;wne:hash></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.#ctor">
            <summary>
            Initializes a new instance of the SingleDataSourceRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SingleDataSourceRecord class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SingleDataSourceRecord class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SingleDataSourceRecord class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded">
            <summary>
            <para> RecordIncluded.</para>
            <para> Represents the following element tag in the schema: wne:active </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode">
            <summary>
            <para> RecordHashCode.</para>
            <para> Represents the following element tag in the schema: wne:hash </para>
            </summary>
            <remark>
            xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource">
             <summary>
             <para>Defines the PivotSource Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:pivotSource.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PivotTableName &lt;c:name></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.FormatId &lt;c:fmtId></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.#ctor">
            <summary>
            Initializes a new instance of the PivotSource class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotSource class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotSource class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotSource class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName">
            <summary>
            <para> Pivot Name.</para>
            <para> Represents the following element tag in the schema: c:name </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId">
            <summary>
            <para> Format ID.</para>
            <para> Represents the following element tag in the schema: c:fmtId </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat">
             <summary>
             <para>Defines the NumberingFormat Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:numFmt.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode">
            <summary>
            <para> Number Format Code.</para>
            <para>Represents the following attribute in the schema: formatCode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked">
            <summary>
            <para> Linked to Source.</para>
            <para>Represents the following attribute in the schema: sourceLinked </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.#ctor">
            <summary>
            Initializes a new instance of the NumberingFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties">
             <summary>
             <para>Defines the ShapeProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout">
             <summary>
             <para>Defines the Layout Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:layout.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ManualLayout &lt;c:manualLayout></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.#ctor">
            <summary>
            Initializes a new instance of the Layout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Layout class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Layout class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Layout class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout">
            <summary>
            <para> Manual Layout.</para>
            <para> Represents the following element tag in the schema: c:manualLayout </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference">
             <summary>
             <para>Defines the FullReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:fullRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SequenceOfReferences &lt;c15:sqref></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.#ctor">
            <summary>
            Initializes a new instance of the FullReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FullReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FullReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FullReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences">
            <summary>
            <para> SequenceOfReferences.</para>
            <para> Represents the following element tag in the schema: c15:sqref </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference">
             <summary>
             <para>Defines the LevelReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:levelRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SequenceOfReferences &lt;c15:sqref></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.#ctor">
            <summary>
            Initializes a new instance of the LevelReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LevelReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LevelReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LevelReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences">
            <summary>
            <para> SequenceOfReferences.</para>
            <para> Represents the following element tag in the schema: c15:sqref </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference">
             <summary>
             <para>Defines the FormulaReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:formulaRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SequenceOfReferences &lt;c15:sqref></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.#ctor">
            <summary>
            Initializes a new instance of the FormulaReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FormulaReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FormulaReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormulaReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences">
            <summary>
            <para> SequenceOfReferences.</para>
            <para> Represents the following element tag in the schema: c15:sqref </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle">
             <summary>
             <para>Defines the FilteredSeriesTitle Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:filteredSeriesTitle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartText &lt;c15:tx></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.#ctor">
            <summary>
            Initializes a new instance of the FilteredSeriesTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilteredSeriesTitle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilteredSeriesTitle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilteredSeriesTitle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText">
            <summary>
            <para> ChartText.</para>
            <para> Represents the following element tag in the schema: c15:tx </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle">
             <summary>
             <para>Defines the FilteredCategoryTitle Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:filteredCategoryTitle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AxisDataSourceType &lt;c15:cat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.#ctor">
            <summary>
            Initializes a new instance of the FilteredCategoryTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilteredCategoryTitle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilteredCategoryTitle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilteredCategoryTitle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType">
            <summary>
            <para> AxisDataSourceType.</para>
            <para> Represents the following element tag in the schema: c15:cat </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries">
             <summary>
             <para>Defines the FilteredAreaSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:filteredAreaSeries.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AreaChartSeries &lt;c15:ser></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.#ctor">
            <summary>
            Initializes a new instance of the FilteredAreaSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilteredAreaSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilteredAreaSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilteredAreaSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries">
            <summary>
            <para> AreaChartSeries.</para>
            <para> Represents the following element tag in the schema: c15:ser </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries">
             <summary>
             <para>Defines the FilteredBarSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:filteredBarSeries.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BarChartSeries &lt;c15:ser></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.#ctor">
            <summary>
            Initializes a new instance of the FilteredBarSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilteredBarSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilteredBarSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilteredBarSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries">
            <summary>
            <para> BarChartSeries.</para>
            <para> Represents the following element tag in the schema: c15:ser </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries">
             <summary>
             <para>Defines the FilteredBubbleSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:filteredBubbleSeries.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BubbleChartSeries &lt;c15:ser></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.#ctor">
            <summary>
            Initializes a new instance of the FilteredBubbleSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilteredBubbleSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilteredBubbleSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilteredBubbleSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries">
            <summary>
            <para> BubbleChartSeries.</para>
            <para> Represents the following element tag in the schema: c15:ser </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension">
             <summary>
             <para>Defines the FilteredLineSeriesExtension Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:filteredLineSeries.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineChartSeries &lt;c15:ser></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.#ctor">
            <summary>
            Initializes a new instance of the FilteredLineSeriesExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilteredLineSeriesExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilteredLineSeriesExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilteredLineSeriesExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries">
            <summary>
            <para> LineChartSeries.</para>
            <para> Represents the following element tag in the schema: c15:ser </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries">
             <summary>
             <para>Defines the FilteredPieSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:filteredPieSeries.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PieChartSeries &lt;c15:ser></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.#ctor">
            <summary>
            Initializes a new instance of the FilteredPieSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilteredPieSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilteredPieSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilteredPieSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries">
            <summary>
            <para> PieChartSeries.</para>
            <para> Represents the following element tag in the schema: c15:ser </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries">
             <summary>
             <para>Defines the FilteredRadarSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:filteredRadarSeries.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RadarChartSeries &lt;c15:ser></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.#ctor">
            <summary>
            Initializes a new instance of the FilteredRadarSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilteredRadarSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilteredRadarSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilteredRadarSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries">
            <summary>
            <para> RadarChartSeries.</para>
            <para> Represents the following element tag in the schema: c15:ser </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries">
             <summary>
             <para>Defines the FilteredScatterSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:filteredScatterSeries.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ScatterChartSeries &lt;c15:ser></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.#ctor">
            <summary>
            Initializes a new instance of the FilteredScatterSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilteredScatterSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilteredScatterSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilteredScatterSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries">
            <summary>
            <para> ScatterChartSeries.</para>
            <para> Represents the following element tag in the schema: c15:ser </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries">
             <summary>
             <para>Defines the FilteredSurfaceSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:filteredSurfaceSeries.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SurfaceChartSeries &lt;c15:ser></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.#ctor">
            <summary>
            Initializes a new instance of the FilteredSurfaceSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilteredSurfaceSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilteredSurfaceSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilteredSurfaceSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries">
            <summary>
            <para> SurfaceChartSeries.</para>
            <para> Represents the following element tag in the schema: c15:ser </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange">
             <summary>
             <para>Defines the DataLabelsRange Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:datalabelsRange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Formula &lt;c15:f></description></item>
            <item><description>DataLabelsRangeChache &lt;c15:dlblRangeCache></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.#ctor">
            <summary>
            Initializes a new instance of the DataLabelsRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataLabelsRange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataLabelsRange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataLabelsRange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: c15:f </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache">
            <summary>
            <para> DataLabelsRangeChache.</para>
            <para> Represents the following element tag in the schema: c15:dlblRangeCache </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions">
             <summary>
             <para>Defines the CategoryFilterExceptions Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:categoryFilterExceptions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CategoryFilterException &lt;c15:categoryFilterException></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.#ctor">
            <summary>
            Initializes a new instance of the CategoryFilterExceptions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CategoryFilterExceptions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CategoryFilterExceptions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CategoryFilterExceptions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable">
             <summary>
             <para>Defines the DataLabelFieldTable Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:dlblFieldTable.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataLabelFieldTableEntry &lt;c15:dlblFTEntry></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.#ctor">
            <summary>
            Initializes a new instance of the DataLabelFieldTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataLabelFieldTable class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataLabelFieldTable class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataLabelFieldTable class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave">
             <summary>
             <para>Defines the ExceptionForSave Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:xForSave.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.#ctor">
            <summary>
            Initializes a new instance of the ExceptionForSave class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange">
             <summary>
             <para>Defines the ShowDataLabelsRange Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:showDataLabelsRange.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.#ctor">
            <summary>
            Initializes a new instance of the ShowDataLabelsRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines">
             <summary>
             <para>Defines the ShowLeaderLines Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:showLeaderLines.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.#ctor">
            <summary>
            Initializes a new instance of the ShowLeaderLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories">
             <summary>
             <para>Defines the AutoGeneneratedCategories Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:autoCat.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.#ctor">
            <summary>
            Initializes a new instance of the AutoGeneneratedCategories class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean">
             <summary>
             <para>Defines the InvertIfNegativeBoolean Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:invertIfNegative.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.#ctor">
            <summary>
            Initializes a new instance of the InvertIfNegativeBoolean class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D">
             <summary>
             <para>Defines the Bubble3D Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:bubble3D.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.#ctor">
            <summary>
            Initializes a new instance of the Bubble3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType">
            <summary>
            Defines the BooleanType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val">
            <summary>
            <para> Boolean Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.#ctor">
            <summary>
            Initializes a new instance of the BooleanType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText">
             <summary>
             <para>Defines the ChartText Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:tx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.StringReference &lt;c:strRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.RichText &lt;c:rich></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.StringLiteral &lt;c:strLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.#ctor">
            <summary>
            Initializes a new instance of the ChartText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartText class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartText class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartText class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference">
            <summary>
            <para> String Reference.</para>
            <para> Represents the following element tag in the schema: c:strRef </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText">
            <summary>
            <para> Rich Text.</para>
            <para> Represents the following element tag in the schema: c:rich </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral">
            <summary>
            <para> String Literal.</para>
            <para> Represents the following element tag in the schema: c:strLit </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines">
             <summary>
             <para>Defines the LeaderLines Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:leaderLines.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.#ctor">
            <summary>
            Initializes a new instance of the LeaderLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LeaderLines class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LeaderLines class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LeaderLines class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences">
             <summary>
             <para>Defines the SequenceOfReferences Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:sqref.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.#ctor">
            <summary>
            Initializes a new instance of the SequenceOfReferences class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SequenceOfReferences class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula">
             <summary>
             <para>Defines the Formula Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:f.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.#ctor">
            <summary>
            Initializes a new instance of the Formula class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Formula class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid">
             <summary>
             <para>Defines the TextFieldGuid Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:txfldGUID.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.#ctor">
            <summary>
            Initializes a new instance of the TextFieldGuid class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextFieldGuid class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType">
             <summary>
             <para>Defines the AxisDataSourceType Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:cat.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference &lt;c:multiLvlStrRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.NumberReference &lt;c:numRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral &lt;c:numLit></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.StringReference &lt;c:strRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.StringLiteral &lt;c:strLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.#ctor">
            <summary>
            Initializes a new instance of the AxisDataSourceType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AxisDataSourceType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AxisDataSourceType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AxisDataSourceType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference">
            <summary>
            <para> Multi Level String Reference.</para>
            <para> Represents the following element tag in the schema: c:multiLvlStrRef </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference">
            <summary>
            <para> Number Reference.</para>
            <para> Represents the following element tag in the schema: c:numRef </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral">
            <summary>
            <para> Number Literal.</para>
            <para> Represents the following element tag in the schema: c:numLit </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference">
            <summary>
            <para> StringReference.</para>
            <para> Represents the following element tag in the schema: c:strRef </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral">
            <summary>
            <para> String Literal.</para>
            <para> Represents the following element tag in the schema: c:strLit </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries">
             <summary>
             <para>Defines the BarChartSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Index &lt;c:idx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Order &lt;c:order></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.SeriesText &lt;c:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative &lt;c:invertIfNegative></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataPoint &lt;c:dPt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataLabels &lt;c:dLbls></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Trendline &lt;c:trendline></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ErrorBars &lt;c:errBars></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData &lt;c:cat></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Values &lt;c:val></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Shape &lt;c:shape></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.#ctor">
            <summary>
            Initializes a new instance of the BarChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BarChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BarChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BarChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative">
            <summary>
            <para> InvertIfNegative.</para>
            <para> Represents the following element tag in the schema: c:invertIfNegative </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries">
             <summary>
             <para>Defines the LineChartSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Index &lt;c:idx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Order &lt;c:order></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.SeriesText &lt;c:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Marker &lt;c:marker></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataPoint &lt;c:dPt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataLabels &lt;c:dLbls></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Trendline &lt;c:trendline></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ErrorBars &lt;c:errBars></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData &lt;c:cat></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Values &lt;c:val></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Smooth &lt;c:smooth></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.#ctor">
            <summary>
            Initializes a new instance of the LineChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker">
            <summary>
            <para> Marker.</para>
            <para> Represents the following element tag in the schema: c:marker </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries">
             <summary>
             <para>Defines the ScatterChartSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Index &lt;c:idx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Order &lt;c:order></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.SeriesText &lt;c:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Marker &lt;c:marker></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataPoint &lt;c:dPt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataLabels &lt;c:dLbls></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Trendline &lt;c:trendline></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ErrorBars &lt;c:errBars></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.XValues &lt;c:xVal></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.YValues &lt;c:yVal></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Smooth &lt;c:smooth></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.#ctor">
            <summary>
            Initializes a new instance of the ScatterChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ScatterChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ScatterChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScatterChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker">
            <summary>
            <para> Marker.</para>
            <para> Represents the following element tag in the schema: c:marker </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries">
             <summary>
             <para>Defines the AreaChartSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Index &lt;c:idx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Order &lt;c:order></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.SeriesText &lt;c:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataPoint &lt;c:dPt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataLabels &lt;c:dLbls></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Trendline &lt;c:trendline></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ErrorBars &lt;c:errBars></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData &lt;c:cat></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Values &lt;c:val></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.#ctor">
            <summary>
            Initializes a new instance of the AreaChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AreaChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AreaChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AreaChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries">
             <summary>
             <para>Defines the PieChartSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Index &lt;c:idx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Order &lt;c:order></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.SeriesText &lt;c:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Explosion &lt;c:explosion></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataPoint &lt;c:dPt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataLabels &lt;c:dLbls></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData &lt;c:cat></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Values &lt;c:val></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.#ctor">
            <summary>
            Initializes a new instance of the PieChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PieChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PieChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PieChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion">
            <summary>
            <para> Explosion.</para>
            <para> Represents the following element tag in the schema: c:explosion </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries">
             <summary>
             <para>Defines the BubbleChartSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Index &lt;c:idx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Order &lt;c:order></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.SeriesText &lt;c:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative &lt;c:invertIfNegative></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataPoint &lt;c:dPt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataLabels &lt;c:dLbls></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Trendline &lt;c:trendline></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ErrorBars &lt;c:errBars></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.XValues &lt;c:xVal></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.YValues &lt;c:yVal></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.BubbleSize &lt;c:bubbleSize></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Bubble3D &lt;c:bubble3D></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.#ctor">
            <summary>
            Initializes a new instance of the BubbleChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BubbleChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BubbleChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BubbleChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative">
            <summary>
            <para> InvertIfNegative.</para>
            <para> Represents the following element tag in the schema: c:invertIfNegative </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries">
             <summary>
             <para>Defines the RadarChartSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Index &lt;c:idx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Order &lt;c:order></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.SeriesText &lt;c:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Marker &lt;c:marker></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataPoint &lt;c:dPt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataLabels &lt;c:dLbls></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData &lt;c:cat></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Values &lt;c:val></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.#ctor">
            <summary>
            Initializes a new instance of the RadarChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RadarChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RadarChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadarChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker">
            <summary>
            <para> Marker.</para>
            <para> Represents the following element tag in the schema: c:marker </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries">
             <summary>
             <para>Defines the SurfaceChartSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Index &lt;c:idx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Order &lt;c:order></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.SeriesText &lt;c:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData &lt;c:cat></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Values &lt;c:val></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Bubble3D &lt;c:bubble3D></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.#ctor">
            <summary>
            Initializes a new instance of the SurfaceChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurfaceChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurfaceChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurfaceChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData">
            <summary>
            <para> CategoryAxisData.</para>
            <para> Represents the following element tag in the schema: c:cat </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values">
            <summary>
            <para> Values.</para>
            <para> Represents the following element tag in the schema: c:val </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D">
            <summary>
            <para> Bubble3D.</para>
            <para> Represents the following element tag in the schema: c:bubble3D </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList">
            <summary>
            <para> SurfaceSerExtensionList.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache">
             <summary>
             <para>Defines the DataLabelsRangeChache Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:dlblRangeCache.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PointCount &lt;c:ptCount></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.StringPoint &lt;c:pt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.#ctor">
            <summary>
            Initializes a new instance of the DataLabelsRangeChache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataLabelsRangeChache class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataLabelsRangeChache class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataLabelsRangeChache class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache">
             <summary>
             <para>Defines the DataLabelFieldTableCache Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:dlblFieldTableCache.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PointCount &lt;c:ptCount></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.StringPoint &lt;c:pt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.#ctor">
            <summary>
            Initializes a new instance of the DataLabelFieldTableCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataLabelFieldTableCache class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataLabelFieldTableCache class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataLabelFieldTableCache class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType">
             <summary>
             Defines the StringDataType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.PointCount &lt;c:ptCount></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.StringPoint &lt;c:pt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount">
            <summary>
            <para> PointCount.</para>
            <para> Represents the following element tag in the schema: c:ptCount </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.#ctor">
            <summary>
            Initializes a new instance of the StringDataType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StringDataType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StringDataType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StringDataType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion">
             <summary>
             <para>Defines the Explosion Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:explosion.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val">
            <summary>
            <para> Integer Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.#ctor">
            <summary>
            Initializes a new instance of the Explosion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker">
             <summary>
             <para>Defines the Marker Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:marker.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Symbol &lt;c:symbol></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Size &lt;c:size></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.#ctor">
            <summary>
            Initializes a new instance of the Marker class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Marker class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Marker class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Marker class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol">
            <summary>
            <para> Symbol.</para>
            <para> Represents the following element tag in the schema: c:symbol </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size">
            <summary>
            <para> Size.</para>
            <para> Represents the following element tag in the schema: c:size </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel">
             <summary>
             <para>Defines the DataLabel Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:dLbl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Index &lt;c:idx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Delete &lt;c:delete></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Layout &lt;c:layout></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartText &lt;c:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat &lt;c:numFmt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.TextProperties &lt;c:txPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition &lt;c:dLblPos></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey &lt;c:showLegendKey></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ShowValue &lt;c:showVal></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName &lt;c:showCatName></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName &lt;c:showSerName></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ShowPercent &lt;c:showPercent></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize &lt;c:showBubbleSize></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.Separator &lt;c:separator></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.#ctor">
            <summary>
            Initializes a new instance of the DataLabel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataLabel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataLabel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataLabel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException">
             <summary>
             <para>Defines the CategoryFilterException Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:categoryFilterException.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SequenceOfReferences &lt;c15:sqref></description></item>
            <item><description>ShapeProperties &lt;c15:spPr></description></item>
            <item><description>Explosion &lt;c15:explosion></description></item>
            <item><description>InvertIfNegativeBoolean &lt;c15:invertIfNegative></description></item>
            <item><description>Bubble3D &lt;c15:bubble3D></description></item>
            <item><description>Marker &lt;c15:marker></description></item>
            <item><description>DataLabel &lt;c15:dLbl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.#ctor">
            <summary>
            Initializes a new instance of the CategoryFilterException class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CategoryFilterException class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CategoryFilterException class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CategoryFilterException class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences">
            <summary>
            <para> SequenceOfReferences.</para>
            <para> Represents the following element tag in the schema: c15:sqref </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties">
            <summary>
            <para> ShapeProperties.</para>
            <para> Represents the following element tag in the schema: c15:spPr </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion">
            <summary>
            <para> Explosion.</para>
            <para> Represents the following element tag in the schema: c15:explosion </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean">
            <summary>
            <para> InvertIfNegativeBoolean.</para>
            <para> Represents the following element tag in the schema: c15:invertIfNegative </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D">
            <summary>
            <para> Bubble3D.</para>
            <para> Represents the following element tag in the schema: c15:bubble3D </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker">
            <summary>
            <para> Marker.</para>
            <para> Represents the following element tag in the schema: c15:marker </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel">
            <summary>
            <para> DataLabel.</para>
            <para> Represents the following element tag in the schema: c15:dLbl </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry">
             <summary>
             <para>Defines the DataLabelFieldTableEntry Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is c15:dlblFTEntry.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TextFieldGuid &lt;c15:txfldGUID></description></item>
            <item><description>Formula &lt;c15:f></description></item>
            <item><description>DataLabelFieldTableCache &lt;c15:dlblFieldTableCache></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.#ctor">
            <summary>
            Initializes a new instance of the DataLabelFieldTableEntry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataLabelFieldTableEntry class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataLabelFieldTableEntry class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataLabelFieldTableEntry class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid">
            <summary>
            <para> TextFieldGuid.</para>
            <para> Represents the following element tag in the schema: c15:txfldGUID </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: c15:f </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache">
            <summary>
            <para> DataLabelFieldTableCache.</para>
            <para> Represents the following element tag in the schema: c15:dlblFieldTableCache </para>
            </summary>
            <remark>
            xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle">
             <summary>
             <para>Defines the ColorStyle Class. The root element of ChartColorStylePart.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:colorStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
            <item><description>ColorStyleVariation &lt;cs:variation></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method">
            <summary>
            <para> meth.</para>
            <para>Represents the following attribute in the schema: meth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.#ctor(DocumentFormat.OpenXml.Packaging.ChartColorStylePart)">
            <summary>
            ColorStyle constructor.
            </summary>
            <param name="ownerPart">The owner part of the ColorStyle.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Load(DocumentFormat.OpenXml.Packaging.ChartColorStylePart)">
            <summary>
            Loads the DOM from the ChartColorStylePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ChartColorStylePart">
            <summary>
            Gets the ChartColorStylePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.#ctor">
            <summary>
            Initializes a new instance of the ColorStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Save(DocumentFormat.OpenXml.Packaging.ChartColorStylePart)">
            <summary>
            Saves the DOM into the ChartColorStylePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle">
             <summary>
             <para>Defines the ChartStyle Class. The root element of ChartStylePart.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:chartStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AxisTitle &lt;cs:axisTitle></description></item>
            <item><description>CategoryAxis &lt;cs:categoryAxis></description></item>
            <item><description>ChartArea &lt;cs:chartArea></description></item>
            <item><description>DataLabel &lt;cs:dataLabel></description></item>
            <item><description>DataLabelCallout &lt;cs:dataLabelCallout></description></item>
            <item><description>DataPoint &lt;cs:dataPoint></description></item>
            <item><description>DataPoint3D &lt;cs:dataPoint3D></description></item>
            <item><description>DataPointLine &lt;cs:dataPointLine></description></item>
            <item><description>DataPointMarker &lt;cs:dataPointMarker></description></item>
            <item><description>MarkerLayoutProperties &lt;cs:dataPointMarkerLayout></description></item>
            <item><description>DataPointWireframe &lt;cs:dataPointWireframe></description></item>
            <item><description>DataTableStyle &lt;cs:dataTable></description></item>
            <item><description>DownBar &lt;cs:downBar></description></item>
            <item><description>DropLine &lt;cs:dropLine></description></item>
            <item><description>ErrorBar &lt;cs:errorBar></description></item>
            <item><description>Floor &lt;cs:floor></description></item>
            <item><description>GridlineMajor &lt;cs:gridlineMajor></description></item>
            <item><description>GridlineMinor &lt;cs:gridlineMinor></description></item>
            <item><description>HiLoLine &lt;cs:hiLoLine></description></item>
            <item><description>LeaderLine &lt;cs:leaderLine></description></item>
            <item><description>LegendStyle &lt;cs:legend></description></item>
            <item><description>PlotArea &lt;cs:plotArea></description></item>
            <item><description>PlotArea3D &lt;cs:plotArea3D></description></item>
            <item><description>SeriesAxis &lt;cs:seriesAxis></description></item>
            <item><description>SeriesLine &lt;cs:seriesLine></description></item>
            <item><description>TitleStyle &lt;cs:title></description></item>
            <item><description>TrendlineStyle &lt;cs:trendline></description></item>
            <item><description>TrendlineLabel &lt;cs:trendlineLabel></description></item>
            <item><description>UpBar &lt;cs:upBar></description></item>
            <item><description>ValueAxis &lt;cs:valueAxis></description></item>
            <item><description>Wall &lt;cs:wall></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.#ctor(DocumentFormat.OpenXml.Packaging.ChartStylePart)">
            <summary>
            ChartStyle constructor.
            </summary>
            <param name="ownerPart">The owner part of the ChartStyle.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Load(DocumentFormat.OpenXml.Packaging.ChartStylePart)">
            <summary>
            Loads the DOM from the ChartStylePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStylePart">
            <summary>
            Gets the ChartStylePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.#ctor">
            <summary>
            Initializes a new instance of the ChartStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Save(DocumentFormat.OpenXml.Packaging.ChartStylePart)">
            <summary>
            Saves the DOM into the ChartStylePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle">
            <summary>
            <para> AxisTitle.</para>
            <para> Represents the following element tag in the schema: cs:axisTitle </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis">
            <summary>
            <para> CategoryAxis.</para>
            <para> Represents the following element tag in the schema: cs:categoryAxis </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea">
            <summary>
            <para> ChartArea.</para>
            <para> Represents the following element tag in the schema: cs:chartArea </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel">
            <summary>
            <para> DataLabel.</para>
            <para> Represents the following element tag in the schema: cs:dataLabel </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout">
            <summary>
            <para> DataLabelCallout.</para>
            <para> Represents the following element tag in the schema: cs:dataLabelCallout </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint">
            <summary>
            <para> DataPoint.</para>
            <para> Represents the following element tag in the schema: cs:dataPoint </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D">
            <summary>
            <para> DataPoint3D.</para>
            <para> Represents the following element tag in the schema: cs:dataPoint3D </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine">
            <summary>
            <para> DataPointLine.</para>
            <para> Represents the following element tag in the schema: cs:dataPointLine </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker">
            <summary>
            <para> DataPointMarker.</para>
            <para> Represents the following element tag in the schema: cs:dataPointMarker </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties">
            <summary>
            <para> MarkerLayoutProperties.</para>
            <para> Represents the following element tag in the schema: cs:dataPointMarkerLayout </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe">
            <summary>
            <para> DataPointWireframe.</para>
            <para> Represents the following element tag in the schema: cs:dataPointWireframe </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle">
            <summary>
            <para> DataTableStyle.</para>
            <para> Represents the following element tag in the schema: cs:dataTable </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar">
            <summary>
            <para> DownBar.</para>
            <para> Represents the following element tag in the schema: cs:downBar </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine">
            <summary>
            <para> DropLine.</para>
            <para> Represents the following element tag in the schema: cs:dropLine </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar">
            <summary>
            <para> ErrorBar.</para>
            <para> Represents the following element tag in the schema: cs:errorBar </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor">
            <summary>
            <para> Floor.</para>
            <para> Represents the following element tag in the schema: cs:floor </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor">
            <summary>
            <para> GridlineMajor.</para>
            <para> Represents the following element tag in the schema: cs:gridlineMajor </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor">
            <summary>
            <para> GridlineMinor.</para>
            <para> Represents the following element tag in the schema: cs:gridlineMinor </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine">
            <summary>
            <para> HiLoLine.</para>
            <para> Represents the following element tag in the schema: cs:hiLoLine </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine">
            <summary>
            <para> LeaderLine.</para>
            <para> Represents the following element tag in the schema: cs:leaderLine </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle">
            <summary>
            <para> LegendStyle.</para>
            <para> Represents the following element tag in the schema: cs:legend </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea">
            <summary>
            <para> PlotArea.</para>
            <para> Represents the following element tag in the schema: cs:plotArea </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D">
            <summary>
            <para> PlotArea3D.</para>
            <para> Represents the following element tag in the schema: cs:plotArea3D </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis">
            <summary>
            <para> SeriesAxis.</para>
            <para> Represents the following element tag in the schema: cs:seriesAxis </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine">
            <summary>
            <para> SeriesLine.</para>
            <para> Represents the following element tag in the schema: cs:seriesLine </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle">
            <summary>
            <para> TitleStyle.</para>
            <para> Represents the following element tag in the schema: cs:title </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle">
            <summary>
            <para> TrendlineStyle.</para>
            <para> Represents the following element tag in the schema: cs:trendline </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel">
            <summary>
            <para> TrendlineLabel.</para>
            <para> Represents the following element tag in the schema: cs:trendlineLabel </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar">
            <summary>
            <para> UpBar.</para>
            <para> Represents the following element tag in the schema: cs:upBar </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis">
            <summary>
            <para> ValueAxis.</para>
            <para> Represents the following element tag in the schema: cs:valueAxis </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall">
            <summary>
            <para> Wall.</para>
            <para> Represents the following element tag in the schema: cs:wall </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: cs:extLst </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation">
             <summary>
             <para>Defines the ColorStyleVariation Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:variation.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Tint &lt;a:tint></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shade &lt;a:shade></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Complement &lt;a:comp></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Inverse &lt;a:inv></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Gray &lt;a:gray></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Alpha &lt;a:alpha></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaOffset &lt;a:alphaOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaModulation &lt;a:alphaMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Hue &lt;a:hue></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HueOffset &lt;a:hueOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HueModulation &lt;a:hueMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Saturation &lt;a:sat></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SaturationOffset &lt;a:satOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SaturationModulation &lt;a:satMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Luminance &lt;a:lum></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LuminanceOffset &lt;a:lumOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LuminanceModulation &lt;a:lumMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Red &lt;a:red></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RedOffset &lt;a:redOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RedModulation &lt;a:redMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Green &lt;a:green></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GreenOffset &lt;a:greenOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GreenModulation &lt;a:greenMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Blue &lt;a:blue></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlueOffset &lt;a:blueOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlueModulation &lt;a:blueMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Gamma &lt;a:gamma></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.InverseGamma &lt;a:invGamma></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.#ctor">
            <summary>
            Initializes a new instance of the ColorStyleVariation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorStyleVariation class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorStyleVariation class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorStyleVariation class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor">
             <summary>
             <para>Defines the StyleColor Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:styleClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Tint &lt;a:tint></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shade &lt;a:shade></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Complement &lt;a:comp></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Inverse &lt;a:inv></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Gray &lt;a:gray></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Alpha &lt;a:alpha></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaOffset &lt;a:alphaOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaModulation &lt;a:alphaMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Hue &lt;a:hue></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HueOffset &lt;a:hueOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HueModulation &lt;a:hueMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Saturation &lt;a:sat></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SaturationOffset &lt;a:satOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SaturationModulation &lt;a:satMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Luminance &lt;a:lum></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LuminanceOffset &lt;a:lumOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LuminanceModulation &lt;a:lumMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Red &lt;a:red></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RedOffset &lt;a:redOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RedModulation &lt;a:redMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Green &lt;a:green></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GreenOffset &lt;a:greenOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GreenModulation &lt;a:greenMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Blue &lt;a:blue></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlueOffset &lt;a:blueOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlueModulation &lt;a:blueMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Gamma &lt;a:gamma></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.InverseGamma &lt;a:invGamma></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.#ctor">
            <summary>
            Initializes a new instance of the StyleColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference">
             <summary>
             <para>Defines the LineReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:lnRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
            <item><description>StyleColor &lt;cs:styleClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.#ctor">
            <summary>
            Initializes a new instance of the LineReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference">
             <summary>
             <para>Defines the FillReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:fillRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
            <item><description>StyleColor &lt;cs:styleClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.#ctor">
            <summary>
            Initializes a new instance of the FillReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FillReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FillReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FillReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference">
             <summary>
             <para>Defines the EffectReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:effectRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
            <item><description>StyleColor &lt;cs:styleClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.#ctor">
            <summary>
            Initializes a new instance of the EffectReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EffectReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EffectReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EffectReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference">
             <summary>
             Defines the StyleReference class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
            <item><description>StyleColor &lt;cs:styleClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index">
            <summary>
            <para> idx.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers">
            <summary>
            <para> mods.</para>
            <para>Represents the following attribute in the schema: mods </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.#ctor">
            <summary>
            Initializes a new instance of the StyleReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale">
             <summary>
             <para>Defines the LineWidthScale Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:lineWidthScale.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.#ctor">
            <summary>
            Initializes a new instance of the LineWidthScale class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineWidthScale class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference">
             <summary>
             <para>Defines the FontReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:fontRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
            <item><description>StyleColor &lt;cs:styleClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index">
            <summary>
            <para> idx.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers">
            <summary>
            <para> mods.</para>
            <para>Represents the following attribute in the schema: mods </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.#ctor">
            <summary>
            Initializes a new instance of the FontReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FontReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FontReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FontReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties">
             <summary>
             <para>Defines the ShapeProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType">
             <summary>
             <para>Defines the TextCharacterPropertiesType Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:defRPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Highlight &lt;a:highlight></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.UnderlineFollowsText &lt;a:uLnTx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Underline &lt;a:uLn></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.UnderlineFillText &lt;a:uFillTx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.UnderlineFill &lt;a:uFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LatinFont &lt;a:latin></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EastAsianFont &lt;a:ea></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ComplexScriptFont &lt;a:cs></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SymbolFont &lt;a:sym></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver &lt;a:hlinkMouseOver></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RightToLeft &lt;a:rtl></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji">
            <summary>
            <para> kumimoji.</para>
            <para>Represents the following attribute in the schema: kumimoji </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language">
            <summary>
            <para> lang.</para>
            <para>Represents the following attribute in the schema: lang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage">
            <summary>
            <para> altLang.</para>
            <para>Represents the following attribute in the schema: altLang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize">
            <summary>
            <para> sz.</para>
            <para>Represents the following attribute in the schema: sz </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold">
            <summary>
            <para> b.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic">
            <summary>
            <para> i.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline">
            <summary>
            <para> u.</para>
            <para>Represents the following attribute in the schema: u </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike">
            <summary>
            <para> strike.</para>
            <para>Represents the following attribute in the schema: strike </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning">
            <summary>
            <para> kern.</para>
            <para>Represents the following attribute in the schema: kern </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital">
            <summary>
            <para> cap.</para>
            <para>Represents the following attribute in the schema: cap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing">
            <summary>
            <para> spc.</para>
            <para>Represents the following attribute in the schema: spc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight">
            <summary>
            <para> normalizeH.</para>
            <para>Represents the following attribute in the schema: normalizeH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline">
            <summary>
            <para> baseline.</para>
            <para>Represents the following attribute in the schema: baseline </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof">
            <summary>
            <para> noProof.</para>
            <para>Represents the following attribute in the schema: noProof </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty">
            <summary>
            <para> dirty.</para>
            <para>Represents the following attribute in the schema: dirty </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError">
            <summary>
            <para> err.</para>
            <para>Represents the following attribute in the schema: err </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark">
            <summary>
            <para> bmk.</para>
            <para>Represents the following attribute in the schema: bmk </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.#ctor">
            <summary>
            Initializes a new instance of the TextCharacterPropertiesType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextCharacterPropertiesType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextCharacterPropertiesType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextCharacterPropertiesType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline">
            <summary>
            <para> Outline.</para>
            <para> Represents the following element tag in the schema: a:ln </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties">
             <summary>
             <para>Defines the TextBodyProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:bodyPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.PresetTextWrap &lt;a:prstTxWarp></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoAutoFit &lt;a:noAutofit></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NormalAutoFit &lt;a:normAutofit></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapeAutoFit &lt;a:spAutoFit></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FlatText &lt;a:flatTx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing">
            <summary>
            <para> Paragraph Spacing.</para>
            <para>Represents the following attribute in the schema: spcFirstLastPara </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow">
            <summary>
            <para> Text Vertical Overflow.</para>
            <para>Represents the following attribute in the schema: vertOverflow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow">
            <summary>
            <para> Text Horizontal Overflow.</para>
            <para>Represents the following attribute in the schema: horzOverflow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical">
            <summary>
            <para> Vertical Text.</para>
            <para>Represents the following attribute in the schema: vert </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap">
            <summary>
            <para> Text Wrapping Type.</para>
            <para>Represents the following attribute in the schema: wrap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset">
            <summary>
            <para> Left Inset.</para>
            <para>Represents the following attribute in the schema: lIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset">
            <summary>
            <para> Top Inset.</para>
            <para>Represents the following attribute in the schema: tIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset">
            <summary>
            <para> Right Inset.</para>
            <para>Represents the following attribute in the schema: rIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset">
            <summary>
            <para> Bottom Inset.</para>
            <para>Represents the following attribute in the schema: bIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount">
            <summary>
            <para> Number of Columns.</para>
            <para>Represents the following attribute in the schema: numCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing">
            <summary>
            <para> Space Between Columns.</para>
            <para>Represents the following attribute in the schema: spcCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns">
            <summary>
            <para> Columns Right-To-Left.</para>
            <para>Represents the following attribute in the schema: rtlCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt">
            <summary>
            <para> From WordArt.</para>
            <para>Represents the following attribute in the schema: fromWordArt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor">
            <summary>
            <para> Anchor.</para>
            <para>Represents the following attribute in the schema: anchor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter">
            <summary>
            <para> Anchor Center.</para>
            <para>Represents the following attribute in the schema: anchorCtr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias">
            <summary>
            <para> Force Anti-Alias.</para>
            <para>Represents the following attribute in the schema: forceAA </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight">
            <summary>
            <para> Text Upright.</para>
            <para>Represents the following attribute in the schema: upright </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing">
            <summary>
            <para> Compatible Line Spacing.</para>
            <para>Represents the following attribute in the schema: compatLnSpc </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.#ctor">
            <summary>
            Initializes a new instance of the TextBodyProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBodyProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBodyProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBodyProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap">
            <summary>
            <para> Preset Text Shape.</para>
            <para> Represents the following element tag in the schema: a:prstTxWarp </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties">
             <summary>
             <para>Defines the CategoryAxisProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:categoryAxis.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.#ctor">
            <summary>
            Initializes a new instance of the CategoryAxisProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties">
             <summary>
             <para>Defines the SeriesAxisProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:seriesAxis.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.#ctor">
            <summary>
            Initializes a new instance of the SeriesAxisProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties">
             <summary>
             <para>Defines the ValueAxisProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:valueAxis.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.#ctor">
            <summary>
            Initializes a new instance of the ValueAxisProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties">
            <summary>
            Defines the AxisProperties class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick">
            <summary>
            <para> majorTick.</para>
            <para>Represents the following attribute in the schema: majorTick </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp">
            <summary>
            <para> minorTick.</para>
            <para>Represents the following attribute in the schema: minorTick </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition">
            <summary>
            <para> labelPosition.</para>
            <para>Represents the following attribute in the schema: labelPosition </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines">
            <summary>
            <para> majorGridlines.</para>
            <para>Represents the following attribute in the schema: majorGridlines </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp">
            <summary>
            <para> minorGridlines.</para>
            <para>Represents the following attribute in the schema: minorGridlines </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.#ctor">
            <summary>
            Initializes a new instance of the AxisProperties class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries">
             <summary>
             <para>Defines the DataSeries Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataSeries.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap">
            <summary>
            <para> overlap.</para>
            <para>Represents the following attribute in the schema: overlap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth">
            <summary>
            <para> gapWidth.</para>
            <para>Represents the following attribute in the schema: gapWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth">
            <summary>
            <para> gapDepth.</para>
            <para>Represents the following attribute in the schema: gapDepth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize">
            <summary>
            <para> doughnutHoleSize.</para>
            <para>Represents the following attribute in the schema: doughnutHoleSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible">
            <summary>
            <para> markerVisible.</para>
            <para>Represents the following attribute in the schema: markerVisible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines">
            <summary>
            <para> hiloLines.</para>
            <para>Represents the following attribute in the schema: hiloLines </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines">
            <summary>
            <para> dropLines.</para>
            <para>Represents the following attribute in the schema: dropLines </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines">
            <summary>
            <para> seriesLines.</para>
            <para>Represents the following attribute in the schema: seriesLines </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.#ctor">
            <summary>
            Initializes a new instance of the DataSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels">
             <summary>
             <para>Defines the DataLabels Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataLabels.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position">
            <summary>
            <para> position.</para>
            <para>Represents the following attribute in the schema: position </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value">
            <summary>
            <para> value.</para>
            <para>Represents the following attribute in the schema: value </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName">
            <summary>
            <para> seriesName.</para>
            <para>Represents the following attribute in the schema: seriesName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName">
            <summary>
            <para> categoryName.</para>
            <para>Represents the following attribute in the schema: categoryName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey">
            <summary>
            <para> legendKey.</para>
            <para>Represents the following attribute in the schema: legendKey </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage">
            <summary>
            <para> percentage.</para>
            <para>Represents the following attribute in the schema: percentage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.#ctor">
            <summary>
            Initializes a new instance of the DataLabels class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable">
             <summary>
             <para>Defines the DataTable Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataTable.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys">
            <summary>
            <para> legendKeys.</para>
            <para>Represents the following attribute in the schema: legendKeys </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder">
            <summary>
            <para> horizontalBorder.</para>
            <para>Represents the following attribute in the schema: horizontalBorder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder">
            <summary>
            <para> verticalBorder.</para>
            <para>Represents the following attribute in the schema: verticalBorder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder">
            <summary>
            <para> outlineBorder.</para>
            <para>Represents the following attribute in the schema: outlineBorder </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.#ctor">
            <summary>
            Initializes a new instance of the DataTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend">
             <summary>
             <para>Defines the Legend Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:legend.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible">
            <summary>
            <para> visible.</para>
            <para>Represents the following attribute in the schema: visible </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout">
            <summary>
            <para> includeInLayout.</para>
            <para>Represents the following attribute in the schema: includeInLayout </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position">
            <summary>
            <para> position.</para>
            <para>Represents the following attribute in the schema: position </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.#ctor">
            <summary>
            Initializes a new instance of the Legend class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title">
             <summary>
             <para>Defines the Title Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:title.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position">
            <summary>
            <para> position.</para>
            <para>Represents the following attribute in the schema: position </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.#ctor">
            <summary>
            Initializes a new instance of the Title class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline">
             <summary>
             <para>Defines the Trendline Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:trendline.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add">
            <summary>
            <para> add.</para>
            <para>Represents the following attribute in the schema: add </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation">
            <summary>
            <para> equation.</para>
            <para>Represents the following attribute in the schema: equation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared">
            <summary>
            <para> rsquared.</para>
            <para>Represents the following attribute in the schema: rsquared </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.#ctor">
            <summary>
            Initializes a new instance of the Trendline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties">
             <summary>
             <para>Defines the View3DProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:view3D.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX">
            <summary>
            <para> rotX.</para>
            <para>Represents the following attribute in the schema: rotX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY">
            <summary>
            <para> rotY.</para>
            <para>Represents the following attribute in the schema: rotY </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes">
            <summary>
            <para> rAngAx.</para>
            <para>Represents the following attribute in the schema: rAngAx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective">
            <summary>
            <para> perspective.</para>
            <para>Represents the following attribute in the schema: perspective </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent">
            <summary>
            <para> heightPercent.</para>
            <para>Represents the following attribute in the schema: heightPercent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent">
            <summary>
            <para> depthPercent.</para>
            <para>Represents the following attribute in the schema: depthPercent </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.#ctor">
            <summary>
            Initializes a new instance of the View3DProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle">
             <summary>
             <para>Defines the AxisTitle Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:axisTitle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.#ctor">
            <summary>
            Initializes a new instance of the AxisTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AxisTitle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AxisTitle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AxisTitle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis">
             <summary>
             <para>Defines the CategoryAxis Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:categoryAxis.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.#ctor">
            <summary>
            Initializes a new instance of the CategoryAxis class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CategoryAxis class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CategoryAxis class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CategoryAxis class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea">
             <summary>
             <para>Defines the ChartArea Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:chartArea.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.#ctor">
            <summary>
            Initializes a new instance of the ChartArea class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartArea class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartArea class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartArea class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel">
             <summary>
             <para>Defines the DataLabel Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataLabel.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.#ctor">
            <summary>
            Initializes a new instance of the DataLabel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataLabel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataLabel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataLabel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout">
             <summary>
             <para>Defines the DataLabelCallout Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataLabelCallout.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.#ctor">
            <summary>
            Initializes a new instance of the DataLabelCallout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataLabelCallout class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataLabelCallout class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataLabelCallout class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint">
             <summary>
             <para>Defines the DataPoint Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataPoint.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.#ctor">
            <summary>
            Initializes a new instance of the DataPoint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataPoint class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataPoint class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataPoint class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D">
             <summary>
             <para>Defines the DataPoint3D Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataPoint3D.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.#ctor">
            <summary>
            Initializes a new instance of the DataPoint3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataPoint3D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataPoint3D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataPoint3D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine">
             <summary>
             <para>Defines the DataPointLine Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataPointLine.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.#ctor">
            <summary>
            Initializes a new instance of the DataPointLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataPointLine class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataPointLine class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataPointLine class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker">
             <summary>
             <para>Defines the DataPointMarker Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataPointMarker.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.#ctor">
            <summary>
            Initializes a new instance of the DataPointMarker class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataPointMarker class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataPointMarker class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataPointMarker class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe">
             <summary>
             <para>Defines the DataPointWireframe Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataPointWireframe.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.#ctor">
            <summary>
            Initializes a new instance of the DataPointWireframe class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataPointWireframe class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataPointWireframe class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataPointWireframe class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle">
             <summary>
             <para>Defines the DataTableStyle Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataTable.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.#ctor">
            <summary>
            Initializes a new instance of the DataTableStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataTableStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataTableStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataTableStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar">
             <summary>
             <para>Defines the DownBar Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:downBar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.#ctor">
            <summary>
            Initializes a new instance of the DownBar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DownBar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DownBar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DownBar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine">
             <summary>
             <para>Defines the DropLine Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dropLine.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.#ctor">
            <summary>
            Initializes a new instance of the DropLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DropLine class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DropLine class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DropLine class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar">
             <summary>
             <para>Defines the ErrorBar Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:errorBar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.#ctor">
            <summary>
            Initializes a new instance of the ErrorBar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ErrorBar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ErrorBar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ErrorBar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor">
             <summary>
             <para>Defines the Floor Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:floor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.#ctor">
            <summary>
            Initializes a new instance of the Floor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Floor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Floor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Floor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor">
             <summary>
             <para>Defines the GridlineMajor Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:gridlineMajor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.#ctor">
            <summary>
            Initializes a new instance of the GridlineMajor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GridlineMajor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GridlineMajor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GridlineMajor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor">
             <summary>
             <para>Defines the GridlineMinor Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:gridlineMinor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.#ctor">
            <summary>
            Initializes a new instance of the GridlineMinor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GridlineMinor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GridlineMinor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GridlineMinor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine">
             <summary>
             <para>Defines the HiLoLine Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:hiLoLine.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.#ctor">
            <summary>
            Initializes a new instance of the HiLoLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HiLoLine class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HiLoLine class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HiLoLine class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine">
             <summary>
             <para>Defines the LeaderLine Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:leaderLine.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.#ctor">
            <summary>
            Initializes a new instance of the LeaderLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LeaderLine class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LeaderLine class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LeaderLine class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle">
             <summary>
             <para>Defines the LegendStyle Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:legend.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.#ctor">
            <summary>
            Initializes a new instance of the LegendStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LegendStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LegendStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LegendStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea">
             <summary>
             <para>Defines the PlotArea Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:plotArea.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.#ctor">
            <summary>
            Initializes a new instance of the PlotArea class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PlotArea class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PlotArea class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PlotArea class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D">
             <summary>
             <para>Defines the PlotArea3D Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:plotArea3D.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.#ctor">
            <summary>
            Initializes a new instance of the PlotArea3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PlotArea3D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PlotArea3D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PlotArea3D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis">
             <summary>
             <para>Defines the SeriesAxis Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:seriesAxis.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.#ctor">
            <summary>
            Initializes a new instance of the SeriesAxis class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SeriesAxis class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SeriesAxis class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SeriesAxis class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine">
             <summary>
             <para>Defines the SeriesLine Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:seriesLine.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.#ctor">
            <summary>
            Initializes a new instance of the SeriesLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SeriesLine class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SeriesLine class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SeriesLine class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle">
             <summary>
             <para>Defines the TitleStyle Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:title.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.#ctor">
            <summary>
            Initializes a new instance of the TitleStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TitleStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TitleStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TitleStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle">
             <summary>
             <para>Defines the TrendlineStyle Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:trendline.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.#ctor">
            <summary>
            Initializes a new instance of the TrendlineStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TrendlineStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TrendlineStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TrendlineStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel">
             <summary>
             <para>Defines the TrendlineLabel Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:trendlineLabel.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.#ctor">
            <summary>
            Initializes a new instance of the TrendlineLabel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TrendlineLabel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TrendlineLabel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TrendlineLabel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar">
             <summary>
             <para>Defines the UpBar Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:upBar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.#ctor">
            <summary>
            Initializes a new instance of the UpBar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the UpBar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the UpBar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UpBar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis">
             <summary>
             <para>Defines the ValueAxis Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:valueAxis.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.#ctor">
            <summary>
            Initializes a new instance of the ValueAxis class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ValueAxis class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ValueAxis class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ValueAxis class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall">
             <summary>
             <para>Defines the Wall Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:wall.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.#ctor">
            <summary>
            Initializes a new instance of the Wall class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Wall class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Wall class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Wall class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry">
             <summary>
             Defines the StyleEntry class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;cs:lnRef></description></item>
            <item><description>LineWidthScale &lt;cs:lineWidthScale></description></item>
            <item><description>FillReference &lt;cs:fillRef></description></item>
            <item><description>EffectReference &lt;cs:effectRef></description></item>
            <item><description>FontReference &lt;cs:fontRef></description></item>
            <item><description>ShapeProperties &lt;cs:spPr></description></item>
            <item><description>TextCharacterPropertiesType &lt;cs:defRPr></description></item>
            <item><description>TextBodyProperties &lt;cs:bodyPr></description></item>
            <item><description>OfficeArtExtensionList &lt;cs:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers">
            <summary>
            <para> mods.</para>
            <para>Represents the following attribute in the schema: mods </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference">
            <summary>
            <para> LineReference.</para>
            <para> Represents the following element tag in the schema: cs:lnRef </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale">
            <summary>
            <para> LineWidthScale.</para>
            <para> Represents the following element tag in the schema: cs:lineWidthScale </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference">
            <summary>
            <para> FillReference.</para>
            <para> Represents the following element tag in the schema: cs:fillRef </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference">
            <summary>
            <para> EffectReference.</para>
            <para> Represents the following element tag in the schema: cs:effectRef </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference">
            <summary>
            <para> FontReference.</para>
            <para> Represents the following element tag in the schema: cs:fontRef </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties">
            <summary>
            <para> ShapeProperties.</para>
            <para> Represents the following element tag in the schema: cs:spPr </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType">
            <summary>
            <para> TextCharacterPropertiesType.</para>
            <para> Represents the following element tag in the schema: cs:defRPr </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties">
            <summary>
            <para> TextBodyProperties.</para>
            <para> Represents the following element tag in the schema: cs:bodyPr </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: cs:extLst </para>
            </summary>
            <remark>
            xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.#ctor">
            <summary>
            Initializes a new instance of the StyleEntry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleEntry class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleEntry class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleEntry class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties">
             <summary>
             <para>Defines the MarkerLayoutProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is cs:dataPointMarkerLayout.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol">
            <summary>
            <para> symbol.</para>
            <para>Represents the following attribute in the schema: symbol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.#ctor">
            <summary>
            Initializes a new instance of the MarkerLayoutProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum">
            <summary>
            Defines the ColorStyleMethodEnum enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.Cycle">
            <summary>
            cycle.
            <para>When the item is serialized out as xml, its value is "cycle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinear">
            <summary>
            withinLinear.
            <para>When the item is serialized out as xml, its value is "withinLinear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinear">
            <summary>
            acrossLinear.
            <para>When the item is serialized out as xml, its value is "acrossLinear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinearReversed">
            <summary>
            withinLinearReversed.
            <para>When the item is serialized out as xml, its value is "withinLinearReversed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinearReversed">
            <summary>
            acrossLinearReversed.
            <para>When the item is serialized out as xml, its value is "acrossLinearReversed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum">
            <summary>
            Defines the StyleReferenceModifierEnum enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum.IgnoreCSTransforms">
            <summary>
            ignoreCSTransforms.
            <para>When the item is serialized out as xml, its value is "ignoreCSTransforms".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum">
            <summary>
            Defines the StyleColorEnum enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum.Automatic">
            <summary>
            auto.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum">
            <summary>
            Defines the StyleEntryModifierEnum enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoFillOverride">
            <summary>
            allowNoFillOverride.
            <para>When the item is serialized out as xml, its value is "allowNoFillOverride".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoLineOverride">
            <summary>
            allowNoLineOverride.
            <para>When the item is serialized out as xml, its value is "allowNoLineOverride".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle">
            <summary>
            Defines the MarkerStyle enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Circle">
            <summary>
            circle.
            <para>When the item is serialized out as xml, its value is "circle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dash">
            <summary>
            dash.
            <para>When the item is serialized out as xml, its value is "dash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Diamond">
            <summary>
            diamond.
            <para>When the item is serialized out as xml, its value is "diamond".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dot">
            <summary>
            dot.
            <para>When the item is serialized out as xml, its value is "dot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Plus">
            <summary>
            plus.
            <para>When the item is serialized out as xml, its value is "plus".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Square">
            <summary>
            square.
            <para>When the item is serialized out as xml, its value is "square".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Star">
            <summary>
            star.
            <para>When the item is serialized out as xml, its value is "star".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Triangle">
            <summary>
            triangle.
            <para>When the item is serialized out as xml, its value is "triangle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.X">
            <summary>
            x.
            <para>When the item is serialized out as xml, its value is "x".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean">
            <summary>
            Defines the Boolean enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.False">
            <summary>
            false.
            <para>When the item is serialized out as xml, its value is "false".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.True">
            <summary>
            true.
            <para>When the item is serialized out as xml, its value is "true".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.Ninch">
            <summary>
            ninch.
            <para>When the item is serialized out as xml, its value is "ninch".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch">
            <summary>
            Defines the TickMarkNinch enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Cross">
            <summary>
            cross.
            <para>When the item is serialized out as xml, its value is "cross".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Inside">
            <summary>
            inside.
            <para>When the item is serialized out as xml, its value is "inside".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Outside">
            <summary>
            outside.
            <para>When the item is serialized out as xml, its value is "outside".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Ninch">
            <summary>
            ninch.
            <para>When the item is serialized out as xml, its value is "ninch".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch">
            <summary>
            Defines the TickLabelPositionNinch enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.High">
            <summary>
            high.
            <para>When the item is serialized out as xml, its value is "high".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Low">
            <summary>
            low.
            <para>When the item is serialized out as xml, its value is "low".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.NextToAxis">
            <summary>
            nextToAxis.
            <para>When the item is serialized out as xml, its value is "nextToAxis".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Ninch">
            <summary>
            ninch.
            <para>When the item is serialized out as xml, its value is "ninch".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition">
            <summary>
            Defines the DataLabelsPosition enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Center">
            <summary>
            center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideEnd">
            <summary>
            insideEnd.
            <para>When the item is serialized out as xml, its value is "insideEnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideBase">
            <summary>
            insideBase.
            <para>When the item is serialized out as xml, its value is "insideBase".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.OutsideEnd">
            <summary>
            outsideEnd.
            <para>When the item is serialized out as xml, its value is "outsideEnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Ninch">
            <summary>
            ninch.
            <para>When the item is serialized out as xml, its value is "ninch".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition">
            <summary>
            Defines the LegendPosition enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Right">
            <summary>
            right.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Top">
            <summary>
            top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Left">
            <summary>
            left.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Bottom">
            <summary>
            bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Ninch">
            <summary>
            ninch.
            <para>When the item is serialized out as xml, its value is "ninch".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition">
            <summary>
            Defines the TitlePosition enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Above">
            <summary>
            above.
            <para>When the item is serialized out as xml, its value is "above".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Overlay">
            <summary>
            overlay.
            <para>When the item is serialized out as xml, its value is "overlay".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Off">
            <summary>
            off.
            <para>When the item is serialized out as xml, its value is "off".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Ninch">
            <summary>
            ninch.
            <para>When the item is serialized out as xml, its value is "ninch".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties">
             <summary>
             <para>Defines the BackgroundProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is a15:backgroundPr.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode">
            <summary>
            <para> bwMode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure">
            <summary>
            <para> bwPure.</para>
            <para>Represents the following attribute in the schema: bwPure </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal">
            <summary>
            <para> bwNormal.</para>
            <para>Represents the following attribute in the schema: bwNormal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize">
            <summary>
            <para> targetScreenSize.</para>
            <para>Represents the following attribute in the schema: targetScreenSize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.#ctor">
            <summary>
            Initializes a new instance of the BackgroundProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties">
             <summary>
             <para>Defines the NonVisualGroupProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is a15:nonVisualGroupProps.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup">
            <summary>
            <para> isLegacyGroup.</para>
            <para>Represents the following attribute in the schema: isLegacyGroup </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties">
             <summary>
             <para>Defines the ObjectProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is a15:objectPr.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id">
            <summary>
            <para> objectId.</para>
            <para>Represents the following attribute in the schema: objectId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX">
            <summary>
            <para> isActiveX.</para>
            <para>Represents the following attribute in the schema: isActiveX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType">
            <summary>
            <para> linkType.</para>
            <para>Represents the following attribute in the schema: linkType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.#ctor">
            <summary>
            Initializes a new instance of the ObjectProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine">
             <summary>
             <para>Defines the SignatureLine Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is a15:signatureLine.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine">
            <summary>
            <para> isSignatureLine.</para>
            <para>Represents the following attribute in the schema: isSignatureLine </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId">
            <summary>
            <para> provId.</para>
            <para>Represents the following attribute in the schema: provId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet">
            <summary>
            <para> signingInstructionsSet.</para>
            <para>Represents the following attribute in the schema: signingInstructionsSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments">
            <summary>
            <para> allowComments.</para>
            <para>Represents the following attribute in the schema: allowComments </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate">
            <summary>
            <para> showSignDate.</para>
            <para>Represents the following attribute in the schema: showSignDate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner">
            <summary>
            <para> suggestedSigner.</para>
            <para>Represents the following attribute in the schema: suggestedSigner </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2">
            <summary>
            <para> suggestedSigner2.</para>
            <para>Represents the following attribute in the schema: suggestedSigner2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail">
            <summary>
            <para> suggestedSignerEmail.</para>
            <para>Represents the following attribute in the schema: suggestedSignerEmail </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions">
            <summary>
            <para> signingInstructions.</para>
            <para>Represents the following attribute in the schema: signingInstructions </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml">
            <summary>
            <para> addlXml.</para>
            <para>Represents the following attribute in the schema: addlXml </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl">
            <summary>
            <para> sigProvUrl.</para>
            <para>Represents the following attribute in the schema: sigProvUrl </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.#ctor">
            <summary>
            Initializes a new instance of the SignatureLine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize">
            <summary>
            Defines the TargetScreenSize enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz544x376">
            <summary>
            544x376.
            <para>When the item is serialized out as xml, its value is "544x376".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz640x480">
            <summary>
            640x480.
            <para>When the item is serialized out as xml, its value is "640x480".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz720x512">
            <summary>
            720x512.
            <para>When the item is serialized out as xml, its value is "720x512".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz800x600">
            <summary>
            800x600.
            <para>When the item is serialized out as xml, its value is "800x600".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1024x768">
            <summary>
            1024x768.
            <para>When the item is serialized out as xml, its value is "1024x768".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x882">
            <summary>
            1152x882.
            <para>When the item is serialized out as xml, its value is "1152x882".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x900">
            <summary>
            1152x900.
            <para>When the item is serialized out as xml, its value is "1152x900".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1280x1024">
            <summary>
            1280x1024.
            <para>When the item is serialized out as xml, its value is "1280x1024".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1600x1200">
            <summary>
            1600x1200.
            <para>When the item is serialized out as xml, its value is "1600x1200".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1800x1440">
            <summary>
            1800x1440.
            <para>When the item is serialized out as xml, its value is "1800x1440".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1920x1200">
            <summary>
            1920x1200.
            <para>When the item is serialized out as xml, its value is "1920x1200".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer">
             <summary>
             <para>Defines the TimeSlicer Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is tsle:timeslicer.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfficeArtExtensionList &lt;tsle:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.#ctor">
            <summary>
            Initializes a new instance of the TimeSlicer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimeSlicer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimeSlicer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimeSlicer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: tsle:extLst </para>
            </summary>
            <remark>
            xmlns:tsle = http://schemas.microsoft.com/office/drawing/2012/timeslicer
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is tsle:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition">
             <summary>
             <para>Defines the PresetTransition Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is p15:prstTrans.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset">
            <summary>
            <para> prst.</para>
            <para>Represents the following attribute in the schema: prst </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX">
            <summary>
            <para> invX.</para>
            <para>Represents the following attribute in the schema: invX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY">
            <summary>
            <para> invY.</para>
            <para>Represents the following attribute in the schema: invY </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.#ctor">
            <summary>
            Initializes a new instance of the PresetTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo">
             <summary>
             <para>Defines the PresenceInfo Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is p15:presenceInfo.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId">
            <summary>
            <para> userId.</para>
            <para>Represents the following attribute in the schema: userId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId">
            <summary>
            <para> providerId.</para>
            <para>Represents the following attribute in the schema: providerId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.#ctor">
            <summary>
            Initializes a new instance of the PresenceInfo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo">
             <summary>
             <para>Defines the ThreadingInfo Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is p15:threadingInfo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParentCommentIdentifier &lt;p15:parentCm></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias">
            <summary>
            <para> timeZoneBias.</para>
            <para>Represents the following attribute in the schema: timeZoneBias </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.#ctor">
            <summary>
            Initializes a new instance of the ThreadingInfo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ThreadingInfo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ThreadingInfo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ThreadingInfo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier">
            <summary>
            <para> ParentCommentIdentifier.</para>
            <para> Represents the following element tag in the schema: p15:parentCm </para>
            </summary>
            <remark>
            xmlns:p15 = http://schemas.microsoft.com/office/powerpoint/2012/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList">
             <summary>
             <para>Defines the SlideGuideList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is p15:sldGuideLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtendedGuide &lt;p15:guide></description></item>
            <item><description>ExtensionList &lt;p15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.#ctor">
            <summary>
            Initializes a new instance of the SlideGuideList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideGuideList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideGuideList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideGuideList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList">
             <summary>
             <para>Defines the NotesGuideList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is p15:notesGuideLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtendedGuide &lt;p15:guide></description></item>
            <item><description>ExtensionList &lt;p15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.#ctor">
            <summary>
            Initializes a new instance of the NotesGuideList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NotesGuideList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NotesGuideList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NotesGuideList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList">
             <summary>
             Defines the ExtendedGuideList class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtendedGuide &lt;p15:guide></description></item>
            <item><description>ExtensionList &lt;p15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.#ctor">
            <summary>
            Initializes a new instance of the ExtendedGuideList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtendedGuideList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtendedGuideList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtendedGuideList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased">
             <summary>
             <para>Defines the ChartTrackingReferenceBased Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is p15:chartTrackingRefBased.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.#ctor">
            <summary>
            Initializes a new instance of the ChartTrackingReferenceBased class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier">
             <summary>
             <para>Defines the ParentCommentIdentifier Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is p15:parentCm.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId">
            <summary>
            <para> authorId.</para>
            <para>Represents the following attribute in the schema: authorId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index">
            <summary>
            <para> idx.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.#ctor">
            <summary>
            Initializes a new instance of the ParentCommentIdentifier class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType">
             <summary>
             <para>Defines the ColorType Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is p15:clr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.#ctor">
            <summary>
            Initializes a new instance of the ColorType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList">
             <summary>
             <para>Defines the ExtensionList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is p15:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Presentation.Extension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide">
             <summary>
             <para>Defines the ExtendedGuide Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is p15:guide.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColorType &lt;p15:clr></description></item>
            <item><description>ExtensionList &lt;p15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation">
            <summary>
            <para> orient.</para>
            <para>Represents the following attribute in the schema: orient </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position">
            <summary>
            <para> pos.</para>
            <para>Represents the following attribute in the schema: pos </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn">
            <summary>
            <para> userDrawn.</para>
            <para>Represents the following attribute in the schema: userDrawn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.#ctor">
            <summary>
            Initializes a new instance of the ExtendedGuide class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtendedGuide class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtendedGuide class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtendedGuide class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType">
            <summary>
            <para> ColorType.</para>
            <para> Represents the following element tag in the schema: p15:clr </para>
            </summary>
            <remark>
            xmlns:p15 = http://schemas.microsoft.com/office/powerpoint/2012/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p15:extLst </para>
            </summary>
            <remark>
            xmlns:p15 = http://schemas.microsoft.com/office/powerpoint/2012/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key">
             <summary>
             <para>Defines the Key Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is pRoam:key.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.#ctor">
            <summary>
            Initializes a new instance of the Key class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Key class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value">
             <summary>
             <para>Defines the Value Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is pRoam:value.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.#ctor">
            <summary>
            Initializes a new instance of the Value class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Value class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty">
             <summary>
             <para>Defines the RoamingProperty Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is pRoam:props.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Key &lt;pRoam:key></description></item>
            <item><description>Value &lt;pRoam:value></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.#ctor">
            <summary>
            Initializes a new instance of the RoamingProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RoamingProperty class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RoamingProperty class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RoamingProperty class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key">
            <summary>
            <para> Key.</para>
            <para> Represents the following element tag in the schema: pRoam:key </para>
            </summary>
            <remark>
            xmlns:pRoam = http://schemas.microsoft.com/office/powerpoint/2012/roamingSettings
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value">
            <summary>
            <para> Value.</para>
            <para> Represents the following element tag in the schema: pRoam:value </para>
            </summary>
            <remark>
            xmlns:pRoam = http://schemas.microsoft.com/office/powerpoint/2012/roamingSettings
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath">
             <summary>
             <para>Defines the AbsolutePath Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15ac:absPath.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url">
            <summary>
            <para> url.</para>
            <para>Represents the following attribute in the schema: url </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.#ctor">
            <summary>
            Initializes a new instance of the AbsolutePath class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches">
             <summary>
             <para>Defines the PivotCaches Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotCaches.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.PivotCache &lt;x:pivotCache></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.#ctor">
            <summary>
            Initializes a new instance of the PivotCaches class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotCaches class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotCaches class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotCaches class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches">
             <summary>
             <para>Defines the TimelineCachePivotCaches Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelineCachePivotCaches.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.PivotCache &lt;x:pivotCache></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.#ctor">
            <summary>
            Initializes a new instance of the TimelineCachePivotCaches class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimelineCachePivotCaches class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimelineCachePivotCaches class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimelineCachePivotCaches class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement">
             <summary>
             Defines the OpenXmlPivotCachesElement class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.PivotCache &lt;x:pivotCache></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlPivotCachesElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OpenXmlPivotCachesElement class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OpenXmlPivotCachesElement class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OpenXmlPivotCachesElement class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences">
             <summary>
             <para>Defines the PivotTableReferences Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotTableReferences.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotTableReference &lt;x15:pivotTableReference></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.#ctor">
            <summary>
            Initializes a new instance of the PivotTableReferences class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotTableReferences class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotTableReferences class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotTableReferences class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.QueryTable">
             <summary>
             <para>Defines the QueryTable Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:queryTable.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.QueryTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.QueryTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QueryTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped">
            <summary>
            <para> clipped.</para>
            <para>Represents the following attribute in the schema: clipped </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName">
            <summary>
            <para> sourceDataName.</para>
            <para>Represents the following attribute in the schema: sourceDataName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough">
            <summary>
            <para> drillThrough.</para>
            <para>Represents the following attribute in the schema: drillThrough </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QueryTable.#ctor">
            <summary>
            Initializes a new instance of the QueryTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QueryTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions">
             <summary>
             <para>Defines the WebExtensions Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:webExtensions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WebExtension &lt;x15:webExtension></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.#ctor">
            <summary>
            Initializes a new instance of the WebExtensions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebExtensions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebExtensions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebExtensions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences">
             <summary>
             <para>Defines the TimelineCacheReferences Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelineCacheRefs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimelineCacheReference &lt;x15:timelineCacheRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.#ctor">
            <summary>
            Initializes a new instance of the TimelineCacheReferences class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimelineCacheReferences class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimelineCacheReferences class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimelineCacheReferences class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences">
             <summary>
             <para>Defines the TimelineReferences Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelineRefs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimelineReference &lt;x15:timelineRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.#ctor">
            <summary>
            Initializes a new instance of the TimelineReferences class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimelineReferences class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimelineReferences class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimelineReferences class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties">
             <summary>
             <para>Defines the WorkbookProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:workbookPr.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase">
            <summary>
            <para> chartTrackingRefBase.</para>
            <para>Represents the following attribute in the schema: chartTrackingRefBase </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.#ctor">
            <summary>
            Initializes a new instance of the WorkbookProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles">
             <summary>
             <para>Defines the TimelineStyles Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelineStyles.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimelineStyle &lt;x15:timelineStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle">
            <summary>
            <para> defaultTimelineStyle.</para>
            <para>Represents the following attribute in the schema: defaultTimelineStyle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.#ctor">
            <summary>
            Initializes a new instance of the TimelineStyles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimelineStyles class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimelineStyles class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimelineStyles class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats">
             <summary>
             <para>Defines the DifferentialFormats Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:dxfs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat &lt;x:dxf></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count">
            <summary>
            <para> Format Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.#ctor">
            <summary>
            Initializes a new instance of the DifferentialFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DifferentialFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DifferentialFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DifferentialFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.Connection">
             <summary>
             <para>Defines the Connection Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:connection.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TextProperties &lt;x15:textPr></description></item>
            <item><description>ModelTextProperties &lt;x15:modelTextPr></description></item>
            <item><description>RangeProperties &lt;x15:rangePr></description></item>
            <item><description>OleDbPrpoperties &lt;x15:oledbPr></description></item>
            <item><description>DataFeedProperties &lt;x15:dataFeedPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Connection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.Model">
            <summary>
            <para> model.</para>
            <para>Represents the following attribute in the schema: model </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll">
            <summary>
            <para> excludeFromRefreshAll.</para>
            <para>Represents the following attribute in the schema: excludeFromRefreshAll </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete">
            <summary>
            <para> autoDelete.</para>
            <para>Represents the following attribute in the schema: autoDelete </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin">
            <summary>
            <para> usedByAddin.</para>
            <para>Represents the following attribute in the schema: usedByAddin </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Connection.#ctor">
            <summary>
            Initializes a new instance of the Connection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Connection.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Connection class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Connection.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Connection class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Connection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Connection class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties">
            <summary>
            <para> TextProperties.</para>
            <para> Represents the following element tag in the schema: x15:textPr </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties">
            <summary>
            <para> ModelTextProperties.</para>
            <para> Represents the following element tag in the schema: x15:modelTextPr </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties">
            <summary>
            <para> RangeProperties.</para>
            <para> Represents the following element tag in the schema: x15:rangePr </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties">
            <summary>
            <para> OleDbPrpoperties.</para>
            <para> Represents the following element tag in the schema: x15:oledbPr </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties">
            <summary>
            <para> DataFeedProperties.</para>
            <para> Represents the following element tag in the schema: x15:dataFeedPr </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Connection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember">
             <summary>
             <para>Defines the CalculatedMember Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:calculatedMember.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup">
            <summary>
            <para> measureGroup.</para>
            <para>Represents the following attribute in the schema: measureGroup </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat">
            <summary>
            <para> numberFormat.</para>
            <para>Represents the following attribute in the schema: numberFormat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure">
            <summary>
            <para> measure.</para>
            <para>Represents the following attribute in the schema: measure </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.#ctor">
            <summary>
            Initializes a new instance of the CalculatedMember class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings">
             <summary>
             <para>Defines the PivotTableUISettings Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotTableUISettings.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FieldListActiveTabTopLevelEntity &lt;x15:activeTabTopLevelEntity></description></item>
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName">
            <summary>
            <para> sourceDataName.</para>
            <para>Represents the following attribute in the schema: sourceDataName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden">
            <summary>
            <para> relNeededHidden.</para>
            <para>Represents the following attribute in the schema: relNeededHidden </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.#ctor">
            <summary>
            Initializes a new instance of the PivotTableUISettings class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotTableUISettings class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotTableUISettings class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotTableUISettings class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter">
             <summary>
             <para>Defines the PivotFilter Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotFilter.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay">
            <summary>
            <para> useWholeDay.</para>
            <para>Represents the following attribute in the schema: useWholeDay </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.#ctor">
            <summary>
            Initializes a new instance of the PivotFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames">
             <summary>
             <para>Defines the CachedUniqueNames Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:cachedUniqueNames.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CachedUniqueName &lt;x15:cachedUniqueName></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.#ctor">
            <summary>
            Initializes a new instance of the CachedUniqueNames class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CachedUniqueNames class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CachedUniqueNames class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CachedUniqueNames class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy">
             <summary>
             <para>Defines the CacheHierarchy Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:cacheHierarchy.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn">
            <summary>
            <para> aggregatedColumn.</para>
            <para>Represents the following attribute in the schema: aggregatedColumn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.#ctor">
            <summary>
            Initializes a new instance of the CacheHierarchy class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition">
             <summary>
             <para>Defines the TimelinePivotCacheDefinition Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelinePivotCacheDefinition.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData">
            <summary>
            <para> timelineData.</para>
            <para>Represents the following attribute in the schema: timelineData </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.#ctor">
            <summary>
            Initializes a new instance of the TimelinePivotCacheDefinition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion">
             <summary>
             <para>Defines the PivotCacheIdVersion Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotCacheIdVersion.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion">
            <summary>
            <para> cacheIdSupportedVersion.</para>
            <para>Represents the following attribute in the schema: cacheIdSupportedVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion">
            <summary>
            <para> cacheIdCreatedVersion.</para>
            <para>Represents the following attribute in the schema: cacheIdCreatedVersion </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.#ctor">
            <summary>
            Initializes a new instance of the PivotCacheIdVersion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DataModel">
             <summary>
             <para>Defines the DataModel Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:dataModel.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ModelTables &lt;x15:modelTables></description></item>
            <item><description>ModelRelationships &lt;x15:modelRelationships></description></item>
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataModel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataModel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataModel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad">
            <summary>
            <para> minVersionLoad.</para>
            <para>Represents the following attribute in the schema: minVersionLoad </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataModel.#ctor">
            <summary>
            Initializes a new instance of the DataModel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataModel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataModel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataModel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataModel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataModel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataModel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables">
            <summary>
            <para> ModelTables.</para>
            <para> Represents the following element tag in the schema: x15:modelTables </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships">
            <summary>
            <para> ModelRelationships.</para>
            <para> Represents the following element tag in the schema: x15:modelRelationships </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x15:extLst </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataModel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData">
             <summary>
             <para>Defines the PivotTableData Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotTableData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotRow &lt;x15:pivotRow></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount">
            <summary>
            <para> rowCount.</para>
            <para>Represents the following attribute in the schema: rowCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount">
            <summary>
            <para> columnCount.</para>
            <para>Represents the following attribute in the schema: columnCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId">
            <summary>
            <para> cacheId.</para>
            <para>Represents the following attribute in the schema: cacheId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.#ctor">
            <summary>
            Initializes a new instance of the PivotTableData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotTableData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotTableData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotTableData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled">
             <summary>
             <para>Defines the PivotCacheDecoupled Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotCacheDecoupled.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled">
            <summary>
            <para> decoupled.</para>
            <para>Represents the following attribute in the schema: decoupled </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.#ctor">
            <summary>
            Initializes a new instance of the PivotCacheDecoupled class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DataField">
             <summary>
             <para>Defines the DataField Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:dataField.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct">
            <summary>
            <para> isCountDistinct.</para>
            <para>Represents the following attribute in the schema: isCountDistinct </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataField.#ctor">
            <summary>
            Initializes a new instance of the DataField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState">
             <summary>
             <para>Defines the MovingPeriodState Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:movingPeriodState.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin">
            <summary>
            <para> referenceDateBegin.</para>
            <para>Represents the following attribute in the schema: referenceDateBegin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod">
            <summary>
            <para> referencePeriod.</para>
            <para>Represents the following attribute in the schema: referencePeriod </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple">
            <summary>
            <para> referenceMultiple.</para>
            <para>Represents the following attribute in the schema: referenceMultiple </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod">
            <summary>
            <para> movingPeriod.</para>
            <para>Represents the following attribute in the schema: movingPeriod </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple">
            <summary>
            <para> movingMultiple.</para>
            <para>Represents the following attribute in the schema: movingMultiple </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.#ctor">
            <summary>
            Initializes a new instance of the MovingPeriodState class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches">
             <summary>
             <para>Defines the SlicerCaches Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:slicerCaches.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.SlicerCache &lt;x14:slicerCache></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.#ctor">
            <summary>
            Initializes a new instance of the SlicerCaches class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerCaches class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerCaches class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerCaches class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache">
             <summary>
             <para>Defines the TableSlicerCache Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:tableSlicerCache.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId">
            <summary>
            <para> tableId.</para>
            <para>Represents the following attribute in the schema: tableId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column">
            <summary>
            <para> column.</para>
            <para>Represents the following attribute in the schema: column </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder">
            <summary>
            <para> sortOrder.</para>
            <para>Represents the following attribute in the schema: sortOrder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort">
            <summary>
            <para> customListSort.</para>
            <para>Represents the following attribute in the schema: customListSort </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter">
            <summary>
            <para> crossFilter.</para>
            <para>Represents the following attribute in the schema: crossFilter </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.#ctor">
            <summary>
            Initializes a new instance of the TableSlicerCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableSlicerCache class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableSlicerCache class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableSlicerCache class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x15:extLst </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData">
             <summary>
             <para>Defines the SlicerCacheHideItemsWithNoData Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:slicerCacheHideItemsWithNoData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlicerCacheOlapLevelName &lt;x15:slicerCacheOlapLevelName></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.#ctor">
            <summary>
            Initializes a new instance of the SlicerCacheHideItemsWithNoData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerCacheHideItemsWithNoData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerCacheHideItemsWithNoData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerCacheHideItemsWithNoData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables">
             <summary>
             <para>Defines the SlicerCachePivotTables Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:slicerCachePivotTables.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable &lt;x14:pivotTable></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.#ctor">
            <summary>
            Initializes a new instance of the SlicerCachePivotTables class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerCachePivotTables class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerCachePivotTables class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerCachePivotTables class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.Survey">
             <summary>
             <para>Defines the Survey Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:survey.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SurveyPrSurveyElementPr &lt;x15:surveyPr></description></item>
            <item><description>TitlePrSurveyElementPr &lt;x15:titlePr></description></item>
            <item><description>DescriptionPrSurveyElementPr &lt;x15:descriptionPr></description></item>
            <item><description>SurveyQuestions &lt;x15:questions></description></item>
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Survey.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid">
            <summary>
            <para> guid.</para>
            <para>Represents the following attribute in the schema: guid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Survey.#ctor">
            <summary>
            Initializes a new instance of the Survey class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Survey.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Survey class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Survey.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Survey class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Survey.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Survey class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr">
            <summary>
            <para> SurveyPrSurveyElementPr.</para>
            <para> Represents the following element tag in the schema: x15:surveyPr </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr">
            <summary>
            <para> TitlePrSurveyElementPr.</para>
            <para> Represents the following element tag in the schema: x15:titlePr </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr">
            <summary>
            <para> DescriptionPrSurveyElementPr.</para>
            <para> Represents the following element tag in the schema: x15:descriptionPr </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions">
            <summary>
            <para> SurveyQuestions.</para>
            <para> Represents the following element tag in the schema: x15:questions </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x15:extLst </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Survey.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.Timelines">
             <summary>
             <para>Defines the Timelines Class. The root element of TimeLinePart.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelines.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Timeline &lt;x15:timeline></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timelines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timelines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timelines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timelines.#ctor(DocumentFormat.OpenXml.Packaging.TimeLinePart)">
            <summary>
            Timelines constructor.
            </summary>
            <param name="ownerPart">The owner part of the Timelines.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timelines.Load(DocumentFormat.OpenXml.Packaging.TimeLinePart)">
            <summary>
            Loads the DOM from the TimeLinePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timelines.TimeLinePart">
            <summary>
            Gets the TimeLinePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timelines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Timelines class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timelines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Timelines class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timelines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Timelines class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timelines.#ctor">
            <summary>
            Initializes a new instance of the Timelines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timelines.Save(DocumentFormat.OpenXml.Packaging.TimeLinePart)">
            <summary>
            Saves the DOM into the TimeLinePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timelines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition">
             <summary>
             <para>Defines the TimelineCacheDefinition Class. The root element of TimeLineCachePart.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelineCacheDefinition.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimelineCachePivotTables &lt;x15:pivotTables></description></item>
            <item><description>TimelineState &lt;x15:state></description></item>
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName">
            <summary>
            <para> sourceName.</para>
            <para>Represents the following attribute in the schema: sourceName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.#ctor(DocumentFormat.OpenXml.Packaging.TimeLineCachePart)">
            <summary>
            TimelineCacheDefinition constructor.
            </summary>
            <param name="ownerPart">The owner part of the TimelineCacheDefinition.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.TimeLineCachePart)">
            <summary>
            Loads the DOM from the TimeLineCachePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimeLineCachePart">
            <summary>
            Gets the TimeLineCachePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimelineCacheDefinition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimelineCacheDefinition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimelineCacheDefinition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.#ctor">
            <summary>
            Initializes a new instance of the TimelineCacheDefinition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.TimeLineCachePart)">
            <summary>
            Saves the DOM into the TimeLineCachePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables">
            <summary>
            <para> TimelineCachePivotTables.</para>
            <para> Represents the following element tag in the schema: x15:pivotTables </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState">
            <summary>
            <para> TimelineState.</para>
            <para> Represents the following element tag in the schema: x15:state </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x15:extLst </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference">
             <summary>
             <para>Defines the PivotTableReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotTableReference.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.#ctor">
            <summary>
            Initializes a new instance of the PivotTableReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.WebExtension">
             <summary>
             <para>Defines the WebExtension Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:webExtension.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Excel.Formula &lt;xne:f></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.WebExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference">
            <summary>
            <para> appRef.</para>
            <para>Represents the following attribute in the schema: appRef </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtension.#ctor">
            <summary>
            Initializes a new instance of the WebExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: xne:f </para>
            </summary>
            <remark>
            xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.WebExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference">
             <summary>
             <para>Defines the TimelineCacheReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelineCacheRef.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.#ctor">
            <summary>
            Initializes a new instance of the TimelineCacheReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference">
             <summary>
             <para>Defines the TimelineReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelineRef.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.#ctor">
            <summary>
            Initializes a new instance of the TimelineReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle">
             <summary>
             <para>Defines the TimelineStyle Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelineStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimelineStyleElements &lt;x15:timelineStyleElements></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.#ctor">
            <summary>
            Initializes a new instance of the TimelineStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimelineStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimelineStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimelineStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements">
            <summary>
            <para> TimelineStyleElements.</para>
            <para> Represents the following element tag in the schema: x15:timelineStyleElements </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement">
             <summary>
             <para>Defines the TimelineStyleElement Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelineStyleElement.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId">
            <summary>
            <para> dxfId.</para>
            <para>Represents the following attribute in the schema: dxfId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.#ctor">
            <summary>
            Initializes a new instance of the TimelineStyleElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements">
             <summary>
             <para>Defines the TimelineStyleElements Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timelineStyleElements.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimelineStyleElement &lt;x15:timelineStyleElement></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.#ctor">
            <summary>
            Initializes a new instance of the TimelineStyleElements class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimelineStyleElements class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimelineStyleElements class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimelineStyleElements class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DbTable">
             <summary>
             <para>Defines the DbTable Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:dbTable.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DbTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DbTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbTable.#ctor">
            <summary>
            Initializes a new instance of the DbTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DbTables">
             <summary>
             <para>Defines the DbTables Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:dbTables.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DbTable &lt;x15:dbTable></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DbTables.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DbTables.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbTables.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbTables.#ctor">
            <summary>
            Initializes a new instance of the DbTables class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbTables.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DbTables class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbTables.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DbTables class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbTables.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DbTables class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbTables.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DbCommand">
             <summary>
             <para>Defines the DbCommand Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:dbCommand.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DbCommand.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DbCommand.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbCommand.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text">
            <summary>
            <para> text.</para>
            <para>Represents the following attribute in the schema: text </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbCommand.#ctor">
            <summary>
            Initializes a new instance of the DbCommand class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DbCommand.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TextProperties">
             <summary>
             <para>Defines the TextProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:textPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.TextFields &lt;x:textFields></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt">
            <summary>
            <para> prompt.</para>
            <para>Represents the following attribute in the schema: prompt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType">
            <summary>
            <para> fileType.</para>
            <para>Represents the following attribute in the schema: fileType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage">
            <summary>
            <para> codePage.</para>
            <para>Represents the following attribute in the schema: codePage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet">
            <summary>
            <para> characterSet.</para>
            <para>Represents the following attribute in the schema: characterSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow">
            <summary>
            <para> firstRow.</para>
            <para>Represents the following attribute in the schema: firstRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile">
            <summary>
            <para> sourceFile.</para>
            <para>Represents the following attribute in the schema: sourceFile </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited">
            <summary>
            <para> delimited.</para>
            <para>Represents the following attribute in the schema: delimited </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal">
            <summary>
            <para> decimal.</para>
            <para>Represents the following attribute in the schema: decimal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands">
            <summary>
            <para> thousands.</para>
            <para>Represents the following attribute in the schema: thousands </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter">
            <summary>
            <para> tab.</para>
            <para>Represents the following attribute in the schema: tab </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space">
            <summary>
            <para> space.</para>
            <para>Represents the following attribute in the schema: space </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma">
            <summary>
            <para> comma.</para>
            <para>Represents the following attribute in the schema: comma </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon">
            <summary>
            <para> semicolon.</para>
            <para>Represents the following attribute in the schema: semicolon </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive">
            <summary>
            <para> consecutive.</para>
            <para>Represents the following attribute in the schema: consecutive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier">
            <summary>
            <para> qualifier.</para>
            <para>Represents the following attribute in the schema: qualifier </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter">
            <summary>
            <para> delimiter.</para>
            <para>Represents the following attribute in the schema: delimiter </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.#ctor">
            <summary>
            Initializes a new instance of the TextProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields">
            <summary>
            <para> TextFields.</para>
            <para> Represents the following element tag in the schema: x:textFields </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties">
             <summary>
             <para>Defines the ModelTextProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:modelTextPr.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers">
            <summary>
            <para> headers.</para>
            <para>Represents the following attribute in the schema: headers </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.#ctor">
            <summary>
            Initializes a new instance of the ModelTextProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties">
             <summary>
             <para>Defines the RangeProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:rangePr.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName">
            <summary>
            <para> sourceName.</para>
            <para>Represents the following attribute in the schema: sourceName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.#ctor">
            <summary>
            Initializes a new instance of the RangeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties">
             <summary>
             <para>Defines the OleDbPrpoperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:oledbPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DbTables &lt;x15:dbTables></description></item>
            <item><description>DbCommand &lt;x15:dbCommand></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection">
            <summary>
            <para> connection.</para>
            <para>Represents the following attribute in the schema: connection </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.#ctor">
            <summary>
            Initializes a new instance of the OleDbPrpoperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OleDbPrpoperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OleDbPrpoperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleDbPrpoperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables">
            <summary>
            <para> DbTables.</para>
            <para> Represents the following element tag in the schema: x15:dbTables </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand">
            <summary>
            <para> DbCommand.</para>
            <para> Represents the following element tag in the schema: x15:dbCommand </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties">
             <summary>
             <para>Defines the DataFeedProperties Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:dataFeedPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DbTables &lt;x15:dbTables></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection">
            <summary>
            <para> connection.</para>
            <para>Represents the following attribute in the schema: connection </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.#ctor">
            <summary>
            Initializes a new instance of the DataFeedProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataFeedProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataFeedProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataFeedProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables">
            <summary>
            <para> DbTables.</para>
            <para> Represents the following element tag in the schema: x15:dbTables </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity">
             <summary>
             <para>Defines the FieldListActiveTabTopLevelEntity Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:activeTabTopLevelEntity.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.#ctor">
            <summary>
            Initializes a new instance of the FieldListActiveTabTopLevelEntity class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList">
             <summary>
             <para>Defines the ExtensionList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.Extension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName">
             <summary>
             <para>Defines the CachedUniqueName Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:cachedUniqueName.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index">
            <summary>
            <para> index.</para>
            <para>Represents the following attribute in the schema: index </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.#ctor">
            <summary>
            Initializes a new instance of the CachedUniqueName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ModelTable">
             <summary>
             <para>Defines the ModelTable Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:modelTable.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection">
            <summary>
            <para> connection.</para>
            <para>Represents the following attribute in the schema: connection </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTable.#ctor">
            <summary>
            Initializes a new instance of the ModelTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship">
             <summary>
             <para>Defines the ModelRelationship Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:modelRelationship.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable">
            <summary>
            <para> fromTable.</para>
            <para>Represents the following attribute in the schema: fromTable </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn">
            <summary>
            <para> fromColumn.</para>
            <para>Represents the following attribute in the schema: fromColumn </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable">
            <summary>
            <para> toTable.</para>
            <para>Represents the following attribute in the schema: toTable </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn">
            <summary>
            <para> toColumn.</para>
            <para>Represents the following attribute in the schema: toColumn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.#ctor">
            <summary>
            Initializes a new instance of the ModelRelationship class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ModelTables">
             <summary>
             <para>Defines the ModelTables Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:modelTables.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ModelTable &lt;x15:modelTable></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTables.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTables.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTables.#ctor">
            <summary>
            Initializes a new instance of the ModelTables class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTables.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ModelTables class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTables.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ModelTables class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTables.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ModelTables class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelTables.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships">
             <summary>
             <para>Defines the ModelRelationships Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:modelRelationships.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ModelRelationship &lt;x15:modelRelationship></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.#ctor">
            <summary>
            Initializes a new instance of the ModelRelationships class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ModelRelationships class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ModelRelationships class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ModelRelationships class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell">
             <summary>
             <para>Defines the PivotValueCell Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:c.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Xstring &lt;x15:v></description></item>
            <item><description>PivotValueCellExtra &lt;x15:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item">
            <summary>
            <para> i.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text">
            <summary>
            <para> t.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.#ctor">
            <summary>
            Initializes a new instance of the PivotValueCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotValueCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotValueCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotValueCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring">
            <summary>
            <para> Xstring.</para>
            <para> Represents the following element tag in the schema: x15:v </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra">
            <summary>
            <para> PivotValueCellExtra.</para>
            <para> Represents the following element tag in the schema: x15:x </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.Xstring">
             <summary>
             <para>Defines the Xstring Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:v.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Xstring.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Xstring.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Xstring.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Xstring.#ctor">
            <summary>
            Initializes a new instance of the Xstring class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Xstring.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Xstring class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Xstring.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra">
             <summary>
             <para>Defines the PivotValueCellExtra Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:x.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex">
            <summary>
            <para> in.</para>
            <para>Represents the following attribute in the schema: in </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor">
            <summary>
            <para> bc.</para>
            <para>Represents the following attribute in the schema: bc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor">
            <summary>
            <para> fc.</para>
            <para>Represents the following attribute in the schema: fc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic">
            <summary>
            <para> i.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline">
            <summary>
            <para> un.</para>
            <para>Represents the following attribute in the schema: un </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough">
            <summary>
            <para> st.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold">
            <summary>
            <para> b.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.#ctor">
            <summary>
            Initializes a new instance of the PivotValueCellExtra class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats">
             <summary>
             <para>Defines the PivotTableServerFormats Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotTableServerFormats.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ServerFormat &lt;x15:serverFormat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.#ctor">
            <summary>
            Initializes a new instance of the PivotTableServerFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotTableServerFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotTableServerFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotTableServerFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.ServerFormat">
             <summary>
             <para>Defines the ServerFormat Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:serverFormat.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture">
            <summary>
            <para> Culture.</para>
            <para>Represents the following attribute in the schema: culture </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format">
            <summary>
            <para> Format.</para>
            <para>Represents the following attribute in the schema: format </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.#ctor">
            <summary>
            Initializes a new instance of the ServerFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName">
             <summary>
             <para>Defines the SlicerCacheOlapLevelName Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:slicerCacheOlapLevelName.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName">
            <summary>
            <para> uniqueName.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.#ctor">
            <summary>
            Initializes a new instance of the SlicerCacheOlapLevelName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr">
             <summary>
             <para>Defines the SurveyPrSurveyElementPr Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:surveyPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.#ctor">
            <summary>
            Initializes a new instance of the SurveyPrSurveyElementPr class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurveyPrSurveyElementPr class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurveyPrSurveyElementPr class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurveyPrSurveyElementPr class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr">
             <summary>
             <para>Defines the TitlePrSurveyElementPr Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:titlePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.#ctor">
            <summary>
            Initializes a new instance of the TitlePrSurveyElementPr class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TitlePrSurveyElementPr class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TitlePrSurveyElementPr class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TitlePrSurveyElementPr class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr">
             <summary>
             <para>Defines the DescriptionPrSurveyElementPr Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:descriptionPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.#ctor">
            <summary>
            Initializes a new instance of the DescriptionPrSurveyElementPr class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DescriptionPrSurveyElementPr class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DescriptionPrSurveyElementPr class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DescriptionPrSurveyElementPr class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr">
             <summary>
             <para>Defines the QuestionsPrSurveyElementPr Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:questionsPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.#ctor">
            <summary>
            Initializes a new instance of the QuestionsPrSurveyElementPr class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QuestionsPrSurveyElementPr class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QuestionsPrSurveyElementPr class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QuestionsPrSurveyElementPr class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr">
             <summary>
             <para>Defines the QuestionPrSurveyElementPr Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:questionPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.#ctor">
            <summary>
            Initializes a new instance of the QuestionPrSurveyElementPr class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QuestionPrSurveyElementPr class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QuestionPrSurveyElementPr class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QuestionPrSurveyElementPr class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement">
             <summary>
             Defines the OpenXmlSurveyElementPrElement class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass">
            <summary>
            <para> cssClass.</para>
            <para>Represents the following attribute in the schema: cssClass </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom">
            <summary>
            <para> bottom.</para>
            <para>Represents the following attribute in the schema: bottom </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top">
            <summary>
            <para> top.</para>
            <para>Represents the following attribute in the schema: top </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left">
            <summary>
            <para> left.</para>
            <para>Represents the following attribute in the schema: left </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right">
            <summary>
            <para> right.</para>
            <para>Represents the following attribute in the schema: right </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width">
            <summary>
            <para> width.</para>
            <para>Represents the following attribute in the schema: width </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height">
            <summary>
            <para> height.</para>
            <para>Represents the following attribute in the schema: height </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position">
            <summary>
            <para> position.</para>
            <para>Represents the following attribute in the schema: position </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x15:extLst </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlSurveyElementPrElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OpenXmlSurveyElementPrElement class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OpenXmlSurveyElementPrElement class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OpenXmlSurveyElementPrElement class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions">
             <summary>
             <para>Defines the SurveyQuestions Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:questions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>QuestionsPrSurveyElementPr &lt;x15:questionsPr></description></item>
            <item><description>SurveyQuestion &lt;x15:question></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.#ctor">
            <summary>
            Initializes a new instance of the SurveyQuestions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurveyQuestions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurveyQuestions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurveyQuestions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr">
            <summary>
            <para> QuestionsPrSurveyElementPr.</para>
            <para> Represents the following element tag in the schema: x15:questionsPr </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion">
             <summary>
             <para>Defines the SurveyQuestion Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:question.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>QuestionPrSurveyElementPr &lt;x15:questionPr></description></item>
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding">
            <summary>
            <para> binding.</para>
            <para>Represents the following attribute in the schema: binding </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text">
            <summary>
            <para> text.</para>
            <para>Represents the following attribute in the schema: text </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format">
            <summary>
            <para> format.</para>
            <para>Represents the following attribute in the schema: format </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText">
            <summary>
            <para> helpText.</para>
            <para>Represents the following attribute in the schema: helpText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required">
            <summary>
            <para> required.</para>
            <para>Represents the following attribute in the schema: required </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue">
            <summary>
            <para> defaultValue.</para>
            <para>Represents the following attribute in the schema: defaultValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces">
            <summary>
            <para> decimalPlaces.</para>
            <para>Represents the following attribute in the schema: decimalPlaces </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource">
            <summary>
            <para> rowSource.</para>
            <para>Represents the following attribute in the schema: rowSource </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.#ctor">
            <summary>
            Initializes a new instance of the SurveyQuestion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurveyQuestion class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurveyQuestion class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurveyQuestion class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr">
            <summary>
            <para> QuestionPrSurveyElementPr.</para>
            <para> Represents the following element tag in the schema: x15:questionPr </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x15:extLst </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.Timeline">
             <summary>
             <para>Defines the Timeline Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:timeline.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timeline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache">
            <summary>
            <para> cache.</para>
            <para>Represents the following attribute in the schema: cache </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption">
            <summary>
            <para> caption.</para>
            <para>Represents the following attribute in the schema: caption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader">
            <summary>
            <para> showHeader.</para>
            <para>Represents the following attribute in the schema: showHeader </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel">
            <summary>
            <para> showSelectionLabel.</para>
            <para>Represents the following attribute in the schema: showSelectionLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel">
            <summary>
            <para> showTimeLevel.</para>
            <para>Represents the following attribute in the schema: showTimeLevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar">
            <summary>
            <para> showHorizontalScrollbar.</para>
            <para>Represents the following attribute in the schema: showHorizontalScrollbar </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level">
            <summary>
            <para> level.</para>
            <para>Represents the following attribute in the schema: level </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel">
            <summary>
            <para> selectionLevel.</para>
            <para>Represents the following attribute in the schema: selectionLevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition">
            <summary>
            <para> scrollPosition.</para>
            <para>Represents the following attribute in the schema: scrollPosition </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style">
            <summary>
            <para> style.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timeline.#ctor">
            <summary>
            Initializes a new instance of the Timeline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timeline.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Timeline class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timeline.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Timeline class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timeline.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Timeline class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x15:extLst </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.Timeline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable">
             <summary>
             <para>Defines the TimelineCachePivotTable Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotTable.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId">
            <summary>
            <para> tabId.</para>
            <para>Represents the following attribute in the schema: tabId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.#ctor">
            <summary>
            Initializes a new instance of the TimelineCachePivotTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange">
             <summary>
             <para>Defines the SelectionTimelineRange Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:selection.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.#ctor">
            <summary>
            Initializes a new instance of the SelectionTimelineRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange">
             <summary>
             <para>Defines the BoundsTimelineRange Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:bounds.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.#ctor">
            <summary>
            Initializes a new instance of the BoundsTimelineRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineRange">
            <summary>
            Defines the TimelineRange class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate">
            <summary>
            <para> startDate.</para>
            <para>Represents the following attribute in the schema: startDate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate">
            <summary>
            <para> endDate.</para>
            <para>Represents the following attribute in the schema: endDate </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.#ctor">
            <summary>
            Initializes a new instance of the TimelineRange class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter">
             <summary>
             <para>Defines the AutoFilter Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:autoFilter.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Spreadsheet.FilterColumn &lt;x:filterColumn></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.SortState &lt;x:sortState></description></item>
            <item><description>DocumentFormat.OpenXml.Spreadsheet.ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference">
            <summary>
            <para> Cell or Range Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.#ctor">
            <summary>
            Initializes a new instance of the AutoFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AutoFilter class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AutoFilter class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AutoFilter class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables">
             <summary>
             <para>Defines the TimelineCachePivotTables Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotTables.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimelineCachePivotTable &lt;x15:pivotTable></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.#ctor">
            <summary>
            Initializes a new instance of the TimelineCachePivotTables class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimelineCachePivotTables class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimelineCachePivotTables class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimelineCachePivotTables class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineState">
             <summary>
             <para>Defines the TimelineState Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:state.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SelectionTimelineRange &lt;x15:selection></description></item>
            <item><description>BoundsTimelineRange &lt;x15:bounds></description></item>
            <item><description>MovingPeriodState &lt;x15:movingPeriodState></description></item>
            <item><description>ExtensionList &lt;x15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState">
            <summary>
            <para> singleRangeFilterState.</para>
            <para>Represents the following attribute in the schema: singleRangeFilterState </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion">
            <summary>
            <para> minimalRefreshVersion.</para>
            <para>Represents the following attribute in the schema: minimalRefreshVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion">
            <summary>
            <para> lastRefreshVersion.</para>
            <para>Represents the following attribute in the schema: lastRefreshVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId">
            <summary>
            <para> pivotCacheId.</para>
            <para>Represents the following attribute in the schema: pivotCacheId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType">
            <summary>
            <para> filterType.</para>
            <para>Represents the following attribute in the schema: filterType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId">
            <summary>
            <para> filterId.</para>
            <para>Represents the following attribute in the schema: filterId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId">
            <summary>
            <para> filterTabId.</para>
            <para>Represents the following attribute in the schema: filterTabId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName">
            <summary>
            <para> filterPivotName.</para>
            <para>Represents the following attribute in the schema: filterPivotName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.#ctor">
            <summary>
            Initializes a new instance of the TimelineState class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimelineState class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimelineState class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimelineState class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange">
            <summary>
            <para> SelectionTimelineRange.</para>
            <para> Represents the following element tag in the schema: x15:selection </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange">
            <summary>
            <para> BoundsTimelineRange.</para>
            <para> Represents the following element tag in the schema: x15:bounds </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState">
            <summary>
            <para> MovingPeriodState.</para>
            <para> Represents the following element tag in the schema: x15:movingPeriodState </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x15:extLst </para>
            </summary>
            <remark>
            xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.TimelineState.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.PivotRow">
             <summary>
             <para>Defines the PivotRow Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is x15:pivotRow.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotValueCell &lt;x15:c></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference">
            <summary>
            <para> r.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.#ctor">
            <summary>
            Initializes a new instance of the PivotRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Excel.PivotRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType">
            <summary>
            Defines the TimelineStyleType enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectionLabel">
            <summary>
            selectionLabel.
            <para>When the item is serialized out as xml, its value is "selectionLabel".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.TimeLevel">
            <summary>
            timeLevel.
            <para>When the item is serialized out as xml, its value is "timeLevel".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel1">
            <summary>
            periodLabel1.
            <para>When the item is serialized out as xml, its value is "periodLabel1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel2">
            <summary>
            periodLabel2.
            <para>When the item is serialized out as xml, its value is "periodLabel2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlock">
            <summary>
            selectedTimeBlock.
            <para>When the item is serialized out as xml, its value is "selectedTimeBlock".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.UnselectedTimeBlock">
            <summary>
            unselectedTimeBlock.
            <para>When the item is serialized out as xml, its value is "unselectedTimeBlock".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlockSpace">
            <summary>
            selectedTimeBlockSpace.
            <para>When the item is serialized out as xml, its value is "selectedTimeBlockSpace".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat">
            <summary>
            Defines the CalculatedMemberNumberFormat enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Default">
            <summary>
            default.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Number">
            <summary>
            number.
            <para>When the item is serialized out as xml, its value is "number".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Percent">
            <summary>
            percent.
            <para>When the item is serialized out as xml, its value is "percent".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SXVCellType">
            <summary>
            Defines the SXVCellType enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Boolean">
            <summary>
            b.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Number">
            <summary>
            n.
            <para>When the item is serialized out as xml, its value is "n".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Error">
            <summary>
            e.
            <para>When the item is serialized out as xml, its value is "e".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.String">
            <summary>
            str.
            <para>When the item is serialized out as xml, its value is "str".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Date">
            <summary>
            d.
            <para>When the item is serialized out as xml, its value is "d".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Blank">
            <summary>
            bl.
            <para>When the item is serialized out as xml, its value is "bl".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep">
            <summary>
            Defines the MovingPeriodStep enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Year">
            <summary>
            year.
            <para>When the item is serialized out as xml, its value is "year".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Quarter">
            <summary>
            quarter.
            <para>When the item is serialized out as xml, its value is "quarter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Month">
            <summary>
            month.
            <para>When the item is serialized out as xml, its value is "month".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Week">
            <summary>
            week.
            <para>When the item is serialized out as xml, its value is "week".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Day">
            <summary>
            day.
            <para>When the item is serialized out as xml, its value is "day".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.QuestionType">
            <summary>
            Defines the QuestionType enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionType.CheckBox">
            <summary>
            checkBox.
            <para>When the item is serialized out as xml, its value is "checkBox".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Choice">
            <summary>
            choice.
            <para>When the item is serialized out as xml, its value is "choice".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Date">
            <summary>
            date.
            <para>When the item is serialized out as xml, its value is "date".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Time">
            <summary>
            time.
            <para>When the item is serialized out as xml, its value is "time".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionType.MultipleLinesOfText">
            <summary>
            multipleLinesOfText.
            <para>When the item is serialized out as xml, its value is "multipleLinesOfText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Number">
            <summary>
            number.
            <para>When the item is serialized out as xml, its value is "number".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionType.SingleLineOfText">
            <summary>
            singleLineOfText.
            <para>When the item is serialized out as xml, its value is "singleLineOfText".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat">
            <summary>
            Defines the QuestionFormat enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralDate">
            <summary>
            generalDate.
            <para>When the item is serialized out as xml, its value is "generalDate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongDate">
            <summary>
            longDate.
            <para>When the item is serialized out as xml, its value is "longDate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortDate">
            <summary>
            shortDate.
            <para>When the item is serialized out as xml, its value is "shortDate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongTime">
            <summary>
            longTime.
            <para>When the item is serialized out as xml, its value is "longTime".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortTime">
            <summary>
            shortTime.
            <para>When the item is serialized out as xml, its value is "shortTime".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralNumber">
            <summary>
            generalNumber.
            <para>When the item is serialized out as xml, its value is "generalNumber".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Standard">
            <summary>
            standard.
            <para>When the item is serialized out as xml, its value is "standard".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Fixed">
            <summary>
            fixed.
            <para>When the item is serialized out as xml, its value is "fixed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Percent">
            <summary>
            percent.
            <para>When the item is serialized out as xml, its value is "percent".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Currency">
            <summary>
            currency.
            <para>When the item is serialized out as xml, its value is "currency".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition">
            <summary>
            Defines the SurveyPosition enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Absolute">
            <summary>
            absolute.
            <para>When the item is serialized out as xml, its value is "absolute".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Fixed">
            <summary>
            fixed.
            <para>When the item is serialized out as xml, its value is "fixed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Relative">
            <summary>
            relative.
            <para>When the item is serialized out as xml, its value is "relative".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Static">
            <summary>
            static.
            <para>When the item is serialized out as xml, its value is "static".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Inherit">
            <summary>
            inherit.
            <para>When the item is serialized out as xml, its value is "inherit".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily">
             <summary>
             <para>Defines the ThemeFamily Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is thm15:themeFamily.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfficeArtExtensionList &lt;thm15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid">
            <summary>
            <para> vid.</para>
            <para>Represents the following attribute in the schema: vid </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.#ctor">
            <summary>
            Initializes a new instance of the ThemeFamily class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ThemeFamily class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ThemeFamily class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ThemeFamily class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: thm15:extLst </para>
            </summary>
            <remark>
            xmlns:thm15 = http://schemas.microsoft.com/office/thememl/2012/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is thm15:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant">
             <summary>
             <para>Defines the ThemeVariant Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is thm15:themeVariant.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfficeArtExtensionList &lt;thm15:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid">
            <summary>
            <para> vid.</para>
            <para>Represents the following attribute in the schema: vid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X">
            <summary>
            <para> cx.</para>
            <para>Represents the following attribute in the schema: cx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y">
            <summary>
            <para> cy.</para>
            <para>Represents the following attribute in the schema: cy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.#ctor">
            <summary>
            Initializes a new instance of the ThemeVariant class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ThemeVariant class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ThemeVariant class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ThemeVariant class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: thm15:extLst </para>
            </summary>
            <remark>
            xmlns:thm15 = http://schemas.microsoft.com/office/thememl/2012/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList">
             <summary>
             <para>Defines the ThemeVariantList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is thm15:themeVariantLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ThemeVariant &lt;thm15:themeVariant></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.#ctor">
            <summary>
            Initializes a new instance of the ThemeVariantList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ThemeVariantList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ThemeVariantList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ThemeVariantList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes">
             <summary>
             <para>Defines the Taskpanes Class. The root element of WebExTaskpanesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is wetp:taskpanes.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WebExtensionTaskpane &lt;wetp:taskpane></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.#ctor(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart)">
            <summary>
            Taskpanes constructor.
            </summary>
            <param name="ownerPart">The owner part of the Taskpanes.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Load(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart)">
            <summary>
            Loads the DOM from the WebExTaskpanesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.WebExTaskpanesPart">
            <summary>
            Gets the WebExTaskpanesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Taskpanes class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Taskpanes class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Taskpanes class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.#ctor">
            <summary>
            Initializes a new instance of the Taskpanes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Save(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart)">
            <summary>
            Saves the DOM into the WebExTaskpanesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference">
             <summary>
             <para>Defines the WebExtensionPartReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is wetp:webextensionref.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionPartReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is wetp:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane">
             <summary>
             <para>Defines the WebExtensionTaskpane Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is wetp:taskpane.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WebExtensionPartReference &lt;wetp:webextensionref></description></item>
            <item><description>OfficeArtExtensionList &lt;wetp:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState">
            <summary>
            <para> dockstate.</para>
            <para>Represents the following attribute in the schema: dockstate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility">
            <summary>
            <para> visibility.</para>
            <para>Represents the following attribute in the schema: visibility </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width">
            <summary>
            <para> width.</para>
            <para>Represents the following attribute in the schema: width </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row">
            <summary>
            <para> row.</para>
            <para>Represents the following attribute in the schema: row </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked">
            <summary>
            <para> locked.</para>
            <para>Represents the following attribute in the schema: locked </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionTaskpane class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebExtensionTaskpane class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebExtensionTaskpane class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebExtensionTaskpane class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference">
            <summary>
            <para> WebExtensionPartReference.</para>
            <para> Represents the following element tag in the schema: wetp:webextensionref </para>
            </summary>
            <remark>
            xmlns:wetp = http://schemas.microsoft.com/office/webextensions/taskpanes/2010/11
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: wetp:extLst </para>
            </summary>
            <remark>
            xmlns:wetp = http://schemas.microsoft.com/office/webextensions/taskpanes/2010/11
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension">
             <summary>
             <para>Defines the WebExtension Class. The root element of WebExtensionPart.</para>
             <para> When the object is serialized out as xml, its qualified name is we:webextension.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WebExtensionStoreReference &lt;we:reference></description></item>
            <item><description>WebExtensionReferenceList &lt;we:alternateReferences></description></item>
            <item><description>WebExtensionPropertyBag &lt;we:properties></description></item>
            <item><description>WebExtensionBindingList &lt;we:bindings></description></item>
            <item><description>Snapshot &lt;we:snapshot></description></item>
            <item><description>OfficeArtExtensionList &lt;we:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen">
            <summary>
            <para> frozen.</para>
            <para>Represents the following attribute in the schema: frozen </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.#ctor(DocumentFormat.OpenXml.Packaging.WebExtensionPart)">
            <summary>
            WebExtension constructor.
            </summary>
            <param name="ownerPart">The owner part of the WebExtension.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Load(DocumentFormat.OpenXml.Packaging.WebExtensionPart)">
            <summary>
            Loads the DOM from the WebExtensionPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPart">
            <summary>
            Gets the WebExtensionPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.#ctor">
            <summary>
            Initializes a new instance of the WebExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Save(DocumentFormat.OpenXml.Packaging.WebExtensionPart)">
            <summary>
            Saves the DOM into the WebExtensionPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference">
            <summary>
            <para> WebExtensionStoreReference.</para>
            <para> Represents the following element tag in the schema: we:reference </para>
            </summary>
            <remark>
            xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList">
            <summary>
            <para> WebExtensionReferenceList.</para>
            <para> Represents the following element tag in the schema: we:alternateReferences </para>
            </summary>
            <remark>
            xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag">
            <summary>
            <para> WebExtensionPropertyBag.</para>
            <para> Represents the following element tag in the schema: we:properties </para>
            </summary>
            <remark>
            xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList">
            <summary>
            <para> WebExtensionBindingList.</para>
            <para> Represents the following element tag in the schema: we:bindings </para>
            </summary>
            <remark>
            xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot">
            <summary>
            <para> Snapshot.</para>
            <para> Represents the following element tag in the schema: we:snapshot </para>
            </summary>
            <remark>
            xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: we:extLst </para>
            </summary>
            <remark>
            xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference">
             <summary>
             <para>Defines the WebExtensionReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is we:webextensionref.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty">
             <summary>
             <para>Defines the WebExtensionProperty Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is we:property.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value">
            <summary>
            <para> value.</para>
            <para>Represents the following attribute in the schema: value </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList">
             <summary>
             <para>Defines the OfficeArtExtensionList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is we:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeArtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding">
             <summary>
             <para>Defines the WebExtensionBinding Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is we:binding.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfficeArtExtensionList &lt;we:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference">
            <summary>
            <para> appref.</para>
            <para>Represents the following attribute in the schema: appref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionBinding class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebExtensionBinding class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebExtensionBinding class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebExtensionBinding class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: we:extLst </para>
            </summary>
            <remark>
            xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference">
             <summary>
             <para>Defines the WebExtensionStoreReference Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is we:reference.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfficeArtExtensionList &lt;we:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version">
            <summary>
            <para> version.</para>
            <para>Represents the following attribute in the schema: version </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store">
            <summary>
            <para> store.</para>
            <para>Represents the following attribute in the schema: store </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType">
            <summary>
            <para> storeType.</para>
            <para>Represents the following attribute in the schema: storeType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionStoreReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebExtensionStoreReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebExtensionStoreReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebExtensionStoreReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: we:extLst </para>
            </summary>
            <remark>
            xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList">
             <summary>
             <para>Defines the WebExtensionReferenceList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is we:alternateReferences.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WebExtensionStoreReference &lt;we:reference></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionReferenceList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebExtensionReferenceList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebExtensionReferenceList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebExtensionReferenceList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag">
             <summary>
             <para>Defines the WebExtensionPropertyBag Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is we:properties.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WebExtensionProperty &lt;we:property></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionPropertyBag class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebExtensionPropertyBag class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebExtensionPropertyBag class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebExtensionPropertyBag class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList">
             <summary>
             <para>Defines the WebExtensionBindingList Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is we:bindings.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WebExtensionBinding &lt;we:binding></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionBindingList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebExtensionBindingList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebExtensionBindingList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebExtensionBindingList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot">
             <summary>
             <para>Defines the Snapshot Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is we:snapshot.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaBiLevel &lt;a:alphaBiLevel></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaCeiling &lt;a:alphaCeiling></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaFloor &lt;a:alphaFloor></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaInverse &lt;a:alphaInv></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaModulationEffect &lt;a:alphaMod></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaModulationFixed &lt;a:alphaModFix></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AlphaReplace &lt;a:alphaRepl></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BiLevel &lt;a:biLevel></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Blur &lt;a:blur></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ColorChange &lt;a:clrChange></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ColorReplacement &lt;a:clrRepl></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Duotone &lt;a:duotone></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FillOverlay &lt;a:fillOverlay></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Grayscale &lt;a:grayscl></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Hsl &lt;a:hsl></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LuminanceEffect &lt;a:lum></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.TintEffect &lt;a:tint></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed">
             <summary>
             <para> Embedded Picture Reference.</para>
             <para>Represents the following attribute in the schema: r:embed </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link">
             <summary>
             <para> Linked Picture Reference.</para>
             <para>Represents the following attribute in the schema: r:link </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState">
            <summary>
            <para> cstate.</para>
            <para>Represents the following attribute in the schema: cstate </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.#ctor">
            <summary>
            Initializes a new instance of the Snapshot class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Snapshot class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Snapshot class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Snapshot class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.Color">
             <summary>
             <para>Defines the Color Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:color.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Color.Val">
             <summary>
             <para> Run Content Color.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor">
             <summary>
             <para> Run Content Theme Color.</para>
             <para>Represents the following attribute in the schema: w:themeColor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint">
             <summary>
             <para> Run Content Theme Color Tint.</para>
             <para>Represents the following attribute in the schema: w:themeTint </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade">
             <summary>
             <para> Run Content Theme Color Shade.</para>
             <para>Represents the following attribute in the schema: w:themeShade </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Color.#ctor">
            <summary>
            Initializes a new instance of the Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.DataBinding">
             <summary>
             <para>Defines the DataBinding Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:dataBinding.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.DataBinding.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.DataBinding.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.DataBinding.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings">
             <summary>
             <para> XML Namespace Prefix Mappings.</para>
             <para>Represents the following attribute in the schema: w:prefixMappings </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath">
             <summary>
             <para> XPath.</para>
             <para>Represents the following attribute in the schema: w:xpath </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId">
             <summary>
             <para> Custom XML Data Storage ID.</para>
             <para>Represents the following attribute in the schema: w:storeItemID </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.DataBinding.#ctor">
            <summary>
            Initializes a new instance of the DataBinding class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.DataBinding.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.Appearance">
             <summary>
             <para>Defines the Appearance Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:appearance.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Appearance.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Appearance.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Appearance.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Appearance.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w15:val </para>
             </summary>
            <remark> xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Appearance.#ctor">
            <summary>
            Initializes a new instance of the Appearance class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Appearance.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.CommentsEx">
             <summary>
             <para>Defines the CommentsEx Class. The root element of WordprocessingCommentsExPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:commentsEx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommentEx &lt;w15:commentEx></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.#ctor(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart)">
            <summary>
            CommentsEx constructor.
            </summary>
            <param name="ownerPart">The owner part of the CommentsEx.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart)">
            <summary>
            Loads the DOM from the WordprocessingCommentsExPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.WordprocessingCommentsExPart">
            <summary>
            Gets the WordprocessingCommentsExPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentsEx class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentsEx class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentsEx class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.#ctor">
            <summary>
            Initializes a new instance of the CommentsEx class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart)">
            <summary>
            Saves the DOM into the WordprocessingCommentsExPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.People">
             <summary>
             <para>Defines the People Class. The root element of WordprocessingPeoplePart.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:people.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Person &lt;w15:person></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.People.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.People.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.People.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.People.#ctor(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart)">
            <summary>
            People constructor.
            </summary>
            <param name="ownerPart">The owner part of the People.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.People.Load(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart)">
            <summary>
            Loads the DOM from the WordprocessingPeoplePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.People.WordprocessingPeoplePart">
            <summary>
            Gets the WordprocessingPeoplePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.People.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the People class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.People.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the People class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.People.#ctor(System.String)">
            <summary>
            Initializes a new instance of the People class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.People.#ctor">
            <summary>
            Initializes a new instance of the People class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.People.Save(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart)">
            <summary>
            Saves the DOM into the WordprocessingPeoplePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.People.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection">
             <summary>
             <para>Defines the SdtRepeatedSection Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:repeatingSection.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SectionTitle &lt;w15:sectionTitle></description></item>
            <item><description>DoNotAllowInsertDeleteSection &lt;w15:doNotAllowInsertDeleteSection></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.#ctor">
            <summary>
            Initializes a new instance of the SdtRepeatedSection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtRepeatedSection class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtRepeatedSection class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtRepeatedSection class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle">
            <summary>
            <para> SectionTitle.</para>
            <para> Represents the following element tag in the schema: w15:sectionTitle </para>
            </summary>
            <remark>
            xmlns:w15 = http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection">
            <summary>
            <para> DoNotAllowInsertDeleteSection.</para>
            <para> Represents the following element tag in the schema: w15:doNotAllowInsertDeleteSection </para>
            </summary>
            <remark>
            xmlns:w15 = http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem">
             <summary>
             <para>Defines the SdtRepeatedSectionItem Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:repeatingSectionItem.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.#ctor">
            <summary>
            Initializes a new instance of the SdtRepeatedSectionItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased">
             <summary>
             <para>Defines the ChartTrackingRefBased Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:chartTrackingRefBased.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.#ctor">
            <summary>
            Initializes a new instance of the ChartTrackingRefBased class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed">
             <summary>
             <para>Defines the DefaultCollapsed Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:collapsed.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.#ctor">
            <summary>
            Initializes a new instance of the DefaultCollapsed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked">
             <summary>
             <para>Defines the WebExtensionLinked Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:webExtensionLinked.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionLinked class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated">
             <summary>
             <para>Defines the WebExtensionCreated Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:webExtensionCreated.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.#ctor">
            <summary>
            Initializes a new instance of the WebExtensionCreated class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection">
             <summary>
             <para>Defines the DoNotAllowInsertDeleteSection Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:doNotAllowInsertDeleteSection.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.#ctor">
            <summary>
            Initializes a new instance of the DoNotAllowInsertDeleteSection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.OnOffType">
            <summary>
            Defines the OnOffType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val">
             <summary>
             <para> On/Off Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.OnOffType.#ctor">
            <summary>
            Initializes a new instance of the OnOffType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId">
             <summary>
             <para>Defines the PersistentDocumentId Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:docId.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w15:val </para>
             </summary>
            <remark> xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.#ctor">
            <summary>
            Initializes a new instance of the PersistentDocumentId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns">
             <summary>
             <para>Defines the FootnoteColumns Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:footnoteColumns.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val">
             <summary>
             <para> Decimal Number Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.#ctor">
            <summary>
            Initializes a new instance of the FootnoteColumns class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.CommentEx">
             <summary>
             <para>Defines the CommentEx Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:commentEx.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.CommentEx.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.CommentEx.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentEx.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId">
             <summary>
             <para> paraId.</para>
             <para>Represents the following attribute in the schema: w15:paraId </para>
             </summary>
            <remark> xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent">
             <summary>
             <para> paraIdParent.</para>
             <para>Represents the following attribute in the schema: w15:paraIdParent </para>
             </summary>
            <remark> xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done">
             <summary>
             <para> done.</para>
             <para>Represents the following attribute in the schema: w15:done </para>
             </summary>
            <remark> xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentEx.#ctor">
            <summary>
            Initializes a new instance of the CommentEx class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.CommentEx.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.Person">
             <summary>
             <para>Defines the Person Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:person.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PresenceInfo &lt;w15:presenceInfo></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Person.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Person.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Person.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Person.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w15:author </para>
             </summary>
            <remark> xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Person.Contact">
             <summary>
             <para> contact.</para>
             <para>Represents the following attribute in the schema: w15:contact </para>
             </summary>
            <remark> xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Person.#ctor">
            <summary>
            Initializes a new instance of the Person class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Person.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Person class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Person.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Person class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Person.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Person class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo">
            <summary>
            <para> PresenceInfo.</para>
            <para> Represents the following element tag in the schema: w15:presenceInfo </para>
            </summary>
            <remark>
            xmlns:w15 = http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Person.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo">
             <summary>
             <para>Defines the PresenceInfo Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:presenceInfo.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId">
             <summary>
             <para> providerId.</para>
             <para>Represents the following attribute in the schema: w15:providerId </para>
             </summary>
            <remark> xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId">
             <summary>
             <para> userId.</para>
             <para>Represents the following attribute in the schema: w15:userId </para>
             </summary>
            <remark> xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.#ctor">
            <summary>
            Initializes a new instance of the PresenceInfo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.SectionTitle">
             <summary>
             <para>Defines the SectionTitle Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is w15:sectionTitle.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.SectionTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.SectionTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SectionTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val">
             <summary>
             <para> String Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SectionTitle.#ctor">
            <summary>
            Initializes a new instance of the SectionTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.SectionTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.SdtAppearance">
            <summary>
            Defines the SdtAppearance enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.BoundingBox">
            <summary>
            boundingBox.
            <para>When the item is serialized out as xml, its value is "boundingBox".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Tags">
            <summary>
            tags.
            <para>When the item is serialized out as xml, its value is "tags".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Hidden">
            <summary>
            hidden.
            <para>When the item is serialized out as xml, its value is "hidden".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty">
             <summary>
             <para>Defines the WebVideoProperty Class.</para>
            <para>This class is only available in Office2013.</para>
             <para> When the object is serialized out as xml, its qualified name is wp15:webVideoPr.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml">
            <summary>
            <para> embeddedHtml.</para>
            <para>Represents the following attribute in the schema: embeddedHtml </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height">
            <summary>
            <para> h.</para>
            <para>Represents the following attribute in the schema: h </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width">
            <summary>
            <para> w.</para>
            <para>Represents the following attribute in the schema: w </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.#ctor">
            <summary>
            Initializes a new instance of the WebVideoProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat">
            <summary>
            <para>Number Format.</para>
            <para> When the object is serialized out as xml, its qualified name is c:numFmt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode">
            <summary>
            <para> Number Format Code.</para>
            <para>Represents the following attribute in the schema: formatCode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked">
            <summary>
            <para> Linked to Source.</para>
            <para>Represents the following attribute in the schema: sourceLinked </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.#ctor">
            <summary>
            Initializes a new instance of the NumberingFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties">
             <summary>
             <para>Defines the ChartShapeProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ChartShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TextProperties">
             <summary>
             <para>Defines the TextProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:txPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BodyProperties &lt;a:bodyPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ListStyle &lt;a:lstStyle></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Paragraph &lt;a:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TextProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TextProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TextProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TextProperties.#ctor">
            <summary>
            Initializes a new instance of the TextProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TextProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TextProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TextProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TextProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RichText">
             <summary>
             <para>Rich Text.</para>
             <para> When the object is serialized out as xml, its qualified name is c:rich.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BodyProperties &lt;a:bodyPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ListStyle &lt;a:lstStyle></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Paragraph &lt;a:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RichText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RichText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RichText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RichText.#ctor">
            <summary>
            Initializes a new instance of the RichText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RichText.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RichText class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RichText.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RichText class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RichText.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RichText class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RichText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TextBodyType">
             <summary>
             Defines the TextBodyType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BodyProperties &lt;a:bodyPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ListStyle &lt;a:lstStyle></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Paragraph &lt;a:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties">
            <summary>
            <para> Body Properties.</para>
            <para> Represents the following element tag in the schema: a:bodyPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle">
            <summary>
            <para> Text List Styles.</para>
            <para> Represents the following element tag in the schema: a:lstStyle </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.#ctor">
            <summary>
            Initializes a new instance of the TextBodyType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBodyType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBodyType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBodyType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition">
            <summary>
            <para>Data Label Position.</para>
            <para> When the object is serialized out as xml, its qualified name is c:dLblPos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val">
            <summary>
            <para> Data Label Position Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.#ctor">
            <summary>
            Initializes a new instance of the DataLabelPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey">
            <summary>
            <para>Show Legend Key.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showLegendKey.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.#ctor">
            <summary>
            Initializes a new instance of the ShowLegendKey class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowValue">
            <summary>
            <para>Show Value.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showVal.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowValue.#ctor">
            <summary>
            Initializes a new instance of the ShowValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName">
            <summary>
            <para>Show Category Name.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showCatName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.#ctor">
            <summary>
            Initializes a new instance of the ShowCategoryName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName">
            <summary>
            <para>Show Series Name.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showSerName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.#ctor">
            <summary>
            Initializes a new instance of the ShowSeriesName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent">
            <summary>
            <para>Show Percent.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showPercent.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.#ctor">
            <summary>
            Initializes a new instance of the ShowPercent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize">
            <summary>
            <para>Show Bubble Size.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showBubbleSize.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.#ctor">
            <summary>
            Initializes a new instance of the ShowBubbleSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines">
            <summary>
            <para>Show Leader Lines.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showLeaderLines.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.#ctor">
            <summary>
            Initializes a new instance of the ShowLeaderLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.VaryColors">
            <summary>
            <para>Defines the VaryColors Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:varyColors.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.VaryColors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.VaryColors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.VaryColors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.VaryColors.#ctor">
            <summary>
            Initializes a new instance of the VaryColors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.VaryColors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Wireframe">
            <summary>
            <para>Wireframe.</para>
            <para> When the object is serialized out as xml, its qualified name is c:wireframe.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Wireframe.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Wireframe.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Wireframe.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Wireframe.#ctor">
            <summary>
            Initializes a new instance of the Wireframe class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Wireframe.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Delete">
            <summary>
            <para>Delete.</para>
            <para> When the object is serialized out as xml, its qualified name is c:delete.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Delete.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Delete.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Delete.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Delete.#ctor">
            <summary>
            Initializes a new instance of the Delete class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Delete.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Overlay">
            <summary>
            <para>Overlay.</para>
            <para> When the object is serialized out as xml, its qualified name is c:overlay.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Overlay.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Overlay.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Overlay.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Overlay.#ctor">
            <summary>
            Initializes a new instance of the Overlay class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Overlay.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes">
            <summary>
            <para>Right Angle Axes.</para>
            <para> When the object is serialized out as xml, its qualified name is c:rAngAx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.#ctor">
            <summary>
            Initializes a new instance of the RightAngleAxes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder">
            <summary>
            <para>Show Horizontal Border.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showHorzBorder.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.#ctor">
            <summary>
            Initializes a new instance of the ShowHorizontalBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder">
            <summary>
            <para>Show Vertical Border.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showVertBorder.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.#ctor">
            <summary>
            Initializes a new instance of the ShowVerticalBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder">
            <summary>
            <para>Show Outline Border.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showOutline.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.#ctor">
            <summary>
            Initializes a new instance of the ShowOutlineBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowKeys">
            <summary>
            <para>Show Legend Keys.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showKeys.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.#ctor">
            <summary>
            Initializes a new instance of the ShowKeys class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative">
            <summary>
            <para>Invert if Negative.</para>
            <para> When the object is serialized out as xml, its qualified name is c:invertIfNegative.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.#ctor">
            <summary>
            Initializes a new instance of the InvertIfNegative class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D">
            <summary>
            <para>3D Bubble.</para>
            <para> When the object is serialized out as xml, its qualified name is c:bubble3D.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.#ctor">
            <summary>
            Initializes a new instance of the Bubble3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue">
            <summary>
            <para>Display R Squared Value.</para>
            <para> When the object is serialized out as xml, its qualified name is c:dispRSqr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.#ctor">
            <summary>
            Initializes a new instance of the DisplayRSquaredValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation">
            <summary>
            <para>Display Equation.</para>
            <para> When the object is serialized out as xml, its qualified name is c:dispEq.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.#ctor">
            <summary>
            Initializes a new instance of the DisplayEquation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NoEndCap">
            <summary>
            <para>No End Cap.</para>
            <para> When the object is serialized out as xml, its qualified name is c:noEndCap.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.#ctor">
            <summary>
            Initializes a new instance of the NoEndCap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront">
            <summary>
            <para>Apply To Front.</para>
            <para> When the object is serialized out as xml, its qualified name is c:applyToFront.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.#ctor">
            <summary>
            Initializes a new instance of the ApplyToFront class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides">
            <summary>
            <para>Apply To Sides.</para>
            <para> When the object is serialized out as xml, its qualified name is c:applyToSides.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.#ctor">
            <summary>
            Initializes a new instance of the ApplyToSides class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd">
            <summary>
            <para>Apply to End.</para>
            <para> When the object is serialized out as xml, its qualified name is c:applyToEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.#ctor">
            <summary>
            Initializes a new instance of the ApplyToEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted">
            <summary>
            <para>Auto Title Is Deleted.</para>
            <para> When the object is serialized out as xml, its qualified name is c:autoTitleDeleted.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.#ctor">
            <summary>
            Initializes a new instance of the AutoTitleDeleted class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly">
            <summary>
            <para>Plot Visible Only.</para>
            <para> When the object is serialized out as xml, its qualified name is c:plotVisOnly.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.#ctor">
            <summary>
            Initializes a new instance of the PlotVisibleOnly class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum">
            <summary>
            <para>Show Data Labels over Maximum.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showDLblsOverMax.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.#ctor">
            <summary>
            Initializes a new instance of the ShowDataLabelsOverMaximum class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartObject">
            <summary>
            <para>Chart Object.</para>
            <para> When the object is serialized out as xml, its qualified name is c:chartObject.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartObject.#ctor">
            <summary>
            Initializes a new instance of the ChartObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Data">
            <summary>
            <para>Data Cannot Be Changed.</para>
            <para> When the object is serialized out as xml, its qualified name is c:data.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Data.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Data.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Data.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Data.#ctor">
            <summary>
            Initializes a new instance of the Data class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Data.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Formatting">
            <summary>
            <para>Formatting.</para>
            <para> When the object is serialized out as xml, its qualified name is c:formatting.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Formatting.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Formatting.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Formatting.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Formatting.#ctor">
            <summary>
            Initializes a new instance of the Formatting class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Formatting.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Selection">
            <summary>
            <para>Selection.</para>
            <para> When the object is serialized out as xml, its qualified name is c:selection.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Selection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Selection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Selection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Selection.#ctor">
            <summary>
            Initializes a new instance of the Selection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Selection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UserInterface">
            <summary>
            <para>User Interface.</para>
            <para> When the object is serialized out as xml, its qualified name is c:userInterface.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UserInterface.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UserInterface.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserInterface.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserInterface.#ctor">
            <summary>
            Initializes a new instance of the UserInterface class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserInterface.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate">
            <summary>
            <para>Update Automatically.</para>
            <para> When the object is serialized out as xml, its qualified name is c:autoUpdate.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.#ctor">
            <summary>
            Initializes a new instance of the AutoUpdate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Smooth">
            <summary>
            <para>Defines the Smooth Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:smooth.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Smooth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Smooth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Smooth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Smooth.#ctor">
            <summary>
            Initializes a new instance of the Smooth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Smooth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowMarker">
            <summary>
            <para>Defines the ShowMarker Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:marker.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.#ctor">
            <summary>
            Initializes a new instance of the ShowMarker class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles">
            <summary>
            <para>Defines the ShowNegativeBubbles Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:showNegBubbles.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.#ctor">
            <summary>
            Initializes a new instance of the ShowNegativeBubbles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled">
            <summary>
            <para>Defines the AutoLabeled Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:auto.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.#ctor">
            <summary>
            Initializes a new instance of the AutoLabeled class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels">
            <summary>
            <para>Defines the NoMultiLevelLabels Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:noMultiLvlLbl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.#ctor">
            <summary>
            Initializes a new instance of the NoMultiLevelLabels class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Date1904">
            <summary>
            <para>Defines the Date1904 Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:date1904.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Date1904.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Date1904.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Date1904.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Date1904.#ctor">
            <summary>
            Initializes a new instance of the Date1904 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Date1904.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners">
            <summary>
            <para>Defines the RoundedCorners Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:roundedCorners.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.#ctor">
            <summary>
            Initializes a new instance of the RoundedCorners class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BooleanType">
            <summary>
            Defines the BooleanType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val">
            <summary>
            <para> Boolean Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BooleanType.#ctor">
            <summary>
            Initializes a new instance of the BooleanType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Separator">
            <summary>
            <para>Separator.</para>
            <para> When the object is serialized out as xml, its qualified name is c:separator.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Separator.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Separator.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Separator.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Separator.#ctor">
            <summary>
            Initializes a new instance of the Separator class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Separator.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Separator class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Separator.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TrendlineName">
            <summary>
            <para>Trendline Name.</para>
            <para> When the object is serialized out as xml, its qualified name is c:name.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.#ctor">
            <summary>
            Initializes a new instance of the TrendlineName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TrendlineName class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Formula">
            <summary>
            <para>Defines the Formula Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:f.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Formula.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Formula.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Formula.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Formula.#ctor">
            <summary>
            Initializes a new instance of the Formula class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Formula.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Formula class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Formula.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Layout">
             <summary>
             <para>Layout.</para>
             <para> When the object is serialized out as xml, its qualified name is c:layout.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ManualLayout &lt;c:manualLayout></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Layout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Layout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Layout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Layout.#ctor">
            <summary>
            Initializes a new instance of the Layout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Layout.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Layout class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Layout.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Layout class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Layout.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Layout class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout">
            <summary>
            <para> Manual Layout.</para>
            <para> Represents the following element tag in the schema: c:manualLayout </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Layout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartText">
             <summary>
             <para>Defines the ChartText Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:tx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StringReference &lt;c:strRef></description></item>
            <item><description>RichText &lt;c:rich></description></item>
            <item><description>StringLiteral &lt;c:strLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartText.#ctor">
            <summary>
            Initializes a new instance of the ChartText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartText.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartText class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartText.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartText class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartText.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartText class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference">
            <summary>
            <para> String Reference.</para>
            <para> Represents the following element tag in the schema: c:strRef </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText">
            <summary>
            <para> Rich Text.</para>
            <para> Represents the following element tag in the schema: c:rich </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral">
            <summary>
            <para> String Literal.</para>
            <para> Represents the following element tag in the schema: c:strLit </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines">
             <summary>
             <para>Leader Lines.</para>
             <para> When the object is serialized out as xml, its qualified name is c:leaderLines.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.#ctor">
            <summary>
            Initializes a new instance of the LeaderLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LeaderLines class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LeaderLines class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LeaderLines class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DropLines">
             <summary>
             <para>Drop Lines.</para>
             <para> When the object is serialized out as xml, its qualified name is c:dropLines.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DropLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DropLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DropLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DropLines.#ctor">
            <summary>
            Initializes a new instance of the DropLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DropLines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DropLines class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DropLines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DropLines class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DropLines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DropLines class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DropLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines">
             <summary>
             <para>Major Gridlines.</para>
             <para> When the object is serialized out as xml, its qualified name is c:majorGridlines.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.#ctor">
            <summary>
            Initializes a new instance of the MajorGridlines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MajorGridlines class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MajorGridlines class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MajorGridlines class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines">
             <summary>
             <para>Minor Gridlines.</para>
             <para> When the object is serialized out as xml, its qualified name is c:minorGridlines.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.#ctor">
            <summary>
            Initializes a new instance of the MinorGridlines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MinorGridlines class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MinorGridlines class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MinorGridlines class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines">
             <summary>
             <para>Defines the SeriesLines Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:serLines.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.#ctor">
            <summary>
            Initializes a new instance of the SeriesLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SeriesLines class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SeriesLines class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SeriesLines class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines">
             <summary>
             <para>Defines the HighLowLines Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:hiLowLines.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.#ctor">
            <summary>
            Initializes a new instance of the HighLowLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HighLowLines class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HighLowLines class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HighLowLines class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType">
             <summary>
             Defines the ChartLinesType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.#ctor">
            <summary>
            Initializes a new instance of the ChartLinesType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartLinesType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartLinesType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartLinesType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Index">
            <summary>
            <para>Index.</para>
            <para> When the object is serialized out as xml, its qualified name is c:idx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Index.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Index.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Index.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Index.#ctor">
            <summary>
            Initializes a new instance of the Index class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Index.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Order">
            <summary>
            <para>Order.</para>
            <para> When the object is serialized out as xml, its qualified name is c:order.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Order.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Order.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Order.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Order.#ctor">
            <summary>
            Initializes a new instance of the Order class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Order.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AxisId">
            <summary>
            <para>Axis ID.</para>
            <para> When the object is serialized out as xml, its qualified name is c:axId.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisId.#ctor">
            <summary>
            Initializes a new instance of the AxisId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis">
            <summary>
            <para>Crossing Axis ID.</para>
            <para> When the object is serialized out as xml, its qualified name is c:crossAx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.#ctor">
            <summary>
            Initializes a new instance of the CrossingAxis class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PointCount">
            <summary>
            <para>Point Count.</para>
            <para> When the object is serialized out as xml, its qualified name is c:ptCount.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PointCount.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PointCount.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PointCount.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PointCount.#ctor">
            <summary>
            Initializes a new instance of the PointCount class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PointCount.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint">
            <summary>
            <para>Second Pie Point.</para>
            <para> When the object is serialized out as xml, its qualified name is c:secondPiePt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.#ctor">
            <summary>
            Initializes a new instance of the SecondPiePoint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Explosion">
            <summary>
            <para>Explosion.</para>
            <para> When the object is serialized out as xml, its qualified name is c:explosion.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Explosion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Explosion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Explosion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Explosion.#ctor">
            <summary>
            Initializes a new instance of the Explosion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Explosion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.FormatId">
            <summary>
            <para>Format ID.</para>
            <para> When the object is serialized out as xml, its qualified name is c:fmtId.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FormatId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FormatId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FormatId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FormatId.#ctor">
            <summary>
            Initializes a new instance of the FormatId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FormatId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType">
            <summary>
            Defines the UnsignedIntegerType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val">
            <summary>
            <para> Integer Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.#ctor">
            <summary>
            Initializes a new instance of the UnsignedIntegerType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesText">
             <summary>
             <para>Series Text.</para>
             <para> When the object is serialized out as xml, its qualified name is c:tx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StringReference &lt;c:strRef></description></item>
            <item><description>NumericValue &lt;c:v></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesText.#ctor">
            <summary>
            Initializes a new instance of the SeriesText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesText.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SeriesText class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesText.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SeriesText class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesText.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SeriesText class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference">
            <summary>
            <para> StringReference.</para>
            <para> Represents the following element tag in the schema: c:strRef </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue">
            <summary>
            <para> NumericValue.</para>
            <para> Represents the following element tag in the schema: c:v </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Grouping">
            <summary>
            <para>Grouping.</para>
            <para> When the object is serialized out as xml, its qualified name is c:grouping.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Grouping.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Grouping.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Grouping.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val">
            <summary>
            <para> Grouping Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Grouping.#ctor">
            <summary>
            Initializes a new instance of the Grouping class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Grouping.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries">
             <summary>
             <para>Defines the LineChartSeries Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>Order &lt;c:order></description></item>
            <item><description>SeriesText &lt;c:tx></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>Marker &lt;c:marker></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>DataPoint &lt;c:dPt></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>Trendline &lt;c:trendline></description></item>
            <item><description>ErrorBars &lt;c:errBars></description></item>
            <item><description>CategoryAxisData &lt;c:cat></description></item>
            <item><description>Values &lt;c:val></description></item>
            <item><description>Smooth &lt;c:smooth></description></item>
            <item><description>LineSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.#ctor">
            <summary>
            Initializes a new instance of the LineChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker">
            <summary>
            <para> Marker.</para>
            <para> Represents the following element tag in the schema: c:marker </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabels">
             <summary>
             <para>Data Labels.</para>
             <para> When the object is serialized out as xml, its qualified name is c:dLbls.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataLabel &lt;c:dLbl></description></item>
            <item><description>Delete &lt;c:delete></description></item>
            <item><description>NumberingFormat &lt;c:numFmt></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>DataLabelPosition &lt;c:dLblPos></description></item>
            <item><description>ShowLegendKey &lt;c:showLegendKey></description></item>
            <item><description>ShowValue &lt;c:showVal></description></item>
            <item><description>ShowCategoryName &lt;c:showCatName></description></item>
            <item><description>ShowSeriesName &lt;c:showSerName></description></item>
            <item><description>ShowPercent &lt;c:showPercent></description></item>
            <item><description>ShowBubbleSize &lt;c:showBubbleSize></description></item>
            <item><description>Separator &lt;c:separator></description></item>
            <item><description>ShowLeaderLines &lt;c:showLeaderLines></description></item>
            <item><description>LeaderLines &lt;c:leaderLines></description></item>
            <item><description>DLblsExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataLabels.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataLabels.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabels.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabels.#ctor">
            <summary>
            Initializes a new instance of the DataLabels class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabels.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataLabels class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabels.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataLabels class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabels.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataLabels class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabels.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarDirection">
            <summary>
            <para>Bar Direction.</para>
            <para> When the object is serialized out as xml, its qualified name is c:barDir.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarDirection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarDirection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarDirection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val">
            <summary>
            <para> Bar Direction Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarDirection.#ctor">
            <summary>
            Initializes a new instance of the BarDirection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarDirection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarGrouping">
            <summary>
            <para>Bar Grouping.</para>
            <para> When the object is serialized out as xml, its qualified name is c:grouping.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val">
            <summary>
            <para> Bar Grouping Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.#ctor">
            <summary>
            Initializes a new instance of the BarGrouping class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries">
             <summary>
             <para>Bar Chart Series.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>Order &lt;c:order></description></item>
            <item><description>SeriesText &lt;c:tx></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>InvertIfNegative &lt;c:invertIfNegative></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>DataPoint &lt;c:dPt></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>Trendline &lt;c:trendline></description></item>
            <item><description>ErrorBars &lt;c:errBars></description></item>
            <item><description>CategoryAxisData &lt;c:cat></description></item>
            <item><description>Values &lt;c:val></description></item>
            <item><description>Shape &lt;c:shape></description></item>
            <item><description>BarSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.#ctor">
            <summary>
            Initializes a new instance of the BarChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BarChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BarChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BarChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative">
            <summary>
            <para> InvertIfNegative.</para>
            <para> Represents the following element tag in the schema: c:invertIfNegative </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries">
             <summary>
             <para>Area Chart Series.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>Order &lt;c:order></description></item>
            <item><description>SeriesText &lt;c:tx></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>DataPoint &lt;c:dPt></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>Trendline &lt;c:trendline></description></item>
            <item><description>ErrorBars &lt;c:errBars></description></item>
            <item><description>CategoryAxisData &lt;c:cat></description></item>
            <item><description>Values &lt;c:val></description></item>
            <item><description>AreaSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.#ctor">
            <summary>
            Initializes a new instance of the AreaChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AreaChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AreaChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AreaChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries">
             <summary>
             <para>Pie Chart Series.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>Order &lt;c:order></description></item>
            <item><description>SeriesText &lt;c:tx></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>Explosion &lt;c:explosion></description></item>
            <item><description>DataPoint &lt;c:dPt></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>CategoryAxisData &lt;c:cat></description></item>
            <item><description>Values &lt;c:val></description></item>
            <item><description>PieSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.#ctor">
            <summary>
            Initializes a new instance of the PieChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PieChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PieChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PieChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion">
            <summary>
            <para> Explosion.</para>
            <para> Represents the following element tag in the schema: c:explosion </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries">
             <summary>
             <para>Surface Chart Series.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>Order &lt;c:order></description></item>
            <item><description>SeriesText &lt;c:tx></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>CategoryAxisData &lt;c:cat></description></item>
            <item><description>Values &lt;c:val></description></item>
            <item><description>Bubble3D &lt;c:bubble3D></description></item>
            <item><description>SurfaceSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.#ctor">
            <summary>
            Initializes a new instance of the SurfaceChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurfaceChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurfaceChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurfaceChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData">
            <summary>
            <para> CategoryAxisData.</para>
            <para> Represents the following element tag in the schema: c:cat </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values">
            <summary>
            <para> Values.</para>
            <para> Represents the following element tag in the schema: c:val </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D">
            <summary>
            <para> Bubble3D.</para>
            <para> Represents the following element tag in the schema: c:bubble3D </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList">
            <summary>
            <para> SurfaceSerExtensionList.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BandFormats">
             <summary>
             <para>Band Formats.</para>
             <para> When the object is serialized out as xml, its qualified name is c:bandFmts.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BandFormat &lt;c:bandFmt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BandFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BandFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormats.#ctor">
            <summary>
            Initializes a new instance of the BandFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BandFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BandFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BandFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Scaling">
             <summary>
             <para>Scaling.</para>
             <para> When the object is serialized out as xml, its qualified name is c:scaling.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LogBase &lt;c:logBase></description></item>
            <item><description>Orientation &lt;c:orientation></description></item>
            <item><description>MaxAxisValue &lt;c:max></description></item>
            <item><description>MinAxisValue &lt;c:min></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Scaling.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Scaling.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Scaling.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Scaling.#ctor">
            <summary>
            Initializes a new instance of the Scaling class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Scaling.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Scaling class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Scaling.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Scaling class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Scaling.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Scaling class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase">
            <summary>
            <para> Logarithmic Base.</para>
            <para> Represents the following element tag in the schema: c:logBase </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation">
            <summary>
            <para> Axis Orientation.</para>
            <para> Represents the following element tag in the schema: c:orientation </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue">
            <summary>
            <para> Maximum.</para>
            <para> Represents the following element tag in the schema: c:max </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue">
            <summary>
            <para> Minimum.</para>
            <para> Represents the following element tag in the schema: c:min </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Scaling.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition">
            <summary>
            <para>Axis Position.</para>
            <para> When the object is serialized out as xml, its qualified name is c:axPos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val">
            <summary>
            <para> Axis Position Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.#ctor">
            <summary>
            Initializes a new instance of the AxisPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Title">
             <summary>
             <para>Title.</para>
             <para> When the object is serialized out as xml, its qualified name is c:title.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartText &lt;c:tx></description></item>
            <item><description>Layout &lt;c:layout></description></item>
            <item><description>Overlay &lt;c:overlay></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Title.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Title.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Title.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Title.#ctor">
            <summary>
            Initializes a new instance of the Title class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Title.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Title class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Title.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Title class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Title.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Title class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText">
            <summary>
            <para> Chart Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Title.Layout">
            <summary>
            <para> Layout.</para>
            <para> Represents the following element tag in the schema: c:layout </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay">
            <summary>
            <para> Overlay.</para>
            <para> Represents the following element tag in the schema: c:overlay </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties">
            <summary>
            <para> TextProperties.</para>
            <para> Represents the following element tag in the schema: c:txPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Title.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark">
            <summary>
            <para>Major Tick Mark.</para>
            <para> When the object is serialized out as xml, its qualified name is c:majorTickMark.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.#ctor">
            <summary>
            Initializes a new instance of the MajorTickMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark">
            <summary>
            <para>Minor Tick Mark.</para>
            <para> When the object is serialized out as xml, its qualified name is c:minorTickMark.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.#ctor">
            <summary>
            Initializes a new instance of the MinorTickMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TickMarkType">
            <summary>
            Defines the TickMarkType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val">
            <summary>
            <para> Tick Mark Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.#ctor">
            <summary>
            Initializes a new instance of the TickMarkType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition">
            <summary>
            <para>Tick Label Position.</para>
            <para> When the object is serialized out as xml, its qualified name is c:tickLblPos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val">
            <summary>
            <para> Tick Label Position Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.#ctor">
            <summary>
            Initializes a new instance of the TickLabelPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Crosses">
            <summary>
            <para>Crosses.</para>
            <para> When the object is serialized out as xml, its qualified name is c:crosses.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Crosses.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Crosses.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Crosses.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val">
            <summary>
            <para> Crosses Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Crosses.#ctor">
            <summary>
            Initializes a new instance of the Crosses class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Crosses.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt">
            <summary>
            <para>Crossing Value.</para>
            <para> When the object is serialized out as xml, its qualified name is c:crossesAt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.#ctor">
            <summary>
            Initializes a new instance of the CrossesAt class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Left">
            <summary>
            <para>Left.</para>
            <para> When the object is serialized out as xml, its qualified name is c:x.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Left.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Left.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Left.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Left.#ctor">
            <summary>
            Initializes a new instance of the Left class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Left.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Top">
            <summary>
            <para>Top.</para>
            <para> When the object is serialized out as xml, its qualified name is c:y.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Top.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Top.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Top.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Top.#ctor">
            <summary>
            Initializes a new instance of the Top class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Top.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Width">
            <summary>
            <para>Width.</para>
            <para> When the object is serialized out as xml, its qualified name is c:w.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Width.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Width.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Width.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Width.#ctor">
            <summary>
            Initializes a new instance of the Width class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Width.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Height">
            <summary>
            <para>Height.</para>
            <para> When the object is serialized out as xml, its qualified name is c:h.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Height.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Height.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Height.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Height.#ctor">
            <summary>
            Initializes a new instance of the Height class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Height.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Forward">
            <summary>
            <para>Forward.</para>
            <para> When the object is serialized out as xml, its qualified name is c:forward.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Forward.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Forward.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Forward.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Forward.#ctor">
            <summary>
            Initializes a new instance of the Forward class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Forward.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Backward">
            <summary>
            <para>Backward.</para>
            <para> When the object is serialized out as xml, its qualified name is c:backward.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Backward.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Backward.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Backward.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Backward.#ctor">
            <summary>
            Initializes a new instance of the Backward class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Backward.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Intercept">
            <summary>
            <para>Intercept.</para>
            <para> When the object is serialized out as xml, its qualified name is c:intercept.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Intercept.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Intercept.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Intercept.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Intercept.#ctor">
            <summary>
            Initializes a new instance of the Intercept class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Intercept.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue">
            <summary>
            <para>Error Bar Value.</para>
            <para> When the object is serialized out as xml, its qualified name is c:val.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.#ctor">
            <summary>
            Initializes a new instance of the ErrorBarValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SplitPosition">
            <summary>
            <para>Split Position.</para>
            <para> When the object is serialized out as xml, its qualified name is c:splitPos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.#ctor">
            <summary>
            Initializes a new instance of the SplitPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit">
            <summary>
            <para>Custom Display Unit.</para>
            <para> When the object is serialized out as xml, its qualified name is c:custUnit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.#ctor">
            <summary>
            Initializes a new instance of the CustomDisplayUnit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue">
            <summary>
            <para>Maximum.</para>
            <para> When the object is serialized out as xml, its qualified name is c:max.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.#ctor">
            <summary>
            Initializes a new instance of the MaxAxisValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue">
            <summary>
            <para>Minimum.</para>
            <para> When the object is serialized out as xml, its qualified name is c:min.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.#ctor">
            <summary>
            Initializes a new instance of the MinAxisValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DoubleType">
            <summary>
            Defines the DoubleType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val">
            <summary>
            <para> Floating Point Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DoubleType.#ctor">
            <summary>
            Initializes a new instance of the DoubleType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace">
             <summary>
             <para>Chart Space. The root element of ChartPart.</para>
             <para> When the object is serialized out as xml, its qualified name is c:chartSpace.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Date1904 &lt;c:date1904></description></item>
            <item><description>EditingLanguage &lt;c:lang></description></item>
            <item><description>RoundedCorners &lt;c:roundedCorners></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style &lt;c14:style></description></item>
            <item><description>Style &lt;c:style></description></item>
            <item><description>ColorMapOverride &lt;c:clrMapOvr></description></item>
            <item><description>PivotSource &lt;c:pivotSource></description></item>
            <item><description>Protection &lt;c:protection></description></item>
            <item><description>Chart &lt;c:chart></description></item>
            <item><description>ShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>ExternalData &lt;c:externalData></description></item>
            <item><description>PrintSettings &lt;c:printSettings></description></item>
            <item><description>UserShapesReference &lt;c:userShapes></description></item>
            <item><description>ChartSpaceExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.#ctor(DocumentFormat.OpenXml.Packaging.ChartPart)">
            <summary>
            ChartSpace constructor.
            </summary>
            <param name="ownerPart">The owner part of the ChartSpace.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ChartPart)">
            <summary>
            Loads the DOM from the ChartPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartPart">
            <summary>
            Gets the ChartPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartSpace class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartSpace class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartSpace class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.#ctor">
            <summary>
            Initializes a new instance of the ChartSpace class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ChartPart)">
            <summary>
            Saves the DOM into the ChartPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904">
            <summary>
            <para> Date1904.</para>
            <para> Represents the following element tag in the schema: c:date1904 </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage">
            <summary>
            <para> EditingLanguage.</para>
            <para> Represents the following element tag in the schema: c:lang </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners">
            <summary>
            <para> RoundedCorners.</para>
            <para> Represents the following element tag in the schema: c:roundedCorners </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UserShapes">
             <summary>
             <para>User Shapes. The root element of ChartDrawingPart.</para>
             <para> When the object is serialized out as xml, its qualified name is c:userShapes.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize &lt;cdr:relSizeAnchor></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize &lt;cdr:absSizeAnchor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.#ctor(DocumentFormat.OpenXml.Packaging.ChartDrawingPart)">
            <summary>
            UserShapes constructor.
            </summary>
            <param name="ownerPart">The owner part of the UserShapes.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Load(DocumentFormat.OpenXml.Packaging.ChartDrawingPart)">
            <summary>
            Loads the DOM from the ChartDrawingPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.ChartDrawingPart">
            <summary>
            Gets the ChartDrawingPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the UserShapes class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the UserShapes class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UserShapes class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.#ctor">
            <summary>
            Initializes a new instance of the UserShapes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Save(DocumentFormat.OpenXml.Packaging.ChartDrawingPart)">
            <summary>
            Saves the DOM into the ChartDrawingPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartReference">
            <summary>
            <para>Reference to Chart Part.</para>
            <para> When the object is serialized out as xml, its qualified name is c:chart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartReference.#ctor">
            <summary>
            Initializes a new instance of the ChartReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter">
            <summary>
            <para>Legacy Drawing for Headers and Footers.</para>
            <para> When the object is serialized out as xml, its qualified name is c:legacyDrawingHF.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.#ctor">
            <summary>
            Initializes a new instance of the LegacyDrawingHeaderFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference">
            <summary>
            <para>Defines the UserShapesReference Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:userShapes.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.#ctor">
            <summary>
            Initializes a new instance of the UserShapesReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType">
            <summary>
            Defines the RelationshipIdType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id">
             <summary>
             <para> Relationship Reference.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.#ctor">
            <summary>
            Initializes a new instance of the RelationshipIdType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Extension">
            <summary>
            <para>Extension.</para>
            <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Extension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Extension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Extension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri">
            <summary>
            <para> Uniform Resource Identifier.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Extension.#ctor">
            <summary>
            Initializes a new instance of the Extension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Extension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Extension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Extension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Extension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Extension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Extension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Extension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumericValue">
            <summary>
            <para>Numeric Value.</para>
            <para> When the object is serialized out as xml, its qualified name is c:v.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumericValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumericValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumericValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumericValue.#ctor">
            <summary>
            Initializes a new instance of the NumericValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumericValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumericValue class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumericValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.FormatCode">
            <summary>
            <para>Format Code.</para>
            <para> When the object is serialized out as xml, its qualified name is c:formatCode.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FormatCode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FormatCode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FormatCode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FormatCode.#ctor">
            <summary>
            Initializes a new instance of the FormatCode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FormatCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormatCode class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FormatCode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.OddHeader">
            <summary>
            <para>Odd Header.</para>
            <para> When the object is serialized out as xml, its qualified name is c:oddHeader.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OddHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OddHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OddHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OddHeader.#ctor">
            <summary>
            Initializes a new instance of the OddHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OddHeader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OddHeader class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OddHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.OddFooter">
            <summary>
            <para>Odd Footer.</para>
            <para> When the object is serialized out as xml, its qualified name is c:oddFooter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OddFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OddFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OddFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OddFooter.#ctor">
            <summary>
            Initializes a new instance of the OddFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OddFooter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OddFooter class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OddFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.EvenHeader">
            <summary>
            <para>Even Header.</para>
            <para> When the object is serialized out as xml, its qualified name is c:evenHeader.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.#ctor">
            <summary>
            Initializes a new instance of the EvenHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EvenHeader class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.EvenFooter">
            <summary>
            <para>Even Footer.</para>
            <para> When the object is serialized out as xml, its qualified name is c:evenFooter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.#ctor">
            <summary>
            Initializes a new instance of the EvenFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EvenFooter class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.FirstHeader">
            <summary>
            <para>First Header.</para>
            <para> When the object is serialized out as xml, its qualified name is c:firstHeader.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.#ctor">
            <summary>
            Initializes a new instance of the FirstHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FirstHeader class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.FirstFooter">
            <summary>
            <para>First Footer.</para>
            <para> When the object is serialized out as xml, its qualified name is c:firstFooter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.#ctor">
            <summary>
            Initializes a new instance of the FirstFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FirstFooter class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PivotTableName">
            <summary>
            <para>Pivot Name.</para>
            <para> When the object is serialized out as xml, its qualified name is c:name.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.#ctor">
            <summary>
            Initializes a new instance of the PivotTableName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotTableName class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint">
             <summary>
             <para>Numeric Point.</para>
             <para> When the object is serialized out as xml, its qualified name is c:pt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumericValue &lt;c:v></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index">
            <summary>
            <para> Index.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode">
            <summary>
            <para> Number Format.</para>
            <para>Represents the following attribute in the schema: formatCode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.#ctor">
            <summary>
            Initializes a new instance of the NumericPoint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumericPoint class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumericPoint class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumericPoint class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue">
            <summary>
            <para> Numeric Value.</para>
            <para> Represents the following element tag in the schema: c:v </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList">
             <summary>
             <para>Defines the ExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Extension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberReference">
             <summary>
             <para>Number Reference.</para>
             <para> When the object is serialized out as xml, its qualified name is c:numRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Formula &lt;c:f></description></item>
            <item><description>NumberingCache &lt;c:numCache></description></item>
            <item><description>NumRefExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.#ctor">
            <summary>
            Initializes a new instance of the NumberReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: c:f </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache">
            <summary>
            <para> NumberingCache.</para>
            <para> Represents the following element tag in the schema: c:numCache </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList">
            <summary>
            <para> NumRefExtensionList.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral">
             <summary>
             <para>Number Literal.</para>
             <para> When the object is serialized out as xml, its qualified name is c:numLit.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FormatCode &lt;c:formatCode></description></item>
            <item><description>PointCount &lt;c:ptCount></description></item>
            <item><description>NumericPoint &lt;c:pt></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.#ctor">
            <summary>
            Initializes a new instance of the NumberLiteral class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberLiteral class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberLiteral class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberLiteral class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache">
             <summary>
             <para>Defines the NumberingCache Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:numCache.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FormatCode &lt;c:formatCode></description></item>
            <item><description>PointCount &lt;c:ptCount></description></item>
            <item><description>NumericPoint &lt;c:pt></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.#ctor">
            <summary>
            Initializes a new instance of the NumberingCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberingCache class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberingCache class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberingCache class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberDataType">
             <summary>
             Defines the NumberDataType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FormatCode &lt;c:formatCode></description></item>
            <item><description>PointCount &lt;c:ptCount></description></item>
            <item><description>NumericPoint &lt;c:pt></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode">
            <summary>
            <para> Format Code.</para>
            <para> Represents the following element tag in the schema: c:formatCode </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount">
            <summary>
            <para> Point Count.</para>
            <para> Represents the following element tag in the schema: c:ptCount </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.#ctor">
            <summary>
            Initializes a new instance of the NumberDataType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberDataType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberDataType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberDataType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Level">
             <summary>
             <para>Level.</para>
             <para> When the object is serialized out as xml, its qualified name is c:lvl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StringPoint &lt;c:pt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Level.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Level.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Level.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Level.#ctor">
            <summary>
            Initializes a new instance of the Level class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Level.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Level.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Level.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Level.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference">
             <summary>
             <para>Multi Level String Reference.</para>
             <para> When the object is serialized out as xml, its qualified name is c:multiLvlStrRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Formula &lt;c:f></description></item>
            <item><description>MultiLevelStringCache &lt;c:multiLvlStrCache></description></item>
            <item><description>MultiLvlStrRefExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.#ctor">
            <summary>
            Initializes a new instance of the MultiLevelStringReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MultiLevelStringReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MultiLevelStringReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MultiLevelStringReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: c:f </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache">
            <summary>
            <para> MultiLevelStringCache.</para>
            <para> Represents the following element tag in the schema: c:multiLvlStrCache </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList">
            <summary>
            <para> MultiLvlStrRefExtensionList.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StringReference">
             <summary>
             <para>Defines the StringReference Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:strRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Formula &lt;c:f></description></item>
            <item><description>StringCache &lt;c:strCache></description></item>
            <item><description>StrRefExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringReference.#ctor">
            <summary>
            Initializes a new instance of the StringReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StringReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StringReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StringReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: c:f </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache">
            <summary>
            <para> StringCache.</para>
            <para> Represents the following element tag in the schema: c:strCache </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList">
            <summary>
            <para> StrRefExtensionList.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral">
             <summary>
             <para>String Literal.</para>
             <para> When the object is serialized out as xml, its qualified name is c:strLit.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PointCount &lt;c:ptCount></description></item>
            <item><description>StringPoint &lt;c:pt></description></item>
            <item><description>StrDataExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.#ctor">
            <summary>
            Initializes a new instance of the StringLiteral class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StringLiteral class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StringLiteral class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StringLiteral class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StringCache">
             <summary>
             <para>Defines the StringCache Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:strCache.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PointCount &lt;c:ptCount></description></item>
            <item><description>StringPoint &lt;c:pt></description></item>
            <item><description>StrDataExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringCache.#ctor">
            <summary>
            Initializes a new instance of the StringCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StringCache class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StringCache class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StringCache class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StringDataType">
             <summary>
             Defines the StringDataType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PointCount &lt;c:ptCount></description></item>
            <item><description>StringPoint &lt;c:pt></description></item>
            <item><description>StrDataExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount">
            <summary>
            <para> PointCount.</para>
            <para> Represents the following element tag in the schema: c:ptCount </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringDataType.#ctor">
            <summary>
            Initializes a new instance of the StringDataType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringDataType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StringDataType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringDataType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StringDataType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringDataType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StringDataType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget">
            <summary>
            <para>Layout Target.</para>
            <para> When the object is serialized out as xml, its qualified name is c:layoutTarget.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val">
            <summary>
            <para> Layout Target Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.#ctor">
            <summary>
            Initializes a new instance of the LayoutTarget class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LeftMode">
            <summary>
            <para>Left Mode.</para>
            <para> When the object is serialized out as xml, its qualified name is c:xMode.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LeftMode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LeftMode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LeftMode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LeftMode.#ctor">
            <summary>
            Initializes a new instance of the LeftMode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LeftMode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TopMode">
            <summary>
            <para>Top Mode.</para>
            <para> When the object is serialized out as xml, its qualified name is c:yMode.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TopMode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TopMode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TopMode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TopMode.#ctor">
            <summary>
            Initializes a new instance of the TopMode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TopMode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.WidthMode">
            <summary>
            <para>Width Mode.</para>
            <para> When the object is serialized out as xml, its qualified name is c:wMode.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.WidthMode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.WidthMode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.WidthMode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.WidthMode.#ctor">
            <summary>
            Initializes a new instance of the WidthMode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.WidthMode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.HeightMode">
            <summary>
            <para>Height Mode.</para>
            <para> When the object is serialized out as xml, its qualified name is c:hMode.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeightMode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeightMode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeightMode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeightMode.#ctor">
            <summary>
            Initializes a new instance of the HeightMode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeightMode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType">
            <summary>
            Defines the LayoutModeType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val">
            <summary>
            <para> Layout Mode Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.#ctor">
            <summary>
            Initializes a new instance of the LayoutModeType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout">
             <summary>
             <para>Manual Layout.</para>
             <para> When the object is serialized out as xml, its qualified name is c:manualLayout.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LayoutTarget &lt;c:layoutTarget></description></item>
            <item><description>LeftMode &lt;c:xMode></description></item>
            <item><description>TopMode &lt;c:yMode></description></item>
            <item><description>WidthMode &lt;c:wMode></description></item>
            <item><description>HeightMode &lt;c:hMode></description></item>
            <item><description>Left &lt;c:x></description></item>
            <item><description>Top &lt;c:y></description></item>
            <item><description>Width &lt;c:w></description></item>
            <item><description>Height &lt;c:h></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.#ctor">
            <summary>
            Initializes a new instance of the ManualLayout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ManualLayout class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ManualLayout class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ManualLayout class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget">
            <summary>
            <para> Layout Target.</para>
            <para> Represents the following element tag in the schema: c:layoutTarget </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode">
            <summary>
            <para> Left Mode.</para>
            <para> Represents the following element tag in the schema: c:xMode </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode">
            <summary>
            <para> Top Mode.</para>
            <para> Represents the following element tag in the schema: c:yMode </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode">
            <summary>
            <para> Width Mode.</para>
            <para> Represents the following element tag in the schema: c:wMode </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode">
            <summary>
            <para> Height Mode.</para>
            <para> Represents the following element tag in the schema: c:hMode </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left">
            <summary>
            <para> Left.</para>
            <para> Represents the following element tag in the schema: c:x </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top">
            <summary>
            <para> Top.</para>
            <para> Represents the following element tag in the schema: c:y </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width">
            <summary>
            <para> Width.</para>
            <para> Represents the following element tag in the schema: c:w </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height">
            <summary>
            <para> Height.</para>
            <para> Represents the following element tag in the schema: c:h </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RotateX">
            <summary>
            <para>X Rotation.</para>
            <para> When the object is serialized out as xml, its qualified name is c:rotX.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RotateX.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RotateX.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RotateX.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val">
            <summary>
            <para> X Rotation Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RotateX.#ctor">
            <summary>
            Initializes a new instance of the RotateX class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RotateX.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.HeightPercent">
            <summary>
            <para>Height Percent.</para>
            <para> When the object is serialized out as xml, its qualified name is c:hPercent.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val">
            <summary>
            <para> Height Percent Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.#ctor">
            <summary>
            Initializes a new instance of the HeightPercent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RotateY">
            <summary>
            <para>Y Rotation.</para>
            <para> When the object is serialized out as xml, its qualified name is c:rotY.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RotateY.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RotateY.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RotateY.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val">
            <summary>
            <para> Y Rotation Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RotateY.#ctor">
            <summary>
            Initializes a new instance of the RotateY class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RotateY.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DepthPercent">
            <summary>
            <para>Depth Percent.</para>
            <para> When the object is serialized out as xml, its qualified name is c:depthPercent.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val">
            <summary>
            <para> Depth Percent Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.#ctor">
            <summary>
            Initializes a new instance of the DepthPercent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Perspective">
            <summary>
            <para>Perspective.</para>
            <para> When the object is serialized out as xml, its qualified name is c:perspective.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Perspective.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Perspective.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Perspective.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val">
            <summary>
            <para> Perspective Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Perspective.#ctor">
            <summary>
            Initializes a new instance of the Perspective class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Perspective.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Symbol">
            <summary>
            <para>Symbol.</para>
            <para> When the object is serialized out as xml, its qualified name is c:symbol.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Symbol.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Symbol.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Symbol.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val">
            <summary>
            <para> Marker Style Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Symbol.#ctor">
            <summary>
            Initializes a new instance of the Symbol class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Symbol.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Size">
            <summary>
            <para>Size.</para>
            <para> When the object is serialized out as xml, its qualified name is c:size.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Size.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Size.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Size.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Size.Val">
            <summary>
            <para> Marker Size Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Size.#ctor">
            <summary>
            Initializes a new instance of the Size class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Size.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Marker">
             <summary>
             <para>Marker.</para>
             <para> When the object is serialized out as xml, its qualified name is c:marker.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Symbol &lt;c:symbol></description></item>
            <item><description>Size &lt;c:size></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Marker.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Marker.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Marker.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Marker.#ctor">
            <summary>
            Initializes a new instance of the Marker class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Marker.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Marker class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Marker.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Marker class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Marker.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Marker class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol">
            <summary>
            <para> Symbol.</para>
            <para> Represents the following element tag in the schema: c:symbol </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Marker.Size">
            <summary>
            <para> Size.</para>
            <para> Represents the following element tag in the schema: c:size </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Marker.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions">
             <summary>
             <para>Defines the PictureOptions Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:pictureOptions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ApplyToFront &lt;c:applyToFront></description></item>
            <item><description>ApplyToSides &lt;c:applyToSides></description></item>
            <item><description>ApplyToEnd &lt;c:applyToEnd></description></item>
            <item><description>PictureFormat &lt;c:pictureFormat></description></item>
            <item><description>PictureStackUnit &lt;c:pictureStackUnit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.#ctor">
            <summary>
            Initializes a new instance of the PictureOptions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PictureOptions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PictureOptions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PictureOptions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront">
            <summary>
            <para> Apply To Front.</para>
            <para> Represents the following element tag in the schema: c:applyToFront </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides">
            <summary>
            <para> Apply To Sides.</para>
            <para> Represents the following element tag in the schema: c:applyToSides </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd">
            <summary>
            <para> Apply to End.</para>
            <para> Represents the following element tag in the schema: c:applyToEnd </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat">
            <summary>
            <para> Picture Format.</para>
            <para> Represents the following element tag in the schema: c:pictureFormat </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit">
            <summary>
            <para> Picture Stack Unit.</para>
            <para> Represents the following element tag in the schema: c:pictureStackUnit </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TrendlineType">
            <summary>
            <para>Trendline Type.</para>
            <para> When the object is serialized out as xml, its qualified name is c:trendlineType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val">
            <summary>
            <para> Trendline Type Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.#ctor">
            <summary>
            Initializes a new instance of the TrendlineType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder">
            <summary>
            <para>Polynomial Trendline Order.</para>
            <para> When the object is serialized out as xml, its qualified name is c:order.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val">
            <summary>
            <para> Order Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.#ctor">
            <summary>
            Initializes a new instance of the PolynomialOrder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Period">
            <summary>
            <para>Period.</para>
            <para> When the object is serialized out as xml, its qualified name is c:period.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Period.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Period.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Period.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Period.Val">
            <summary>
            <para> Period Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Period.#ctor">
            <summary>
            Initializes a new instance of the Period class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Period.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel">
             <summary>
             <para>Trendline Label.</para>
             <para> When the object is serialized out as xml, its qualified name is c:trendlineLbl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Layout &lt;c:layout></description></item>
            <item><description>ChartText &lt;c:tx></description></item>
            <item><description>NumberingFormat &lt;c:numFmt></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.#ctor">
            <summary>
            Initializes a new instance of the TrendlineLabel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TrendlineLabel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TrendlineLabel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TrendlineLabel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout">
            <summary>
            <para> Layout.</para>
            <para> Represents the following element tag in the schema: c:layout </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText">
            <summary>
            <para> ChartText.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat">
            <summary>
            <para> Number Format.</para>
            <para> Represents the following element tag in the schema: c:numFmt </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties">
            <summary>
            <para> TextProperties.</para>
            <para> Represents the following element tag in the schema: c:txPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection">
            <summary>
            <para>Error Bar Direction.</para>
            <para> When the object is serialized out as xml, its qualified name is c:errDir.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val">
            <summary>
            <para> Error Bar Direction Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.#ctor">
            <summary>
            Initializes a new instance of the ErrorDirection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType">
            <summary>
            <para>Error Bar Type.</para>
            <para> When the object is serialized out as xml, its qualified name is c:errBarType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val">
            <summary>
            <para> Error Bar Type Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.#ctor">
            <summary>
            Initializes a new instance of the ErrorBarType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType">
            <summary>
            <para>Error Bar Value Type.</para>
            <para> When the object is serialized out as xml, its qualified name is c:errValType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val">
            <summary>
            <para> Error Bar Type Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.#ctor">
            <summary>
            Initializes a new instance of the ErrorBarValueType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Plus">
             <summary>
             <para>Plus.</para>
             <para> When the object is serialized out as xml, its qualified name is c:plus.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumberReference &lt;c:numRef></description></item>
            <item><description>NumberLiteral &lt;c:numLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Plus.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Plus.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Plus.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Plus.#ctor">
            <summary>
            Initializes a new instance of the Plus class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Plus.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Plus class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Plus.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Plus class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Plus.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Plus class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Plus.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Minus">
             <summary>
             <para>Minus.</para>
             <para> When the object is serialized out as xml, its qualified name is c:minus.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumberReference &lt;c:numRef></description></item>
            <item><description>NumberLiteral &lt;c:numLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Minus.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Minus.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Minus.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Minus.#ctor">
            <summary>
            Initializes a new instance of the Minus class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Minus.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Minus class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Minus.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Minus class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Minus.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Minus class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Minus.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Values">
             <summary>
             <para>Defines the Values Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:val.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumberReference &lt;c:numRef></description></item>
            <item><description>NumberLiteral &lt;c:numLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Values.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Values.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Values.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Values.#ctor">
            <summary>
            Initializes a new instance of the Values class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Values.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Values class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Values.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Values class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Values.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Values class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Values.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.YValues">
             <summary>
             <para>Defines the YValues Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:yVal.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumberReference &lt;c:numRef></description></item>
            <item><description>NumberLiteral &lt;c:numLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.YValues.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.YValues.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.YValues.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.YValues.#ctor">
            <summary>
            Initializes a new instance of the YValues class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.YValues.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the YValues class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.YValues.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the YValues class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.YValues.#ctor(System.String)">
            <summary>
            Initializes a new instance of the YValues class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.YValues.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize">
             <summary>
             <para>Defines the BubbleSize Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:bubbleSize.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumberReference &lt;c:numRef></description></item>
            <item><description>NumberLiteral &lt;c:numLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.#ctor">
            <summary>
            Initializes a new instance of the BubbleSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BubbleSize class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BubbleSize class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BubbleSize class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType">
             <summary>
             Defines the NumberDataSourceType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumberReference &lt;c:numRef></description></item>
            <item><description>NumberLiteral &lt;c:numLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference">
            <summary>
            <para> Number Reference.</para>
            <para> Represents the following element tag in the schema: c:numRef </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral">
            <summary>
            <para> Number Literal.</para>
            <para> Represents the following element tag in the schema: c:numLit </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.#ctor">
            <summary>
            Initializes a new instance of the NumberDataSourceType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberDataSourceType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberDataSourceType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberDataSourceType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.GapWidth">
            <summary>
            <para>Gap Width.</para>
            <para> When the object is serialized out as xml, its qualified name is c:gapWidth.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.GapWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.GapWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.GapWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.GapWidth.#ctor">
            <summary>
            Initializes a new instance of the GapWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.GapWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.GapDepth">
            <summary>
            <para>Defines the GapDepth Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:gapDepth.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.GapDepth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.GapDepth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.GapDepth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.GapDepth.#ctor">
            <summary>
            Initializes a new instance of the GapDepth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.GapDepth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.GapAmountType">
            <summary>
            Defines the GapAmountType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val">
            <summary>
            <para> Gap Size Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.#ctor">
            <summary>
            Initializes a new instance of the GapAmountType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UpBars">
             <summary>
             <para>Up Bars.</para>
             <para> When the object is serialized out as xml, its qualified name is c:upBars.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UpBars.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UpBars.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpBars.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpBars.#ctor">
            <summary>
            Initializes a new instance of the UpBars class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpBars.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the UpBars class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpBars.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the UpBars class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpBars.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UpBars class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpBars.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DownBars">
             <summary>
             <para>Down Bars.</para>
             <para> When the object is serialized out as xml, its qualified name is c:downBars.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DownBars.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DownBars.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DownBars.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DownBars.#ctor">
            <summary>
            Initializes a new instance of the DownBars class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DownBars.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DownBars class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DownBars.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DownBars class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DownBars.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DownBars class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DownBars.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType">
             <summary>
             Defines the UpDownBarType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.#ctor">
            <summary>
            Initializes a new instance of the UpDownBarType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the UpDownBarType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the UpDownBarType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UpDownBarType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.OfPieType">
            <summary>
            <para>Pie of Pie or Bar of Pie Type.</para>
            <para> When the object is serialized out as xml, its qualified name is c:ofPieType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OfPieType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OfPieType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OfPieType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val">
            <summary>
            <para> Pie of Pie or Bar of Pie Type Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OfPieType.#ctor">
            <summary>
            Initializes a new instance of the OfPieType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OfPieType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SplitType">
            <summary>
            <para>Split Type.</para>
            <para> When the object is serialized out as xml, its qualified name is c:splitType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SplitType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SplitType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SplitType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val">
            <summary>
            <para> Split Type Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SplitType.#ctor">
            <summary>
            Initializes a new instance of the SplitType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SplitType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit">
             <summary>
             <para>Custom Split.</para>
             <para> When the object is serialized out as xml, its qualified name is c:custSplit.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SecondPiePoint &lt;c:secondPiePt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.#ctor">
            <summary>
            Initializes a new instance of the CustomSplit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomSplit class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomSplit class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomSplit class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize">
            <summary>
            <para>Second Pie Size.</para>
            <para> When the object is serialized out as xml, its qualified name is c:secondPieSize.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val">
            <summary>
            <para> Second Pie Size Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.#ctor">
            <summary>
            Initializes a new instance of the SecondPieSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BandFormat">
             <summary>
             <para>Band Format.</para>
             <para> When the object is serialized out as xml, its qualified name is c:bandFmt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BandFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormat.#ctor">
            <summary>
            Initializes a new instance of the BandFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BandFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BandFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BandFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BandFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PictureFormat">
            <summary>
            <para>Picture Format.</para>
            <para> When the object is serialized out as xml, its qualified name is c:pictureFormat.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val">
            <summary>
            <para> Picture Format Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.#ctor">
            <summary>
            Initializes a new instance of the PictureFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit">
            <summary>
            <para>Picture Stack Unit.</para>
            <para> When the object is serialized out as xml, its qualified name is c:pictureStackUnit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val">
            <summary>
            <para> Picture Stack Unit.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.#ctor">
            <summary>
            Initializes a new instance of the PictureStackUnit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit">
            <summary>
            <para>Built in Display Unit Value.</para>
            <para> When the object is serialized out as xml, its qualified name is c:builtInUnit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val">
            <summary>
            <para> Built In Unit Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.#ctor">
            <summary>
            Initializes a new instance of the BuiltInUnit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel">
             <summary>
             <para>Display Units Label.</para>
             <para> When the object is serialized out as xml, its qualified name is c:dispUnitsLbl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Layout &lt;c:layout></description></item>
            <item><description>ChartText &lt;c:tx></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.#ctor">
            <summary>
            Initializes a new instance of the DisplayUnitsLabel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DisplayUnitsLabel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DisplayUnitsLabel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DisplayUnitsLabel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout">
            <summary>
            <para> Layout.</para>
            <para> Represents the following element tag in the schema: c:layout </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText">
            <summary>
            <para> ChartText.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties">
            <summary>
            <para> TextProperties.</para>
            <para> Represents the following element tag in the schema: c:txPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LogBase">
            <summary>
            <para>Logarithmic Base.</para>
            <para> When the object is serialized out as xml, its qualified name is c:logBase.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LogBase.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LogBase.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LogBase.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val">
            <summary>
            <para> Logarithmic Base Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LogBase.#ctor">
            <summary>
            Initializes a new instance of the LogBase class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LogBase.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Orientation">
            <summary>
            <para>Axis Orientation.</para>
            <para> When the object is serialized out as xml, its qualified name is c:orientation.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Orientation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Orientation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Orientation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val">
            <summary>
            <para> Orientation Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Orientation.#ctor">
            <summary>
            Initializes a new instance of the Orientation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Orientation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat">
             <summary>
             <para>Pivot Format.</para>
             <para> When the object is serialized out as xml, its qualified name is c:pivotFmt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>ShapeProperties &lt;c:spPr></description></item>
            <item><description>Marker &lt;c:marker></description></item>
            <item><description>DataLabel &lt;c:dLbl></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.#ctor">
            <summary>
            Initializes a new instance of the PivotFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties">
            <summary>
            <para> ShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker">
            <summary>
            <para> Marker.</para>
            <para> Represents the following element tag in the schema: c:marker </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel">
            <summary>
            <para> Data Label.</para>
            <para> Represents the following element tag in the schema: c:dLbl </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LegendPosition">
            <summary>
            <para>Legend Position.</para>
            <para> When the object is serialized out as xml, its qualified name is c:legendPos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val">
            <summary>
            <para> Legend Position Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.#ctor">
            <summary>
            Initializes a new instance of the LegendPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry">
             <summary>
             <para>Legend Entry.</para>
             <para> When the object is serialized out as xml, its qualified name is c:legendEntry.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>Delete &lt;c:delete></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.#ctor">
            <summary>
            Initializes a new instance of the LegendEntry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LegendEntry class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LegendEntry class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LegendEntry class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats">
             <summary>
             <para>Pivot Formats.</para>
             <para> When the object is serialized out as xml, its qualified name is c:pivotFmts.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotFormat &lt;c:pivotFmt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.#ctor">
            <summary>
            Initializes a new instance of the PivotFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.View3D">
             <summary>
             <para>View In 3D.</para>
             <para> When the object is serialized out as xml, its qualified name is c:view3D.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RotateX &lt;c:rotX></description></item>
            <item><description>HeightPercent &lt;c:hPercent></description></item>
            <item><description>RotateY &lt;c:rotY></description></item>
            <item><description>DepthPercent &lt;c:depthPercent></description></item>
            <item><description>RightAngleAxes &lt;c:rAngAx></description></item>
            <item><description>Perspective &lt;c:perspective></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.View3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.View3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.View3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.View3D.#ctor">
            <summary>
            Initializes a new instance of the View3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.View3D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the View3D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.View3D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the View3D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.View3D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the View3D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX">
            <summary>
            <para> X Rotation.</para>
            <para> Represents the following element tag in the schema: c:rotX </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent">
            <summary>
            <para> Height Percent.</para>
            <para> Represents the following element tag in the schema: c:hPercent </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY">
            <summary>
            <para> Y Rotation.</para>
            <para> Represents the following element tag in the schema: c:rotY </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent">
            <summary>
            <para> Depth Percent.</para>
            <para> Represents the following element tag in the schema: c:depthPercent </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes">
            <summary>
            <para> Right Angle Axes.</para>
            <para> Represents the following element tag in the schema: c:rAngAx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective">
            <summary>
            <para> Perspective.</para>
            <para> Represents the following element tag in the schema: c:perspective </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.View3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Floor">
             <summary>
             <para>Floor.</para>
             <para> When the object is serialized out as xml, its qualified name is c:floor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Thickness &lt;c:thickness></description></item>
            <item><description>ShapeProperties &lt;c:spPr></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Floor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Floor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Floor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Floor.#ctor">
            <summary>
            Initializes a new instance of the Floor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Floor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Floor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Floor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Floor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Floor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Floor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Floor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SideWall">
             <summary>
             <para>Side Wall.</para>
             <para> When the object is serialized out as xml, its qualified name is c:sideWall.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Thickness &lt;c:thickness></description></item>
            <item><description>ShapeProperties &lt;c:spPr></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SideWall.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SideWall.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SideWall.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SideWall.#ctor">
            <summary>
            Initializes a new instance of the SideWall class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SideWall.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SideWall class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SideWall.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SideWall class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SideWall.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SideWall class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SideWall.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BackWall">
             <summary>
             <para>Back Wall.</para>
             <para> When the object is serialized out as xml, its qualified name is c:backWall.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Thickness &lt;c:thickness></description></item>
            <item><description>ShapeProperties &lt;c:spPr></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BackWall.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BackWall.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BackWall.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BackWall.#ctor">
            <summary>
            Initializes a new instance of the BackWall class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BackWall.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackWall class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BackWall.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackWall class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BackWall.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackWall class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BackWall.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceType">
             <summary>
             Defines the SurfaceType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Thickness &lt;c:thickness></description></item>
            <item><description>ShapeProperties &lt;c:spPr></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness">
            <summary>
            <para> Thickness.</para>
            <para> Represents the following element tag in the schema: c:thickness </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties">
            <summary>
            <para> ShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions">
            <summary>
            <para> Picture Options.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.#ctor">
            <summary>
            Initializes a new instance of the SurfaceType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurfaceType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurfaceType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurfaceType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PlotArea">
             <summary>
             <para>Plot Area.</para>
             <para> When the object is serialized out as xml, its qualified name is c:plotArea.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Layout &lt;c:layout></description></item>
            <item><description>AreaChart &lt;c:areaChart></description></item>
            <item><description>Area3DChart &lt;c:area3DChart></description></item>
            <item><description>LineChart &lt;c:lineChart></description></item>
            <item><description>Line3DChart &lt;c:line3DChart></description></item>
            <item><description>StockChart &lt;c:stockChart></description></item>
            <item><description>RadarChart &lt;c:radarChart></description></item>
            <item><description>ScatterChart &lt;c:scatterChart></description></item>
            <item><description>PieChart &lt;c:pieChart></description></item>
            <item><description>Pie3DChart &lt;c:pie3DChart></description></item>
            <item><description>DoughnutChart &lt;c:doughnutChart></description></item>
            <item><description>BarChart &lt;c:barChart></description></item>
            <item><description>Bar3DChart &lt;c:bar3DChart></description></item>
            <item><description>OfPieChart &lt;c:ofPieChart></description></item>
            <item><description>SurfaceChart &lt;c:surfaceChart></description></item>
            <item><description>Surface3DChart &lt;c:surface3DChart></description></item>
            <item><description>BubbleChart &lt;c:bubbleChart></description></item>
            <item><description>ValueAxis &lt;c:valAx></description></item>
            <item><description>CategoryAxis &lt;c:catAx></description></item>
            <item><description>DateAxis &lt;c:dateAx></description></item>
            <item><description>SeriesAxis &lt;c:serAx></description></item>
            <item><description>DataTable &lt;c:dTable></description></item>
            <item><description>ShapeProperties &lt;c:spPr></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PlotArea.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PlotArea.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PlotArea.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PlotArea.#ctor">
            <summary>
            Initializes a new instance of the PlotArea class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PlotArea.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PlotArea class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PlotArea.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PlotArea class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PlotArea.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PlotArea class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout">
            <summary>
            <para> Layout.</para>
            <para> Represents the following element tag in the schema: c:layout </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PlotArea.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Legend">
             <summary>
             <para>Legend.</para>
             <para> When the object is serialized out as xml, its qualified name is c:legend.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LegendPosition &lt;c:legendPos></description></item>
            <item><description>LegendEntry &lt;c:legendEntry></description></item>
            <item><description>Layout &lt;c:layout></description></item>
            <item><description>Overlay &lt;c:overlay></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Legend.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Legend.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Legend.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Legend.#ctor">
            <summary>
            Initializes a new instance of the Legend class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Legend.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Legend class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Legend.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Legend class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Legend.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Legend class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition">
            <summary>
            <para> Legend Position.</para>
            <para> Represents the following element tag in the schema: c:legendPos </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Legend.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs">
            <summary>
            <para>Display Blanks As.</para>
            <para> When the object is serialized out as xml, its qualified name is c:dispBlanksAs.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val">
            <summary>
            <para> Display Blanks As Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.#ctor">
            <summary>
            Initializes a new instance of the DisplayBlanksAs class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter">
             <summary>
             <para>Header and Footer.</para>
             <para> When the object is serialized out as xml, its qualified name is c:headerFooter.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OddHeader &lt;c:oddHeader></description></item>
            <item><description>OddFooter &lt;c:oddFooter></description></item>
            <item><description>EvenHeader &lt;c:evenHeader></description></item>
            <item><description>EvenFooter &lt;c:evenFooter></description></item>
            <item><description>FirstHeader &lt;c:firstHeader></description></item>
            <item><description>FirstFooter &lt;c:firstFooter></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins">
            <summary>
            <para> Align With Margins.</para>
            <para>Represents the following attribute in the schema: alignWithMargins </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven">
            <summary>
            <para> Different Odd Even.</para>
            <para>Represents the following attribute in the schema: differentOddEven </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst">
            <summary>
            <para> Different First.</para>
            <para>Represents the following attribute in the schema: differentFirst </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.#ctor">
            <summary>
            Initializes a new instance of the HeaderFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HeaderFooter class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HeaderFooter class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HeaderFooter class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader">
            <summary>
            <para> Odd Header.</para>
            <para> Represents the following element tag in the schema: c:oddHeader </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter">
            <summary>
            <para> Odd Footer.</para>
            <para> Represents the following element tag in the schema: c:oddFooter </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader">
            <summary>
            <para> Even Header.</para>
            <para> Represents the following element tag in the schema: c:evenHeader </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter">
            <summary>
            <para> Even Footer.</para>
            <para> Represents the following element tag in the schema: c:evenFooter </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader">
            <summary>
            <para> First Header.</para>
            <para> Represents the following element tag in the schema: c:firstHeader </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter">
            <summary>
            <para> First Footer.</para>
            <para> Represents the following element tag in the schema: c:firstFooter </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PageMargins">
            <summary>
            <para>Page Margins.</para>
            <para> When the object is serialized out as xml, its qualified name is c:pageMargins.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left">
            <summary>
            <para> Left.</para>
            <para>Represents the following attribute in the schema: l </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right">
            <summary>
            <para> Right.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top">
            <summary>
            <para> Top.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom">
            <summary>
            <para> Bottom.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header">
            <summary>
            <para> Header.</para>
            <para>Represents the following attribute in the schema: header </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer">
            <summary>
            <para> Footer.</para>
            <para>Represents the following attribute in the schema: footer </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.#ctor">
            <summary>
            Initializes a new instance of the PageMargins class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PageMargins.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PageSetup">
            <summary>
            <para>Page Setup.</para>
            <para> When the object is serialized out as xml, its qualified name is c:pageSetup.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize">
            <summary>
            <para> Page Size.</para>
            <para>Represents the following attribute in the schema: paperSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber">
            <summary>
            <para> First Page Number.</para>
            <para>Represents the following attribute in the schema: firstPageNumber </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation">
            <summary>
            <para> Orientation.</para>
            <para>Represents the following attribute in the schema: orientation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite">
            <summary>
            <para> Black and White.</para>
            <para>Represents the following attribute in the schema: blackAndWhite </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft">
            <summary>
            <para> Draft.</para>
            <para>Represents the following attribute in the schema: draft </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber">
            <summary>
            <para> Use First Page Number.</para>
            <para>Represents the following attribute in the schema: useFirstPageNumber </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi">
            <summary>
            <para> Horizontal DPI.</para>
            <para>Represents the following attribute in the schema: horizontalDpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi">
            <summary>
            <para> Vertical DPI.</para>
            <para>Represents the following attribute in the schema: verticalDpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies">
            <summary>
            <para> Copies.</para>
            <para>Represents the following attribute in the schema: copies </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.#ctor">
            <summary>
            Initializes a new instance of the PageSetup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PageSetup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties">
             <summary>
             <para>Defines the ShapeProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabel">
             <summary>
             <para>Data Label.</para>
             <para> When the object is serialized out as xml, its qualified name is c:dLbl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>Delete &lt;c:delete></description></item>
            <item><description>Layout &lt;c:layout></description></item>
            <item><description>ChartText &lt;c:tx></description></item>
            <item><description>NumberingFormat &lt;c:numFmt></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>DataLabelPosition &lt;c:dLblPos></description></item>
            <item><description>ShowLegendKey &lt;c:showLegendKey></description></item>
            <item><description>ShowValue &lt;c:showVal></description></item>
            <item><description>ShowCategoryName &lt;c:showCatName></description></item>
            <item><description>ShowSeriesName &lt;c:showSerName></description></item>
            <item><description>ShowPercent &lt;c:showPercent></description></item>
            <item><description>ShowBubbleSize &lt;c:showBubbleSize></description></item>
            <item><description>Separator &lt;c:separator></description></item>
            <item><description>DLblExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataLabel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataLabel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabel.#ctor">
            <summary>
            Initializes a new instance of the DataLabel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataLabel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataLabel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataLabel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataLabel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChart">
             <summary>
             <para>Area Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:areaChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Grouping &lt;c:grouping></description></item>
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>AreaChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>DropLines &lt;c:dropLines></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>AreaChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChart.#ctor">
            <summary>
            Initializes a new instance of the AreaChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AreaChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AreaChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AreaChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping">
            <summary>
            <para> Grouping.</para>
            <para> Represents the following element tag in the schema: c:grouping </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart">
             <summary>
             <para>3D Area Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:area3DChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Grouping &lt;c:grouping></description></item>
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>AreaChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>DropLines &lt;c:dropLines></description></item>
            <item><description>GapDepth &lt;c:gapDepth></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>Area3DChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.#ctor">
            <summary>
            Initializes a new instance of the Area3DChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Area3DChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Area3DChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Area3DChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping">
            <summary>
            <para> Grouping.</para>
            <para> Represents the following element tag in the schema: c:grouping </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineChart">
             <summary>
             <para>Line Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:lineChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Grouping &lt;c:grouping></description></item>
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>LineChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>DropLines &lt;c:dropLines></description></item>
            <item><description>HighLowLines &lt;c:hiLowLines></description></item>
            <item><description>UpDownBars &lt;c:upDownBars></description></item>
            <item><description>ShowMarker &lt;c:marker></description></item>
            <item><description>Smooth &lt;c:smooth></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>LineChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChart.#ctor">
            <summary>
            Initializes a new instance of the LineChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping">
            <summary>
            <para> Grouping.</para>
            <para> Represents the following element tag in the schema: c:grouping </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart">
             <summary>
             <para>3D Line Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:line3DChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Grouping &lt;c:grouping></description></item>
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>LineChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>DropLines &lt;c:dropLines></description></item>
            <item><description>GapDepth &lt;c:gapDepth></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>Line3DChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.#ctor">
            <summary>
            Initializes a new instance of the Line3DChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Line3DChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Line3DChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Line3DChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping">
            <summary>
            <para> Grouping.</para>
            <para> Represents the following element tag in the schema: c:grouping </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StockChart">
             <summary>
             <para>Stock Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:stockChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>DropLines &lt;c:dropLines></description></item>
            <item><description>HighLowLines &lt;c:hiLowLines></description></item>
            <item><description>UpDownBars &lt;c:upDownBars></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>StockChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StockChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StockChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChart.#ctor">
            <summary>
            Initializes a new instance of the StockChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StockChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StockChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StockChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChart">
             <summary>
             <para>Radar Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:radarChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RadarStyle &lt;c:radarStyle></description></item>
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>RadarChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>RadarChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChart.#ctor">
            <summary>
            Initializes a new instance of the RadarChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RadarChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RadarChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadarChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle">
            <summary>
            <para> RadarStyle.</para>
            <para> Represents the following element tag in the schema: c:radarStyle </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart">
             <summary>
             <para>Scatter Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:scatterChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ScatterStyle &lt;c:scatterStyle></description></item>
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>ScatterChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>ScatterChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.#ctor">
            <summary>
            Initializes a new instance of the ScatterChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ScatterChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ScatterChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScatterChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle">
            <summary>
            <para> ScatterStyle.</para>
            <para> Represents the following element tag in the schema: c:scatterStyle </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieChart">
             <summary>
             <para>Pie Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:pieChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>PieChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>FirstSliceAngle &lt;c:firstSliceAng></description></item>
            <item><description>PieChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChart.#ctor">
            <summary>
            Initializes a new instance of the PieChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PieChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PieChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PieChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart">
             <summary>
             <para>3D Pie Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:pie3DChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>PieChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>Pie3DChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.#ctor">
            <summary>
            Initializes a new instance of the Pie3DChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Pie3DChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Pie3DChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Pie3DChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart">
             <summary>
             <para>Doughnut Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:doughnutChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>PieChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>FirstSliceAngle &lt;c:firstSliceAng></description></item>
            <item><description>HoleSize &lt;c:holeSize></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.#ctor">
            <summary>
            Initializes a new instance of the DoughnutChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DoughnutChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DoughnutChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DoughnutChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarChart">
             <summary>
             <para>Bar Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:barChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BarDirection &lt;c:barDir></description></item>
            <item><description>BarGrouping &lt;c:grouping></description></item>
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>BarChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>GapWidth &lt;c:gapWidth></description></item>
            <item><description>Overlap &lt;c:overlap></description></item>
            <item><description>SeriesLines &lt;c:serLines></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>BarChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChart.#ctor">
            <summary>
            Initializes a new instance of the BarChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BarChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BarChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BarChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection">
            <summary>
            <para> Bar Direction.</para>
            <para> Represents the following element tag in the schema: c:barDir </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping">
            <summary>
            <para> Bar Grouping.</para>
            <para> Represents the following element tag in the schema: c:grouping </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart">
             <summary>
             <para>3D Bar Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:bar3DChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BarDirection &lt;c:barDir></description></item>
            <item><description>BarGrouping &lt;c:grouping></description></item>
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>BarChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>GapWidth &lt;c:gapWidth></description></item>
            <item><description>GapDepth &lt;c:gapDepth></description></item>
            <item><description>Shape &lt;c:shape></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>Bar3DChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.#ctor">
            <summary>
            Initializes a new instance of the Bar3DChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Bar3DChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Bar3DChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bar3DChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection">
            <summary>
            <para> Bar Direction.</para>
            <para> Represents the following element tag in the schema: c:barDir </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping">
            <summary>
            <para> Bar Grouping.</para>
            <para> Represents the following element tag in the schema: c:grouping </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart">
             <summary>
             <para>Pie of Pie or Bar of Pie Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ofPieChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfPieType &lt;c:ofPieType></description></item>
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>PieChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>GapWidth &lt;c:gapWidth></description></item>
            <item><description>SplitType &lt;c:splitType></description></item>
            <item><description>SplitPosition &lt;c:splitPos></description></item>
            <item><description>CustomSplit &lt;c:custSplit></description></item>
            <item><description>SecondPieSize &lt;c:secondPieSize></description></item>
            <item><description>SeriesLines &lt;c:serLines></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.#ctor">
            <summary>
            Initializes a new instance of the OfPieChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfPieChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfPieChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfPieChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType">
            <summary>
            <para> Pie of Pie or Bar of Pie Type.</para>
            <para> Represents the following element tag in the schema: c:ofPieType </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart">
             <summary>
             <para>Surface Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:surfaceChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Wireframe &lt;c:wireframe></description></item>
            <item><description>SurfaceChartSeries &lt;c:ser></description></item>
            <item><description>BandFormats &lt;c:bandFmts></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>SurfaceChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.#ctor">
            <summary>
            Initializes a new instance of the SurfaceChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurfaceChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurfaceChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurfaceChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe">
            <summary>
            <para> Wireframe.</para>
            <para> Represents the following element tag in the schema: c:wireframe </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart">
             <summary>
             <para>3D Surface Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:surface3DChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Wireframe &lt;c:wireframe></description></item>
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>SurfaceChartSeries &lt;c:ser></description></item>
            <item><description>BandFormats &lt;c:bandFmts></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>Surface3DChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.#ctor">
            <summary>
            Initializes a new instance of the Surface3DChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Surface3DChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Surface3DChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Surface3DChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe">
            <summary>
            <para> Wireframe.</para>
            <para> Represents the following element tag in the schema: c:wireframe </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart">
             <summary>
             <para>Bubble Charts.</para>
             <para> When the object is serialized out as xml, its qualified name is c:bubbleChart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VaryColors &lt;c:varyColors></description></item>
            <item><description>BubbleChartSeries &lt;c:ser></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>Bubble3D &lt;c:bubble3D></description></item>
            <item><description>BubbleScale &lt;c:bubbleScale></description></item>
            <item><description>ShowNegativeBubbles &lt;c:showNegBubbles></description></item>
            <item><description>SizeRepresents &lt;c:sizeRepresents></description></item>
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>BubbleChartExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.#ctor">
            <summary>
            Initializes a new instance of the BubbleChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BubbleChart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BubbleChart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BubbleChart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors">
            <summary>
            <para> VaryColors.</para>
            <para> Represents the following element tag in the schema: c:varyColors </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis">
             <summary>
             <para>Value Axis.</para>
             <para> When the object is serialized out as xml, its qualified name is c:valAx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>Scaling &lt;c:scaling></description></item>
            <item><description>Delete &lt;c:delete></description></item>
            <item><description>AxisPosition &lt;c:axPos></description></item>
            <item><description>MajorGridlines &lt;c:majorGridlines></description></item>
            <item><description>MinorGridlines &lt;c:minorGridlines></description></item>
            <item><description>Title &lt;c:title></description></item>
            <item><description>NumberingFormat &lt;c:numFmt></description></item>
            <item><description>MajorTickMark &lt;c:majorTickMark></description></item>
            <item><description>MinorTickMark &lt;c:minorTickMark></description></item>
            <item><description>TickLabelPosition &lt;c:tickLblPos></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>CrossingAxis &lt;c:crossAx></description></item>
            <item><description>Crosses &lt;c:crosses></description></item>
            <item><description>CrossesAt &lt;c:crossesAt></description></item>
            <item><description>CrossBetween &lt;c:crossBetween></description></item>
            <item><description>MajorUnit &lt;c:majorUnit></description></item>
            <item><description>MinorUnit &lt;c:minorUnit></description></item>
            <item><description>DisplayUnits &lt;c:dispUnits></description></item>
            <item><description>ValAxExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.#ctor">
            <summary>
            Initializes a new instance of the ValueAxis class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ValueAxis class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ValueAxis class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ValueAxis class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId">
            <summary>
            <para> Axis ID.</para>
            <para> Represents the following element tag in the schema: c:axId </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling">
            <summary>
            <para> Scaling.</para>
            <para> Represents the following element tag in the schema: c:scaling </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete">
            <summary>
            <para> Delete.</para>
            <para> Represents the following element tag in the schema: c:delete </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition">
            <summary>
            <para> Axis Position.</para>
            <para> Represents the following element tag in the schema: c:axPos </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines">
            <summary>
            <para> Major Gridlines.</para>
            <para> Represents the following element tag in the schema: c:majorGridlines </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines">
            <summary>
            <para> Minor Gridlines.</para>
            <para> Represents the following element tag in the schema: c:minorGridlines </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title">
            <summary>
            <para> Title.</para>
            <para> Represents the following element tag in the schema: c:title </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat">
            <summary>
            <para> Number Format.</para>
            <para> Represents the following element tag in the schema: c:numFmt </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark">
            <summary>
            <para> Major Tick Mark.</para>
            <para> Represents the following element tag in the schema: c:majorTickMark </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark">
            <summary>
            <para> Minor Tick Mark.</para>
            <para> Represents the following element tag in the schema: c:minorTickMark </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition">
            <summary>
            <para> Tick Label Position.</para>
            <para> Represents the following element tag in the schema: c:tickLblPos </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties">
            <summary>
            <para> TextProperties.</para>
            <para> Represents the following element tag in the schema: c:txPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis">
            <summary>
            <para> Crossing Axis ID.</para>
            <para> Represents the following element tag in the schema: c:crossAx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis">
             <summary>
             <para>Category Axis Data.</para>
             <para> When the object is serialized out as xml, its qualified name is c:catAx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>Scaling &lt;c:scaling></description></item>
            <item><description>Delete &lt;c:delete></description></item>
            <item><description>AxisPosition &lt;c:axPos></description></item>
            <item><description>MajorGridlines &lt;c:majorGridlines></description></item>
            <item><description>MinorGridlines &lt;c:minorGridlines></description></item>
            <item><description>Title &lt;c:title></description></item>
            <item><description>NumberingFormat &lt;c:numFmt></description></item>
            <item><description>MajorTickMark &lt;c:majorTickMark></description></item>
            <item><description>MinorTickMark &lt;c:minorTickMark></description></item>
            <item><description>TickLabelPosition &lt;c:tickLblPos></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>CrossingAxis &lt;c:crossAx></description></item>
            <item><description>Crosses &lt;c:crosses></description></item>
            <item><description>CrossesAt &lt;c:crossesAt></description></item>
            <item><description>AutoLabeled &lt;c:auto></description></item>
            <item><description>LabelAlignment &lt;c:lblAlgn></description></item>
            <item><description>LabelOffset &lt;c:lblOffset></description></item>
            <item><description>TickLabelSkip &lt;c:tickLblSkip></description></item>
            <item><description>TickMarkSkip &lt;c:tickMarkSkip></description></item>
            <item><description>NoMultiLevelLabels &lt;c:noMultiLvlLbl></description></item>
            <item><description>CatAxExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.#ctor">
            <summary>
            Initializes a new instance of the CategoryAxis class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CategoryAxis class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CategoryAxis class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CategoryAxis class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId">
            <summary>
            <para> Axis ID.</para>
            <para> Represents the following element tag in the schema: c:axId </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling">
            <summary>
            <para> Scaling.</para>
            <para> Represents the following element tag in the schema: c:scaling </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete">
            <summary>
            <para> Delete.</para>
            <para> Represents the following element tag in the schema: c:delete </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition">
            <summary>
            <para> Axis Position.</para>
            <para> Represents the following element tag in the schema: c:axPos </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines">
            <summary>
            <para> Major Gridlines.</para>
            <para> Represents the following element tag in the schema: c:majorGridlines </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines">
            <summary>
            <para> Minor Gridlines.</para>
            <para> Represents the following element tag in the schema: c:minorGridlines </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title">
            <summary>
            <para> Title.</para>
            <para> Represents the following element tag in the schema: c:title </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat">
            <summary>
            <para> Number Format.</para>
            <para> Represents the following element tag in the schema: c:numFmt </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark">
            <summary>
            <para> Major Tick Mark.</para>
            <para> Represents the following element tag in the schema: c:majorTickMark </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark">
            <summary>
            <para> Minor Tick Mark.</para>
            <para> Represents the following element tag in the schema: c:minorTickMark </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition">
            <summary>
            <para> Tick Label Position.</para>
            <para> Represents the following element tag in the schema: c:tickLblPos </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties">
            <summary>
            <para> TextProperties.</para>
            <para> Represents the following element tag in the schema: c:txPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis">
            <summary>
            <para> Crossing Axis ID.</para>
            <para> Represents the following element tag in the schema: c:crossAx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DateAxis">
             <summary>
             <para>Date Axis.</para>
             <para> When the object is serialized out as xml, its qualified name is c:dateAx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>Scaling &lt;c:scaling></description></item>
            <item><description>Delete &lt;c:delete></description></item>
            <item><description>AxisPosition &lt;c:axPos></description></item>
            <item><description>MajorGridlines &lt;c:majorGridlines></description></item>
            <item><description>MinorGridlines &lt;c:minorGridlines></description></item>
            <item><description>Title &lt;c:title></description></item>
            <item><description>NumberingFormat &lt;c:numFmt></description></item>
            <item><description>MajorTickMark &lt;c:majorTickMark></description></item>
            <item><description>MinorTickMark &lt;c:minorTickMark></description></item>
            <item><description>TickLabelPosition &lt;c:tickLblPos></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>CrossingAxis &lt;c:crossAx></description></item>
            <item><description>Crosses &lt;c:crosses></description></item>
            <item><description>CrossesAt &lt;c:crossesAt></description></item>
            <item><description>AutoLabeled &lt;c:auto></description></item>
            <item><description>LabelOffset &lt;c:lblOffset></description></item>
            <item><description>BaseTimeUnit &lt;c:baseTimeUnit></description></item>
            <item><description>MajorUnit &lt;c:majorUnit></description></item>
            <item><description>MajorTimeUnit &lt;c:majorTimeUnit></description></item>
            <item><description>MinorUnit &lt;c:minorUnit></description></item>
            <item><description>MinorTimeUnit &lt;c:minorTimeUnit></description></item>
            <item><description>DateAxExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.#ctor">
            <summary>
            Initializes a new instance of the DateAxis class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DateAxis class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DateAxis class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DateAxis class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId">
            <summary>
            <para> Axis ID.</para>
            <para> Represents the following element tag in the schema: c:axId </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling">
            <summary>
            <para> Scaling.</para>
            <para> Represents the following element tag in the schema: c:scaling </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete">
            <summary>
            <para> Delete.</para>
            <para> Represents the following element tag in the schema: c:delete </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition">
            <summary>
            <para> Axis Position.</para>
            <para> Represents the following element tag in the schema: c:axPos </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines">
            <summary>
            <para> Major Gridlines.</para>
            <para> Represents the following element tag in the schema: c:majorGridlines </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines">
            <summary>
            <para> Minor Gridlines.</para>
            <para> Represents the following element tag in the schema: c:minorGridlines </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title">
            <summary>
            <para> Title.</para>
            <para> Represents the following element tag in the schema: c:title </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat">
            <summary>
            <para> Number Format.</para>
            <para> Represents the following element tag in the schema: c:numFmt </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark">
            <summary>
            <para> Major Tick Mark.</para>
            <para> Represents the following element tag in the schema: c:majorTickMark </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark">
            <summary>
            <para> Minor Tick Mark.</para>
            <para> Represents the following element tag in the schema: c:minorTickMark </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition">
            <summary>
            <para> Tick Label Position.</para>
            <para> Represents the following element tag in the schema: c:tickLblPos </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties">
            <summary>
            <para> TextProperties.</para>
            <para> Represents the following element tag in the schema: c:txPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis">
            <summary>
            <para> Crossing Axis ID.</para>
            <para> Represents the following element tag in the schema: c:crossAx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis">
             <summary>
             <para>Series Axis.</para>
             <para> When the object is serialized out as xml, its qualified name is c:serAx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AxisId &lt;c:axId></description></item>
            <item><description>Scaling &lt;c:scaling></description></item>
            <item><description>Delete &lt;c:delete></description></item>
            <item><description>AxisPosition &lt;c:axPos></description></item>
            <item><description>MajorGridlines &lt;c:majorGridlines></description></item>
            <item><description>MinorGridlines &lt;c:minorGridlines></description></item>
            <item><description>Title &lt;c:title></description></item>
            <item><description>NumberingFormat &lt;c:numFmt></description></item>
            <item><description>MajorTickMark &lt;c:majorTickMark></description></item>
            <item><description>MinorTickMark &lt;c:minorTickMark></description></item>
            <item><description>TickLabelPosition &lt;c:tickLblPos></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>CrossingAxis &lt;c:crossAx></description></item>
            <item><description>Crosses &lt;c:crosses></description></item>
            <item><description>CrossesAt &lt;c:crossesAt></description></item>
            <item><description>TickLabelSkip &lt;c:tickLblSkip></description></item>
            <item><description>TickMarkSkip &lt;c:tickMarkSkip></description></item>
            <item><description>SerAxExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.#ctor">
            <summary>
            Initializes a new instance of the SeriesAxis class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SeriesAxis class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SeriesAxis class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SeriesAxis class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId">
            <summary>
            <para> Axis ID.</para>
            <para> Represents the following element tag in the schema: c:axId </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling">
            <summary>
            <para> Scaling.</para>
            <para> Represents the following element tag in the schema: c:scaling </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete">
            <summary>
            <para> Delete.</para>
            <para> Represents the following element tag in the schema: c:delete </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition">
            <summary>
            <para> Axis Position.</para>
            <para> Represents the following element tag in the schema: c:axPos </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines">
            <summary>
            <para> Major Gridlines.</para>
            <para> Represents the following element tag in the schema: c:majorGridlines </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines">
            <summary>
            <para> Minor Gridlines.</para>
            <para> Represents the following element tag in the schema: c:minorGridlines </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title">
            <summary>
            <para> Title.</para>
            <para> Represents the following element tag in the schema: c:title </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat">
            <summary>
            <para> Number Format.</para>
            <para> Represents the following element tag in the schema: c:numFmt </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark">
            <summary>
            <para> Major Tick Mark.</para>
            <para> Represents the following element tag in the schema: c:majorTickMark </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark">
            <summary>
            <para> Minor Tick Mark.</para>
            <para> Represents the following element tag in the schema: c:minorTickMark </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition">
            <summary>
            <para> Tick Label Position.</para>
            <para> Represents the following element tag in the schema: c:tickLblPos </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties">
            <summary>
            <para> TextProperties.</para>
            <para> Represents the following element tag in the schema: c:txPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis">
            <summary>
            <para> Crossing Axis ID.</para>
            <para> Represents the following element tag in the schema: c:crossAx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataTable">
             <summary>
             <para>Data Table.</para>
             <para> When the object is serialized out as xml, its qualified name is c:dTable.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShowHorizontalBorder &lt;c:showHorzBorder></description></item>
            <item><description>ShowVerticalBorder &lt;c:showVertBorder></description></item>
            <item><description>ShowOutlineBorder &lt;c:showOutline></description></item>
            <item><description>ShowKeys &lt;c:showKeys></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TextProperties &lt;c:txPr></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataTable.#ctor">
            <summary>
            Initializes a new instance of the DataTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataTable.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataTable class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataTable.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataTable class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataTable.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataTable class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder">
            <summary>
            <para> Show Horizontal Border.</para>
            <para> Represents the following element tag in the schema: c:showHorzBorder </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder">
            <summary>
            <para> Show Vertical Border.</para>
            <para> Represents the following element tag in the schema: c:showVertBorder </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder">
            <summary>
            <para> Show Outline Border.</para>
            <para> Represents the following element tag in the schema: c:showOutline </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys">
            <summary>
            <para> Show Legend Keys.</para>
            <para> Represents the following element tag in the schema: c:showKeys </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties">
            <summary>
            <para> Text Properties.</para>
            <para> Represents the following element tag in the schema: c:txPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle">
            <summary>
            <para>First Slice Angle.</para>
            <para> When the object is serialized out as xml, its qualified name is c:firstSliceAng.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val">
            <summary>
            <para> First Slice Angle Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.#ctor">
            <summary>
            Initializes a new instance of the FirstSliceAngle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.HoleSize">
            <summary>
            <para>Hole Size.</para>
            <para> When the object is serialized out as xml, its qualified name is c:holeSize.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HoleSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HoleSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HoleSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val">
            <summary>
            <para> Hole Size Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HoleSize.#ctor">
            <summary>
            Initializes a new instance of the HoleSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.HoleSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StringPoint">
             <summary>
             <para>String Point.</para>
             <para> When the object is serialized out as xml, its qualified name is c:pt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumericValue &lt;c:v></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringPoint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringPoint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringPoint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index">
            <summary>
            <para> Index.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringPoint.#ctor">
            <summary>
            Initializes a new instance of the StringPoint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringPoint.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StringPoint class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringPoint.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StringPoint class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringPoint.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StringPoint class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue">
            <summary>
            <para> Text Value.</para>
            <para> Represents the following element tag in the schema: c:v </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StringPoint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Thickness">
            <summary>
            <para>Thickness.</para>
            <para> When the object is serialized out as xml, its qualified name is c:thickness.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Thickness.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Thickness.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Thickness.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Thickness.#ctor">
            <summary>
            Initializes a new instance of the Thickness class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Thickness.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension">
             <summary>
             <para>Defines the StockChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension &lt;c15:filteredLineSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.#ctor">
            <summary>
            Initializes a new instance of the StockChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StockChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StockChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StockChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension">
             <summary>
             <para>Defines the PieChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries &lt;c15:filteredPieSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.#ctor">
            <summary>
            Initializes a new instance of the PieChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PieChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PieChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PieChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension">
             <summary>
             <para>Defines the Pie3DChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries &lt;c15:filteredPieSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.#ctor">
            <summary>
            Initializes a new instance of the Pie3DChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Pie3DChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Pie3DChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Pie3DChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension">
             <summary>
             <para>Defines the NumRefExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference &lt;c15:fullRef></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference &lt;c15:levelRef></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference &lt;c15:formulaRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.#ctor">
            <summary>
            Initializes a new instance of the NumRefExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumRefExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumRefExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumRefExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension">
             <summary>
             <para>Defines the StrDataExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories &lt;c15:autoCat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.#ctor">
            <summary>
            Initializes a new instance of the StrDataExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StrDataExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StrDataExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StrDataExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension">
             <summary>
             <para>Defines the StrRefExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference &lt;c15:fullRef></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference &lt;c15:levelRef></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference &lt;c15:formulaRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.#ctor">
            <summary>
            Initializes a new instance of the StrRefExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StrRefExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StrRefExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StrRefExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension">
             <summary>
             <para>Defines the MultiLvlStrRefExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference &lt;c15:fullRef></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference &lt;c15:levelRef></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference &lt;c15:formulaRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.#ctor">
            <summary>
            Initializes a new instance of the MultiLvlStrRefExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MultiLvlStrRefExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MultiLvlStrRefExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MultiLvlStrRefExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension">
             <summary>
             <para>Defines the DLblExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable &lt;c15:dlblFieldTable></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave &lt;c15:xForSave></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange &lt;c15:showDataLabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties &lt;c15:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout &lt;c15:layout></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.#ctor">
            <summary>
            Initializes a new instance of the DLblExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DLblExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DLblExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DLblExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension">
             <summary>
             <para>Defines the DLblsExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText &lt;c15:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable &lt;c15:dlblFieldTable></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange &lt;c15:showDataLabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties &lt;c15:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout &lt;c15:layout></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines &lt;c15:showLeaderLines></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines &lt;c15:leaderLines></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.#ctor">
            <summary>
            Initializes a new instance of the DLblsExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DLblsExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DLblsExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DLblsExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension">
             <summary>
             <para>Defines the LineSerExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle &lt;c15:filteredSeriesTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle &lt;c15:filteredCategoryTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange &lt;c15:datalabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions &lt;c15:categoryFilterExceptions></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.#ctor">
            <summary>
            Initializes a new instance of the LineSerExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineSerExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineSerExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineSerExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension">
             <summary>
             <para>Defines the ScatterSerExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle &lt;c15:filteredSeriesTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle &lt;c15:filteredCategoryTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange &lt;c15:datalabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions &lt;c15:categoryFilterExceptions></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.#ctor">
            <summary>
            Initializes a new instance of the ScatterSerExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ScatterSerExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ScatterSerExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScatterSerExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension">
             <summary>
             <para>Defines the RadarSerExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle &lt;c15:filteredSeriesTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle &lt;c15:filteredCategoryTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange &lt;c15:datalabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions &lt;c15:categoryFilterExceptions></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.#ctor">
            <summary>
            Initializes a new instance of the RadarSerExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RadarSerExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RadarSerExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadarSerExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension">
             <summary>
             <para>Defines the AreaSerExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle &lt;c15:filteredSeriesTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle &lt;c15:filteredCategoryTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange &lt;c15:datalabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions &lt;c15:categoryFilterExceptions></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.#ctor">
            <summary>
            Initializes a new instance of the AreaSerExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AreaSerExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AreaSerExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AreaSerExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension">
             <summary>
             <para>Defines the PieSerExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle &lt;c15:filteredSeriesTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle &lt;c15:filteredCategoryTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange &lt;c15:datalabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions &lt;c15:categoryFilterExceptions></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.#ctor">
            <summary>
            Initializes a new instance of the PieSerExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PieSerExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PieSerExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PieSerExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension">
             <summary>
             <para>Defines the SurfaceSerExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle &lt;c15:filteredSeriesTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle &lt;c15:filteredCategoryTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions &lt;c15:categoryFilterExceptions></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.#ctor">
            <summary>
            Initializes a new instance of the SurfaceSerExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurfaceSerExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurfaceSerExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurfaceSerExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension">
             <summary>
             <para>Defines the LineChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension &lt;c15:filteredLineSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.#ctor">
            <summary>
            Initializes a new instance of the LineChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension">
             <summary>
             <para>Defines the Line3DChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension &lt;c15:filteredLineSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.#ctor">
            <summary>
            Initializes a new instance of the Line3DChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Line3DChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Line3DChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Line3DChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension">
             <summary>
             <para>Defines the ScatterChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries &lt;c15:filteredScatterSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.#ctor">
            <summary>
            Initializes a new instance of the ScatterChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ScatterChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ScatterChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScatterChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension">
             <summary>
             <para>Defines the RadarChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries &lt;c15:filteredRadarSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.#ctor">
            <summary>
            Initializes a new instance of the RadarChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RadarChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RadarChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadarChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension">
             <summary>
             <para>Defines the BarChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries &lt;c15:filteredBarSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.#ctor">
            <summary>
            Initializes a new instance of the BarChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BarChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BarChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BarChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension">
             <summary>
             <para>Defines the Bar3DChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries &lt;c15:filteredBarSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.#ctor">
            <summary>
            Initializes a new instance of the Bar3DChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Bar3DChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Bar3DChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bar3DChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension">
             <summary>
             <para>Defines the AreaChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries &lt;c15:filteredAreaSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.#ctor">
            <summary>
            Initializes a new instance of the AreaChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AreaChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AreaChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AreaChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension">
             <summary>
             <para>Defines the Area3DChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries &lt;c15:filteredAreaSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.#ctor">
            <summary>
            Initializes a new instance of the Area3DChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Area3DChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Area3DChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Area3DChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension">
             <summary>
             <para>Defines the BubbleChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries &lt;c15:filteredBubbleSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.#ctor">
            <summary>
            Initializes a new instance of the BubbleChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BubbleChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BubbleChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BubbleChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension">
             <summary>
             <para>Defines the SurfaceChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries &lt;c15:filteredSurfaceSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.#ctor">
            <summary>
            Initializes a new instance of the SurfaceChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurfaceChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurfaceChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurfaceChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension">
             <summary>
             <para>Defines the Surface3DChartExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries &lt;c15:filteredSurfaceSeries></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.#ctor">
            <summary>
            Initializes a new instance of the Surface3DChartExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Surface3DChartExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Surface3DChartExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Surface3DChartExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension">
             <summary>
             <para>Defines the CatAxExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat &lt;c15:numFmt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.#ctor">
            <summary>
            Initializes a new instance of the CatAxExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CatAxExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CatAxExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CatAxExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension">
             <summary>
             <para>Defines the DateAxExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat &lt;c15:numFmt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.#ctor">
            <summary>
            Initializes a new instance of the DateAxExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DateAxExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DateAxExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DateAxExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension">
             <summary>
             <para>Defines the SerAxExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat &lt;c15:numFmt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.#ctor">
            <summary>
            Initializes a new instance of the SerAxExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SerAxExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SerAxExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SerAxExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension">
             <summary>
             <para>Defines the ValAxExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat &lt;c15:numFmt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.#ctor">
            <summary>
            Initializes a new instance of the ValAxExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ValAxExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ValAxExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ValAxExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars">
             <summary>
             <para>Defines the UpDownBars Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:upDownBars.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GapWidth &lt;c:gapWidth></description></item>
            <item><description>UpBars &lt;c:upBars></description></item>
            <item><description>DownBars &lt;c:downBars></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.#ctor">
            <summary>
            Initializes a new instance of the UpDownBars class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the UpDownBars class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the UpDownBars class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UpDownBars class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth">
            <summary>
            <para> Gap Width.</para>
            <para> Represents the following element tag in the schema: c:gapWidth </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars">
            <summary>
            <para> Up Bars.</para>
            <para> Represents the following element tag in the schema: c:upBars </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars">
            <summary>
            <para> Down Bars.</para>
            <para> Represents the following element tag in the schema: c:downBars </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList">
             <summary>
             <para>Defines the StockChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StockChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the StockChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StockChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StockChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StockChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList">
             <summary>
             <para>Defines the PieChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PieChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the PieChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PieChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PieChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PieChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList">
             <summary>
             <para>Defines the Pie3DChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Pie3DChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the Pie3DChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Pie3DChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Pie3DChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Pie3DChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList">
             <summary>
             <para>Defines the NumRefExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumRefExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.#ctor">
            <summary>
            Initializes a new instance of the NumRefExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumRefExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumRefExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumRefExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList">
             <summary>
             <para>Defines the StrDataExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StrDataExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.#ctor">
            <summary>
            Initializes a new instance of the StrDataExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StrDataExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StrDataExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StrDataExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList">
             <summary>
             <para>Defines the StrRefExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StrRefExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.#ctor">
            <summary>
            Initializes a new instance of the StrRefExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StrRefExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StrRefExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StrRefExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache">
             <summary>
             <para>Defines the MultiLevelStringCache Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:multiLvlStrCache.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PointCount &lt;c:ptCount></description></item>
            <item><description>Level &lt;c:lvl></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.#ctor">
            <summary>
            Initializes a new instance of the MultiLevelStringCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MultiLevelStringCache class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MultiLevelStringCache class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MultiLevelStringCache class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount">
            <summary>
            <para> PointCount.</para>
            <para> Represents the following element tag in the schema: c:ptCount </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList">
             <summary>
             <para>Defines the MultiLvlStrRefExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MultiLvlStrRefExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.#ctor">
            <summary>
            Initializes a new instance of the MultiLvlStrRefExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MultiLvlStrRefExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MultiLvlStrRefExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MultiLvlStrRefExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList">
             <summary>
             <para>Defines the DLblExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DLblExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.#ctor">
            <summary>
            Initializes a new instance of the DLblExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DLblExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DLblExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DLblExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList">
             <summary>
             <para>Defines the DLblsExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DLblsExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.#ctor">
            <summary>
            Initializes a new instance of the DLblsExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DLblsExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DLblsExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DLblsExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataPoint">
             <summary>
             <para>Defines the DataPoint Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:dPt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>InvertIfNegative &lt;c:invertIfNegative></description></item>
            <item><description>Marker &lt;c:marker></description></item>
            <item><description>Bubble3D &lt;c:bubble3D></description></item>
            <item><description>Explosion &lt;c:explosion></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.#ctor">
            <summary>
            Initializes a new instance of the DataPoint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataPoint class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataPoint class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataPoint class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative">
            <summary>
            <para> Invert if Negative.</para>
            <para> Represents the following element tag in the schema: c:invertIfNegative </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker">
            <summary>
            <para> Marker.</para>
            <para> Represents the following element tag in the schema: c:marker </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D">
            <summary>
            <para> 3D Bubble.</para>
            <para> Represents the following element tag in the schema: c:bubble3D </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion">
            <summary>
            <para> Explosion.</para>
            <para> Represents the following element tag in the schema: c:explosion </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DataPoint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Trendline">
             <summary>
             <para>Defines the Trendline Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:trendline.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TrendlineName &lt;c:name></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>TrendlineType &lt;c:trendlineType></description></item>
            <item><description>PolynomialOrder &lt;c:order></description></item>
            <item><description>Period &lt;c:period></description></item>
            <item><description>Forward &lt;c:forward></description></item>
            <item><description>Backward &lt;c:backward></description></item>
            <item><description>Intercept &lt;c:intercept></description></item>
            <item><description>DisplayRSquaredValue &lt;c:dispRSqr></description></item>
            <item><description>DisplayEquation &lt;c:dispEq></description></item>
            <item><description>TrendlineLabel &lt;c:trendlineLbl></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Trendline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Trendline.#ctor">
            <summary>
            Initializes a new instance of the Trendline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Trendline.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Trendline class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Trendline.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Trendline class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Trendline.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Trendline class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName">
            <summary>
            <para> Trendline Name.</para>
            <para> Represents the following element tag in the schema: c:name </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType">
            <summary>
            <para> Trendline Type.</para>
            <para> Represents the following element tag in the schema: c:trendlineType </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder">
            <summary>
            <para> Polynomial Trendline Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period">
            <summary>
            <para> Period.</para>
            <para> Represents the following element tag in the schema: c:period </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward">
            <summary>
            <para> Forward.</para>
            <para> Represents the following element tag in the schema: c:forward </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward">
            <summary>
            <para> Backward.</para>
            <para> Represents the following element tag in the schema: c:backward </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept">
            <summary>
            <para> Intercept.</para>
            <para> Represents the following element tag in the schema: c:intercept </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue">
            <summary>
            <para> Display R Squared Value.</para>
            <para> Represents the following element tag in the schema: c:dispRSqr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation">
            <summary>
            <para> Display Equation.</para>
            <para> Represents the following element tag in the schema: c:dispEq </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel">
            <summary>
            <para> Trendline Label.</para>
            <para> Represents the following element tag in the schema: c:trendlineLbl </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Trendline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars">
             <summary>
             <para>Defines the ErrorBars Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:errBars.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ErrorDirection &lt;c:errDir></description></item>
            <item><description>ErrorBarType &lt;c:errBarType></description></item>
            <item><description>ErrorBarValueType &lt;c:errValType></description></item>
            <item><description>NoEndCap &lt;c:noEndCap></description></item>
            <item><description>Plus &lt;c:plus></description></item>
            <item><description>Minus &lt;c:minus></description></item>
            <item><description>ErrorBarValue &lt;c:val></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.#ctor">
            <summary>
            Initializes a new instance of the ErrorBars class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ErrorBars class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ErrorBars class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ErrorBars class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection">
            <summary>
            <para> Error Bar Direction.</para>
            <para> Represents the following element tag in the schema: c:errDir </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType">
            <summary>
            <para> Error Bar Type.</para>
            <para> Represents the following element tag in the schema: c:errBarType </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType">
            <summary>
            <para> Error Bar Value Type.</para>
            <para> Represents the following element tag in the schema: c:errValType </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap">
            <summary>
            <para> No End Cap.</para>
            <para> Represents the following element tag in the schema: c:noEndCap </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus">
            <summary>
            <para> Plus.</para>
            <para> Represents the following element tag in the schema: c:plus </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus">
            <summary>
            <para> Minus.</para>
            <para> Represents the following element tag in the schema: c:minus </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue">
            <summary>
            <para> Error Bar Value.</para>
            <para> Represents the following element tag in the schema: c:val </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData">
             <summary>
             <para>Defines the CategoryAxisData Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:cat.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MultiLevelStringReference &lt;c:multiLvlStrRef></description></item>
            <item><description>NumberReference &lt;c:numRef></description></item>
            <item><description>NumberLiteral &lt;c:numLit></description></item>
            <item><description>StringReference &lt;c:strRef></description></item>
            <item><description>StringLiteral &lt;c:strLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.#ctor">
            <summary>
            Initializes a new instance of the CategoryAxisData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CategoryAxisData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CategoryAxisData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CategoryAxisData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.XValues">
             <summary>
             <para>Defines the XValues Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:xVal.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MultiLevelStringReference &lt;c:multiLvlStrRef></description></item>
            <item><description>NumberReference &lt;c:numRef></description></item>
            <item><description>NumberLiteral &lt;c:numLit></description></item>
            <item><description>StringReference &lt;c:strRef></description></item>
            <item><description>StringLiteral &lt;c:strLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.XValues.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.XValues.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.XValues.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.XValues.#ctor">
            <summary>
            Initializes a new instance of the XValues class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.XValues.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the XValues class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.XValues.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the XValues class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.XValues.#ctor(System.String)">
            <summary>
            Initializes a new instance of the XValues class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.XValues.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType">
             <summary>
             Defines the AxisDataSourceType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MultiLevelStringReference &lt;c:multiLvlStrRef></description></item>
            <item><description>NumberReference &lt;c:numRef></description></item>
            <item><description>NumberLiteral &lt;c:numLit></description></item>
            <item><description>StringReference &lt;c:strRef></description></item>
            <item><description>StringLiteral &lt;c:strLit></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference">
            <summary>
            <para> Multi Level String Reference.</para>
            <para> Represents the following element tag in the schema: c:multiLvlStrRef </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference">
            <summary>
            <para> Number Reference.</para>
            <para> Represents the following element tag in the schema: c:numRef </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral">
            <summary>
            <para> Number Literal.</para>
            <para> Represents the following element tag in the schema: c:numLit </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference">
            <summary>
            <para> StringReference.</para>
            <para> Represents the following element tag in the schema: c:strRef </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral">
            <summary>
            <para> String Literal.</para>
            <para> Represents the following element tag in the schema: c:strLit </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.#ctor">
            <summary>
            Initializes a new instance of the AxisDataSourceType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AxisDataSourceType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AxisDataSourceType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AxisDataSourceType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList">
             <summary>
             <para>Defines the LineSerExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSerExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.#ctor">
            <summary>
            Initializes a new instance of the LineSerExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineSerExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineSerExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineSerExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList">
             <summary>
             <para>Defines the ScatterSerExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ScatterSerExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ScatterSerExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ScatterSerExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ScatterSerExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScatterSerExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList">
             <summary>
             <para>Defines the RadarSerExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RadarSerExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.#ctor">
            <summary>
            Initializes a new instance of the RadarSerExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RadarSerExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RadarSerExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadarSerExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Shape">
            <summary>
            <para>Defines the Shape Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:shape.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Shape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Shape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Shape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Shape.Val">
            <summary>
            <para> Shape Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Shape.#ctor">
            <summary>
            Initializes a new instance of the Shape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Shape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList">
             <summary>
             <para>Defines the BarSerExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BarSerExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.#ctor">
            <summary>
            Initializes a new instance of the BarSerExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BarSerExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BarSerExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BarSerExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension">
             <summary>
             <para>Defines the BarSerExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat &lt;c14:invertSolidFillFmt></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle &lt;c15:filteredSeriesTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle &lt;c15:filteredCategoryTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange &lt;c15:datalabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions &lt;c15:categoryFilterExceptions></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.#ctor">
            <summary>
            Initializes a new instance of the BarSerExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BarSerExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BarSerExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BarSerExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList">
             <summary>
             <para>Defines the AreaSerExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AreaSerExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.#ctor">
            <summary>
            Initializes a new instance of the AreaSerExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AreaSerExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AreaSerExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AreaSerExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList">
             <summary>
             <para>Defines the PieSerExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PieSerExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.#ctor">
            <summary>
            Initializes a new instance of the PieSerExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PieSerExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PieSerExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PieSerExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList">
             <summary>
             <para>Defines the BubbleSerExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BubbleSerExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.#ctor">
            <summary>
            Initializes a new instance of the BubbleSerExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BubbleSerExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BubbleSerExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BubbleSerExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension">
             <summary>
             <para>Defines the BubbleSerExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat &lt;c14:invertSolidFillFmt></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle &lt;c15:filteredCategoryTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange &lt;c15:datalabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions &lt;c15:categoryFilterExceptions></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.#ctor">
            <summary>
            Initializes a new instance of the BubbleSerExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BubbleSerExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BubbleSerExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BubbleSerExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList">
             <summary>
             <para>Defines the SurfaceSerExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SurfaceSerExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.#ctor">
            <summary>
            Initializes a new instance of the SurfaceSerExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurfaceSerExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurfaceSerExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurfaceSerExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList">
             <summary>
             <para>Defines the LineChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the LineChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList">
             <summary>
             <para>Defines the Line3DChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Line3DChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the Line3DChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Line3DChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Line3DChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Line3DChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle">
            <summary>
            <para>Defines the ScatterStyle Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:scatterStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val">
            <summary>
            <para> Scatter Style Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.#ctor">
            <summary>
            Initializes a new instance of the ScatterStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries">
             <summary>
             <para>Defines the ScatterChartSeries Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>Order &lt;c:order></description></item>
            <item><description>SeriesText &lt;c:tx></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>Marker &lt;c:marker></description></item>
            <item><description>DataPoint &lt;c:dPt></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>Trendline &lt;c:trendline></description></item>
            <item><description>ErrorBars &lt;c:errBars></description></item>
            <item><description>XValues &lt;c:xVal></description></item>
            <item><description>YValues &lt;c:yVal></description></item>
            <item><description>Smooth &lt;c:smooth></description></item>
            <item><description>ScatterSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.#ctor">
            <summary>
            Initializes a new instance of the ScatterChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ScatterChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ScatterChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScatterChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker">
            <summary>
            <para> Marker.</para>
            <para> Represents the following element tag in the schema: c:marker </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList">
             <summary>
             <para>Defines the ScatterChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ScatterChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ScatterChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ScatterChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ScatterChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScatterChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarStyle">
            <summary>
            <para>Defines the RadarStyle Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:radarStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val">
            <summary>
            <para> Radar Style Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.#ctor">
            <summary>
            Initializes a new instance of the RadarStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries">
             <summary>
             <para>Defines the RadarChartSeries Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>Order &lt;c:order></description></item>
            <item><description>SeriesText &lt;c:tx></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>Marker &lt;c:marker></description></item>
            <item><description>DataPoint &lt;c:dPt></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>CategoryAxisData &lt;c:cat></description></item>
            <item><description>Values &lt;c:val></description></item>
            <item><description>RadarSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.#ctor">
            <summary>
            Initializes a new instance of the RadarChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RadarChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RadarChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadarChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker">
            <summary>
            <para> Marker.</para>
            <para> Represents the following element tag in the schema: c:marker </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList">
             <summary>
             <para>Defines the RadarChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RadarChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the RadarChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RadarChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RadarChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadarChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Overlap">
            <summary>
            <para>Defines the Overlap Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:overlap.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Overlap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Overlap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Overlap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val">
            <summary>
            <para> Overlap Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Overlap.#ctor">
            <summary>
            Initializes a new instance of the Overlap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Overlap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList">
             <summary>
             <para>Defines the BarChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BarChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the BarChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BarChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BarChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BarChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList">
             <summary>
             <para>Defines the Bar3DChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Bar3DChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the Bar3DChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Bar3DChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Bar3DChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bar3DChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList">
             <summary>
             <para>Defines the AreaChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AreaChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the AreaChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AreaChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AreaChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AreaChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList">
             <summary>
             <para>Defines the Area3DChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Area3DChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the Area3DChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Area3DChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Area3DChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Area3DChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries">
             <summary>
             <para>Defines the BubbleChartSeries Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ser.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Index &lt;c:idx></description></item>
            <item><description>Order &lt;c:order></description></item>
            <item><description>SeriesText &lt;c:tx></description></item>
            <item><description>ChartShapeProperties &lt;c:spPr></description></item>
            <item><description>PictureOptions &lt;c:pictureOptions></description></item>
            <item><description>InvertIfNegative &lt;c:invertIfNegative></description></item>
            <item><description>DataPoint &lt;c:dPt></description></item>
            <item><description>DataLabels &lt;c:dLbls></description></item>
            <item><description>Trendline &lt;c:trendline></description></item>
            <item><description>ErrorBars &lt;c:errBars></description></item>
            <item><description>XValues &lt;c:xVal></description></item>
            <item><description>YValues &lt;c:yVal></description></item>
            <item><description>BubbleSize &lt;c:bubbleSize></description></item>
            <item><description>Bubble3D &lt;c:bubble3D></description></item>
            <item><description>BubbleSerExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.#ctor">
            <summary>
            Initializes a new instance of the BubbleChartSeries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BubbleChartSeries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BubbleChartSeries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BubbleChartSeries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index">
            <summary>
            <para> Index.</para>
            <para> Represents the following element tag in the schema: c:idx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order">
            <summary>
            <para> Order.</para>
            <para> Represents the following element tag in the schema: c:order </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText">
            <summary>
            <para> Series Text.</para>
            <para> Represents the following element tag in the schema: c:tx </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties">
            <summary>
            <para> ChartShapeProperties.</para>
            <para> Represents the following element tag in the schema: c:spPr </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions">
            <summary>
            <para> PictureOptions.</para>
            <para> Represents the following element tag in the schema: c:pictureOptions </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative">
            <summary>
            <para> InvertIfNegative.</para>
            <para> Represents the following element tag in the schema: c:invertIfNegative </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleScale">
            <summary>
            <para>Defines the BubbleScale Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:bubbleScale.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val">
            <summary>
            <para> Bubble Scale Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.#ctor">
            <summary>
            Initializes a new instance of the BubbleScale class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents">
            <summary>
            <para>Defines the SizeRepresents Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:sizeRepresents.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val">
            <summary>
            <para> Size Represents Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.#ctor">
            <summary>
            Initializes a new instance of the SizeRepresents class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList">
             <summary>
             <para>Defines the BubbleChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BubbleChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the BubbleChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BubbleChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BubbleChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BubbleChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList">
             <summary>
             <para>Defines the SurfaceChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SurfaceChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the SurfaceChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SurfaceChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SurfaceChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SurfaceChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList">
             <summary>
             <para>Defines the Surface3DChartExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Surface3DChartExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.#ctor">
            <summary>
            Initializes a new instance of the Surface3DChartExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Surface3DChartExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Surface3DChartExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Surface3DChartExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment">
            <summary>
            <para>Defines the LabelAlignment Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:lblAlgn.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val">
            <summary>
            <para> Label Alignment Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.#ctor">
            <summary>
            Initializes a new instance of the LabelAlignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LabelOffset">
            <summary>
            <para>Defines the LabelOffset Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:lblOffset.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val">
            <summary>
            <para> Label Offset Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.#ctor">
            <summary>
            Initializes a new instance of the LabelOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip">
            <summary>
            <para>Defines the TickLabelSkip Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:tickLblSkip.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.#ctor">
            <summary>
            Initializes a new instance of the TickLabelSkip class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip">
            <summary>
            <para>Defines the TickMarkSkip Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:tickMarkSkip.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.#ctor">
            <summary>
            Initializes a new instance of the TickMarkSkip class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SkipType">
            <summary>
            Defines the SkipType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val">
            <summary>
            <para> Tick Skip Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SkipType.#ctor">
            <summary>
            Initializes a new instance of the SkipType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList">
             <summary>
             <para>Defines the CatAxExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CatAxExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.#ctor">
            <summary>
            Initializes a new instance of the CatAxExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CatAxExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CatAxExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CatAxExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit">
            <summary>
            <para>Defines the BaseTimeUnit Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:baseTimeUnit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.#ctor">
            <summary>
            Initializes a new instance of the BaseTimeUnit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit">
            <summary>
            <para>Defines the MajorTimeUnit Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:majorTimeUnit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.#ctor">
            <summary>
            Initializes a new instance of the MajorTimeUnit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit">
            <summary>
            <para>Defines the MinorTimeUnit Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:minorTimeUnit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.#ctor">
            <summary>
            Initializes a new instance of the MinorTimeUnit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType">
            <summary>
            Defines the TimeUnitType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val">
            <summary>
            <para> Time Unit Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.#ctor">
            <summary>
            Initializes a new instance of the TimeUnitType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MajorUnit">
            <summary>
            <para>Defines the MajorUnit Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:majorUnit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.#ctor">
            <summary>
            Initializes a new instance of the MajorUnit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MinorUnit">
            <summary>
            <para>Defines the MinorUnit Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:minorUnit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.#ctor">
            <summary>
            Initializes a new instance of the MinorUnit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType">
            <summary>
            Defines the AxisUnitType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val">
            <summary>
            <para> Major Unit Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.#ctor">
            <summary>
            Initializes a new instance of the AxisUnitType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList">
             <summary>
             <para>Defines the DateAxExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DateAxExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.#ctor">
            <summary>
            Initializes a new instance of the DateAxExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DateAxExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DateAxExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DateAxExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList">
             <summary>
             <para>Defines the SerAxExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SerAxExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.#ctor">
            <summary>
            Initializes a new instance of the SerAxExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SerAxExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SerAxExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SerAxExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CrossBetween">
            <summary>
            <para>Defines the CrossBetween Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:crossBetween.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val">
            <summary>
            <para> Cross Between Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.#ctor">
            <summary>
            Initializes a new instance of the CrossBetween class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits">
             <summary>
             <para>Defines the DisplayUnits Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:dispUnits.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomDisplayUnit &lt;c:custUnit></description></item>
            <item><description>BuiltInUnit &lt;c:builtInUnit></description></item>
            <item><description>DisplayUnitsLabel &lt;c:dispUnitsLbl></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.#ctor">
            <summary>
            Initializes a new instance of the DisplayUnits class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DisplayUnits class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DisplayUnits class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DisplayUnits class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList">
             <summary>
             <para>Defines the ValAxExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ValAxExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ValAxExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ValAxExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ValAxExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ValAxExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage">
            <summary>
            <para>Defines the EditingLanguage Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:lang.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val">
            <summary>
            <para> Language Code.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.#ctor">
            <summary>
            Initializes a new instance of the EditingLanguage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Style">
            <summary>
            <para>Defines the Style Class.</para>
            <para> When the object is serialized out as xml, its qualified name is c:style.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Style.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Style.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Style.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Style.Val">
            <summary>
            <para> Style Type.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Style.#ctor">
            <summary>
            Initializes a new instance of the Style class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Style.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride">
             <summary>
             <para>Defines the ColorMapOverride Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:clrMapOvr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1">
            <summary>
            <para> Background 1.</para>
            <para>Represents the following attribute in the schema: bg1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1">
            <summary>
            <para> Text 1.</para>
            <para>Represents the following attribute in the schema: tx1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2">
            <summary>
            <para> Background 2.</para>
            <para>Represents the following attribute in the schema: bg2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2">
            <summary>
            <para> Text 2.</para>
            <para>Represents the following attribute in the schema: tx2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1">
            <summary>
            <para> Accent 1.</para>
            <para>Represents the following attribute in the schema: accent1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2">
            <summary>
            <para> Accent 2.</para>
            <para>Represents the following attribute in the schema: accent2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3">
            <summary>
            <para> Accent 3.</para>
            <para>Represents the following attribute in the schema: accent3 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4">
            <summary>
            <para> Accent 4.</para>
            <para>Represents the following attribute in the schema: accent4 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5">
            <summary>
            <para> Accent 5.</para>
            <para>Represents the following attribute in the schema: accent5 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6">
            <summary>
            <para> Accent 6.</para>
            <para>Represents the following attribute in the schema: accent6 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink">
            <summary>
            <para> Hyperlink.</para>
            <para>Represents the following attribute in the schema: hlink </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink">
            <summary>
            <para> Followed Hyperlink.</para>
            <para>Represents the following attribute in the schema: folHlink </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.#ctor">
            <summary>
            Initializes a new instance of the ColorMapOverride class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorMapOverride class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorMapOverride class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorMapOverride class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PivotSource">
             <summary>
             <para>Defines the PivotSource Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:pivotSource.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotTableName &lt;c:name></description></item>
            <item><description>FormatId &lt;c:fmtId></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.#ctor">
            <summary>
            Initializes a new instance of the PivotSource class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotSource class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotSource class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotSource class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName">
            <summary>
            <para> Pivot Name.</para>
            <para> Represents the following element tag in the schema: c:name </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId">
            <summary>
            <para> Format ID.</para>
            <para> Represents the following element tag in the schema: c:fmtId </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PivotSource.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Protection">
             <summary>
             <para>Defines the Protection Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:protection.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartObject &lt;c:chartObject></description></item>
            <item><description>Data &lt;c:data></description></item>
            <item><description>Formatting &lt;c:formatting></description></item>
            <item><description>Selection &lt;c:selection></description></item>
            <item><description>UserInterface &lt;c:userInterface></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Protection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Protection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Protection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Protection.#ctor">
            <summary>
            Initializes a new instance of the Protection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Protection.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Protection class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Protection.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Protection class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Protection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Protection class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject">
            <summary>
            <para> Chart Object.</para>
            <para> Represents the following element tag in the schema: c:chartObject </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Protection.Data">
            <summary>
            <para> Data Cannot Be Changed.</para>
            <para> Represents the following element tag in the schema: c:data </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting">
            <summary>
            <para> Formatting.</para>
            <para> Represents the following element tag in the schema: c:formatting </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection">
            <summary>
            <para> Selection.</para>
            <para> Represents the following element tag in the schema: c:selection </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface">
            <summary>
            <para> User Interface.</para>
            <para> Represents the following element tag in the schema: c:userInterface </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Protection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.Chart">
             <summary>
             <para>Defines the Chart Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:chart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Title &lt;c:title></description></item>
            <item><description>AutoTitleDeleted &lt;c:autoTitleDeleted></description></item>
            <item><description>PivotFormats &lt;c:pivotFmts></description></item>
            <item><description>View3D &lt;c:view3D></description></item>
            <item><description>Floor &lt;c:floor></description></item>
            <item><description>SideWall &lt;c:sideWall></description></item>
            <item><description>BackWall &lt;c:backWall></description></item>
            <item><description>PlotArea &lt;c:plotArea></description></item>
            <item><description>Legend &lt;c:legend></description></item>
            <item><description>PlotVisibleOnly &lt;c:plotVisOnly></description></item>
            <item><description>DisplayBlanksAs &lt;c:dispBlanksAs></description></item>
            <item><description>ShowDataLabelsOverMaximum &lt;c:showDLblsOverMax></description></item>
            <item><description>ExtensionList &lt;c:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Chart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Chart.#ctor">
            <summary>
            Initializes a new instance of the Chart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Chart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Chart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Chart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Chart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Chart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Chart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.Title">
            <summary>
            <para> Title.</para>
            <para> Represents the following element tag in the schema: c:title </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted">
            <summary>
            <para> Auto Title Is Deleted.</para>
            <para> Represents the following element tag in the schema: c:autoTitleDeleted </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats">
            <summary>
            <para> Pivot Formats.</para>
            <para> Represents the following element tag in the schema: c:pivotFmts </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D">
            <summary>
            <para> View In 3D.</para>
            <para> Represents the following element tag in the schema: c:view3D </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor">
            <summary>
            <para> Floor.</para>
            <para> Represents the following element tag in the schema: c:floor </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall">
            <summary>
            <para> Side Wall.</para>
            <para> Represents the following element tag in the schema: c:sideWall </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall">
            <summary>
            <para> Back Wall.</para>
            <para> Represents the following element tag in the schema: c:backWall </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea">
            <summary>
            <para> Plot Area.</para>
            <para> Represents the following element tag in the schema: c:plotArea </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend">
            <summary>
            <para> Legend.</para>
            <para> Represents the following element tag in the schema: c:legend </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly">
            <summary>
            <para> Plot Visible Only.</para>
            <para> Represents the following element tag in the schema: c:plotVisOnly </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs">
            <summary>
            <para> Display Blanks As.</para>
            <para> Represents the following element tag in the schema: c:dispBlanksAs </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum">
            <summary>
            <para> Show Data Labels over Maximum.</para>
            <para> Represents the following element tag in the schema: c:showDLblsOverMax </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.Chart.ExtensionList">
            <summary>
            <para> Chart Extensibility.</para>
            <para> Represents the following element tag in the schema: c:extLst </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.Chart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ExternalData">
             <summary>
             <para>Defines the ExternalData Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:externalData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AutoUpdate &lt;c:autoUpdate></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ExternalData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExternalData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id">
             <summary>
             <para> Relationship Reference.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExternalData.#ctor">
            <summary>
            Initializes a new instance of the ExternalData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExternalData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExternalData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExternalData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExternalData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExternalData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExternalData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate">
            <summary>
            <para> Update Automatically.</para>
            <para> Represents the following element tag in the schema: c:autoUpdate </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ExternalData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings">
             <summary>
             <para>Defines the PrintSettings Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:printSettings.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HeaderFooter &lt;c:headerFooter></description></item>
            <item><description>PageMargins &lt;c:pageMargins></description></item>
            <item><description>PageSetup &lt;c:pageSetup></description></item>
            <item><description>LegacyDrawingHeaderFooter &lt;c:legacyDrawingHF></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.#ctor">
            <summary>
            Initializes a new instance of the PrintSettings class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PrintSettings class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PrintSettings class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PrintSettings class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter">
            <summary>
            <para> Header and Footer.</para>
            <para> Represents the following element tag in the schema: c:headerFooter </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins">
            <summary>
            <para> Page Margins.</para>
            <para> Represents the following element tag in the schema: c:pageMargins </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup">
            <summary>
            <para> Page Setup.</para>
            <para> Represents the following element tag in the schema: c:pageSetup </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter">
            <summary>
            <para> Legacy Drawing for Headers and Footers.</para>
            <para> Represents the following element tag in the schema: c:legacyDrawingHF </para>
            </summary>
            <remark>
            xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList">
             <summary>
             <para>Defines the ChartSpaceExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartSpaceExtension &lt;c:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ChartSpaceExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartSpaceExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartSpaceExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartSpaceExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension">
             <summary>
             <para>Defines the ChartSpaceExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is c:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions &lt;c14:pivotOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions &lt;c14:sketchOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource &lt;c15:pivotSource></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.#ctor">
            <summary>
            Initializes a new instance of the ChartSpaceExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartSpaceExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartSpaceExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartSpaceExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues">
            <summary>
            Layout Target
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Inner">
            <summary>
            Inner.
            <para>When the item is serialized out as xml, its value is "inner".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Outer">
            <summary>
            Outer.
            <para>When the item is serialized out as xml, its value is "outer".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues">
            <summary>
            Layout Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Edge">
            <summary>
            Edge.
            <para>When the item is serialized out as xml, its value is "edge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Factor">
            <summary>
            Factor.
            <para>When the item is serialized out as xml, its value is "factor".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues">
            <summary>
            Size Represents
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Area">
            <summary>
            Bubble Size Represents Area.
            <para>When the item is serialized out as xml, its value is "area".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Width">
            <summary>
            Bubble Size Represents Width.
            <para>When the item is serialized out as xml, its value is "w".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues">
            <summary>
            Label Alignment
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues">
            <summary>
            Data Label Position
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.BestFit">
            <summary>
            Best Fit.
            <para>When the item is serialized out as xml, its value is "bestFit".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideBase">
            <summary>
            Inside Base.
            <para>When the item is serialized out as xml, its value is "inBase".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideEnd">
            <summary>
            Inside End.
            <para>When the item is serialized out as xml, its value is "inEnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.OutsideEnd">
            <summary>
            Outside End.
            <para>When the item is serialized out as xml, its value is "outEnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues">
            <summary>
            Trendline Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Exponential">
            <summary>
            Exponential.
            <para>When the item is serialized out as xml, its value is "exp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Linear">
            <summary>
            Linear.
            <para>When the item is serialized out as xml, its value is "linear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Logarithmic">
            <summary>
            Logarithmic.
            <para>When the item is serialized out as xml, its value is "log".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.MovingAverage">
            <summary>
            Moving Average.
            <para>When the item is serialized out as xml, its value is "movingAvg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Polynomial">
            <summary>
            Polynomial.
            <para>When the item is serialized out as xml, its value is "poly".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Power">
            <summary>
            Power.
            <para>When the item is serialized out as xml, its value is "power".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues">
            <summary>
            Error Bar Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.X">
            <summary>
            X.
            <para>When the item is serialized out as xml, its value is "x".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.Y">
            <summary>
            Y.
            <para>When the item is serialized out as xml, its value is "y".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues">
            <summary>
            Error Bar Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Both">
            <summary>
            Both.
            <para>When the item is serialized out as xml, its value is "both".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Minus">
            <summary>
            Minus.
            <para>When the item is serialized out as xml, its value is "minus".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Plus">
            <summary>
            Plus.
            <para>When the item is serialized out as xml, its value is "plus".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ErrorValues">
            <summary>
            Error Value Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Custom">
            <summary>
            Custom Error Bars.
            <para>When the item is serialized out as xml, its value is "cust".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.FixedValue">
            <summary>
            Fixed Value.
            <para>When the item is serialized out as xml, its value is "fixedVal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Percentage">
            <summary>
            Percentage.
            <para>When the item is serialized out as xml, its value is "percentage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardDeviation">
            <summary>
            Standard Deviation.
            <para>When the item is serialized out as xml, its value is "stdDev".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardError">
            <summary>
            Standard Error.
            <para>When the item is serialized out as xml, its value is "stdErr".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.GroupingValues">
            <summary>
            Grouping
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.PercentStacked">
            <summary>
            100% Stacked.
            <para>When the item is serialized out as xml, its value is "percentStacked".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Standard">
            <summary>
            Standard.
            <para>When the item is serialized out as xml, its value is "standard".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Stacked">
            <summary>
            Stacked.
            <para>When the item is serialized out as xml, its value is "stacked".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues">
            <summary>
            Radar Style
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Standard">
            <summary>
            Standard.
            <para>When the item is serialized out as xml, its value is "standard".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Marker">
            <summary>
            Marker.
            <para>When the item is serialized out as xml, its value is "marker".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Filled">
            <summary>
            Filled.
            <para>When the item is serialized out as xml, its value is "filled".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues">
            <summary>
            Bar Grouping
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.PercentStacked">
            <summary>
            100% Stacked.
            <para>When the item is serialized out as xml, its value is "percentStacked".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Clustered">
            <summary>
            Clustered.
            <para>When the item is serialized out as xml, its value is "clustered".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Standard">
            <summary>
            Standard.
            <para>When the item is serialized out as xml, its value is "standard".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Stacked">
            <summary>
            Stacked.
            <para>When the item is serialized out as xml, its value is "stacked".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues">
            <summary>
            Bar Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Bar">
            <summary>
            Bar.
            <para>When the item is serialized out as xml, its value is "bar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Column">
            <summary>
            Column.
            <para>When the item is serialized out as xml, its value is "col".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ShapeValues">
            <summary>
            Shape
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cone">
            <summary>
            Cone.
            <para>When the item is serialized out as xml, its value is "cone".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.ConeToMax">
            <summary>
            Cone to Max.
            <para>When the item is serialized out as xml, its value is "coneToMax".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Box">
            <summary>
            Box.
            <para>When the item is serialized out as xml, its value is "box".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cylinder">
            <summary>
            Cylinder.
            <para>When the item is serialized out as xml, its value is "cylinder".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Pyramid">
            <summary>
            Pyramid.
            <para>When the item is serialized out as xml, its value is "pyramid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.PyramidToMaximum">
            <summary>
            Pyramid to Maximum.
            <para>When the item is serialized out as xml, its value is "pyramidToMax".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.OfPieValues">
            <summary>
            Pie of Pie or Bar of Pie Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Pie">
            <summary>
            Pie.
            <para>When the item is serialized out as xml, its value is "pie".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Bar">
            <summary>
            Bar.
            <para>When the item is serialized out as xml, its value is "bar".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues">
            <summary>
            Axis Position
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CrossesValues">
            <summary>
            Crosses
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.AutoZero">
            <summary>
            Axis Crosses at Zero.
            <para>When the item is serialized out as xml, its value is "autoZero".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Maximum">
            <summary>
            Maximum.
            <para>When the item is serialized out as xml, its value is "max".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Minimum">
            <summary>
            Minimum.
            <para>When the item is serialized out as xml, its value is "min".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues">
            <summary>
            Cross Between
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.Between">
            <summary>
            Between.
            <para>When the item is serialized out as xml, its value is "between".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.MidpointCategory">
            <summary>
            Midpoint of Category.
            <para>When the item is serialized out as xml, its value is "midCat".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues">
            <summary>
            Tick Mark
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Cross">
            <summary>
            Cross.
            <para>When the item is serialized out as xml, its value is "cross".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Inside">
            <summary>
            Inside.
            <para>When the item is serialized out as xml, its value is "in".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Outside">
            <summary>
            Outside.
            <para>When the item is serialized out as xml, its value is "out".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues">
            <summary>
            Tick Label Position
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.High">
            <summary>
            High.
            <para>When the item is serialized out as xml, its value is "high".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.Low">
            <summary>
            Low.
            <para>When the item is serialized out as xml, its value is "low".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.NextTo">
            <summary>
            Next To.
            <para>When the item is serialized out as xml, its value is "nextTo".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues">
            <summary>
            Time Unit
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Days">
            <summary>
            Days.
            <para>When the item is serialized out as xml, its value is "days".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Months">
            <summary>
            Months.
            <para>When the item is serialized out as xml, its value is "months".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Years">
            <summary>
            Years.
            <para>When the item is serialized out as xml, its value is "years".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues">
            <summary>
            Built-In Unit
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Hundreds">
            <summary>
            Hundreds.
            <para>When the item is serialized out as xml, its value is "hundreds".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Thousands">
            <summary>
            Thousands.
            <para>When the item is serialized out as xml, its value is "thousands".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenThousands">
            <summary>
            Ten Thousands.
            <para>When the item is serialized out as xml, its value is "tenThousands".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredThousands">
            <summary>
            Hundred Thousands.
            <para>When the item is serialized out as xml, its value is "hundredThousands".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Millions">
            <summary>
            Millions.
            <para>When the item is serialized out as xml, its value is "millions".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenMillions">
            <summary>
            Ten Millions.
            <para>When the item is serialized out as xml, its value is "tenMillions".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredMillions">
            <summary>
            Hundred Millions.
            <para>When the item is serialized out as xml, its value is "hundredMillions".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Billions">
            <summary>
            Billions.
            <para>When the item is serialized out as xml, its value is "billions".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Trillions">
            <summary>
            Trillions.
            <para>When the item is serialized out as xml, its value is "trillions".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues">
            <summary>
            Picture Format
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stretch">
            <summary>
            Stretch.
            <para>When the item is serialized out as xml, its value is "stretch".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stack">
            <summary>
            Stack.
            <para>When the item is serialized out as xml, its value is "stack".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.StackScale">
            <summary>
            Stack and Scale.
            <para>When the item is serialized out as xml, its value is "stackScale".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.OrientationValues">
            <summary>
            Orientation
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MaxMin">
            <summary>
            Maximum to Minimum.
            <para>When the item is serialized out as xml, its value is "maxMin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MinMax">
            <summary>
            Minimum to Maximum.
            <para>When the item is serialized out as xml, its value is "minMax".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues">
            <summary>
            Legend Position
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.TopRight">
            <summary>
            Top Right.
            <para>When the item is serialized out as xml, its value is "tr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues">
            <summary>
            Display Blanks As
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Span">
            <summary>
            Span.
            <para>When the item is serialized out as xml, its value is "span".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Gap">
            <summary>
            Gap.
            <para>When the item is serialized out as xml, its value is "gap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Zero">
            <summary>
            Zero.
            <para>When the item is serialized out as xml, its value is "zero".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues">
            <summary>
            Printed Page Orientation
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Default">
            <summary>
            Default Page Orientation.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Portrait">
            <summary>
            Portrait Page.
            <para>When the item is serialized out as xml, its value is "portrait".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Landscape">
            <summary>
            Landscape Page.
            <para>When the item is serialized out as xml, its value is "landscape".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues">
            <summary>
            Scatter Style
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Line">
            <summary>
            Line.
            <para>When the item is serialized out as xml, its value is "line".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.LineMarker">
            <summary>
            Line with Markers.
            <para>When the item is serialized out as xml, its value is "lineMarker".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Marker">
            <summary>
            Marker.
            <para>When the item is serialized out as xml, its value is "marker".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Smooth">
            <summary>
            Smooth.
            <para>When the item is serialized out as xml, its value is "smooth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.SmoothMarker">
            <summary>
            Smooth with Markers.
            <para>When the item is serialized out as xml, its value is "smoothMarker".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues">
            <summary>
            Marker Style
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Auto">
            <summary>
            auto.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Circle">
            <summary>
            Circle.
            <para>When the item is serialized out as xml, its value is "circle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dash">
            <summary>
            Dash.
            <para>When the item is serialized out as xml, its value is "dash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Diamond">
            <summary>
            Diamond.
            <para>When the item is serialized out as xml, its value is "diamond".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dot">
            <summary>
            Dot.
            <para>When the item is serialized out as xml, its value is "dot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Picture">
            <summary>
            Picture.
            <para>When the item is serialized out as xml, its value is "picture".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Plus">
            <summary>
            Plus.
            <para>When the item is serialized out as xml, its value is "plus".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Square">
            <summary>
            Square.
            <para>When the item is serialized out as xml, its value is "square".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Star">
            <summary>
            Star.
            <para>When the item is serialized out as xml, its value is "star".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Triangle">
            <summary>
            Triangle.
            <para>When the item is serialized out as xml, its value is "triangle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.X">
            <summary>
            X.
            <para>When the item is serialized out as xml, its value is "x".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Charts.SplitValues">
            <summary>
            Split Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Custom">
            <summary>
            Custom Split.
            <para>When the item is serialized out as xml, its value is "cust".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Percent">
            <summary>
            Split by Percentage.
            <para>When the item is serialized out as xml, its value is "percent".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Position">
            <summary>
            Split by Position.
            <para>When the item is serialized out as xml, its value is "pos".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Value">
            <summary>
            Split by Value.
            <para>When the item is serialized out as xml, its value is "val".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize">
             <summary>
             <para>Relative Anchor Shape Size.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:relSizeAnchor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FromAnchor &lt;cdr:from></description></item>
            <item><description>ToAnchor &lt;cdr:to></description></item>
            <item><description>Shape &lt;cdr:sp></description></item>
            <item><description>GroupShape &lt;cdr:grpSp></description></item>
            <item><description>GraphicFrame &lt;cdr:graphicFrame></description></item>
            <item><description>ConnectionShape &lt;cdr:cxnSp></description></item>
            <item><description>Picture &lt;cdr:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart &lt;cdr14:contentPart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.#ctor">
            <summary>
            Initializes a new instance of the RelativeAnchorSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RelativeAnchorSize class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RelativeAnchorSize class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RelativeAnchorSize class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor">
            <summary>
            <para> Starting Anchor Point.</para>
            <para> Represents the following element tag in the schema: cdr:from </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor">
            <summary>
            <para> Ending Anchor Point.</para>
            <para> Represents the following element tag in the schema: cdr:to </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize">
             <summary>
             <para>Absolute Anchor Shape Size.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:absSizeAnchor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FromAnchor &lt;cdr:from></description></item>
            <item><description>Extent &lt;cdr:ext></description></item>
            <item><description>Shape &lt;cdr:sp></description></item>
            <item><description>GroupShape &lt;cdr:grpSp></description></item>
            <item><description>GraphicFrame &lt;cdr:graphicFrame></description></item>
            <item><description>ConnectionShape &lt;cdr:cxnSp></description></item>
            <item><description>Picture &lt;cdr:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart &lt;cdr14:contentPart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.#ctor">
            <summary>
            Initializes a new instance of the AbsoluteAnchorSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AbsoluteAnchorSize class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AbsoluteAnchorSize class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AbsoluteAnchorSize class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor">
            <summary>
            <para> FromAnchor.</para>
            <para> Represents the following element tag in the schema: cdr:from </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent">
            <summary>
            <para> Shape Extent.</para>
            <para> Represents the following element tag in the schema: cdr:ext </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape">
             <summary>
             <para>Shape Definition.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:sp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualShapeProperties &lt;cdr:nvSpPr></description></item>
            <item><description>ShapeProperties &lt;cdr:spPr></description></item>
            <item><description>Style &lt;cdr:style></description></item>
            <item><description>TextBody &lt;cdr:txBody></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro">
            <summary>
            <para> Reference to Custom Function.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink">
            <summary>
            <para> Text Link.</para>
            <para>Represents the following attribute in the schema: textlink </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText">
            <summary>
            <para> Lock Text.</para>
            <para>Represents the following attribute in the schema: fLocksText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published">
            <summary>
            <para> Publish to Server.</para>
            <para>Represents the following attribute in the schema: fPublished </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.#ctor">
            <summary>
            Initializes a new instance of the Shape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties">
            <summary>
            <para> Non-Visual Shape Properties.</para>
            <para> Represents the following element tag in the schema: cdr:nvSpPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties">
            <summary>
            <para> Shape Properties.</para>
            <para> Represents the following element tag in the schema: cdr:spPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style">
            <summary>
            <para> Shape Style.</para>
            <para> Represents the following element tag in the schema: cdr:style </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody">
            <summary>
            <para> Shape Text Body.</para>
            <para> Represents the following element tag in the schema: cdr:txBody </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape">
             <summary>
             <para>Group Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:grpSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGroupShapeProperties &lt;cdr:nvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;cdr:grpSpPr></description></item>
            <item><description>Shape &lt;cdr:sp></description></item>
            <item><description>GroupShape &lt;cdr:grpSp></description></item>
            <item><description>GraphicFrame &lt;cdr:graphicFrame></description></item>
            <item><description>ConnectionShape &lt;cdr:cxnSp></description></item>
            <item><description>Picture &lt;cdr:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart &lt;cdr14:contentPart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.#ctor">
            <summary>
            Initializes a new instance of the GroupShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties">
            <summary>
            <para> Non-Visual Group Shape Properties.</para>
            <para> Represents the following element tag in the schema: cdr:nvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties">
            <summary>
            <para> Group Shape Properties.</para>
            <para> Represents the following element tag in the schema: cdr:grpSpPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame">
             <summary>
             <para>Graphic Frame.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:graphicFrame.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGraphicFrameProperties &lt;cdr:nvGraphicFramePr></description></item>
            <item><description>Transform &lt;cdr:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Graphic &lt;a:graphic></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro">
            <summary>
            <para> Reference to Custom Function.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published">
            <summary>
            <para> Publish To Server.</para>
            <para>Represents the following attribute in the schema: fPublished </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.#ctor">
            <summary>
            Initializes a new instance of the GraphicFrame class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GraphicFrame class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GraphicFrame class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphicFrame class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties">
            <summary>
            <para> Non-Visual Graphic Frame Properties.</para>
            <para> Represents the following element tag in the schema: cdr:nvGraphicFramePr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform">
            <summary>
            <para> Graphic Frame Transform.</para>
            <para> Represents the following element tag in the schema: cdr:xfrm </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic">
            <summary>
            <para> Graphical Object.</para>
            <para> Represents the following element tag in the schema: a:graphic </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape">
             <summary>
             <para>Connection Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:cxnSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualConnectorShapeDrawingProperties &lt;cdr:nvCxnSpPr></description></item>
            <item><description>ShapeProperties &lt;cdr:spPr></description></item>
            <item><description>Style &lt;cdr:style></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro">
            <summary>
            <para> Reference to Custom Function.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published">
            <summary>
            <para> Publish to Server.</para>
            <para>Represents the following attribute in the schema: fPublished </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.#ctor">
            <summary>
            Initializes a new instance of the ConnectionShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectionShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectionShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectionShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties">
            <summary>
            <para> Connector Non Visual Properties.</para>
            <para> Represents the following element tag in the schema: cdr:nvCxnSpPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties">
            <summary>
            <para> Shape Properties.</para>
            <para> Represents the following element tag in the schema: cdr:spPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style">
            <summary>
            <para> Connection Shape Style.</para>
            <para> Represents the following element tag in the schema: cdr:style </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture">
             <summary>
             <para>Defines the Picture Class.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:pic.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualPictureProperties &lt;cdr:nvPicPr></description></item>
            <item><description>BlipFill &lt;cdr:blipFill></description></item>
            <item><description>ShapeProperties &lt;cdr:spPr></description></item>
            <item><description>Style &lt;cdr:style></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro">
            <summary>
            <para> Reference to Custom Function.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published">
            <summary>
            <para> Publish to Server.</para>
            <para>Represents the following attribute in the schema: fPublished </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.#ctor">
            <summary>
            Initializes a new instance of the Picture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Picture class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Picture class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Picture class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties">
            <summary>
            <para> Non-Visual Picture Properties.</para>
            <para> Represents the following element tag in the schema: cdr:nvPicPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill">
            <summary>
            <para> Picture Fill.</para>
            <para> Represents the following element tag in the schema: cdr:blipFill </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties">
            <summary>
            <para> ShapeProperties.</para>
            <para> Represents the following element tag in the schema: cdr:spPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style">
            <summary>
            <para> Style.</para>
            <para> Represents the following element tag in the schema: cdr:style </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties">
             <summary>
             <para>Chart Non Visual Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties">
             <summary>
             <para>Non-Visual Shape Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:cNvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ShapeLocks &lt;a:spLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox">
            <summary>
            <para> Text Box.</para>
            <para>Represents the following attribute in the schema: txBox </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks">
            <summary>
            <para> Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:spLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties">
             <summary>
             <para>Non-Visual Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:nvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;cdr:cNvPr></description></item>
            <item><description>NonVisualShapeDrawingProperties &lt;cdr:cNvSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> Chart Non Visual Properties.</para>
            <para> Represents the following element tag in the schema: cdr:cNvPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties">
            <summary>
            <para> Non-Visual Shape Drawing Properties.</para>
            <para> Represents the following element tag in the schema: cdr:cNvSpPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties">
             <summary>
             <para>Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style">
             <summary>
             <para>Shape Style.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:style.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.LineReference &lt;a:lnRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FillReference &lt;a:fillRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectReference &lt;a:effectRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FontReference &lt;a:fontRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.#ctor">
            <summary>
            Initializes a new instance of the Style class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Style class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Style class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Style class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference">
            <summary>
            <para> LineReference.</para>
            <para> Represents the following element tag in the schema: a:lnRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference">
            <summary>
            <para> FillReference.</para>
            <para> Represents the following element tag in the schema: a:fillRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference">
            <summary>
            <para> EffectReference.</para>
            <para> Represents the following element tag in the schema: a:effectRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference">
            <summary>
            <para> Font Reference.</para>
            <para> Represents the following element tag in the schema: a:fontRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody">
             <summary>
             <para>Shape Text Body.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:txBody.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BodyProperties &lt;a:bodyPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ListStyle &lt;a:lstStyle></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Paragraph &lt;a:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.#ctor">
            <summary>
            Initializes a new instance of the TextBody class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBody class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties">
            <summary>
            <para> Body Properties.</para>
            <para> Represents the following element tag in the schema: a:bodyPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle">
            <summary>
            <para> Text List Styles.</para>
            <para> Represents the following element tag in the schema: a:lstStyle </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties">
             <summary>
             <para>Non-Visual Connection Shape Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:cNvCxnSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks &lt;a:cxnSpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.StartConnection &lt;a:stCxn></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EndConnection &lt;a:endCxn></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks">
            <summary>
            <para> Connection Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:cxnSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection">
            <summary>
            <para> Connection Start.</para>
            <para> Represents the following element tag in the schema: a:stCxn </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection">
            <summary>
            <para> Connection End.</para>
            <para> Represents the following element tag in the schema: a:endCxn </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties">
             <summary>
             <para>Connector Non Visual Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:nvCxnSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;cdr:cNvPr></description></item>
            <item><description>NonVisualConnectionShapeProperties &lt;cdr:cNvCxnSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties">
            <summary>
            <para> Chart Non Visual Properties.</para>
            <para> Represents the following element tag in the schema: cdr:cNvPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties">
            <summary>
            <para> Non-Visual Connection Shape Drawing Properties.</para>
            <para> Represents the following element tag in the schema: cdr:cNvCxnSpPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties">
             <summary>
             <para>Non-Visual Picture Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:cNvPicPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.PictureLocks &lt;a:picLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize">
            <summary>
            <para> preferRelativeResize.</para>
            <para>Represents the following attribute in the schema: preferRelativeResize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks">
            <summary>
            <para> PictureLocks.</para>
            <para> Represents the following element tag in the schema: a:picLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList">
            <summary>
            <para> NonVisualPicturePropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties">
             <summary>
             <para>Non-Visual Picture Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:nvPicPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;cdr:cNvPr></description></item>
            <item><description>NonVisualPictureDrawingProperties &lt;cdr:cNvPicPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPictureProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: cdr:cNvPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties">
            <summary>
            <para> Non-Visual Picture Drawing Properties.</para>
            <para> Represents the following element tag in the schema: cdr:cNvPicPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill">
             <summary>
             <para>Picture Fill.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:blipFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Blip &lt;a:blip></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SourceRectangle &lt;a:srcRect></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Tile &lt;a:tile></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Stretch &lt;a:stretch></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi">
            <summary>
            <para> DPI Setting.</para>
            <para>Represents the following attribute in the schema: dpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape">
            <summary>
            <para> Rotate With Shape.</para>
            <para>Represents the following attribute in the schema: rotWithShape </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.#ctor">
            <summary>
            Initializes a new instance of the BlipFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BlipFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BlipFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BlipFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip">
            <summary>
            <para> Blip.</para>
            <para> Represents the following element tag in the schema: a:blip </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle">
            <summary>
            <para> Source Rectangle.</para>
            <para> Represents the following element tag in the schema: a:srcRect </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties">
             <summary>
             <para>Non-Visual Graphic Frame Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:cNvGraphicFramePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.GraphicFrameLocks &lt;a:graphicFrameLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks">
            <summary>
            <para> Graphic Frame Locks.</para>
            <para> Represents the following element tag in the schema: a:graphicFrameLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties">
             <summary>
             <para>Non-Visual Graphic Frame Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:nvGraphicFramePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;cdr:cNvPr></description></item>
            <item><description>NonVisualGraphicFrameDrawingProperties &lt;cdr:cNvGraphicFramePr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties">
            <summary>
            <para> Non-Visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: cdr:cNvPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties">
            <summary>
            <para> Non-Visual Graphic Frame Drawing Properties.</para>
            <para> Represents the following element tag in the schema: cdr:cNvGraphicFramePr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform">
             <summary>
             <para>Graphic Frame Transform.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Offset &lt;a:off></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.#ctor">
            <summary>
            Initializes a new instance of the Transform class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties">
             <summary>
             <para>Non-Visual Group Shape Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:cNvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.GroupShapeLocks &lt;a:grpSpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks">
            <summary>
            <para> GroupShapeLocks.</para>
            <para> Represents the following element tag in the schema: a:grpSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList">
            <summary>
            <para> NonVisualGroupDrawingShapePropsExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition">
            <summary>
            <para>Relative X Coordinate.</para>
            <para> When the object is serialized out as xml, its qualified name is cdr:x.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.#ctor">
            <summary>
            Initializes a new instance of the XPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the XPosition class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition">
            <summary>
            <para>Relative Y Coordinate.</para>
            <para> When the object is serialized out as xml, its qualified name is cdr:y.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.#ctor">
            <summary>
            Initializes a new instance of the YPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the YPosition class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor">
             <summary>
             <para>Starting Anchor Point.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:from.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>XPosition &lt;cdr:x></description></item>
            <item><description>YPosition &lt;cdr:y></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.#ctor">
            <summary>
            Initializes a new instance of the FromAnchor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FromAnchor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FromAnchor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FromAnchor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor">
             <summary>
             <para>Ending Anchor Point.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:to.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>XPosition &lt;cdr:x></description></item>
            <item><description>YPosition &lt;cdr:y></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.#ctor">
            <summary>
            Initializes a new instance of the ToAnchor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ToAnchor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ToAnchor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ToAnchor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType">
             <summary>
             Defines the MarkerType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>XPosition &lt;cdr:x></description></item>
            <item><description>YPosition &lt;cdr:y></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition">
            <summary>
            <para> Relative X Coordinate.</para>
            <para> Represents the following element tag in the schema: cdr:x </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition">
            <summary>
            <para> Relative Y Coordinate.</para>
            <para> Represents the following element tag in the schema: cdr:y </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.#ctor">
            <summary>
            Initializes a new instance of the MarkerType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MarkerType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MarkerType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MarkerType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent">
            <summary>
            <para>Shape Extent.</para>
            <para> When the object is serialized out as xml, its qualified name is cdr:ext.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx">
            <summary>
            <para> Extent Length.</para>
            <para>Represents the following attribute in the schema: cx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy">
            <summary>
            <para> Extent Width.</para>
            <para>Represents the following attribute in the schema: cy </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.#ctor">
            <summary>
            Initializes a new instance of the Extent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties">
             <summary>
             <para>Non-Visual Group Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:nvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;cdr:cNvPr></description></item>
            <item><description>NonVisualGroupShapeDrawingProperties &lt;cdr:cNvGrpSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> Chart Non Visual Properties.</para>
            <para> Represents the following element tag in the schema: cdr:cNvPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties">
            <summary>
            <para> Non-Visual Group Shape Drawing Properties.</para>
            <para> Represents the following element tag in the schema: cdr:cNvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties">
             <summary>
             <para>Group Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is cdr:grpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.TransformGroup &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the GroupShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup">
            <summary>
            <para> 2D Transform for Grouped Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing">
            <summary>
            <para>Legacy Drawing Object.</para>
            <para> When the object is serialized out as xml, its qualified name is comp:legacyDrawing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId">
            <summary>
            <para> Shape ID.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.#ctor">
            <summary>
            Initializes a new instance of the LegacyDrawing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition">
             <summary>
             <para>Color Transform Definitions. The root element of DiagramColorsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:colorsDef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColorDefinitionTitle &lt;dgm:title></description></item>
            <item><description>ColorTransformDescription &lt;dgm:desc></description></item>
            <item><description>ColorTransformCategories &lt;dgm:catLst></description></item>
            <item><description>ColorTransformStyleLabel &lt;dgm:styleLbl></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId">
            <summary>
            <para> Unique ID.</para>
            <para>Represents the following attribute in the schema: uniqueId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion">
            <summary>
            <para> Minimum Version.</para>
            <para>Represents the following attribute in the schema: minVer </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.#ctor(DocumentFormat.OpenXml.Packaging.DiagramColorsPart)">
            <summary>
            ColorsDefinition constructor.
            </summary>
            <param name="ownerPart">The owner part of the ColorsDefinition.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramColorsPart)">
            <summary>
            Loads the DOM from the DiagramColorsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.DiagramColorsPart">
            <summary>
            Gets the DiagramColorsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorsDefinition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorsDefinition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorsDefinition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.#ctor">
            <summary>
            Initializes a new instance of the ColorsDefinition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramColorsPart)">
            <summary>
            Saves the DOM into the DiagramColorsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader">
             <summary>
             <para>Color Transform Header.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:colorsDefHdr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColorDefinitionTitle &lt;dgm:title></description></item>
            <item><description>ColorTransformDescription &lt;dgm:desc></description></item>
            <item><description>ColorTransformCategories &lt;dgm:catLst></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId">
            <summary>
            <para> Unique ID.</para>
            <para>Represents the following attribute in the schema: uniqueId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion">
            <summary>
            <para> Minimum Version.</para>
            <para>Represents the following attribute in the schema: minVer </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId">
            <summary>
            <para> Resource ID.</para>
            <para>Represents the following attribute in the schema: resId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.#ctor">
            <summary>
            Initializes a new instance of the ColorsDefinitionHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorsDefinitionHeader class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorsDefinitionHeader class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorsDefinitionHeader class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList">
             <summary>
             <para>Color Transform Header List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:colorsDefHdrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColorsDefinitionHeader &lt;dgm:colorsDefHdr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.#ctor">
            <summary>
            Initializes a new instance of the ColorsDefinitionHeaderList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorsDefinitionHeaderList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorsDefinitionHeaderList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorsDefinitionHeaderList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot">
             <summary>
             <para>Data Model. The root element of DiagramDataPart.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:dataModel.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PointList &lt;dgm:ptLst></description></item>
            <item><description>ConnectionList &lt;dgm:cxnLst></description></item>
            <item><description>Background &lt;dgm:bg></description></item>
            <item><description>Whole &lt;dgm:whole></description></item>
            <item><description>DataModelExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.#ctor(DocumentFormat.OpenXml.Packaging.DiagramDataPart)">
            <summary>
            DataModelRoot constructor.
            </summary>
            <param name="ownerPart">The owner part of the DataModelRoot.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Load(DocumentFormat.OpenXml.Packaging.DiagramDataPart)">
            <summary>
            Loads the DOM from the DiagramDataPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DiagramDataPart">
            <summary>
            Gets the DiagramDataPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataModelRoot class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataModelRoot class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataModelRoot class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.#ctor">
            <summary>
            Initializes a new instance of the DataModelRoot class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Save(DocumentFormat.OpenXml.Packaging.DiagramDataPart)">
            <summary>
            Saves the DOM into the DiagramDataPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList">
            <summary>
            <para> Point List.</para>
            <para> Represents the following element tag in the schema: dgm:ptLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList">
            <summary>
            <para> Connection List.</para>
            <para> Represents the following element tag in the schema: dgm:cxnLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background">
            <summary>
            <para> Background Formatting.</para>
            <para> Represents the following element tag in the schema: dgm:bg </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole">
            <summary>
            <para> Whole E2O Formatting.</para>
            <para> Represents the following element tag in the schema: dgm:whole </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList">
            <summary>
            <para> DataModelExtensionList.</para>
            <para> Represents the following element tag in the schema: dgm:extLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition">
             <summary>
             <para>Layout Definition. The root element of DiagramLayoutDefinitionPart.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:layoutDef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Title &lt;dgm:title></description></item>
            <item><description>Description &lt;dgm:desc></description></item>
            <item><description>CategoryList &lt;dgm:catLst></description></item>
            <item><description>SampleData &lt;dgm:sampData></description></item>
            <item><description>StyleData &lt;dgm:styleData></description></item>
            <item><description>ColorData &lt;dgm:clrData></description></item>
            <item><description>LayoutNode &lt;dgm:layoutNode></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: uniqueId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion">
            <summary>
            <para> Minimum Version.</para>
            <para>Represents the following attribute in the schema: minVer </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle">
            <summary>
            <para> Default Style.</para>
            <para>Represents the following attribute in the schema: defStyle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.#ctor(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart)">
            <summary>
            LayoutDefinition constructor.
            </summary>
            <param name="ownerPart">The owner part of the LayoutDefinition.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart)">
            <summary>
            Loads the DOM from the DiagramLayoutDefinitionPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DiagramLayoutDefinitionPart">
            <summary>
            Gets the DiagramLayoutDefinitionPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LayoutDefinition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LayoutDefinition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LayoutDefinition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.#ctor">
            <summary>
            Initializes a new instance of the LayoutDefinition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart)">
            <summary>
            Saves the DOM into the DiagramLayoutDefinitionPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader">
             <summary>
             <para>Layout Definition Header.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:layoutDefHdr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Title &lt;dgm:title></description></item>
            <item><description>Description &lt;dgm:desc></description></item>
            <item><description>CategoryList &lt;dgm:catLst></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId">
            <summary>
            <para> Unique Identifier.</para>
            <para>Represents the following attribute in the schema: uniqueId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion">
            <summary>
            <para> Minimum Version.</para>
            <para>Represents the following attribute in the schema: minVer </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle">
            <summary>
            <para> Default Style.</para>
            <para>Represents the following attribute in the schema: defStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId">
            <summary>
            <para> Resource Identifier.</para>
            <para>Represents the following attribute in the schema: resId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.#ctor">
            <summary>
            Initializes a new instance of the LayoutDefinitionHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LayoutDefinitionHeader class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LayoutDefinitionHeader class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LayoutDefinitionHeader class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList">
             <summary>
             <para>Diagram Layout Header List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:layoutDefHdrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LayoutDefinitionHeader &lt;dgm:layoutDefHdr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.#ctor">
            <summary>
            Initializes a new instance of the LayoutDefinitionHeaderList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LayoutDefinitionHeaderList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LayoutDefinitionHeaderList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LayoutDefinitionHeaderList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds">
            <summary>
            <para>Explicit Relationships to Diagram Parts.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:relIds.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart">
             <summary>
             <para> Explicit Relationship to Diagram Data Part.</para>
             <para>Represents the following attribute in the schema: r:dm </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart">
             <summary>
             <para> Explicit Relationship to Diagram Layout Definition Part.</para>
             <para>Represents the following attribute in the schema: r:lo </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart">
             <summary>
             <para> Explicit Relationship to Style Definition Part.</para>
             <para>Represents the following attribute in the schema: r:qs </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart">
             <summary>
             <para> Explicit Relationship to Diagram Colors Part.</para>
             <para>Represents the following attribute in the schema: r:cs </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.#ctor">
            <summary>
            Initializes a new instance of the RelationshipIds class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition">
             <summary>
             <para>Style Definition. The root element of DiagramStylePart.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:styleDef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StyleDefinitionTitle &lt;dgm:title></description></item>
            <item><description>StyleLabelDescription &lt;dgm:desc></description></item>
            <item><description>StyleDisplayCategories &lt;dgm:catLst></description></item>
            <item><description>Scene3D &lt;dgm:scene3d></description></item>
            <item><description>StyleLabel &lt;dgm:styleLbl></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId">
            <summary>
            <para> Unique Style ID.</para>
            <para>Represents the following attribute in the schema: uniqueId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion">
            <summary>
            <para> Minimum Version.</para>
            <para>Represents the following attribute in the schema: minVer </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.#ctor(DocumentFormat.OpenXml.Packaging.DiagramStylePart)">
            <summary>
            StyleDefinition constructor.
            </summary>
            <param name="ownerPart">The owner part of the StyleDefinition.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramStylePart)">
            <summary>
            Loads the DOM from the DiagramStylePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.DiagramStylePart">
            <summary>
            Gets the DiagramStylePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleDefinition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleDefinition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleDefinition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.#ctor">
            <summary>
            Initializes a new instance of the StyleDefinition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramStylePart)">
            <summary>
            Saves the DOM into the DiagramStylePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader">
             <summary>
             <para>Style Definition Header.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:styleDefHdr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StyleDefinitionTitle &lt;dgm:title></description></item>
            <item><description>StyleLabelDescription &lt;dgm:desc></description></item>
            <item><description>StyleDisplayCategories &lt;dgm:catLst></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId">
            <summary>
            <para> Unique Style ID.</para>
            <para>Represents the following attribute in the schema: uniqueId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion">
            <summary>
            <para> Minimum Version.</para>
            <para>Represents the following attribute in the schema: minVer </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId">
            <summary>
            <para> Resource ID.</para>
            <para>Represents the following attribute in the schema: resId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.#ctor">
            <summary>
            Initializes a new instance of the StyleDefinitionHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleDefinitionHeader class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleDefinitionHeader class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleDefinitionHeader class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList">
             <summary>
             <para>List of Style Definition Headers.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:styleDefHdrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StyleDefinitionHeader &lt;dgm:styleDefHdr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.#ctor">
            <summary>
            Initializes a new instance of the StyleDefinitionHeaderList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleDefinitionHeaderList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleDefinitionHeaderList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleDefinitionHeaderList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory">
            <summary>
            <para>Color Transform Category.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:cat.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type">
            <summary>
            <para> Category Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority">
            <summary>
            <para> Priority.</para>
            <para>Represents the following attribute in the schema: pri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.#ctor">
            <summary>
            Initializes a new instance of the ColorTransformCategory class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList">
             <summary>
             <para>Fill Color List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:fillClrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.#ctor">
            <summary>
            Initializes a new instance of the FillColorList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FillColorList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FillColorList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FillColorList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList">
             <summary>
             <para>Line Color List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:linClrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.#ctor">
            <summary>
            Initializes a new instance of the LineColorList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineColorList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineColorList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineColorList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList">
             <summary>
             <para>Effect Color List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:effectClrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.#ctor">
            <summary>
            Initializes a new instance of the EffectColorList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EffectColorList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EffectColorList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EffectColorList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList">
             <summary>
             <para>Text Line Color List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:txLinClrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.#ctor">
            <summary>
            Initializes a new instance of the TextLineColorList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextLineColorList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextLineColorList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextLineColorList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList">
             <summary>
             <para>Text Fill Color List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:txFillClrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.#ctor">
            <summary>
            Initializes a new instance of the TextFillColorList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextFillColorList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextFillColorList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextFillColorList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList">
             <summary>
             <para>Text Effect Color List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:txEffectClrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.#ctor">
            <summary>
            Initializes a new instance of the TextEffectColorList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextEffectColorList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextEffectColorList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextEffectColorList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType">
             <summary>
             Defines the ColorsType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method">
            <summary>
            <para> Color Application Method Type.</para>
            <para>Represents the following attribute in the schema: meth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection">
            <summary>
            <para> Hue Direction.</para>
            <para>Represents the following attribute in the schema: hueDir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.#ctor">
            <summary>
            Initializes a new instance of the ColorsType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorsType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorsType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorsType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList">
             <summary>
             <para>Defines the ExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle">
            <summary>
            <para>Title.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:title.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language">
            <summary>
            <para> Language.</para>
            <para>Represents the following attribute in the schema: lang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val">
            <summary>
            <para> Description Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.#ctor">
            <summary>
            Initializes a new instance of the ColorDefinitionTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription">
            <summary>
            <para>Description.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:desc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language">
            <summary>
            <para> Language.</para>
            <para>Represents the following attribute in the schema: lang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val">
            <summary>
            <para> Description Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.#ctor">
            <summary>
            Initializes a new instance of the ColorTransformDescription class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories">
             <summary>
             <para>Color Transform Category List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:catLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColorTransformCategory &lt;dgm:cat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.#ctor">
            <summary>
            Initializes a new instance of the ColorTransformCategories class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorTransformCategories class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorTransformCategories class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorTransformCategories class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel">
             <summary>
             <para>Style Label.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:styleLbl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FillColorList &lt;dgm:fillClrLst></description></item>
            <item><description>LineColorList &lt;dgm:linClrLst></description></item>
            <item><description>EffectColorList &lt;dgm:effectClrLst></description></item>
            <item><description>TextLineColorList &lt;dgm:txLinClrLst></description></item>
            <item><description>TextFillColorList &lt;dgm:txFillClrLst></description></item>
            <item><description>TextEffectColorList &lt;dgm:txEffectClrLst></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.#ctor">
            <summary>
            Initializes a new instance of the ColorTransformStyleLabel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorTransformStyleLabel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorTransformStyleLabel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorTransformStyleLabel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList">
            <summary>
            <para> Fill Color List.</para>
            <para> Represents the following element tag in the schema: dgm:fillClrLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList">
            <summary>
            <para> Line Color List.</para>
            <para> Represents the following element tag in the schema: dgm:linClrLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList">
            <summary>
            <para> Effect Color List.</para>
            <para> Represents the following element tag in the schema: dgm:effectClrLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList">
            <summary>
            <para> Text Line Color List.</para>
            <para> Represents the following element tag in the schema: dgm:txLinClrLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList">
            <summary>
            <para> Text Fill Color List.</para>
            <para> Represents the following element tag in the schema: dgm:txFillClrLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList">
            <summary>
            <para> Text Effect Color List.</para>
            <para> Represents the following element tag in the schema: dgm:txEffectClrLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: dgm:extLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Point">
             <summary>
             <para>Point.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:pt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PropertySet &lt;dgm:prSet></description></item>
            <item><description>ShapeProperties &lt;dgm:spPr></description></item>
            <item><description>TextBody &lt;dgm:t></description></item>
            <item><description>PtExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Point.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Point.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Point.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId">
            <summary>
            <para> Model Identifier.</para>
            <para>Represents the following attribute in the schema: modelId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type">
            <summary>
            <para> Point Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId">
            <summary>
            <para> Connection Identifier.</para>
            <para>Represents the following attribute in the schema: cxnId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Point.#ctor">
            <summary>
            Initializes a new instance of the Point class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Point.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Point class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Point.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Point class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Point.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Point class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet">
            <summary>
            <para> Property Set.</para>
            <para> Represents the following element tag in the schema: dgm:prSet </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties">
            <summary>
            <para> Shape Properties.</para>
            <para> Represents the following element tag in the schema: dgm:spPr </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody">
            <summary>
            <para> Text Body.</para>
            <para> Represents the following element tag in the schema: dgm:t </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList">
            <summary>
            <para> PtExtensionList.</para>
            <para> Represents the following element tag in the schema: dgm:extLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Point.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Connection">
             <summary>
             <para>Connection.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:cxn.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId">
            <summary>
            <para> Model Identifier.</para>
            <para>Represents the following attribute in the schema: modelId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type">
            <summary>
            <para> Point Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId">
            <summary>
            <para> Source Identifier.</para>
            <para>Represents the following attribute in the schema: srcId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId">
            <summary>
            <para> Destination Identifier.</para>
            <para>Represents the following attribute in the schema: destId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition">
            <summary>
            <para> Source Position.</para>
            <para>Represents the following attribute in the schema: srcOrd </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition">
            <summary>
            <para> Destination Position.</para>
            <para>Represents the following attribute in the schema: destOrd </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId">
            <summary>
            <para> Parent Transition Identifier.</para>
            <para>Represents the following attribute in the schema: parTransId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId">
            <summary>
            <para> Sibling Transition Identifier.</para>
            <para>Represents the following attribute in the schema: sibTransId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId">
            <summary>
            <para> Presentation Identifier.</para>
            <para>Represents the following attribute in the schema: presId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.#ctor">
            <summary>
            Initializes a new instance of the Connection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Connection class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Connection class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Connection class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: dgm:extLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Connection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint">
             <summary>
             <para>Constraint.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:constr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type">
            <summary>
            <para> Constraint Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For">
            <summary>
            <para> For.</para>
            <para>Represents the following attribute in the schema: for </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName">
            <summary>
            <para> For Name.</para>
            <para>Represents the following attribute in the schema: forName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType">
            <summary>
            <para> Data Point Type.</para>
            <para>Represents the following attribute in the schema: ptType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType">
            <summary>
            <para> Reference Type.</para>
            <para>Represents the following attribute in the schema: refType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor">
            <summary>
            <para> Reference For.</para>
            <para>Represents the following attribute in the schema: refFor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName">
            <summary>
            <para> Reference For Name.</para>
            <para>Represents the following attribute in the schema: refForName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType">
            <summary>
            <para> Reference Point Type.</para>
            <para>Represents the following attribute in the schema: refPtType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator">
            <summary>
            <para> Operator.</para>
            <para>Represents the following attribute in the schema: op </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact">
            <summary>
            <para> Factor.</para>
            <para>Represents the following attribute in the schema: fact </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.#ctor">
            <summary>
            Initializes a new instance of the Constraint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Constraint class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Constraint class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Constraint class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: dgm:extLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Rule">
             <summary>
             <para>Rule.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:rule.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type">
            <summary>
            <para> Constraint Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For">
            <summary>
            <para> For.</para>
            <para>Represents the following attribute in the schema: for </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName">
            <summary>
            <para> For Name.</para>
            <para>Represents the following attribute in the schema: forName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType">
            <summary>
            <para> Data Point Type.</para>
            <para>Represents the following attribute in the schema: ptType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact">
            <summary>
            <para> Factor.</para>
            <para>Represents the following attribute in the schema: fact </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max">
            <summary>
            <para> Max Value.</para>
            <para>Represents the following attribute in the schema: max </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.#ctor">
            <summary>
            Initializes a new instance of the Rule class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Rule class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Rule class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Rule class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: dgm:extLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Rule.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Adjust">
            <summary>
            <para>Shape Adjust.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:adj.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index">
            <summary>
            <para> Adjust Handle Index.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.#ctor">
            <summary>
            Initializes a new instance of the Adjust class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList">
             <summary>
             <para>Shape Adjust List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:adjLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Adjust &lt;dgm:adj></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.#ctor">
            <summary>
            Initializes a new instance of the AdjustList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AdjustList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AdjustList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AdjustList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Parameter">
            <summary>
            <para>Parameter.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:param.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type">
            <summary>
            <para> Parameter Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.#ctor">
            <summary>
            Initializes a new instance of the Parameter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm">
             <summary>
             <para>Algorithm.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:alg.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Parameter &lt;dgm:param></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type">
            <summary>
            <para> Algorithm Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision">
            <summary>
            <para> Revision Number.</para>
            <para>Represents the following attribute in the schema: rev </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.#ctor">
            <summary>
            Initializes a new instance of the Algorithm class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Algorithm class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Algorithm class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Algorithm class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Shape">
             <summary>
             <para>Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:shape.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AdjustList &lt;dgm:adjLst></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type">
            <summary>
            <para> Shape Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip">
             <summary>
             <para> Relationship to Image Part.</para>
             <para>Represents the following attribute in the schema: r:blip </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset">
            <summary>
            <para> Z-Order Offset.</para>
            <para>Represents the following attribute in the schema: zOrderOff </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry">
            <summary>
            <para> Hide Geometry.</para>
            <para>Represents the following attribute in the schema: hideGeom </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText">
            <summary>
            <para> Prevent Text Editing.</para>
            <para>Represents the following attribute in the schema: lkTxEntry </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder">
            <summary>
            <para> Image Placeholder.</para>
            <para>Represents the following attribute in the schema: blipPhldr </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.#ctor">
            <summary>
            Initializes a new instance of the Shape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList">
            <summary>
            <para> Shape Adjust List.</para>
            <para> Represents the following element tag in the schema: dgm:adjLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: dgm:extLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf">
             <summary>
             <para>Presentation Of.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:presOf.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis">
            <summary>
            <para> Axis.</para>
            <para>Represents the following attribute in the schema: axis </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType">
            <summary>
            <para> Data Point Type.</para>
            <para>Represents the following attribute in the schema: ptType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans">
            <summary>
            <para> Hide Last Transition.</para>
            <para>Represents the following attribute in the schema: hideLastTrans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start">
            <summary>
            <para> Start.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count">
            <summary>
            <para> Count.</para>
            <para>Represents the following attribute in the schema: cnt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step">
            <summary>
            <para> Step.</para>
            <para>Represents the following attribute in the schema: step </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.#ctor">
            <summary>
            Initializes a new instance of the PresentationOf class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresentationOf class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresentationOf class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresentationOf class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: dgm:extLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints">
             <summary>
             <para>Constraint List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:constrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Constraint &lt;dgm:constr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.#ctor">
            <summary>
            Initializes a new instance of the Constraints class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Constraints class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Constraints class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Constraints class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList">
             <summary>
             <para>Rule List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:ruleLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Rule &lt;dgm:rule></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.#ctor">
            <summary>
            Initializes a new instance of the RuleList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RuleList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RuleList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RuleList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList">
             <summary>
             <para>Variable List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:varLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OrganizationChart &lt;dgm:orgChart></description></item>
            <item><description>MaxNumberOfChildren &lt;dgm:chMax></description></item>
            <item><description>PreferredNumberOfChildren &lt;dgm:chPref></description></item>
            <item><description>BulletEnabled &lt;dgm:bulletEnabled></description></item>
            <item><description>Direction &lt;dgm:dir></description></item>
            <item><description>HierarchyBranch &lt;dgm:hierBranch></description></item>
            <item><description>AnimateOneByOne &lt;dgm:animOne></description></item>
            <item><description>AnimationLevel &lt;dgm:animLvl></description></item>
            <item><description>ResizeHandles &lt;dgm:resizeHandles></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.#ctor">
            <summary>
            Initializes a new instance of the VariableList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VariableList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VariableList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VariableList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables">
             <summary>
             <para>Presentation Layout Variables.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:presLayoutVars.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OrganizationChart &lt;dgm:orgChart></description></item>
            <item><description>MaxNumberOfChildren &lt;dgm:chMax></description></item>
            <item><description>PreferredNumberOfChildren &lt;dgm:chPref></description></item>
            <item><description>BulletEnabled &lt;dgm:bulletEnabled></description></item>
            <item><description>Direction &lt;dgm:dir></description></item>
            <item><description>HierarchyBranch &lt;dgm:hierBranch></description></item>
            <item><description>AnimateOneByOne &lt;dgm:animOne></description></item>
            <item><description>AnimationLevel &lt;dgm:animLvl></description></item>
            <item><description>ResizeHandles &lt;dgm:resizeHandles></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.#ctor">
            <summary>
            Initializes a new instance of the PresentationLayoutVariables class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresentationLayoutVariables class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresentationLayoutVariables class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresentationLayoutVariables class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType">
             <summary>
             Defines the LayoutVariablePropertySetType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OrganizationChart &lt;dgm:orgChart></description></item>
            <item><description>MaxNumberOfChildren &lt;dgm:chMax></description></item>
            <item><description>PreferredNumberOfChildren &lt;dgm:chPref></description></item>
            <item><description>BulletEnabled &lt;dgm:bulletEnabled></description></item>
            <item><description>Direction &lt;dgm:dir></description></item>
            <item><description>HierarchyBranch &lt;dgm:hierBranch></description></item>
            <item><description>AnimateOneByOne &lt;dgm:animOne></description></item>
            <item><description>AnimationLevel &lt;dgm:animLvl></description></item>
            <item><description>ResizeHandles &lt;dgm:resizeHandles></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart">
            <summary>
            <para> Show Organization Chart User Interface.</para>
            <para> Represents the following element tag in the schema: dgm:orgChart </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren">
            <summary>
            <para> Maximum Children.</para>
            <para> Represents the following element tag in the schema: dgm:chMax </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren">
            <summary>
            <para> Preferred Number of Children.</para>
            <para> Represents the following element tag in the schema: dgm:chPref </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled">
            <summary>
            <para> Show Insert Bullet.</para>
            <para> Represents the following element tag in the schema: dgm:bulletEnabled </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction">
            <summary>
            <para> Diagram Direction.</para>
            <para> Represents the following element tag in the schema: dgm:dir </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch">
            <summary>
            <para> Organization Chart Branch Style.</para>
            <para> Represents the following element tag in the schema: dgm:hierBranch </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne">
            <summary>
            <para> One by One Animation String.</para>
            <para> Represents the following element tag in the schema: dgm:animOne </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel">
            <summary>
            <para> Level Animation.</para>
            <para> Represents the following element tag in the schema: dgm:animLvl </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles">
            <summary>
            <para> Shape Resize Style.</para>
            <para> Represents the following element tag in the schema: dgm:resizeHandles </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.#ctor">
            <summary>
            Initializes a new instance of the LayoutVariablePropertySetType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LayoutVariablePropertySetType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LayoutVariablePropertySetType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LayoutVariablePropertySetType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach">
             <summary>
             <para>For Each.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:forEach.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Algorithm &lt;dgm:alg></description></item>
            <item><description>Shape &lt;dgm:shape></description></item>
            <item><description>PresentationOf &lt;dgm:presOf></description></item>
            <item><description>Constraints &lt;dgm:constrLst></description></item>
            <item><description>RuleList &lt;dgm:ruleLst></description></item>
            <item><description>ForEach &lt;dgm:forEach></description></item>
            <item><description>LayoutNode &lt;dgm:layoutNode></description></item>
            <item><description>Choose &lt;dgm:choose></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis">
            <summary>
            <para> Axis.</para>
            <para>Represents the following attribute in the schema: axis </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType">
            <summary>
            <para> Data Point Type.</para>
            <para>Represents the following attribute in the schema: ptType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans">
            <summary>
            <para> Hide Last Transition.</para>
            <para>Represents the following attribute in the schema: hideLastTrans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start">
            <summary>
            <para> Start.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count">
            <summary>
            <para> Count.</para>
            <para>Represents the following attribute in the schema: cnt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step">
            <summary>
            <para> Step.</para>
            <para>Represents the following attribute in the schema: step </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.#ctor">
            <summary>
            Initializes a new instance of the ForEach class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ForEach class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ForEach class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ForEach class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode">
             <summary>
             <para>Layout Node.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:layoutNode.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Algorithm &lt;dgm:alg></description></item>
            <item><description>Shape &lt;dgm:shape></description></item>
            <item><description>PresentationOf &lt;dgm:presOf></description></item>
            <item><description>Constraints &lt;dgm:constrLst></description></item>
            <item><description>RuleList &lt;dgm:ruleLst></description></item>
            <item><description>VariableList &lt;dgm:varLst></description></item>
            <item><description>ForEach &lt;dgm:forEach></description></item>
            <item><description>LayoutNode &lt;dgm:layoutNode></description></item>
            <item><description>Choose &lt;dgm:choose></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel">
            <summary>
            <para> Style Label.</para>
            <para>Represents the following attribute in the schema: styleLbl </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder">
            <summary>
            <para> Child Order.</para>
            <para>Represents the following attribute in the schema: chOrder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith">
            <summary>
            <para> Move With.</para>
            <para>Represents the following attribute in the schema: moveWith </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.#ctor">
            <summary>
            Initializes a new instance of the LayoutNode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LayoutNode class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LayoutNode class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LayoutNode class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Choose">
             <summary>
             <para>Choose Element.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:choose.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DiagramChooseIf &lt;dgm:if></description></item>
            <item><description>DiagramChooseElse &lt;dgm:else></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Choose.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Choose.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Choose.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Choose.#ctor">
            <summary>
            Initializes a new instance of the Choose class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Choose.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Choose class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Choose.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Choose class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Choose.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Choose class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Choose.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf">
             <summary>
             <para>If.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:if.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Algorithm &lt;dgm:alg></description></item>
            <item><description>Shape &lt;dgm:shape></description></item>
            <item><description>PresentationOf &lt;dgm:presOf></description></item>
            <item><description>Constraints &lt;dgm:constrLst></description></item>
            <item><description>RuleList &lt;dgm:ruleLst></description></item>
            <item><description>ForEach &lt;dgm:forEach></description></item>
            <item><description>LayoutNode &lt;dgm:layoutNode></description></item>
            <item><description>Choose &lt;dgm:choose></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis">
            <summary>
            <para> Axis.</para>
            <para>Represents the following attribute in the schema: axis </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType">
            <summary>
            <para> Data Point Type.</para>
            <para>Represents the following attribute in the schema: ptType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans">
            <summary>
            <para> Hide Last Transition.</para>
            <para>Represents the following attribute in the schema: hideLastTrans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start">
            <summary>
            <para> Start.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count">
            <summary>
            <para> Count.</para>
            <para>Represents the following attribute in the schema: cnt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step">
            <summary>
            <para> Step.</para>
            <para>Represents the following attribute in the schema: step </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function">
            <summary>
            <para> Function.</para>
            <para>Represents the following attribute in the schema: func </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument">
            <summary>
            <para> Argument.</para>
            <para>Represents the following attribute in the schema: arg </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator">
            <summary>
            <para> Operator.</para>
            <para>Represents the following attribute in the schema: op </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.#ctor">
            <summary>
            Initializes a new instance of the DiagramChooseIf class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DiagramChooseIf class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DiagramChooseIf class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DiagramChooseIf class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse">
             <summary>
             <para>Else.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:else.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Algorithm &lt;dgm:alg></description></item>
            <item><description>Shape &lt;dgm:shape></description></item>
            <item><description>PresentationOf &lt;dgm:presOf></description></item>
            <item><description>Constraints &lt;dgm:constrLst></description></item>
            <item><description>RuleList &lt;dgm:ruleLst></description></item>
            <item><description>ForEach &lt;dgm:forEach></description></item>
            <item><description>LayoutNode &lt;dgm:layoutNode></description></item>
            <item><description>Choose &lt;dgm:choose></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.#ctor">
            <summary>
            Initializes a new instance of the DiagramChooseElse class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DiagramChooseElse class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DiagramChooseElse class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DiagramChooseElse class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel">
             <summary>
             <para>Data Model.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:dataModel.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PointList &lt;dgm:ptLst></description></item>
            <item><description>ConnectionList &lt;dgm:cxnLst></description></item>
            <item><description>Background &lt;dgm:bg></description></item>
            <item><description>Whole &lt;dgm:whole></description></item>
            <item><description>DataModelExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.#ctor">
            <summary>
            Initializes a new instance of the DataModel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataModel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataModel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataModel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList">
            <summary>
            <para> Point List.</para>
            <para> Represents the following element tag in the schema: dgm:ptLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList">
            <summary>
            <para> Connection List.</para>
            <para> Represents the following element tag in the schema: dgm:cxnLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background">
            <summary>
            <para> Background Formatting.</para>
            <para> Represents the following element tag in the schema: dgm:bg </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole">
            <summary>
            <para> Whole E2O Formatting.</para>
            <para> Represents the following element tag in the schema: dgm:whole </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList">
            <summary>
            <para> DataModelExtensionList.</para>
            <para> Represents the following element tag in the schema: dgm:extLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Category">
            <summary>
            <para>Category.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:cat.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Category.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Category.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Category.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type">
            <summary>
            <para> Category Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority">
            <summary>
            <para> Priority.</para>
            <para>Represents the following attribute in the schema: pri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Category.#ctor">
            <summary>
            Initializes a new instance of the Category class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Category.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Title">
            <summary>
            <para>Title.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:title.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Title.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Title.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Title.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language">
            <summary>
            <para> Language.</para>
            <para>Represents the following attribute in the schema: lang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Title.#ctor">
            <summary>
            Initializes a new instance of the Title class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Title.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Description">
            <summary>
            <para>Description.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:desc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Description.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Description.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Description.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language">
            <summary>
            <para> Language.</para>
            <para>Represents the following attribute in the schema: lang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Description.#ctor">
            <summary>
            Initializes a new instance of the Description class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Description.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList">
             <summary>
             <para>Category List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:catLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Category &lt;dgm:cat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.#ctor">
            <summary>
            Initializes a new instance of the CategoryList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CategoryList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CategoryList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CategoryList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData">
             <summary>
             <para>Sample Data.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:sampData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataModel &lt;dgm:dataModel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.#ctor">
            <summary>
            Initializes a new instance of the SampleData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SampleData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SampleData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SampleData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData">
             <summary>
             <para>Style Data.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:styleData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataModel &lt;dgm:dataModel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.#ctor">
            <summary>
            Initializes a new instance of the StyleData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData">
             <summary>
             <para>Color Transform Sample Data.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:clrData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataModel &lt;dgm:dataModel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.#ctor">
            <summary>
            Initializes a new instance of the ColorData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType">
             <summary>
             Defines the SampleDataType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataModel &lt;dgm:dataModel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault">
            <summary>
            <para> Use Default.</para>
            <para>Represents the following attribute in the schema: useDef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel">
            <summary>
            <para> Data Model.</para>
            <para> Represents the following element tag in the schema: dgm:dataModel </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.#ctor">
            <summary>
            Initializes a new instance of the SampleDataType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SampleDataType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SampleDataType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SampleDataType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Style">
             <summary>
             <para>Shape Style.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:style.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.LineReference &lt;a:lnRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FillReference &lt;a:fillRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectReference &lt;a:effectRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FontReference &lt;a:fontRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Style.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Style.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Style.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Style.#ctor">
            <summary>
            Initializes a new instance of the Style class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Style.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Style class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Style.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Style class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Style.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Style class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference">
            <summary>
            <para> LineReference.</para>
            <para> Represents the following element tag in the schema: a:lnRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference">
            <summary>
            <para> FillReference.</para>
            <para> Represents the following element tag in the schema: a:fillRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference">
            <summary>
            <para> EffectReference.</para>
            <para> Represents the following element tag in the schema: a:effectRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference">
            <summary>
            <para> Font Reference.</para>
            <para> Represents the following element tag in the schema: a:fontRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Style.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart">
            <summary>
            <para>Show Organization Chart User Interface.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:orgChart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val">
            <summary>
            <para> Show Organization Chart User Interface Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.#ctor">
            <summary>
            Initializes a new instance of the OrganizationChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren">
            <summary>
            <para>Maximum Children.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:chMax.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val">
            <summary>
            <para> Maximum Children Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.#ctor">
            <summary>
            Initializes a new instance of the MaxNumberOfChildren class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren">
            <summary>
            <para>Preferred Number of Children.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:chPref.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val">
            <summary>
            <para> Preferred Number of CHildren Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.#ctor">
            <summary>
            Initializes a new instance of the PreferredNumberOfChildren class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled">
            <summary>
            <para>Show Insert Bullet.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:bulletEnabled.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val">
            <summary>
            <para> Show Insert Bullet Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.#ctor">
            <summary>
            Initializes a new instance of the BulletEnabled class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Direction">
            <summary>
            <para>Diagram Direction.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:dir.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Direction.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Direction.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Direction.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val">
            <summary>
            <para> Diagram Direction Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Direction.#ctor">
            <summary>
            Initializes a new instance of the Direction class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Direction.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch">
            <summary>
            <para>Organization Chart Branch Style.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:hierBranch.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val">
            <summary>
            <para> Organization Chart Branch Style Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.#ctor">
            <summary>
            Initializes a new instance of the HierarchyBranch class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne">
            <summary>
            <para>One by One Animation String.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:animOne.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val">
            <summary>
            <para> One By One Animation Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.#ctor">
            <summary>
            Initializes a new instance of the AnimateOneByOne class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel">
            <summary>
            <para>Level Animation.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:animLvl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val">
            <summary>
            <para> Level Animation Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.#ctor">
            <summary>
            Initializes a new instance of the AnimationLevel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles">
            <summary>
            <para>Shape Resize Style.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:resizeHandles.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val">
            <summary>
            <para> Shape Resize Style Type.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.#ctor">
            <summary>
            Initializes a new instance of the ResizeHandles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory">
            <summary>
            <para>Category.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:cat.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type">
            <summary>
            <para> Category Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority">
            <summary>
            <para> Priority.</para>
            <para>Represents the following attribute in the schema: pri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.#ctor">
            <summary>
            Initializes a new instance of the StyleDisplayCategory class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D">
             <summary>
             <para>3-D Scene.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:scene3d.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Camera &lt;a:camera></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LightRig &lt;a:lightRig></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Backdrop &lt;a:backdrop></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.#ctor">
            <summary>
            Initializes a new instance of the Scene3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Scene3D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Scene3D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Scene3D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera">
            <summary>
            <para> Camera.</para>
            <para> Represents the following element tag in the schema: a:camera </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig">
            <summary>
            <para> Light Rig.</para>
            <para> Represents the following element tag in the schema: a:lightRig </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop">
            <summary>
            <para> Backdrop Plane.</para>
            <para> Represents the following element tag in the schema: a:backdrop </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D">
             <summary>
             <para>3-D Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:sp3d.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BevelTop &lt;a:bevelT></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BevelBottom &lt;a:bevelB></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtrusionColor &lt;a:extrusionClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ContourColor &lt;a:contourClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z">
            <summary>
            <para> Shape Depth.</para>
            <para>Represents the following attribute in the schema: z </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight">
            <summary>
            <para> Extrusion Height.</para>
            <para>Represents the following attribute in the schema: extrusionH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth">
            <summary>
            <para> Contour Width.</para>
            <para>Represents the following attribute in the schema: contourW </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial">
            <summary>
            <para> Preset Material Type.</para>
            <para>Represents the following attribute in the schema: prstMaterial </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.#ctor">
            <summary>
            Initializes a new instance of the Shape3D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shape3D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shape3D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shape3D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop">
            <summary>
            <para> Top Bevel.</para>
            <para> Represents the following element tag in the schema: a:bevelT </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom">
            <summary>
            <para> Bottom Bevel.</para>
            <para> Represents the following element tag in the schema: a:bevelB </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor">
            <summary>
            <para> Extrusion Color.</para>
            <para> Represents the following element tag in the schema: a:extrusionClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor">
            <summary>
            <para> Contour Color.</para>
            <para> Represents the following element tag in the schema: a:contourClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties">
             <summary>
             <para>Text Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:txPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FlatText &lt;a:flatTx></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.#ctor">
            <summary>
            Initializes a new instance of the TextProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType">
            <summary>
            <para> Apply 3D shape properties.</para>
            <para> Represents the following element tag in the schema: a:sp3d </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText">
            <summary>
            <para> No text in 3D scene.</para>
            <para> Represents the following element tag in the schema: a:flatTx </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle">
            <summary>
            <para>Title.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:title.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language">
            <summary>
            <para> Natural Language.</para>
            <para>Represents the following attribute in the schema: lang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val">
            <summary>
            <para> Description Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.#ctor">
            <summary>
            Initializes a new instance of the StyleDefinitionTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription">
            <summary>
            <para>Style Label Description.</para>
            <para> When the object is serialized out as xml, its qualified name is dgm:desc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language">
            <summary>
            <para> Natural Language.</para>
            <para>Represents the following attribute in the schema: lang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val">
            <summary>
            <para> Description Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.#ctor">
            <summary>
            Initializes a new instance of the StyleLabelDescription class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories">
             <summary>
             <para>Category List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:catLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StyleDisplayCategory &lt;dgm:cat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.#ctor">
            <summary>
            Initializes a new instance of the StyleDisplayCategories class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleDisplayCategories class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleDisplayCategories class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleDisplayCategories class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel">
             <summary>
             <para>Style Label.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:styleLbl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Scene3D &lt;dgm:scene3d></description></item>
            <item><description>Shape3D &lt;dgm:sp3d></description></item>
            <item><description>TextProperties &lt;dgm:txPr></description></item>
            <item><description>Style &lt;dgm:style></description></item>
            <item><description>ExtensionList &lt;dgm:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name">
            <summary>
            <para> Style Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.#ctor">
            <summary>
            Initializes a new instance of the StyleLabel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleLabel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleLabel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleLabel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D">
            <summary>
            <para> 3-D Scene.</para>
            <para> Represents the following element tag in the schema: dgm:scene3d </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D">
            <summary>
            <para> 3-D Shape Properties.</para>
            <para> Represents the following element tag in the schema: dgm:sp3d </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties">
            <summary>
            <para> Text Properties.</para>
            <para> Represents the following element tag in the schema: dgm:txPr </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style">
            <summary>
            <para> Shape Style.</para>
            <para> Represents the following element tag in the schema: dgm:style </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: dgm:extLst </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PointList">
             <summary>
             <para>Point List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:ptLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Point &lt;dgm:pt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PointList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PointList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PointList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PointList.#ctor">
            <summary>
            Initializes a new instance of the PointList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PointList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PointList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PointList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PointList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PointList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PointList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PointList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList">
             <summary>
             <para>Connection List.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:cxnLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Connection &lt;dgm:cxn></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.#ctor">
            <summary>
            Initializes a new instance of the ConnectionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Background">
             <summary>
             <para>Background Formatting.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:bg.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Background.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Background.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Background.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Background.#ctor">
            <summary>
            Initializes a new instance of the Background class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Background.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Background class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Background.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Background class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Background.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Background class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Background.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.Whole">
             <summary>
             <para>Whole E2O Formatting.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:whole.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Whole.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Whole.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Whole.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Whole.#ctor">
            <summary>
            Initializes a new instance of the Whole class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Whole.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Whole class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Whole.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Whole class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Whole.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Whole class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline">
            <summary>
            <para> Outline.</para>
            <para> Represents the following element tag in the schema: a:ln </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.Whole.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList">
             <summary>
             <para>Defines the DataModelExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.DataModelExtension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.#ctor">
            <summary>
            Initializes a new instance of the DataModelExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataModelExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataModelExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataModelExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet">
             <summary>
             <para>Property Set.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:prSet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PresentationLayoutVariables &lt;dgm:presLayoutVars></description></item>
            <item><description>Style &lt;dgm:style></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId">
            <summary>
            <para> Presentation Element Identifier.</para>
            <para>Represents the following attribute in the schema: presAssocID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName">
            <summary>
            <para> Presentation Name.</para>
            <para>Represents the following attribute in the schema: presName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel">
            <summary>
            <para> Presentation Style Label.</para>
            <para>Represents the following attribute in the schema: presStyleLbl </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex">
            <summary>
            <para> Presentation Style Index.</para>
            <para>Represents the following attribute in the schema: presStyleIdx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount">
            <summary>
            <para> Presentation Style Count.</para>
            <para>Represents the following attribute in the schema: presStyleCnt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId">
            <summary>
            <para> Current Diagram Type.</para>
            <para>Represents the following attribute in the schema: loTypeId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId">
            <summary>
            <para> Current Diagram Category.</para>
            <para>Represents the following attribute in the schema: loCatId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId">
            <summary>
            <para> Current Style Type.</para>
            <para>Represents the following attribute in the schema: qsTypeId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId">
            <summary>
            <para> Current Style Category.</para>
            <para>Represents the following attribute in the schema: qsCatId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType">
            <summary>
            <para> Color Transform Type Identifier.</para>
            <para>Represents the following attribute in the schema: csTypeId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId">
            <summary>
            <para> Color Transform Category.</para>
            <para>Represents the following attribute in the schema: csCatId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D">
            <summary>
            <para> Coherent 3D Behavior.</para>
            <para>Represents the following attribute in the schema: coherent3DOff </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText">
            <summary>
            <para> Placeholder Text.</para>
            <para>Represents the following attribute in the schema: phldrT </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder">
            <summary>
            <para> Placeholder.</para>
            <para>Represents the following attribute in the schema: phldr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation">
            <summary>
            <para> Custom Rotation.</para>
            <para>Represents the following attribute in the schema: custAng </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip">
            <summary>
            <para> Custom Vertical Flip.</para>
            <para>Represents the following attribute in the schema: custFlipVert </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip">
            <summary>
            <para> Custom Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: custFlipHor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride">
            <summary>
            <para> Fixed Width Override.</para>
            <para>Represents the following attribute in the schema: custSzX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride">
            <summary>
            <para> Fixed Height Override.</para>
            <para>Represents the following attribute in the schema: custSzY </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale">
            <summary>
            <para> Width Scale.</para>
            <para>Represents the following attribute in the schema: custScaleX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale">
            <summary>
            <para> Height Scale.</para>
            <para>Represents the following attribute in the schema: custScaleY </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged">
            <summary>
            <para> Text Changed.</para>
            <para>Represents the following attribute in the schema: custT </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth">
            <summary>
            <para> Custom Factor Width.</para>
            <para>Represents the following attribute in the schema: custLinFactX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight">
            <summary>
            <para> Custom Factor Height.</para>
            <para>Represents the following attribute in the schema: custLinFactY </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth">
            <summary>
            <para> Neighbor Offset Width.</para>
            <para>Represents the following attribute in the schema: custLinFactNeighborX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight">
            <summary>
            <para> Neighbor Offset Height.</para>
            <para>Represents the following attribute in the schema: custLinFactNeighborY </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale">
            <summary>
            <para> Radius Scale.</para>
            <para>Represents the following attribute in the schema: custRadScaleRad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale">
            <summary>
            <para> Include Angle Scale.</para>
            <para>Represents the following attribute in the schema: custRadScaleInc </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.#ctor">
            <summary>
            Initializes a new instance of the PropertySet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PropertySet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PropertySet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PropertySet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables">
            <summary>
            <para> Presentation Layout Variables.</para>
            <para> Represents the following element tag in the schema: dgm:presLayoutVars </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style">
            <summary>
            <para> Shape Style.</para>
            <para> Represents the following element tag in the schema: dgm:style </para>
            </summary>
            <remark>
            xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties">
             <summary>
             <para>Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody">
             <summary>
             <para>Text Body.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:t.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BodyProperties &lt;a:bodyPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ListStyle &lt;a:lstStyle></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Paragraph &lt;a:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.#ctor">
            <summary>
            Initializes a new instance of the TextBody class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBody class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties">
            <summary>
            <para> Body Properties.</para>
            <para> Represents the following element tag in the schema: a:bodyPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle">
            <summary>
            <para> Text List Styles.</para>
            <para> Represents the following element tag in the schema: a:lstStyle </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList">
             <summary>
             <para>Defines the PtExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is dgm:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.PtExtension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.#ctor">
            <summary>
            Initializes a new instance of the PtExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PtExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PtExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PtExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues">
            <summary>
            Color Application Method Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Span">
            <summary>
            Span.
            <para>When the item is serialized out as xml, its value is "span".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Cycle">
            <summary>
            Cycle.
            <para>When the item is serialized out as xml, its value is "cycle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Repeat">
            <summary>
            Repeat.
            <para>When the item is serialized out as xml, its value is "repeat".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues">
            <summary>
            Hue Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Clockwise">
            <summary>
            Clockwise Hue Direction.
            <para>When the item is serialized out as xml, its value is "cw".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Counterclockwise">
            <summary>
            Counterclockwise Hue Direction.
            <para>When the item is serialized out as xml, its value is "ccw".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PointValues">
            <summary>
            Point Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Node">
            <summary>
            Node.
            <para>When the item is serialized out as xml, its value is "node".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Assistant">
            <summary>
            Assistant Element.
            <para>When the item is serialized out as xml, its value is "asst".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Document">
            <summary>
            Document.
            <para>When the item is serialized out as xml, its value is "doc".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Presentation">
            <summary>
            Presentation.
            <para>When the item is serialized out as xml, its value is "pres".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.ParentTransition">
            <summary>
            Parent Transition.
            <para>When the item is serialized out as xml, its value is "parTrans".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.SiblingTransition">
            <summary>
            Sibling Transition.
            <para>When the item is serialized out as xml, its value is "sibTrans".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues">
            <summary>
            Connection Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.ParentOf">
            <summary>
            Parent Of.
            <para>When the item is serialized out as xml, its value is "parOf".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationOf">
            <summary>
            Presentation Of.
            <para>When the item is serialized out as xml, its value is "presOf".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationParentOf">
            <summary>
            Presentation Parent Of.
            <para>When the item is serialized out as xml, its value is "presParOf".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.UnknownRelationship">
            <summary>
            Unknown Relationship.
            <para>When the item is serialized out as xml, its value is "unknownRelationship".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues">
            <summary>
            Diagram Direction Definition
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Normal">
            <summary>
            Normal Direction.
            <para>When the item is serialized out as xml, its value is "norm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Reversed">
            <summary>
            Reversed Direction.
            <para>When the item is serialized out as xml, its value is "rev".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues">
            <summary>
            Hierarchy Branch Style Definition
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Hanging">
            <summary>
            Hanging.
            <para>When the item is serialized out as xml, its value is "hang".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Standard">
            <summary>
            Standard.
            <para>When the item is serialized out as xml, its value is "std".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Initial">
            <summary>
            Initial.
            <para>When the item is serialized out as xml, its value is "init".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues">
            <summary>
            One by One Animation Value Definition
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.None">
            <summary>
            Disable One-by-One.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.One">
            <summary>
            One By One.
            <para>When the item is serialized out as xml, its value is "one".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.Branch">
            <summary>
            By Branch One By One.
            <para>When the item is serialized out as xml, its value is "branch".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues">
            <summary>
            Animation Level String Definition
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.None">
            <summary>
            Disable Level At Once.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Level">
            <summary>
            By Level Animation.
            <para>When the item is serialized out as xml, its value is "lvl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Center">
            <summary>
            From Center Animation.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues">
            <summary>
            Resize Handle
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Exact">
            <summary>
            Exact.
            <para>When the item is serialized out as xml, its value is "exact".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Relative">
            <summary>
            Relative.
            <para>When the item is serialized out as xml, its value is "rel".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues">
            <summary>
            Algorithm Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Composite">
            <summary>
            Composite.
            <para>When the item is serialized out as xml, its value is "composite".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Connector">
            <summary>
            Connector Algorithm.
            <para>When the item is serialized out as xml, its value is "conn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Cycle">
            <summary>
            Cycle Algorithm.
            <para>When the item is serialized out as xml, its value is "cycle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyChild">
            <summary>
            Hierarchy Child Algorithm.
            <para>When the item is serialized out as xml, its value is "hierChild".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyRoot">
            <summary>
            Hierarchy Root Algorithm.
            <para>When the item is serialized out as xml, its value is "hierRoot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Pyramid">
            <summary>
            Pyramid Algorithm.
            <para>When the item is serialized out as xml, its value is "pyra".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Linear">
            <summary>
            Linear Algorithm.
            <para>When the item is serialized out as xml, its value is "lin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Space">
            <summary>
            Space Algorithm.
            <para>When the item is serialized out as xml, its value is "sp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Text">
            <summary>
            Text Algorithm.
            <para>When the item is serialized out as xml, its value is "tx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Snake">
            <summary>
            Snake Algorithm.
            <para>When the item is serialized out as xml, its value is "snake".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues">
            <summary>
            Axis Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Self">
            <summary>
            Self.
            <para>When the item is serialized out as xml, its value is "self".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Child">
            <summary>
            Child.
            <para>When the item is serialized out as xml, its value is "ch".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Descendant">
            <summary>
            Descendant.
            <para>When the item is serialized out as xml, its value is "des".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.DescendantOrSelf">
            <summary>
            Descendant or Self.
            <para>When the item is serialized out as xml, its value is "desOrSelf".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Parent">
            <summary>
            Parent.
            <para>When the item is serialized out as xml, its value is "par".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Ancestor">
            <summary>
            Ancestor.
            <para>When the item is serialized out as xml, its value is "ancst".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.AncestorOrSelf">
            <summary>
            Ancestor or Self.
            <para>When the item is serialized out as xml, its value is "ancstOrSelf".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.FollowSibling">
            <summary>
            Follow Sibling.
            <para>When the item is serialized out as xml, its value is "followSib".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.PrecedingSibling">
            <summary>
            Preceding Sibling.
            <para>When the item is serialized out as xml, its value is "precedSib".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Follow">
            <summary>
            Follow.
            <para>When the item is serialized out as xml, its value is "follow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Preceding">
            <summary>
            Preceding.
            <para>When the item is serialized out as xml, its value is "preced".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Root">
            <summary>
            Root.
            <para>When the item is serialized out as xml, its value is "root".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues">
            <summary>
            Boolean Constraint
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.Equal">
            <summary>
            Equal.
            <para>When the item is serialized out as xml, its value is "equ".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.GreaterThanOrEqualTo">
            <summary>
            Greater Than or Equal to.
            <para>When the item is serialized out as xml, its value is "gte".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.LessThanOrEqualTo">
            <summary>
            Less Than or Equal to.
            <para>When the item is serialized out as xml, its value is "lte".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues">
            <summary>
            Child Order
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues">
            <summary>
            Constraint Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.None">
            <summary>
            Unknown.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.AlignmentOffset">
            <summary>
            Alignment Offset.
            <para>When the item is serialized out as xml, its value is "alignOff".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningMargin">
            <summary>
            Beginning Margin.
            <para>When the item is serialized out as xml, its value is "begMarg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BendingDistance">
            <summary>
            Bending Distance.
            <para>When the item is serialized out as xml, its value is "bendDist".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningPadding">
            <summary>
            Beginning Padding.
            <para>When the item is serialized out as xml, its value is "begPad".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomMargin">
            <summary>
            Bottom Margin.
            <para>When the item is serialized out as xml, its value is "bMarg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomOffset">
            <summary>
            Bottom Offset.
            <para>When the item is serialized out as xml, its value is "bOff".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterHeight">
            <summary>
            Center Height.
            <para>When the item is serialized out as xml, its value is "ctrX".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterXOffset">
            <summary>
            Center X Offset.
            <para>When the item is serialized out as xml, its value is "ctrXOff".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterWidth">
            <summary>
            Center Width.
            <para>When the item is serialized out as xml, its value is "ctrY".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterYOffset">
            <summary>
            Center Y Offset.
            <para>When the item is serialized out as xml, its value is "ctrYOff".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ConnectionDistance">
            <summary>
            Connection Distance.
            <para>When the item is serialized out as xml, its value is "connDist".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Diameter">
            <summary>
            Diameter.
            <para>When the item is serialized out as xml, its value is "diam".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndMargin">
            <summary>
            End Margin.
            <para>When the item is serialized out as xml, its value is "endMarg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndPadding">
            <summary>
            End Padding.
            <para>When the item is serialized out as xml, its value is "endPad".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Height">
            <summary>
            Height.
            <para>When the item is serialized out as xml, its value is "h".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadHeight">
            <summary>
            Arrowhead Height.
            <para>When the item is serialized out as xml, its value is "hArH".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.HeightOffset">
            <summary>
            Height Offset.
            <para>When the item is serialized out as xml, its value is "hOff".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftMargin">
            <summary>
            Left Margin.
            <para>When the item is serialized out as xml, its value is "lMarg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftOffset">
            <summary>
            Left Offset.
            <para>When the item is serialized out as xml, its value is "lOff".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightMargin">
            <summary>
            Right Margin.
            <para>When the item is serialized out as xml, its value is "rMarg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightOffset">
            <summary>
            Right Offset.
            <para>When the item is serialized out as xml, its value is "rOff".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PrimaryFontSize">
            <summary>
            Primary Font Size.
            <para>When the item is serialized out as xml, its value is "primFontSz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PyramidAccentRatio">
            <summary>
            Pyramid Accent Ratio.
            <para>When the item is serialized out as xml, its value is "pyraAcctRatio".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondaryFontSize">
            <summary>
            Secondary Font Size.
            <para>When the item is serialized out as xml, its value is "secFontSz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SiblingSpacing">
            <summary>
            Sibling Spacing.
            <para>When the item is serialized out as xml, its value is "sibSp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondarySiblingSpacing">
            <summary>
            Secondary Sibling Spacing.
            <para>When the item is serialized out as xml, its value is "secSibSp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Spacing">
            <summary>
            Spacing.
            <para>When the item is serialized out as xml, its value is "sp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.StemThickness">
            <summary>
            Stem Thickness.
            <para>When the item is serialized out as xml, its value is "stemThick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopMargin">
            <summary>
            Top Margin.
            <para>When the item is serialized out as xml, its value is "tMarg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopOffset">
            <summary>
            Top Offset.
            <para>When the item is serialized out as xml, its value is "tOff".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedA">
            <summary>
            User Defined A.
            <para>When the item is serialized out as xml, its value is "userA".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedB">
            <summary>
            User Defined B.
            <para>When the item is serialized out as xml, its value is "userB".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedC">
            <summary>
            User Defined C.
            <para>When the item is serialized out as xml, its value is "userC".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedD">
            <summary>
            User Defined D.
            <para>When the item is serialized out as xml, its value is "userD".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedE">
            <summary>
            User Defined E.
            <para>When the item is serialized out as xml, its value is "userE".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedF">
            <summary>
            User Defined F.
            <para>When the item is serialized out as xml, its value is "userF".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedG">
            <summary>
            User Defined G.
            <para>When the item is serialized out as xml, its value is "userG".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedH">
            <summary>
            User Defined H.
            <para>When the item is serialized out as xml, its value is "userH".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedI">
            <summary>
            User Defined I.
            <para>When the item is serialized out as xml, its value is "userI".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedJ">
            <summary>
            User Defined J.
            <para>When the item is serialized out as xml, its value is "userJ".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedK">
            <summary>
            User Defined K.
            <para>When the item is serialized out as xml, its value is "userK".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedL">
            <summary>
            User Defined L.
            <para>When the item is serialized out as xml, its value is "userL".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedM">
            <summary>
            User Defined M.
            <para>When the item is serialized out as xml, its value is "userM".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedN">
            <summary>
            User Defined N.
            <para>When the item is serialized out as xml, its value is "userN".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedO">
            <summary>
            User Defined O.
            <para>When the item is serialized out as xml, its value is "userO".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedP">
            <summary>
            User Defined P.
            <para>When the item is serialized out as xml, its value is "userP".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedQ">
            <summary>
            User Defined Q.
            <para>When the item is serialized out as xml, its value is "userQ".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedR">
            <summary>
            User Defined R.
            <para>When the item is serialized out as xml, its value is "userR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedS">
            <summary>
            User Defined S.
            <para>When the item is serialized out as xml, its value is "userS".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedT">
            <summary>
            User Defined T.
            <para>When the item is serialized out as xml, its value is "userT".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedU">
            <summary>
            User Defined U.
            <para>When the item is serialized out as xml, its value is "userU".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedV">
            <summary>
            User Defined V.
            <para>When the item is serialized out as xml, its value is "userV".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedW">
            <summary>
            User Defined W.
            <para>When the item is serialized out as xml, its value is "userW".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedX">
            <summary>
            User Defined X.
            <para>When the item is serialized out as xml, its value is "userX".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedY">
            <summary>
            User Defined Y.
            <para>When the item is serialized out as xml, its value is "userY".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedZ">
            <summary>
            User Defined Z.
            <para>When the item is serialized out as xml, its value is "userZ".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Width">
            <summary>
            Width.
            <para>When the item is serialized out as xml, its value is "w".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadWidth">
            <summary>
            Arrowhead Width.
            <para>When the item is serialized out as xml, its value is "wArH".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.WidthOffset">
            <summary>
            Width Offset.
            <para>When the item is serialized out as xml, its value is "wOff".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues">
            <summary>
            Constraint Relationship
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Self">
            <summary>
            Self.
            <para>When the item is serialized out as xml, its value is "self".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Child">
            <summary>
            Child.
            <para>When the item is serialized out as xml, its value is "ch".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Descendant">
            <summary>
            Descendant.
            <para>When the item is serialized out as xml, its value is "des".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues">
            <summary>
            Element Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.All">
            <summary>
            All.
            <para>When the item is serialized out as xml, its value is "all".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Document">
            <summary>
            Document.
            <para>When the item is serialized out as xml, its value is "doc".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Node">
            <summary>
            Node.
            <para>When the item is serialized out as xml, its value is "node".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Normal">
            <summary>
            Normal.
            <para>When the item is serialized out as xml, its value is "norm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonNormal">
            <summary>
            Non Normal.
            <para>When the item is serialized out as xml, its value is "nonNorm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Assistant">
            <summary>
            Assistant.
            <para>When the item is serialized out as xml, its value is "asst".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonAssistant">
            <summary>
            Non Assistant.
            <para>When the item is serialized out as xml, its value is "nonAsst".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.ParentTransition">
            <summary>
            Parent Transition.
            <para>When the item is serialized out as xml, its value is "parTrans".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Presentation">
            <summary>
            Presentation.
            <para>When the item is serialized out as xml, its value is "pres".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.SiblingTransition">
            <summary>
            Sibling Transition.
            <para>When the item is serialized out as xml, its value is "sibTrans".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues">
            <summary>
            Parameter Identifier
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HorizontalAlignment">
            <summary>
            Horizontal Alignment.
            <para>When the item is serialized out as xml, its value is "horzAlign".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.VerticalAlignment">
            <summary>
            Vertical Alignment.
            <para>When the item is serialized out as xml, its value is "vertAlign".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildDirection">
            <summary>
            Child Direction.
            <para>When the item is serialized out as xml, its value is "chDir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildAlignment">
            <summary>
            Child Alignment.
            <para>When the item is serialized out as xml, its value is "chAlign".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryChildAlignment">
            <summary>
            Secondary Child Alignment.
            <para>When the item is serialized out as xml, its value is "secChAlign".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LinearDirection">
            <summary>
            Linear Direction.
            <para>When the item is serialized out as xml, its value is "linDir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryLinearDirection">
            <summary>
            Secondary Linear Direction.
            <para>When the item is serialized out as xml, its value is "secLinDir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartElement">
            <summary>
            Start Element.
            <para>When the item is serialized out as xml, its value is "stElem".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BendPoint">
            <summary>
            Bend Point.
            <para>When the item is serialized out as xml, its value is "bendPt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectionRoute">
            <summary>
            Connection Route.
            <para>When the item is serialized out as xml, its value is "connRout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningArrowheadStyle">
            <summary>
            Beginning Arrowhead Style.
            <para>When the item is serialized out as xml, its value is "begSty".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndStyle">
            <summary>
            End Style.
            <para>When the item is serialized out as xml, its value is "endSty".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectorDimension">
            <summary>
            Connector Dimension.
            <para>When the item is serialized out as xml, its value is "dim".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RotationPath">
            <summary>
            Rotation Path.
            <para>When the item is serialized out as xml, its value is "rotPath".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.CenterShapeMapping">
            <summary>
            Center Shape Mapping.
            <para>When the item is serialized out as xml, its value is "ctrShpMap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeHorizontalAlignment">
            <summary>
            Node Horizontal Alignment.
            <para>When the item is serialized out as xml, its value is "nodeHorzAlign".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeVerticalAlignment">
            <summary>
            Node Vertical Alignment.
            <para>When the item is serialized out as xml, its value is "nodeVertAlign".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FallbackScale">
            <summary>
            Fallback Scale.
            <para>When the item is serialized out as xml, its value is "fallback".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextDirection">
            <summary>
            Text Direction.
            <para>When the item is serialized out as xml, its value is "txDir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentPosition">
            <summary>
            Pyramid Accent Position.
            <para>When the item is serialized out as xml, its value is "pyraAcctPos".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextMargin">
            <summary>
            Pyramid Accent Text Margin.
            <para>When the item is serialized out as xml, its value is "pyraAcctTxMar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextBlockDirection">
            <summary>
            Text Block Direction.
            <para>When the item is serialized out as xml, its value is "txBlDir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontal">
            <summary>
            Text Anchor Horizontal.
            <para>When the item is serialized out as xml, its value is "txAnchorHorz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVertical">
            <summary>
            Text Anchor Vertical.
            <para>When the item is serialized out as xml, its value is "txAnchorVert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontalWithChildren">
            <summary>
            Text Anchor Horizontal With Children.
            <para>When the item is serialized out as xml, its value is "txAnchorHorzCh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVerticalWithChildren">
            <summary>
            Text Anchor Vertical With Children.
            <para>When the item is serialized out as xml, its value is "txAnchorVertCh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextLeftToRightAlignment">
            <summary>
            Parent Text Left-to-Right Alignment.
            <para>When the item is serialized out as xml, its value is "parTxLTRAlign".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextRightToLeftAlignment">
            <summary>
            Parent Text Right-to-Left Alignment.
            <para>When the item is serialized out as xml, its value is "parTxRTLAlign".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextLeftToRightAlignment">
            <summary>
            Shape Text Left-to-Right Alignment.
            <para>When the item is serialized out as xml, its value is "shpTxLTRAlignCh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextRightToLeftAlignment">
            <summary>
            Shape Text Right-to-Left Alignment.
            <para>When the item is serialized out as xml, its value is "shpTxRTLAlignCh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AutoTextRotation">
            <summary>
            Auto Text Rotation.
            <para>When the item is serialized out as xml, its value is "autoTxRot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.GrowDirection">
            <summary>
            Grow Direction.
            <para>When the item is serialized out as xml, its value is "grDir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FlowDirection">
            <summary>
            Flow Direction.
            <para>When the item is serialized out as xml, its value is "flowDir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ContinueDirection">
            <summary>
            Continue Direction.
            <para>When the item is serialized out as xml, its value is "contDir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Breakpoint">
            <summary>
            Breakpoint.
            <para>When the item is serialized out as xml, its value is "bkpt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Offset">
            <summary>
            Offset.
            <para>When the item is serialized out as xml, its value is "off".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HierarchyAlignment">
            <summary>
            Hierarchy Alignment.
            <para>When the item is serialized out as xml, its value is "hierAlign".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BreakpointFixedValue">
            <summary>
            Breakpoint Fixed Value.
            <para>When the item is serialized out as xml, its value is "bkPtFixedVal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartBulletsAtLevel">
            <summary>
            Start Bullets At Level.
            <para>When the item is serialized out as xml, its value is "stBulletLvl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartAngle">
            <summary>
            Start Angle.
            <para>When the item is serialized out as xml, its value is "stAng".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SpanAngle">
            <summary>
            Span Angle.
            <para>When the item is serialized out as xml, its value is "spanAng".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AspectRatio">
            <summary>
            Aspect Ratio.
            <para>When the item is serialized out as xml, its value is "ar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingParent">
            <summary>
            Line Spacing Parent.
            <para>When the item is serialized out as xml, its value is "lnSpPar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterParentParagraph">
            <summary>
            Line Spacing After Parent Paragraph.
            <para>When the item is serialized out as xml, its value is "lnSpAfParP".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingChildren">
            <summary>
            Line Spacing Children.
            <para>When the item is serialized out as xml, its value is "lnSpCh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterChildrenParagraph">
            <summary>
            Line Spacing After Children Paragraph.
            <para>When the item is serialized out as xml, its value is "lnSpAfChP".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RouteShortestDistance">
            <summary>
            Route Shortest Distance.
            <para>When the item is serialized out as xml, its value is "rtShortDist".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAlignment">
            <summary>
            Text Alignment.
            <para>When the item is serialized out as xml, its value is "alignTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidLevelNode">
            <summary>
            Pyramid Level Node.
            <para>When the item is serialized out as xml, its value is "pyraLvlNode".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentBackgroundNode">
            <summary>
            Pyramid Accent Background Node.
            <para>When the item is serialized out as xml, its value is "pyraAcctBkgdNode".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextNode">
            <summary>
            Pyramid Accent Text Node.
            <para>When the item is serialized out as xml, its value is "pyraAcctTxNode".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SourceNode">
            <summary>
            Source Node.
            <para>When the item is serialized out as xml, its value is "srcNode".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.DestinationNode">
            <summary>
            Destination Node.
            <para>When the item is serialized out as xml, its value is "dstNode".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningPoints">
            <summary>
            Beginning Points.
            <para>When the item is serialized out as xml, its value is "begPts".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndPoints">
            <summary>
            End Points.
            <para>When the item is serialized out as xml, its value is "endPts".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues">
            <summary>
            Function Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Count">
            <summary>
            Count.
            <para>When the item is serialized out as xml, its value is "cnt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Position">
            <summary>
            Position.
            <para>When the item is serialized out as xml, its value is "pos".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.ReversePosition">
            <summary>
            Reverse Position.
            <para>When the item is serialized out as xml, its value is "revPos".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionEven">
            <summary>
            Position Even.
            <para>When the item is serialized out as xml, its value is "posEven".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionOdd">
            <summary>
            Position Odd.
            <para>When the item is serialized out as xml, its value is "posOdd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Variable">
            <summary>
            Variable.
            <para>When the item is serialized out as xml, its value is "var".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Depth">
            <summary>
            Depth.
            <para>When the item is serialized out as xml, its value is "depth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.MaxDepth">
            <summary>
            Max Depth.
            <para>When the item is serialized out as xml, its value is "maxDepth".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues">
            <summary>
            Function Operator
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.Equal">
            <summary>
            Equal.
            <para>When the item is serialized out as xml, its value is "equ".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.NotEqualTo">
            <summary>
            Not Equal To.
            <para>When the item is serialized out as xml, its value is "neq".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThan">
            <summary>
            Greater Than.
            <para>When the item is serialized out as xml, its value is "gt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThan">
            <summary>
            Less Than.
            <para>When the item is serialized out as xml, its value is "lt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThanOrEqualTo">
            <summary>
            Greater Than or Equal to.
            <para>When the item is serialized out as xml, its value is "gte".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThanOrEqualTo">
            <summary>
            Less Than or Equal to.
            <para>When the item is serialized out as xml, its value is "lte".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues">
            <summary>
            Horizontal Alignment
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues">
            <summary>
            Child Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Horizontal">
            <summary>
            Horizontal.
            <para>When the item is serialized out as xml, its value is "horz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Vertical">
            <summary>
            Vertical.
            <para>When the item is serialized out as xml, its value is "vert".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues">
            <summary>
            Child Alignment
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues">
            <summary>
            Secondary Child Alignment
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues">
            <summary>
            Linear Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromLeft">
            <summary>
            From Left.
            <para>When the item is serialized out as xml, its value is "fromL".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromRight">
            <summary>
            From Right.
            <para>When the item is serialized out as xml, its value is "fromR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromTop">
            <summary>
            From Top.
            <para>When the item is serialized out as xml, its value is "fromT".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromBottom">
            <summary>
            From Bottom.
            <para>When the item is serialized out as xml, its value is "fromB".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues">
            <summary>
            Secondary Linear Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromLeft">
            <summary>
            From Left.
            <para>When the item is serialized out as xml, its value is "fromL".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromRight">
            <summary>
            From Right.
            <para>When the item is serialized out as xml, its value is "fromR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromTop">
            <summary>
            From Top.
            <para>When the item is serialized out as xml, its value is "fromT".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromBottom">
            <summary>
            From Bottom.
            <para>When the item is serialized out as xml, its value is "fromB".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues">
            <summary>
            Starting Element
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Node">
            <summary>
            Node.
            <para>When the item is serialized out as xml, its value is "node".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Transition">
            <summary>
            Transition.
            <para>When the item is serialized out as xml, its value is "trans".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues">
            <summary>
            Rotation Path
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.AlongPath">
            <summary>
            Along Path.
            <para>When the item is serialized out as xml, its value is "alongPath".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues">
            <summary>
            Center Shape Mapping
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.FirstNode">
            <summary>
            First Node.
            <para>When the item is serialized out as xml, its value is "fNode".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues">
            <summary>
            Bend Point
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Beginning">
            <summary>
            Beginning.
            <para>When the item is serialized out as xml, its value is "beg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Default">
            <summary>
            Default.
            <para>When the item is serialized out as xml, its value is "def".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.End">
            <summary>
            End.
            <para>When the item is serialized out as xml, its value is "end".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues">
            <summary>
            Connector Routing
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Straight">
            <summary>
            Straight.
            <para>When the item is serialized out as xml, its value is "stra".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Bending">
            <summary>
            Bending.
            <para>When the item is serialized out as xml, its value is "bend".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Curve">
            <summary>
            Curve.
            <para>When the item is serialized out as xml, its value is "curve".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.LongCurve">
            <summary>
            Long Curve.
            <para>When the item is serialized out as xml, its value is "longCurve".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues">
            <summary>
            Arrowhead Styles
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Auto">
            <summary>
            Auto.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Arrow">
            <summary>
            Arrowhead Present.
            <para>When the item is serialized out as xml, its value is "arr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.NoArrow">
            <summary>
            No Arrowhead.
            <para>When the item is serialized out as xml, its value is "noArr".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues">
            <summary>
            Connector Dimension
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.OneDimension">
            <summary>
            1 Dimension.
            <para>When the item is serialized out as xml, its value is "1D".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.TwoDimension">
            <summary>
            2 Dimensions.
            <para>When the item is serialized out as xml, its value is "2D".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.Custom">
            <summary>
            Custom.
            <para>When the item is serialized out as xml, its value is "cust".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues">
            <summary>
            Connector Point
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Auto">
            <summary>
            Auto.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomCenter">
            <summary>
            Bottom Center.
            <para>When the item is serialized out as xml, its value is "bCtr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleLeft">
            <summary>
            Middle Left.
            <para>When the item is serialized out as xml, its value is "midL".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleRight">
            <summary>
            Middle Right.
            <para>When the item is serialized out as xml, its value is "midR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopCenter">
            <summary>
            Top Center.
            <para>When the item is serialized out as xml, its value is "tCtr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomLeft">
            <summary>
            Bottom Left.
            <para>When the item is serialized out as xml, its value is "bL".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomRight">
            <summary>
            Bottom Right.
            <para>When the item is serialized out as xml, its value is "bR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopLeft">
            <summary>
            Top Left.
            <para>When the item is serialized out as xml, its value is "tL".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopRight">
            <summary>
            Top Right.
            <para>When the item is serialized out as xml, its value is "tR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Radial">
            <summary>
            Radial.
            <para>When the item is serialized out as xml, its value is "radial".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues">
            <summary>
            Node Horizontal Alignment
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues">
            <summary>
            Node Vertical Alignment
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Middle">
            <summary>
            Middle.
            <para>When the item is serialized out as xml, its value is "mid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues">
            <summary>
            Fallback Dimension
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.OneDimension">
            <summary>
            1 Dimension.
            <para>When the item is serialized out as xml, its value is "1D".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.TwoDimension">
            <summary>
            2 Dimensions.
            <para>When the item is serialized out as xml, its value is "2D".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues">
            <summary>
            Text Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromTop">
            <summary>
            From Top.
            <para>When the item is serialized out as xml, its value is "fromT".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromBottom">
            <summary>
            From Bottom.
            <para>When the item is serialized out as xml, its value is "fromB".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues">
            <summary>
            Pyramid Accent Position
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.Before">
            <summary>
            Before.
            <para>When the item is serialized out as xml, its value is "bef".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.After">
            <summary>
            Pyramid Accent After.
            <para>When the item is serialized out as xml, its value is "aft".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues">
            <summary>
            Pyramid Accent Text Margin
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Step">
            <summary>
            Step.
            <para>When the item is serialized out as xml, its value is "step".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Stack">
            <summary>
            Stack.
            <para>When the item is serialized out as xml, its value is "stack".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues">
            <summary>
            Text Block Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Horizontal">
            <summary>
            Horizontal.
            <para>When the item is serialized out as xml, its value is "horz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Vertical">
            <summary>
            Vertical Direction.
            <para>When the item is serialized out as xml, its value is "vert".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues">
            <summary>
            Text Anchor Horizontal
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues">
            <summary>
            Text Anchor Vertical
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Middle">
            <summary>
            Middle.
            <para>When the item is serialized out as xml, its value is "mid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues">
            <summary>
            Text Alignment
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues">
            <summary>
            Auto Text Rotation
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Upright">
            <summary>
            Upright.
            <para>When the item is serialized out as xml, its value is "upr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Gravity">
            <summary>
            Gravity.
            <para>When the item is serialized out as xml, its value is "grav".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues">
            <summary>
            Grow Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopLeft">
            <summary>
            Top Left.
            <para>When the item is serialized out as xml, its value is "tL".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopRight">
            <summary>
            Top Right.
            <para>When the item is serialized out as xml, its value is "tR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomLeft">
            <summary>
            Bottom Left.
            <para>When the item is serialized out as xml, its value is "bL".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomRight">
            <summary>
            Bottom Right.
            <para>When the item is serialized out as xml, its value is "bR".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues">
            <summary>
            Flow Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Row">
            <summary>
            Row.
            <para>When the item is serialized out as xml, its value is "row".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Column">
            <summary>
            Column.
            <para>When the item is serialized out as xml, its value is "col".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues">
            <summary>
            Continue Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.ReverseDirection">
            <summary>
            Reverse Direction.
            <para>When the item is serialized out as xml, its value is "revDir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.SameDirection">
            <summary>
            Same Direction.
            <para>When the item is serialized out as xml, its value is "sameDir".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues">
            <summary>
            Breakpoint
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.EndCanvas">
            <summary>
            End of Canvas.
            <para>When the item is serialized out as xml, its value is "endCnv".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Balanced">
            <summary>
            Balanced.
            <para>When the item is serialized out as xml, its value is "bal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Fixed">
            <summary>
            Fixed.
            <para>When the item is serialized out as xml, its value is "fixed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues">
            <summary>
            Offset
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Offset">
            <summary>
            Offset.
            <para>When the item is serialized out as xml, its value is "off".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues">
            <summary>
            Hierarchy Alignment
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopLeft">
            <summary>
            Top Left.
            <para>When the item is serialized out as xml, its value is "tL".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopRight">
            <summary>
            Top Right.
            <para>When the item is serialized out as xml, its value is "tR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterChildren">
            <summary>
            Top Center Children.
            <para>When the item is serialized out as xml, its value is "tCtrCh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterDescendants">
            <summary>
            Top Center Descendants.
            <para>When the item is serialized out as xml, its value is "tCtrDes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomLeft">
            <summary>
            Bottom Left.
            <para>When the item is serialized out as xml, its value is "bL".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomRight">
            <summary>
            Bottom Right.
            <para>When the item is serialized out as xml, its value is "bR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterChild">
            <summary>
            Bottom Center Child.
            <para>When the item is serialized out as xml, its value is "bCtrCh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterDescendant">
            <summary>
            Bottom Center Descendant.
            <para>When the item is serialized out as xml, its value is "bCtrDes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftTop">
            <summary>
            Left Top.
            <para>When the item is serialized out as xml, its value is "lT".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftBottom">
            <summary>
            Left Bottom.
            <para>When the item is serialized out as xml, its value is "lB".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterChild">
            <summary>
            Left Center Child.
            <para>When the item is serialized out as xml, its value is "lCtrCh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterDescendant">
            <summary>
            Left Center Descendant.
            <para>When the item is serialized out as xml, its value is "lCtrDes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightTop">
            <summary>
            Right Top.
            <para>When the item is serialized out as xml, its value is "rT".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightBottom">
            <summary>
            Right Bottom.
            <para>When the item is serialized out as xml, its value is "rB".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterChildren">
            <summary>
            Right Center Children.
            <para>When the item is serialized out as xml, its value is "rCtrCh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterDescendants">
            <summary>
            Right Center Descendants.
            <para>When the item is serialized out as xml, its value is "rCtrDes".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues">
            <summary>
            Variable Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.None">
            <summary>
            Unknown.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.OrganizationalChart">
            <summary>
            Organizational Chart Algorithm.
            <para>When the item is serialized out as xml, its value is "orgChart".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildMax">
            <summary>
            Child Max.
            <para>When the item is serialized out as xml, its value is "chMax".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildPreference">
            <summary>
            Child Preference.
            <para>When the item is serialized out as xml, its value is "chPref".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.BulletsEnabled">
            <summary>
            Bullets Enabled.
            <para>When the item is serialized out as xml, its value is "bulEnabled".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.Direction">
            <summary>
            Direction.
            <para>When the item is serialized out as xml, its value is "dir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.HierarchyBranch">
            <summary>
            Hierarchy Branch.
            <para>When the item is serialized out as xml, its value is "hierBranch".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimateOne">
            <summary>
            Animate One.
            <para>When the item is serialized out as xml, its value is "animOne".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimationLevel">
            <summary>
            Animation Level.
            <para>When the item is serialized out as xml, its value is "animLvl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ResizeHandles">
            <summary>
            Resize Handles.
            <para>When the item is serialized out as xml, its value is "resizeHandles".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues">
            <summary>
            Output Shape Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.Connection">
            <summary>
            Connection.
            <para>When the item is serialized out as xml, its value is "conn".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues">
            <summary>
            Vertical Alignment
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle">
            <summary>
            Middle.
            <para>When the item is serialized out as xml, its value is "mid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top2010">
            <summary>
            top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle2010">
            <summary>
            center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom2010">
            <summary>
            bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas">
             <summary>
             <para>Locked Canvas Container.</para>
             <para> When the object is serialized out as xml, its qualified name is lc:lockedCanvas.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties &lt;a:nvGrpSpPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties &lt;a:grpSpPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.TextShape &lt;a:txSp></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape &lt;a:sp></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ConnectionShape &lt;a:cxnSp></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Picture &lt;a:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart &lt;a14:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GraphicFrame &lt;a:graphicFrame></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupShape &lt;a:grpSp></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.#ctor">
            <summary>
            Initializes a new instance of the LockedCanvas class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LockedCanvas class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LockedCanvas class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LockedCanvas class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties">
            <summary>
            <para> Non-Visual Properties for a Group Shape.</para>
            <para> Represents the following element tag in the schema: a:nvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties">
            <summary>
            <para> Visual Group Shape Properties.</para>
            <para> Represents the following element tag in the schema: a:grpSpPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AudioFromCD">
             <summary>
             <para>Audio from CD.</para>
             <para> When the object is serialized out as xml, its qualified name is a:audioCd.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StartTime &lt;a:st></description></item>
            <item><description>EndTime &lt;a:end></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioFromCD.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioFromCD.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromCD.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromCD.#ctor">
            <summary>
            Initializes a new instance of the AudioFromCD class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromCD.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AudioFromCD class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromCD.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AudioFromCD class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromCD.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AudioFromCD class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime">
            <summary>
            <para> Audio Start Time.</para>
            <para> Represents the following element tag in the schema: a:st </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime">
            <summary>
            <para> Audio End Time.</para>
            <para> Represents the following element tag in the schema: a:end </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromCD.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.WaveAudioFile">
            <summary>
            <para>Audio from WAV File.</para>
            <para> When the object is serialized out as xml, its qualified name is a:wavAudioFile.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.WaveAudioFile.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.WaveAudioFile.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.WaveAudioFile.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.WaveAudioFile.#ctor">
            <summary>
            Initializes a new instance of the WaveAudioFile class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.WaveAudioFile.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkSound">
            <summary>
            <para>Hyperlink Sound.</para>
            <para> When the object is serialized out as xml, its qualified name is a:snd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkSound.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkSound.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkSound.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkSound.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkSound class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkSound.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType">
            <summary>
            Defines the EmbeddedWavAudioFileType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed">
             <summary>
             <para> Embedded Audio File Relationship ID.</para>
             <para>Represents the following attribute in the schema: r:embed </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name">
            <summary>
            <para> Sound Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn">
            <summary>
            <para> Recognized Built-In Sound.</para>
            <para>Represents the following attribute in the schema: builtIn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.#ctor">
            <summary>
            Initializes a new instance of the EmbeddedWavAudioFileType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AudioFromFile">
             <summary>
             <para>Audio from File.</para>
             <para> When the object is serialized out as xml, its qualified name is a:audioFile.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioFromFile.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioFromFile.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromFile.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioFromFile.Link">
             <summary>
             <para> Linked Relationship ID.</para>
             <para>Represents the following attribute in the schema: r:link </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromFile.#ctor">
            <summary>
            Initializes a new instance of the AudioFromFile class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromFile.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AudioFromFile class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromFile.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AudioFromFile class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromFile.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AudioFromFile class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioFromFile.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.VideoFromFile">
             <summary>
             <para>Video from File.</para>
             <para> When the object is serialized out as xml, its qualified name is a:videoFile.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.VideoFromFile.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.VideoFromFile.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VideoFromFile.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.VideoFromFile.Link">
             <summary>
             <para> Linked Relationship ID.</para>
             <para>Represents the following attribute in the schema: r:link </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VideoFromFile.#ctor">
            <summary>
            Initializes a new instance of the VideoFromFile class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VideoFromFile.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VideoFromFile class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VideoFromFile.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VideoFromFile class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VideoFromFile.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VideoFromFile class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VideoFromFile.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile">
             <summary>
             <para>QuickTime from File.</para>
             <para> When the object is serialized out as xml, its qualified name is a:quickTimeFile.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link">
             <summary>
             <para> Linked Relationship ID.</para>
             <para>Represents the following attribute in the schema: r:link </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.#ctor">
            <summary>
            Initializes a new instance of the QuickTimeFromFile class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QuickTimeFromFile class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QuickTimeFromFile class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QuickTimeFromFile class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Tint">
            <summary>
            <para>Tint.</para>
            <para> When the object is serialized out as xml, its qualified name is a:tint.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Tint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Tint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Tint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Tint.#ctor">
            <summary>
            Initializes a new instance of the Tint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Tint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Shade">
            <summary>
            <para>Shade.</para>
            <para> When the object is serialized out as xml, its qualified name is a:shade.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shade.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shade.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shade.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shade.#ctor">
            <summary>
            Initializes a new instance of the Shade class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shade.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Alpha">
            <summary>
            <para>Alpha.</para>
            <para> When the object is serialized out as xml, its qualified name is a:alpha.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Alpha.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Alpha.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Alpha.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Alpha.#ctor">
            <summary>
            Initializes a new instance of the Alpha class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Alpha.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType">
            <summary>
            Defines the PositiveFixedPercentageType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.#ctor">
            <summary>
            Initializes a new instance of the PositiveFixedPercentageType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Complement">
            <summary>
            <para>Complement.</para>
            <para> When the object is serialized out as xml, its qualified name is a:comp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Complement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Complement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Complement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Complement.#ctor">
            <summary>
            Initializes a new instance of the Complement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Complement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Inverse">
            <summary>
            <para>Inverse.</para>
            <para> When the object is serialized out as xml, its qualified name is a:inv.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Inverse.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Inverse.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Inverse.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Inverse.#ctor">
            <summary>
            Initializes a new instance of the Inverse class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Inverse.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Gray">
            <summary>
            <para>Gray.</para>
            <para> When the object is serialized out as xml, its qualified name is a:gray.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Gray.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Gray.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Gray.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Gray.#ctor">
            <summary>
            Initializes a new instance of the Gray class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Gray.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AlphaOffset">
            <summary>
            <para>Alpha Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is a:alphaOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaOffset.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaOffset.#ctor">
            <summary>
            Initializes a new instance of the AlphaOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AlphaModulation">
            <summary>
            <para>Alpha Modulation.</para>
            <para> When the object is serialized out as xml, its qualified name is a:alphaMod.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaModulation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaModulation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulation.#ctor">
            <summary>
            Initializes a new instance of the AlphaModulation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.HueModulation">
            <summary>
            <para>Hue Modulate.</para>
            <para> When the object is serialized out as xml, its qualified name is a:hueMod.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HueModulation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HueModulation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HueModulation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HueModulation.#ctor">
            <summary>
            Initializes a new instance of the HueModulation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HueModulation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PositivePercentageType">
            <summary>
            Defines the PositivePercentageType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PositivePercentageType.#ctor">
            <summary>
            Initializes a new instance of the PositivePercentageType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Hue">
            <summary>
            <para>Hue.</para>
            <para> When the object is serialized out as xml, its qualified name is a:hue.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Hue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Hue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Hue.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hue.#ctor">
            <summary>
            Initializes a new instance of the Hue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.HueOffset">
            <summary>
            <para>Hue Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is a:hueOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HueOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HueOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HueOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HueOffset.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HueOffset.#ctor">
            <summary>
            Initializes a new instance of the HueOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HueOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Saturation">
            <summary>
            <para>Saturation.</para>
            <para> When the object is serialized out as xml, its qualified name is a:sat.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Saturation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Saturation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Saturation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Saturation.#ctor">
            <summary>
            Initializes a new instance of the Saturation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Saturation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SaturationOffset">
            <summary>
            <para>Saturation Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is a:satOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SaturationOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SaturationOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SaturationOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SaturationOffset.#ctor">
            <summary>
            Initializes a new instance of the SaturationOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SaturationOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SaturationModulation">
            <summary>
            <para>Saturation Modulation.</para>
            <para> When the object is serialized out as xml, its qualified name is a:satMod.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SaturationModulation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SaturationModulation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SaturationModulation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SaturationModulation.#ctor">
            <summary>
            Initializes a new instance of the SaturationModulation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SaturationModulation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Luminance">
            <summary>
            <para>Luminance.</para>
            <para> When the object is serialized out as xml, its qualified name is a:lum.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Luminance.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Luminance.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Luminance.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Luminance.#ctor">
            <summary>
            Initializes a new instance of the Luminance class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Luminance.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LuminanceOffset">
            <summary>
            <para>Luminance Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is a:lumOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LuminanceOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LuminanceOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LuminanceOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LuminanceOffset.#ctor">
            <summary>
            Initializes a new instance of the LuminanceOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LuminanceOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LuminanceModulation">
            <summary>
            <para>Luminance Modulation.</para>
            <para> When the object is serialized out as xml, its qualified name is a:lumMod.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LuminanceModulation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LuminanceModulation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LuminanceModulation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LuminanceModulation.#ctor">
            <summary>
            Initializes a new instance of the LuminanceModulation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LuminanceModulation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Red">
            <summary>
            <para>Red.</para>
            <para> When the object is serialized out as xml, its qualified name is a:red.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Red.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Red.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Red.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Red.#ctor">
            <summary>
            Initializes a new instance of the Red class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Red.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RedOffset">
            <summary>
            <para>Red Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is a:redOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RedOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RedOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RedOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RedOffset.#ctor">
            <summary>
            Initializes a new instance of the RedOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RedOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RedModulation">
            <summary>
            <para>Red Modulation.</para>
            <para> When the object is serialized out as xml, its qualified name is a:redMod.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RedModulation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RedModulation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RedModulation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RedModulation.#ctor">
            <summary>
            Initializes a new instance of the RedModulation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RedModulation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Green">
            <summary>
            <para>Green.</para>
            <para> When the object is serialized out as xml, its qualified name is a:green.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Green.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Green.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Green.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Green.#ctor">
            <summary>
            Initializes a new instance of the Green class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Green.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GreenOffset">
            <summary>
            <para>Green Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is a:greenOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GreenOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GreenOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GreenOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GreenOffset.#ctor">
            <summary>
            Initializes a new instance of the GreenOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GreenOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GreenModulation">
            <summary>
            <para>Green Modification.</para>
            <para> When the object is serialized out as xml, its qualified name is a:greenMod.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GreenModulation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GreenModulation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GreenModulation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GreenModulation.#ctor">
            <summary>
            Initializes a new instance of the GreenModulation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GreenModulation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Blue">
            <summary>
            <para>Blue.</para>
            <para> When the object is serialized out as xml, its qualified name is a:blue.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blue.#ctor">
            <summary>
            Initializes a new instance of the Blue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BlueOffset">
            <summary>
            <para>Blue Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is a:blueOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlueOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlueOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlueOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlueOffset.#ctor">
            <summary>
            Initializes a new instance of the BlueOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlueOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BlueModulation">
            <summary>
            <para>Blue Modification.</para>
            <para> When the object is serialized out as xml, its qualified name is a:blueMod.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlueModulation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlueModulation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlueModulation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlueModulation.#ctor">
            <summary>
            Initializes a new instance of the BlueModulation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlueModulation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PercentageType">
            <summary>
            Defines the PercentageType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PercentageType.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PercentageType.#ctor">
            <summary>
            Initializes a new instance of the PercentageType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Gamma">
            <summary>
            <para>Gamma.</para>
            <para> When the object is serialized out as xml, its qualified name is a:gamma.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Gamma.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Gamma.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Gamma.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Gamma.#ctor">
            <summary>
            Initializes a new instance of the Gamma class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Gamma.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.InverseGamma">
            <summary>
            <para>Inverse Gamma.</para>
            <para> When the object is serialized out as xml, its qualified name is a:invGamma.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InverseGamma.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InverseGamma.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InverseGamma.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InverseGamma.#ctor">
            <summary>
            Initializes a new instance of the InverseGamma class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InverseGamma.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Extension">
            <summary>
            <para>Extension.</para>
            <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Extension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Extension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Extension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Extension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Extension.#ctor">
            <summary>
            Initializes a new instance of the Extension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Extension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Extension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Extension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Extension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Extension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Extension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Extension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage">
             <summary>
             <para>RGB Color Model - Percentage Variant.</para>
             <para> When the object is serialized out as xml, its qualified name is a:scrgbClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tint &lt;a:tint></description></item>
            <item><description>Shade &lt;a:shade></description></item>
            <item><description>Complement &lt;a:comp></description></item>
            <item><description>Inverse &lt;a:inv></description></item>
            <item><description>Gray &lt;a:gray></description></item>
            <item><description>Alpha &lt;a:alpha></description></item>
            <item><description>AlphaOffset &lt;a:alphaOff></description></item>
            <item><description>AlphaModulation &lt;a:alphaMod></description></item>
            <item><description>Hue &lt;a:hue></description></item>
            <item><description>HueOffset &lt;a:hueOff></description></item>
            <item><description>HueModulation &lt;a:hueMod></description></item>
            <item><description>Saturation &lt;a:sat></description></item>
            <item><description>SaturationOffset &lt;a:satOff></description></item>
            <item><description>SaturationModulation &lt;a:satMod></description></item>
            <item><description>Luminance &lt;a:lum></description></item>
            <item><description>LuminanceOffset &lt;a:lumOff></description></item>
            <item><description>LuminanceModulation &lt;a:lumMod></description></item>
            <item><description>Red &lt;a:red></description></item>
            <item><description>RedOffset &lt;a:redOff></description></item>
            <item><description>RedModulation &lt;a:redMod></description></item>
            <item><description>Green &lt;a:green></description></item>
            <item><description>GreenOffset &lt;a:greenOff></description></item>
            <item><description>GreenModulation &lt;a:greenMod></description></item>
            <item><description>Blue &lt;a:blue></description></item>
            <item><description>BlueOffset &lt;a:blueOff></description></item>
            <item><description>BlueModulation &lt;a:blueMod></description></item>
            <item><description>Gamma &lt;a:gamma></description></item>
            <item><description>InverseGamma &lt;a:invGamma></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion">
            <summary>
            <para> Red.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion">
            <summary>
            <para> Green.</para>
            <para>Represents the following attribute in the schema: g </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion">
            <summary>
            <para> Blue.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.#ctor">
            <summary>
            Initializes a new instance of the RgbColorModelPercentage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RgbColorModelPercentage class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RgbColorModelPercentage class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RgbColorModelPercentage class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RgbColorModelHex">
             <summary>
             <para>RGB Color Model - Hex Variant.</para>
             <para> When the object is serialized out as xml, its qualified name is a:srgbClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tint &lt;a:tint></description></item>
            <item><description>Shade &lt;a:shade></description></item>
            <item><description>Complement &lt;a:comp></description></item>
            <item><description>Inverse &lt;a:inv></description></item>
            <item><description>Gray &lt;a:gray></description></item>
            <item><description>Alpha &lt;a:alpha></description></item>
            <item><description>AlphaOffset &lt;a:alphaOff></description></item>
            <item><description>AlphaModulation &lt;a:alphaMod></description></item>
            <item><description>Hue &lt;a:hue></description></item>
            <item><description>HueOffset &lt;a:hueOff></description></item>
            <item><description>HueModulation &lt;a:hueMod></description></item>
            <item><description>Saturation &lt;a:sat></description></item>
            <item><description>SaturationOffset &lt;a:satOff></description></item>
            <item><description>SaturationModulation &lt;a:satMod></description></item>
            <item><description>Luminance &lt;a:lum></description></item>
            <item><description>LuminanceOffset &lt;a:lumOff></description></item>
            <item><description>LuminanceModulation &lt;a:lumMod></description></item>
            <item><description>Red &lt;a:red></description></item>
            <item><description>RedOffset &lt;a:redOff></description></item>
            <item><description>RedModulation &lt;a:redMod></description></item>
            <item><description>Green &lt;a:green></description></item>
            <item><description>GreenOffset &lt;a:greenOff></description></item>
            <item><description>GreenModulation &lt;a:greenMod></description></item>
            <item><description>Blue &lt;a:blue></description></item>
            <item><description>BlueOffset &lt;a:blueOff></description></item>
            <item><description>BlueModulation &lt;a:blueMod></description></item>
            <item><description>Gamma &lt;a:gamma></description></item>
            <item><description>InverseGamma &lt;a:invGamma></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RgbColorModelHex.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelHex.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex">
             <summary>
             <para> legacySpreadsheetColorIndex.</para>
             <para>Represents the following attribute in the schema: a14:legacySpreadsheetColorIndex </para>
             </summary>
            <remark> xmlns:a14=http://schemas.microsoft.com/office/drawing/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelHex.#ctor">
            <summary>
            Initializes a new instance of the RgbColorModelHex class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelHex.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RgbColorModelHex class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelHex.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RgbColorModelHex class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelHex.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RgbColorModelHex class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RgbColorModelHex.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.HslColor">
             <summary>
             <para>Hue, Saturation, Luminance Color Model.</para>
             <para> When the object is serialized out as xml, its qualified name is a:hslClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tint &lt;a:tint></description></item>
            <item><description>Shade &lt;a:shade></description></item>
            <item><description>Complement &lt;a:comp></description></item>
            <item><description>Inverse &lt;a:inv></description></item>
            <item><description>Gray &lt;a:gray></description></item>
            <item><description>Alpha &lt;a:alpha></description></item>
            <item><description>AlphaOffset &lt;a:alphaOff></description></item>
            <item><description>AlphaModulation &lt;a:alphaMod></description></item>
            <item><description>Hue &lt;a:hue></description></item>
            <item><description>HueOffset &lt;a:hueOff></description></item>
            <item><description>HueModulation &lt;a:hueMod></description></item>
            <item><description>Saturation &lt;a:sat></description></item>
            <item><description>SaturationOffset &lt;a:satOff></description></item>
            <item><description>SaturationModulation &lt;a:satMod></description></item>
            <item><description>Luminance &lt;a:lum></description></item>
            <item><description>LuminanceOffset &lt;a:lumOff></description></item>
            <item><description>LuminanceModulation &lt;a:lumMod></description></item>
            <item><description>Red &lt;a:red></description></item>
            <item><description>RedOffset &lt;a:redOff></description></item>
            <item><description>RedModulation &lt;a:redMod></description></item>
            <item><description>Green &lt;a:green></description></item>
            <item><description>GreenOffset &lt;a:greenOff></description></item>
            <item><description>GreenModulation &lt;a:greenMod></description></item>
            <item><description>Blue &lt;a:blue></description></item>
            <item><description>BlueOffset &lt;a:blueOff></description></item>
            <item><description>BlueModulation &lt;a:blueMod></description></item>
            <item><description>Gamma &lt;a:gamma></description></item>
            <item><description>InverseGamma &lt;a:invGamma></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HslColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HslColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HslColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HslColor.HueValue">
            <summary>
            <para> Hue.</para>
            <para>Represents the following attribute in the schema: hue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HslColor.SatValue">
            <summary>
            <para> Saturation.</para>
            <para>Represents the following attribute in the schema: sat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HslColor.LumValue">
            <summary>
            <para> Luminance.</para>
            <para>Represents the following attribute in the schema: lum </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HslColor.#ctor">
            <summary>
            Initializes a new instance of the HslColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HslColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HslColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HslColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HslColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HslColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HslColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HslColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SystemColor">
             <summary>
             <para>System Color.</para>
             <para> When the object is serialized out as xml, its qualified name is a:sysClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tint &lt;a:tint></description></item>
            <item><description>Shade &lt;a:shade></description></item>
            <item><description>Complement &lt;a:comp></description></item>
            <item><description>Inverse &lt;a:inv></description></item>
            <item><description>Gray &lt;a:gray></description></item>
            <item><description>Alpha &lt;a:alpha></description></item>
            <item><description>AlphaOffset &lt;a:alphaOff></description></item>
            <item><description>AlphaModulation &lt;a:alphaMod></description></item>
            <item><description>Hue &lt;a:hue></description></item>
            <item><description>HueOffset &lt;a:hueOff></description></item>
            <item><description>HueModulation &lt;a:hueMod></description></item>
            <item><description>Saturation &lt;a:sat></description></item>
            <item><description>SaturationOffset &lt;a:satOff></description></item>
            <item><description>SaturationModulation &lt;a:satMod></description></item>
            <item><description>Luminance &lt;a:lum></description></item>
            <item><description>LuminanceOffset &lt;a:lumOff></description></item>
            <item><description>LuminanceModulation &lt;a:lumMod></description></item>
            <item><description>Red &lt;a:red></description></item>
            <item><description>RedOffset &lt;a:redOff></description></item>
            <item><description>RedModulation &lt;a:redMod></description></item>
            <item><description>Green &lt;a:green></description></item>
            <item><description>GreenOffset &lt;a:greenOff></description></item>
            <item><description>GreenModulation &lt;a:greenMod></description></item>
            <item><description>Blue &lt;a:blue></description></item>
            <item><description>BlueOffset &lt;a:blueOff></description></item>
            <item><description>BlueModulation &lt;a:blueMod></description></item>
            <item><description>Gamma &lt;a:gamma></description></item>
            <item><description>InverseGamma &lt;a:invGamma></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SystemColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SystemColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SystemColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SystemColor.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SystemColor.LastColor">
            <summary>
            <para> Last Color.</para>
            <para>Represents the following attribute in the schema: lastClr </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SystemColor.#ctor">
            <summary>
            Initializes a new instance of the SystemColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SystemColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SystemColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SystemColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SystemColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SystemColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SystemColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SystemColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SchemeColor">
             <summary>
             <para>Scheme Color.</para>
             <para> When the object is serialized out as xml, its qualified name is a:schemeClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tint &lt;a:tint></description></item>
            <item><description>Shade &lt;a:shade></description></item>
            <item><description>Complement &lt;a:comp></description></item>
            <item><description>Inverse &lt;a:inv></description></item>
            <item><description>Gray &lt;a:gray></description></item>
            <item><description>Alpha &lt;a:alpha></description></item>
            <item><description>AlphaOffset &lt;a:alphaOff></description></item>
            <item><description>AlphaModulation &lt;a:alphaMod></description></item>
            <item><description>Hue &lt;a:hue></description></item>
            <item><description>HueOffset &lt;a:hueOff></description></item>
            <item><description>HueModulation &lt;a:hueMod></description></item>
            <item><description>Saturation &lt;a:sat></description></item>
            <item><description>SaturationOffset &lt;a:satOff></description></item>
            <item><description>SaturationModulation &lt;a:satMod></description></item>
            <item><description>Luminance &lt;a:lum></description></item>
            <item><description>LuminanceOffset &lt;a:lumOff></description></item>
            <item><description>LuminanceModulation &lt;a:lumMod></description></item>
            <item><description>Red &lt;a:red></description></item>
            <item><description>RedOffset &lt;a:redOff></description></item>
            <item><description>RedModulation &lt;a:redMod></description></item>
            <item><description>Green &lt;a:green></description></item>
            <item><description>GreenOffset &lt;a:greenOff></description></item>
            <item><description>GreenModulation &lt;a:greenMod></description></item>
            <item><description>Blue &lt;a:blue></description></item>
            <item><description>BlueOffset &lt;a:blueOff></description></item>
            <item><description>BlueModulation &lt;a:blueMod></description></item>
            <item><description>Gamma &lt;a:gamma></description></item>
            <item><description>InverseGamma &lt;a:invGamma></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SchemeColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SchemeColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SchemeColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SchemeColor.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SchemeColor.#ctor">
            <summary>
            Initializes a new instance of the SchemeColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SchemeColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SchemeColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SchemeColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SchemeColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SchemeColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SchemeColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SchemeColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetColor">
             <summary>
             <para>Preset Color.</para>
             <para> When the object is serialized out as xml, its qualified name is a:prstClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tint &lt;a:tint></description></item>
            <item><description>Shade &lt;a:shade></description></item>
            <item><description>Complement &lt;a:comp></description></item>
            <item><description>Inverse &lt;a:inv></description></item>
            <item><description>Gray &lt;a:gray></description></item>
            <item><description>Alpha &lt;a:alpha></description></item>
            <item><description>AlphaOffset &lt;a:alphaOff></description></item>
            <item><description>AlphaModulation &lt;a:alphaMod></description></item>
            <item><description>Hue &lt;a:hue></description></item>
            <item><description>HueOffset &lt;a:hueOff></description></item>
            <item><description>HueModulation &lt;a:hueMod></description></item>
            <item><description>Saturation &lt;a:sat></description></item>
            <item><description>SaturationOffset &lt;a:satOff></description></item>
            <item><description>SaturationModulation &lt;a:satMod></description></item>
            <item><description>Luminance &lt;a:lum></description></item>
            <item><description>LuminanceOffset &lt;a:lumOff></description></item>
            <item><description>LuminanceModulation &lt;a:lumMod></description></item>
            <item><description>Red &lt;a:red></description></item>
            <item><description>RedOffset &lt;a:redOff></description></item>
            <item><description>RedModulation &lt;a:redMod></description></item>
            <item><description>Green &lt;a:green></description></item>
            <item><description>GreenOffset &lt;a:greenOff></description></item>
            <item><description>GreenModulation &lt;a:greenMod></description></item>
            <item><description>Blue &lt;a:blue></description></item>
            <item><description>BlueOffset &lt;a:blueOff></description></item>
            <item><description>BlueModulation &lt;a:blueMod></description></item>
            <item><description>Gamma &lt;a:gamma></description></item>
            <item><description>InverseGamma &lt;a:invGamma></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetColor.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetColor.#ctor">
            <summary>
            Initializes a new instance of the PresetColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresetColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresetColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresetColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Shape3DType">
             <summary>
             <para>Apply 3D shape properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:sp3d.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BevelTop &lt;a:bevelT></description></item>
            <item><description>BevelBottom &lt;a:bevelB></description></item>
            <item><description>ExtrusionColor &lt;a:extrusionClr></description></item>
            <item><description>ContourColor &lt;a:contourClr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape3DType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.Z">
            <summary>
            <para> Shape Depth.</para>
            <para>Represents the following attribute in the schema: z </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight">
            <summary>
            <para> Extrusion Height.</para>
            <para>Represents the following attribute in the schema: extrusionH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth">
            <summary>
            <para> Contour Width.</para>
            <para>Represents the following attribute in the schema: contourW </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial">
            <summary>
            <para> Preset Material Type.</para>
            <para>Represents the following attribute in the schema: prstMaterial </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape3DType.#ctor">
            <summary>
            Initializes a new instance of the Shape3DType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape3DType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shape3DType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape3DType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shape3DType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape3DType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shape3DType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop">
            <summary>
            <para> Top Bevel.</para>
            <para> Represents the following element tag in the schema: a:bevelT </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom">
            <summary>
            <para> Bottom Bevel.</para>
            <para> Represents the following element tag in the schema: a:bevelB </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor">
            <summary>
            <para> Extrusion Color.</para>
            <para> Represents the following element tag in the schema: a:extrusionClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor">
            <summary>
            <para> Contour Color.</para>
            <para> Represents the following element tag in the schema: a:contourClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape3DType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FlatText">
            <summary>
            <para>No text in 3D scene.</para>
            <para> When the object is serialized out as xml, its qualified name is a:flatTx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FlatText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FlatText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FlatText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FlatText.Z">
            <summary>
            <para> Z Coordinate.</para>
            <para>Represents the following attribute in the schema: z </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FlatText.#ctor">
            <summary>
            Initializes a new instance of the FlatText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FlatText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LinearGradientFill">
            <summary>
            <para>Linear Gradient Fill.</para>
            <para> When the object is serialized out as xml, its qualified name is a:lin.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LinearGradientFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LinearGradientFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LinearGradientFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle">
            <summary>
            <para> Angle.</para>
            <para>Represents the following attribute in the schema: ang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled">
            <summary>
            <para> Scaled.</para>
            <para>Represents the following attribute in the schema: scaled </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LinearGradientFill.#ctor">
            <summary>
            Initializes a new instance of the LinearGradientFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LinearGradientFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PathGradientFill">
             <summary>
             <para>Path Gradient.</para>
             <para> When the object is serialized out as xml, its qualified name is a:path.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FillToRectangle &lt;a:fillToRect></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PathGradientFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PathGradientFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathGradientFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PathGradientFill.Path">
            <summary>
            <para> Gradient Fill Path.</para>
            <para>Represents the following attribute in the schema: path </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathGradientFill.#ctor">
            <summary>
            Initializes a new instance of the PathGradientFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathGradientFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PathGradientFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathGradientFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PathGradientFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathGradientFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PathGradientFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle">
            <summary>
            <para> Fill To Rectangle.</para>
            <para> Represents the following element tag in the schema: a:fillToRect </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathGradientFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Tile">
            <summary>
            <para>Tile.</para>
            <para> When the object is serialized out as xml, its qualified name is a:tile.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Tile.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Tile.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Tile.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset">
            <summary>
            <para> Horizontal Offset.</para>
            <para>Represents the following attribute in the schema: tx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset">
            <summary>
            <para> Vertical Offset.</para>
            <para>Represents the following attribute in the schema: ty </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio">
            <summary>
            <para> Horizontal Ratio.</para>
            <para>Represents the following attribute in the schema: sx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio">
            <summary>
            <para> Vertical Ratio.</para>
            <para>Represents the following attribute in the schema: sy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Tile.Flip">
            <summary>
            <para> Tile Flipping.</para>
            <para>Represents the following attribute in the schema: flip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Tile.Alignment">
            <summary>
            <para> Alignment.</para>
            <para>Represents the following attribute in the schema: algn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Tile.#ctor">
            <summary>
            Initializes a new instance of the Tile class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Tile.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Stretch">
             <summary>
             <para>Stretch.</para>
             <para> When the object is serialized out as xml, its qualified name is a:stretch.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FillRectangle &lt;a:fillRect></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Stretch.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Stretch.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Stretch.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Stretch.#ctor">
            <summary>
            Initializes a new instance of the Stretch class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Stretch.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Stretch class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Stretch.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Stretch class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Stretch.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Stretch class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle">
            <summary>
            <para> Fill Rectangle.</para>
            <para> Represents the following element tag in the schema: a:fillRect </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Stretch.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NoFill">
            <summary>
            <para>Defines the NoFill Class.</para>
            <para> When the object is serialized out as xml, its qualified name is a:noFill.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NoFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NoFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NoFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NoFill.#ctor">
            <summary>
            Initializes a new instance of the NoFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NoFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SolidFill">
             <summary>
             <para>Defines the SolidFill Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:solidFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SolidFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SolidFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SolidFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SolidFill.#ctor">
            <summary>
            Initializes a new instance of the SolidFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SolidFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SolidFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SolidFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SolidFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SolidFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SolidFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SolidFill.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SolidFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GradientFill">
             <summary>
             <para>Defines the GradientFill Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:gradFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GradientStopList &lt;a:gsLst></description></item>
            <item><description>LinearGradientFill &lt;a:lin></description></item>
            <item><description>PathGradientFill &lt;a:path></description></item>
            <item><description>TileRectangle &lt;a:tileRect></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientFill.Flip">
            <summary>
            <para> Tile Flip.</para>
            <para>Represents the following attribute in the schema: flip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape">
            <summary>
            <para> Rotate With Shape.</para>
            <para>Represents the following attribute in the schema: rotWithShape </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientFill.#ctor">
            <summary>
            Initializes a new instance of the GradientFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GradientFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GradientFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GradientFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList">
            <summary>
            <para> Gradient Stop List.</para>
            <para> Represents the following element tag in the schema: a:gsLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BlipFill">
             <summary>
             <para>Defines the BlipFill Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:blipFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Blip &lt;a:blip></description></item>
            <item><description>SourceRectangle &lt;a:srcRect></description></item>
            <item><description>Tile &lt;a:tile></description></item>
            <item><description>Stretch &lt;a:stretch></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipFill.Dpi">
            <summary>
            <para> DPI Setting.</para>
            <para>Represents the following attribute in the schema: dpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape">
            <summary>
            <para> Rotate With Shape.</para>
            <para>Represents the following attribute in the schema: rotWithShape </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipFill.#ctor">
            <summary>
            Initializes a new instance of the BlipFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BlipFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BlipFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BlipFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipFill.Blip">
            <summary>
            <para> Blip.</para>
            <para> Represents the following element tag in the schema: a:blip </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle">
            <summary>
            <para> Source Rectangle.</para>
            <para> Represents the following element tag in the schema: a:srcRect </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PatternFill">
             <summary>
             <para>Pattern Fill.</para>
             <para> When the object is serialized out as xml, its qualified name is a:pattFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ForegroundColor &lt;a:fgClr></description></item>
            <item><description>BackgroundColor &lt;a:bgClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PatternFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PatternFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PatternFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PatternFill.Preset">
            <summary>
            <para> Preset Pattern.</para>
            <para>Represents the following attribute in the schema: prst </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PatternFill.#ctor">
            <summary>
            Initializes a new instance of the PatternFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PatternFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PatternFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PatternFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PatternFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PatternFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PatternFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor">
            <summary>
            <para> Foreground color.</para>
            <para> Represents the following element tag in the schema: a:fgClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor">
            <summary>
            <para> Background color.</para>
            <para> Represents the following element tag in the schema: a:bgClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PatternFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GroupFill">
            <summary>
            <para>Group Fill.</para>
            <para> When the object is serialized out as xml, its qualified name is a:grpFill.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupFill.#ctor">
            <summary>
            Initializes a new instance of the GroupFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EffectContainer">
             <summary>
             <para>Effect Container.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cont.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EffectContainer &lt;a:cont></description></item>
            <item><description>Effect &lt;a:effect></description></item>
            <item><description>AlphaBiLevel &lt;a:alphaBiLevel></description></item>
            <item><description>AlphaCeiling &lt;a:alphaCeiling></description></item>
            <item><description>AlphaFloor &lt;a:alphaFloor></description></item>
            <item><description>AlphaInverse &lt;a:alphaInv></description></item>
            <item><description>AlphaModulationEffect &lt;a:alphaMod></description></item>
            <item><description>AlphaModulationFixed &lt;a:alphaModFix></description></item>
            <item><description>AlphaOutset &lt;a:alphaOutset></description></item>
            <item><description>AlphaReplace &lt;a:alphaRepl></description></item>
            <item><description>BiLevel &lt;a:biLevel></description></item>
            <item><description>Blend &lt;a:blend></description></item>
            <item><description>Blur &lt;a:blur></description></item>
            <item><description>ColorChange &lt;a:clrChange></description></item>
            <item><description>ColorReplacement &lt;a:clrRepl></description></item>
            <item><description>Duotone &lt;a:duotone></description></item>
            <item><description>Fill &lt;a:fill></description></item>
            <item><description>FillOverlay &lt;a:fillOverlay></description></item>
            <item><description>Glow &lt;a:glow></description></item>
            <item><description>Grayscale &lt;a:grayscl></description></item>
            <item><description>Hsl &lt;a:hsl></description></item>
            <item><description>InnerShadow &lt;a:innerShdw></description></item>
            <item><description>LuminanceEffect &lt;a:lum></description></item>
            <item><description>OuterShadow &lt;a:outerShdw></description></item>
            <item><description>PresetShadow &lt;a:prstShdw></description></item>
            <item><description>Reflection &lt;a:reflection></description></item>
            <item><description>RelativeOffset &lt;a:relOff></description></item>
            <item><description>SoftEdge &lt;a:softEdge></description></item>
            <item><description>TintEffect &lt;a:tint></description></item>
            <item><description>TransformEffect &lt;a:xfrm></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectContainer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectContainer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectContainer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectContainer.#ctor">
            <summary>
            Initializes a new instance of the EffectContainer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectContainer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EffectContainer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectContainer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EffectContainer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectContainer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EffectContainer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectContainer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EffectDag">
             <summary>
             <para>Effect Container.</para>
             <para> When the object is serialized out as xml, its qualified name is a:effectDag.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EffectContainer &lt;a:cont></description></item>
            <item><description>Effect &lt;a:effect></description></item>
            <item><description>AlphaBiLevel &lt;a:alphaBiLevel></description></item>
            <item><description>AlphaCeiling &lt;a:alphaCeiling></description></item>
            <item><description>AlphaFloor &lt;a:alphaFloor></description></item>
            <item><description>AlphaInverse &lt;a:alphaInv></description></item>
            <item><description>AlphaModulationEffect &lt;a:alphaMod></description></item>
            <item><description>AlphaModulationFixed &lt;a:alphaModFix></description></item>
            <item><description>AlphaOutset &lt;a:alphaOutset></description></item>
            <item><description>AlphaReplace &lt;a:alphaRepl></description></item>
            <item><description>BiLevel &lt;a:biLevel></description></item>
            <item><description>Blend &lt;a:blend></description></item>
            <item><description>Blur &lt;a:blur></description></item>
            <item><description>ColorChange &lt;a:clrChange></description></item>
            <item><description>ColorReplacement &lt;a:clrRepl></description></item>
            <item><description>Duotone &lt;a:duotone></description></item>
            <item><description>Fill &lt;a:fill></description></item>
            <item><description>FillOverlay &lt;a:fillOverlay></description></item>
            <item><description>Glow &lt;a:glow></description></item>
            <item><description>Grayscale &lt;a:grayscl></description></item>
            <item><description>Hsl &lt;a:hsl></description></item>
            <item><description>InnerShadow &lt;a:innerShdw></description></item>
            <item><description>LuminanceEffect &lt;a:lum></description></item>
            <item><description>OuterShadow &lt;a:outerShdw></description></item>
            <item><description>PresetShadow &lt;a:prstShdw></description></item>
            <item><description>Reflection &lt;a:reflection></description></item>
            <item><description>RelativeOffset &lt;a:relOff></description></item>
            <item><description>SoftEdge &lt;a:softEdge></description></item>
            <item><description>TintEffect &lt;a:tint></description></item>
            <item><description>TransformEffect &lt;a:xfrm></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectDag.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectDag.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectDag.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectDag.#ctor">
            <summary>
            Initializes a new instance of the EffectDag class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectDag.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EffectDag class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectDag.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EffectDag class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectDag.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EffectDag class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectDag.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EffectContainerType">
             <summary>
             Defines the EffectContainerType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EffectContainer &lt;a:cont></description></item>
            <item><description>Effect &lt;a:effect></description></item>
            <item><description>AlphaBiLevel &lt;a:alphaBiLevel></description></item>
            <item><description>AlphaCeiling &lt;a:alphaCeiling></description></item>
            <item><description>AlphaFloor &lt;a:alphaFloor></description></item>
            <item><description>AlphaInverse &lt;a:alphaInv></description></item>
            <item><description>AlphaModulationEffect &lt;a:alphaMod></description></item>
            <item><description>AlphaModulationFixed &lt;a:alphaModFix></description></item>
            <item><description>AlphaOutset &lt;a:alphaOutset></description></item>
            <item><description>AlphaReplace &lt;a:alphaRepl></description></item>
            <item><description>BiLevel &lt;a:biLevel></description></item>
            <item><description>Blend &lt;a:blend></description></item>
            <item><description>Blur &lt;a:blur></description></item>
            <item><description>ColorChange &lt;a:clrChange></description></item>
            <item><description>ColorReplacement &lt;a:clrRepl></description></item>
            <item><description>Duotone &lt;a:duotone></description></item>
            <item><description>Fill &lt;a:fill></description></item>
            <item><description>FillOverlay &lt;a:fillOverlay></description></item>
            <item><description>Glow &lt;a:glow></description></item>
            <item><description>Grayscale &lt;a:grayscl></description></item>
            <item><description>Hsl &lt;a:hsl></description></item>
            <item><description>InnerShadow &lt;a:innerShdw></description></item>
            <item><description>LuminanceEffect &lt;a:lum></description></item>
            <item><description>OuterShadow &lt;a:outerShdw></description></item>
            <item><description>PresetShadow &lt;a:prstShdw></description></item>
            <item><description>Reflection &lt;a:reflection></description></item>
            <item><description>RelativeOffset &lt;a:relOff></description></item>
            <item><description>SoftEdge &lt;a:softEdge></description></item>
            <item><description>TintEffect &lt;a:tint></description></item>
            <item><description>TransformEffect &lt;a:xfrm></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectContainerType.Type">
            <summary>
            <para> Effect Container Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectContainerType.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectContainerType.#ctor">
            <summary>
            Initializes a new instance of the EffectContainerType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectContainerType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EffectContainerType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectContainerType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EffectContainerType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectContainerType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EffectContainerType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Effect">
            <summary>
            <para>Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:effect.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Effect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Effect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Effect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Effect.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Effect.#ctor">
            <summary>
            Initializes a new instance of the Effect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Effect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AlphaBiLevel">
            <summary>
            <para>Defines the AlphaBiLevel Class.</para>
            <para> When the object is serialized out as xml, its qualified name is a:alphaBiLevel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaBiLevel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaBiLevel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaBiLevel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold">
            <summary>
            <para> Threshold.</para>
            <para>Represents the following attribute in the schema: thresh </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaBiLevel.#ctor">
            <summary>
            Initializes a new instance of the AlphaBiLevel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaBiLevel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AlphaCeiling">
            <summary>
            <para>Alpha Ceiling Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:alphaCeiling.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaCeiling.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaCeiling.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaCeiling.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaCeiling.#ctor">
            <summary>
            Initializes a new instance of the AlphaCeiling class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaCeiling.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AlphaFloor">
            <summary>
            <para>Alpha Floor Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:alphaFloor.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaFloor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaFloor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaFloor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaFloor.#ctor">
            <summary>
            Initializes a new instance of the AlphaFloor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaFloor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AlphaInverse">
             <summary>
             <para>Alpha Inverse Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is a:alphaInv.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaInverse.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaInverse.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaInverse.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaInverse.#ctor">
            <summary>
            Initializes a new instance of the AlphaInverse class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaInverse.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AlphaInverse class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaInverse.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AlphaInverse class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaInverse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AlphaInverse class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaInverse.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect">
             <summary>
             <para>Alpha Modulate Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is a:alphaMod.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EffectContainer &lt;a:cont></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.#ctor">
            <summary>
            Initializes a new instance of the AlphaModulationEffect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AlphaModulationEffect class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AlphaModulationEffect class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AlphaModulationEffect class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer">
            <summary>
            <para> EffectContainer.</para>
            <para> Represents the following element tag in the schema: a:cont </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed">
            <summary>
            <para>Defines the AlphaModulationFixed Class.</para>
            <para> When the object is serialized out as xml, its qualified name is a:alphaModFix.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount">
            <summary>
            <para> Amount.</para>
            <para>Represents the following attribute in the schema: amt </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.#ctor">
            <summary>
            Initializes a new instance of the AlphaModulationFixed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AlphaOutset">
            <summary>
            <para>Alpha Inset/Outset Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:alphaOutset.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaOutset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaOutset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaOutset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius">
            <summary>
            <para> Radius.</para>
            <para>Represents the following attribute in the schema: rad </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaOutset.#ctor">
            <summary>
            Initializes a new instance of the AlphaOutset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaOutset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AlphaReplace">
            <summary>
            <para>Alpha Replace Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:alphaRepl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaReplace.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaReplace.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaReplace.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha">
            <summary>
            <para> Alpha.</para>
            <para>Represents the following attribute in the schema: a </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaReplace.#ctor">
            <summary>
            Initializes a new instance of the AlphaReplace class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AlphaReplace.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BiLevel">
            <summary>
            <para>Defines the BiLevel Class.</para>
            <para> When the object is serialized out as xml, its qualified name is a:biLevel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BiLevel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BiLevel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BiLevel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BiLevel.Threshold">
            <summary>
            <para> Threshold.</para>
            <para>Represents the following attribute in the schema: thresh </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BiLevel.#ctor">
            <summary>
            Initializes a new instance of the BiLevel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BiLevel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Blend">
             <summary>
             <para>Blend Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is a:blend.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EffectContainer &lt;a:cont></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blend.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blend.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blend.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blend.BlendMode">
            <summary>
            <para> Blend Mode.</para>
            <para>Represents the following attribute in the schema: blend </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blend.#ctor">
            <summary>
            Initializes a new instance of the Blend class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blend.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Blend class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blend.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Blend class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blend.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Blend class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blend.EffectContainer">
            <summary>
            <para> Effect to blend.</para>
            <para> Represents the following element tag in the schema: a:cont </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blend.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Blur">
            <summary>
            <para>Defines the Blur Class.</para>
            <para> When the object is serialized out as xml, its qualified name is a:blur.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blur.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blur.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blur.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blur.Radius">
            <summary>
            <para> Radius.</para>
            <para>Represents the following attribute in the schema: rad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blur.Grow">
            <summary>
            <para> Grow Bounds.</para>
            <para>Represents the following attribute in the schema: grow </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blur.#ctor">
            <summary>
            Initializes a new instance of the Blur class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blur.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ColorChange">
             <summary>
             <para>Color Change Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is a:clrChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColorFrom &lt;a:clrFrom></description></item>
            <item><description>ColorTo &lt;a:clrTo></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha">
            <summary>
            <para> Consider Alpha Values.</para>
            <para>Represents the following attribute in the schema: useA </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorChange.#ctor">
            <summary>
            Initializes a new instance of the ColorChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom">
            <summary>
            <para> Change Color From.</para>
            <para> Represents the following element tag in the schema: a:clrFrom </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo">
            <summary>
            <para> Change Color To.</para>
            <para> Represents the following element tag in the schema: a:clrTo </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ColorReplacement">
             <summary>
             <para>Defines the ColorReplacement Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:clrRepl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorReplacement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorReplacement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorReplacement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorReplacement.#ctor">
            <summary>
            Initializes a new instance of the ColorReplacement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorReplacement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorReplacement class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorReplacement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorReplacement class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorReplacement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorReplacement class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorReplacement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Duotone">
             <summary>
             <para>Duotone Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is a:duotone.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Duotone.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Duotone.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Duotone.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Duotone.#ctor">
            <summary>
            Initializes a new instance of the Duotone class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Duotone.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Duotone class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Duotone.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Duotone class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Duotone.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Duotone class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Duotone.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Fill">
             <summary>
             <para>Fill.</para>
             <para> When the object is serialized out as xml, its qualified name is a:fill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Fill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Fill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fill.#ctor">
            <summary>
            Initializes a new instance of the Fill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Fill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Fill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Fill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Fill.NoFill">
            <summary>
            <para> NoFill.</para>
            <para> Represents the following element tag in the schema: a:noFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Fill.SolidFill">
            <summary>
            <para> SolidFill.</para>
            <para> Represents the following element tag in the schema: a:solidFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Fill.GradientFill">
            <summary>
            <para> GradientFill.</para>
            <para> Represents the following element tag in the schema: a:gradFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Fill.BlipFill">
            <summary>
            <para> BlipFill.</para>
            <para> Represents the following element tag in the schema: a:blipFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Fill.PatternFill">
            <summary>
            <para> Pattern Fill.</para>
            <para> Represents the following element tag in the schema: a:pattFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Fill.GroupFill">
            <summary>
            <para> Group Fill.</para>
            <para> Represents the following element tag in the schema: a:grpFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FillOverlay">
             <summary>
             <para>Fill Overlay Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is a:fillOverlay.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillOverlay.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillOverlay.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillOverlay.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillOverlay.Blend">
            <summary>
            <para> Blend.</para>
            <para>Represents the following attribute in the schema: blend </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillOverlay.#ctor">
            <summary>
            Initializes a new instance of the FillOverlay class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillOverlay.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FillOverlay class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillOverlay.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FillOverlay class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillOverlay.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FillOverlay class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill">
            <summary>
            <para> NoFill.</para>
            <para> Represents the following element tag in the schema: a:noFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill">
            <summary>
            <para> SolidFill.</para>
            <para> Represents the following element tag in the schema: a:solidFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill">
            <summary>
            <para> GradientFill.</para>
            <para> Represents the following element tag in the schema: a:gradFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill">
            <summary>
            <para> BlipFill.</para>
            <para> Represents the following element tag in the schema: a:blipFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill">
            <summary>
            <para> Pattern Fill.</para>
            <para> Represents the following element tag in the schema: a:pattFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill">
            <summary>
            <para> Group Fill.</para>
            <para> Represents the following element tag in the schema: a:grpFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillOverlay.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Glow">
             <summary>
             <para>Glow Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is a:glow.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Glow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Glow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Glow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Glow.Radius">
            <summary>
            <para> Radius.</para>
            <para>Represents the following attribute in the schema: rad </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Glow.#ctor">
            <summary>
            Initializes a new instance of the Glow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Glow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Glow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Glow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Glow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Glow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Glow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Glow.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Glow.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Glow.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Glow.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Glow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Grayscale">
            <summary>
            <para>Gray Scale Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:grayscl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Grayscale.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Grayscale.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Grayscale.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Grayscale.#ctor">
            <summary>
            Initializes a new instance of the Grayscale class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Grayscale.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Hsl">
            <summary>
            <para>Hue Saturation Luminance Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:hsl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Hsl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Hsl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hsl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Hsl.Hue">
            <summary>
            <para> Hue.</para>
            <para>Represents the following attribute in the schema: hue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Hsl.Saturation">
            <summary>
            <para> Saturation.</para>
            <para>Represents the following attribute in the schema: sat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Hsl.Luminance">
            <summary>
            <para> Luminance.</para>
            <para>Represents the following attribute in the schema: lum </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hsl.#ctor">
            <summary>
            Initializes a new instance of the Hsl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hsl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.InnerShadow">
             <summary>
             <para>Inner Shadow Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is a:innerShdw.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InnerShadow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius">
            <summary>
            <para> Blur Radius.</para>
            <para>Represents the following attribute in the schema: blurRad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.Distance">
            <summary>
            <para> Distance.</para>
            <para>Represents the following attribute in the schema: dist </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InnerShadow.#ctor">
            <summary>
            Initializes a new instance of the InnerShadow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InnerShadow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the InnerShadow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InnerShadow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the InnerShadow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InnerShadow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InnerShadow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InnerShadow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LuminanceEffect">
            <summary>
            <para>Luminance.</para>
            <para> When the object is serialized out as xml, its qualified name is a:lum.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LuminanceEffect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LuminanceEffect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LuminanceEffect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness">
            <summary>
            <para> Brightness.</para>
            <para>Represents the following attribute in the schema: bright </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast">
            <summary>
            <para> Contrast.</para>
            <para>Represents the following attribute in the schema: contrast </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LuminanceEffect.#ctor">
            <summary>
            Initializes a new instance of the LuminanceEffect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LuminanceEffect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.OuterShadow">
             <summary>
             <para>Outer Shadow Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is a:outerShdw.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OuterShadow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius">
            <summary>
            <para> Blur Radius.</para>
            <para>Represents the following attribute in the schema: blurRad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.Distance">
            <summary>
            <para> Shadow Offset Distance.</para>
            <para>Represents the following attribute in the schema: dist </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.Direction">
            <summary>
            <para> Shadow Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio">
            <summary>
            <para> Horizontal Scaling Factor.</para>
            <para>Represents the following attribute in the schema: sx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio">
            <summary>
            <para> Vertical Scaling Factor.</para>
            <para>Represents the following attribute in the schema: sy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew">
            <summary>
            <para> Horizontal Skew.</para>
            <para>Represents the following attribute in the schema: kx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew">
            <summary>
            <para> Vertical Skew.</para>
            <para>Represents the following attribute in the schema: ky </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment">
            <summary>
            <para> Shadow Alignment.</para>
            <para>Represents the following attribute in the schema: algn </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape">
            <summary>
            <para> Rotate With Shape.</para>
            <para>Represents the following attribute in the schema: rotWithShape </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OuterShadow.#ctor">
            <summary>
            Initializes a new instance of the OuterShadow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OuterShadow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OuterShadow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OuterShadow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OuterShadow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OuterShadow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OuterShadow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OuterShadow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetShadow">
             <summary>
             <para>Preset Shadow.</para>
             <para> When the object is serialized out as xml, its qualified name is a:prstShdw.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetShadow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.Preset">
            <summary>
            <para> Preset Shadow.</para>
            <para>Represents the following attribute in the schema: prst </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.Distance">
            <summary>
            <para> Distance.</para>
            <para>Represents the following attribute in the schema: dist </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetShadow.#ctor">
            <summary>
            Initializes a new instance of the PresetShadow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetShadow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresetShadow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetShadow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresetShadow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetShadow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresetShadow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetShadow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Reflection">
            <summary>
            <para>Reflection Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:reflection.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Reflection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius">
            <summary>
            <para> Blur Radius.</para>
            <para>Represents the following attribute in the schema: blurRad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity">
            <summary>
            <para> Start Opacity.</para>
            <para>Represents the following attribute in the schema: stA </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.StartPosition">
            <summary>
            <para> Start Position.</para>
            <para>Represents the following attribute in the schema: stPos </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha">
            <summary>
            <para> End Alpha.</para>
            <para>Represents the following attribute in the schema: endA </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.EndPosition">
            <summary>
            <para> End Position.</para>
            <para>Represents the following attribute in the schema: endPos </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.Distance">
            <summary>
            <para> Distance.</para>
            <para>Represents the following attribute in the schema: dist </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection">
            <summary>
            <para> Fade Direction.</para>
            <para>Represents the following attribute in the schema: fadeDir </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio">
            <summary>
            <para> Horizontal Ratio.</para>
            <para>Represents the following attribute in the schema: sx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio">
            <summary>
            <para> Vertical Ratio.</para>
            <para>Represents the following attribute in the schema: sy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew">
            <summary>
            <para> Horizontal Skew.</para>
            <para>Represents the following attribute in the schema: kx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew">
            <summary>
            <para> Vertical Skew.</para>
            <para>Represents the following attribute in the schema: ky </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.Alignment">
            <summary>
            <para> Shadow Alignment.</para>
            <para>Represents the following attribute in the schema: algn </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape">
            <summary>
            <para> Rotate With Shape.</para>
            <para>Represents the following attribute in the schema: rotWithShape </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Reflection.#ctor">
            <summary>
            Initializes a new instance of the Reflection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Reflection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RelativeOffset">
            <summary>
            <para>Relative Offset Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:relOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RelativeOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RelativeOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RelativeOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX">
            <summary>
            <para> Offset X.</para>
            <para>Represents the following attribute in the schema: tx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY">
            <summary>
            <para> Offset Y.</para>
            <para>Represents the following attribute in the schema: ty </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RelativeOffset.#ctor">
            <summary>
            Initializes a new instance of the RelativeOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RelativeOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SoftEdge">
            <summary>
            <para>Soft Edge Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:softEdge.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SoftEdge.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SoftEdge.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SoftEdge.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SoftEdge.Radius">
            <summary>
            <para> Radius.</para>
            <para>Represents the following attribute in the schema: rad </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SoftEdge.#ctor">
            <summary>
            Initializes a new instance of the SoftEdge class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SoftEdge.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TintEffect">
            <summary>
            <para>Defines the TintEffect Class.</para>
            <para> When the object is serialized out as xml, its qualified name is a:tint.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TintEffect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TintEffect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TintEffect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TintEffect.Hue">
            <summary>
            <para> Hue.</para>
            <para>Represents the following attribute in the schema: hue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TintEffect.Amount">
            <summary>
            <para> Amount.</para>
            <para>Represents the following attribute in the schema: amt </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TintEffect.#ctor">
            <summary>
            Initializes a new instance of the TintEffect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TintEffect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TransformEffect">
            <summary>
            <para>Transform Effect.</para>
            <para> When the object is serialized out as xml, its qualified name is a:xfrm.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformEffect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformEffect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TransformEffect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio">
            <summary>
            <para> Horizontal Ratio.</para>
            <para>Represents the following attribute in the schema: sx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio">
            <summary>
            <para> Vertical Ratio.</para>
            <para>Represents the following attribute in the schema: sy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew">
            <summary>
            <para> Horizontal Skew.</para>
            <para>Represents the following attribute in the schema: kx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew">
            <summary>
            <para> Vertical Skew.</para>
            <para>Represents the following attribute in the schema: ky </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift">
            <summary>
            <para> Horizontal Shift.</para>
            <para>Represents the following attribute in the schema: tx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift">
            <summary>
            <para> Vertical Shift.</para>
            <para>Represents the following attribute in the schema: ty </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TransformEffect.#ctor">
            <summary>
            Initializes a new instance of the TransformEffect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TransformEffect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EffectList">
             <summary>
             <para>Effect Container.</para>
             <para> When the object is serialized out as xml, its qualified name is a:effectLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Blur &lt;a:blur></description></item>
            <item><description>FillOverlay &lt;a:fillOverlay></description></item>
            <item><description>Glow &lt;a:glow></description></item>
            <item><description>InnerShadow &lt;a:innerShdw></description></item>
            <item><description>OuterShadow &lt;a:outerShdw></description></item>
            <item><description>PresetShadow &lt;a:prstShdw></description></item>
            <item><description>Reflection &lt;a:reflection></description></item>
            <item><description>SoftEdge &lt;a:softEdge></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectList.#ctor">
            <summary>
            Initializes a new instance of the EffectList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EffectList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EffectList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EffectList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectList.Blur">
            <summary>
            <para> Blur Effect.</para>
            <para> Represents the following element tag in the schema: a:blur </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay">
            <summary>
            <para> FillOverlay.</para>
            <para> Represents the following element tag in the schema: a:fillOverlay </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectList.Glow">
            <summary>
            <para> Glow.</para>
            <para> Represents the following element tag in the schema: a:glow </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow">
            <summary>
            <para> InnerShadow.</para>
            <para> Represents the following element tag in the schema: a:innerShdw </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow">
            <summary>
            <para> OuterShadow.</para>
            <para> Represents the following element tag in the schema: a:outerShdw </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow">
            <summary>
            <para> PresetShadow.</para>
            <para> Represents the following element tag in the schema: a:prstShdw </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectList.Reflection">
            <summary>
            <para> Reflection.</para>
            <para> Represents the following element tag in the schema: a:reflection </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge">
            <summary>
            <para> SoftEdge.</para>
            <para> Represents the following element tag in the schema: a:softEdge </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.CustomGeometry">
             <summary>
             <para>Custom geometry.</para>
             <para> When the object is serialized out as xml, its qualified name is a:custGeom.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AdjustValueList &lt;a:avLst></description></item>
            <item><description>ShapeGuideList &lt;a:gdLst></description></item>
            <item><description>AdjustHandleList &lt;a:ahLst></description></item>
            <item><description>ConnectionSiteList &lt;a:cxnLst></description></item>
            <item><description>Rectangle &lt;a:rect></description></item>
            <item><description>PathList &lt;a:pathLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomGeometry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomGeometry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomGeometry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomGeometry.#ctor">
            <summary>
            Initializes a new instance of the CustomGeometry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomGeometry.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomGeometry class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomGeometry.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomGeometry class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomGeometry.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomGeometry class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList">
            <summary>
            <para> Adjust Value List.</para>
            <para> Represents the following element tag in the schema: a:avLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList">
            <summary>
            <para> List of Shape Guides.</para>
            <para> Represents the following element tag in the schema: a:gdLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList">
            <summary>
            <para> List of Shape Adjust Handles.</para>
            <para> Represents the following element tag in the schema: a:ahLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList">
            <summary>
            <para> List of Shape Connection Sites.</para>
            <para> Represents the following element tag in the schema: a:cxnLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle">
            <summary>
            <para> Shape Text Rectangle.</para>
            <para> Represents the following element tag in the schema: a:rect </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList">
            <summary>
            <para> List of Shape Paths.</para>
            <para> Represents the following element tag in the schema: a:pathLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomGeometry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetGeometry">
             <summary>
             <para>Preset geometry.</para>
             <para> When the object is serialized out as xml, its qualified name is a:prstGeom.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AdjustValueList &lt;a:avLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetGeometry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetGeometry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetGeometry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset">
            <summary>
            <para> Preset Shape.</para>
            <para>Represents the following attribute in the schema: prst </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetGeometry.#ctor">
            <summary>
            Initializes a new instance of the PresetGeometry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetGeometry.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresetGeometry class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetGeometry.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresetGeometry class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetGeometry.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresetGeometry class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList">
            <summary>
            <para> List of Shape Adjust Values.</para>
            <para> Represents the following element tag in the schema: a:avLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetGeometry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetTextWrap">
             <summary>
             <para>Preset Text Warp.</para>
             <para> When the object is serialized out as xml, its qualified name is a:prstTxWarp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AdjustValueList &lt;a:avLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetTextWrap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetTextWrap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetTextWrap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset">
            <summary>
            <para> Preset Warp Shape.</para>
            <para>Represents the following attribute in the schema: prst </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetTextWrap.#ctor">
            <summary>
            Initializes a new instance of the PresetTextWrap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetTextWrap.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresetTextWrap class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetTextWrap.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresetTextWrap class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetTextWrap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresetTextWrap class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList">
            <summary>
            <para> Adjust Value List.</para>
            <para> Represents the following element tag in the schema: a:avLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetTextWrap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Round">
            <summary>
            <para>Round Line Join.</para>
            <para> When the object is serialized out as xml, its qualified name is a:round.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Round.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Round.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Round.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Round.#ctor">
            <summary>
            Initializes a new instance of the Round class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Round.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineJoinBevel">
            <summary>
            <para>Line Join Bevel.</para>
            <para> When the object is serialized out as xml, its qualified name is a:bevel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineJoinBevel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineJoinBevel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineJoinBevel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineJoinBevel.#ctor">
            <summary>
            Initializes a new instance of the LineJoinBevel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineJoinBevel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Miter">
            <summary>
            <para>Miter Line Join.</para>
            <para> When the object is serialized out as xml, its qualified name is a:miter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Miter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Miter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Miter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Miter.Limit">
            <summary>
            <para> Miter Join Limit.</para>
            <para>Represents the following attribute in the schema: lim </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Miter.#ctor">
            <summary>
            Initializes a new instance of the Miter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Miter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetDash">
            <summary>
            <para>Preset Dash.</para>
            <para> When the object is serialized out as xml, its qualified name is a:prstDash.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetDash.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetDash.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetDash.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PresetDash.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetDash.#ctor">
            <summary>
            Initializes a new instance of the PresetDash class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PresetDash.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.CustomDash">
             <summary>
             <para>Custom Dash.</para>
             <para> When the object is serialized out as xml, its qualified name is a:custDash.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DashStop &lt;a:ds></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomDash.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomDash.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomDash.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomDash.#ctor">
            <summary>
            Initializes a new instance of the CustomDash class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomDash.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomDash class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomDash.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomDash class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomDash.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomDash class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomDash.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FillProperties">
             <summary>
             <para>Fill.</para>
             <para> When the object is serialized out as xml, its qualified name is a:fill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillProperties.#ctor">
            <summary>
            Initializes a new instance of the FillProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FillProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FillProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FillProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillProperties.NoFill">
            <summary>
            <para> NoFill.</para>
            <para> Represents the following element tag in the schema: a:noFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill">
            <summary>
            <para> SolidFill.</para>
            <para> Represents the following element tag in the schema: a:solidFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill">
            <summary>
            <para> GradientFill.</para>
            <para> Represents the following element tag in the schema: a:gradFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill">
            <summary>
            <para> BlipFill.</para>
            <para> Represents the following element tag in the schema: a:blipFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill">
            <summary>
            <para> Pattern Fill.</para>
            <para> Represents the following element tag in the schema: a:pattFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill">
            <summary>
            <para> Group Fill.</para>
            <para> Represents the following element tag in the schema: a:grpFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FillReference">
             <summary>
             <para>Fill Reference.</para>
             <para> When the object is serialized out as xml, its qualified name is a:fillRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillReference.#ctor">
            <summary>
            Initializes a new instance of the FillReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FillReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FillReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FillReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EffectReference">
             <summary>
             <para>Effect Reference.</para>
             <para> When the object is serialized out as xml, its qualified name is a:effectRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectReference.#ctor">
            <summary>
            Initializes a new instance of the EffectReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EffectReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EffectReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EffectReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineReference">
             <summary>
             <para>Defines the LineReference Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineReference.#ctor">
            <summary>
            Initializes a new instance of the LineReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType">
             <summary>
             Defines the StyleMatrixReferenceType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index">
            <summary>
            <para> Style Matrix Index.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.#ctor">
            <summary>
            Initializes a new instance of the StyleMatrixReferenceType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleMatrixReferenceType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleMatrixReferenceType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleMatrixReferenceType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EffectPropertiesType">
             <summary>
             <para>Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is a:effect.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EffectList &lt;a:effectLst></description></item>
            <item><description>EffectDag &lt;a:effectDag></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectPropertiesType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectPropertiesType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectPropertiesType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectPropertiesType.#ctor">
            <summary>
            Initializes a new instance of the EffectPropertiesType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectPropertiesType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EffectPropertiesType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectPropertiesType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EffectPropertiesType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectPropertiesType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EffectPropertiesType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList">
            <summary>
            <para> Effect Container.</para>
            <para> Represents the following element tag in the schema: a:effectLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag">
            <summary>
            <para> Effect Container.</para>
            <para> Represents the following element tag in the schema: a:effectDag </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectPropertiesType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Fonts">
             <summary>
             <para>Font.</para>
             <para> When the object is serialized out as xml, its qualified name is a:font.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LatinFont &lt;a:latin></description></item>
            <item><description>EastAsianFont &lt;a:ea></description></item>
            <item><description>ComplexScriptFont &lt;a:cs></description></item>
            <item><description>SupplementalFont &lt;a:font></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Fonts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Fonts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fonts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fonts.#ctor">
            <summary>
            Initializes a new instance of the Fonts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fonts.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Fonts class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fonts.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Fonts class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fonts.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Fonts class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Fonts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.MajorFont">
             <summary>
             <para>Major Font.</para>
             <para> When the object is serialized out as xml, its qualified name is a:majorFont.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LatinFont &lt;a:latin></description></item>
            <item><description>EastAsianFont &lt;a:ea></description></item>
            <item><description>ComplexScriptFont &lt;a:cs></description></item>
            <item><description>SupplementalFont &lt;a:font></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.MajorFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.MajorFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MajorFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MajorFont.#ctor">
            <summary>
            Initializes a new instance of the MajorFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MajorFont.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MajorFont class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MajorFont.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MajorFont class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MajorFont.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MajorFont class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MajorFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.MinorFont">
             <summary>
             <para>Minor fonts.</para>
             <para> When the object is serialized out as xml, its qualified name is a:minorFont.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LatinFont &lt;a:latin></description></item>
            <item><description>EastAsianFont &lt;a:ea></description></item>
            <item><description>ComplexScriptFont &lt;a:cs></description></item>
            <item><description>SupplementalFont &lt;a:font></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.MinorFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.MinorFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MinorFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MinorFont.#ctor">
            <summary>
            Initializes a new instance of the MinorFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MinorFont.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MinorFont class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MinorFont.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MinorFont class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MinorFont.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MinorFont class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MinorFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FontCollectionType">
             <summary>
             Defines the FontCollectionType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LatinFont &lt;a:latin></description></item>
            <item><description>EastAsianFont &lt;a:ea></description></item>
            <item><description>ComplexScriptFont &lt;a:cs></description></item>
            <item><description>SupplementalFont &lt;a:font></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont">
            <summary>
            <para> Latin Font.</para>
            <para> Represents the following element tag in the schema: a:latin </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont">
            <summary>
            <para> East Asian Font.</para>
            <para> Represents the following element tag in the schema: a:ea </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont">
            <summary>
            <para> Complex Script Font.</para>
            <para> Represents the following element tag in the schema: a:cs </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontCollectionType.#ctor">
            <summary>
            Initializes a new instance of the FontCollectionType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontCollectionType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FontCollectionType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontCollectionType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FontCollectionType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontCollectionType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FontCollectionType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FontReference">
             <summary>
             <para>Defines the FontReference Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:fontRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontReference.Index">
            <summary>
            <para> Identifier.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontReference.#ctor">
            <summary>
            Initializes a new instance of the FontReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FontReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FontReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FontReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontReference.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontReference.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontReference.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NoAutoFit">
            <summary>
            <para>No AutoFit.</para>
            <para> When the object is serialized out as xml, its qualified name is a:noAutofit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NoAutoFit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NoAutoFit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NoAutoFit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NoAutoFit.#ctor">
            <summary>
            Initializes a new instance of the NoAutoFit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NoAutoFit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NormalAutoFit">
            <summary>
            <para>Normal AutoFit.</para>
            <para> When the object is serialized out as xml, its qualified name is a:normAutofit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NormalAutoFit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NormalAutoFit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NormalAutoFit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale">
            <summary>
            <para> Font Scale.</para>
            <para>Represents the following attribute in the schema: fontScale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction">
            <summary>
            <para> Line Space Reduction.</para>
            <para>Represents the following attribute in the schema: lnSpcReduction </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NormalAutoFit.#ctor">
            <summary>
            Initializes a new instance of the NormalAutoFit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NormalAutoFit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ShapeAutoFit">
            <summary>
            <para>Shape AutoFit.</para>
            <para> When the object is serialized out as xml, its qualified name is a:spAutoFit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeAutoFit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeAutoFit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeAutoFit.#ctor">
            <summary>
            Initializes a new instance of the ShapeAutoFit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeAutoFit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BulletColorText">
            <summary>
            <para>Follow Text.</para>
            <para> When the object is serialized out as xml, its qualified name is a:buClrTx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletColorText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletColorText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletColorText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletColorText.#ctor">
            <summary>
            Initializes a new instance of the BulletColorText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletColorText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BulletColor">
             <summary>
             <para>Color Specified.</para>
             <para> When the object is serialized out as xml, its qualified name is a:buClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletColor.#ctor">
            <summary>
            Initializes a new instance of the BulletColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BulletColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BulletColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BulletColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ExtrusionColor">
             <summary>
             <para>Extrusion Color.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extrusionClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ExtrusionColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ExtrusionColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtrusionColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtrusionColor.#ctor">
            <summary>
            Initializes a new instance of the ExtrusionColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtrusionColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtrusionColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtrusionColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtrusionColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtrusionColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtrusionColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtrusionColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ContourColor">
             <summary>
             <para>Contour Color.</para>
             <para> When the object is serialized out as xml, its qualified name is a:contourClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ContourColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ContourColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ContourColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ContourColor.#ctor">
            <summary>
            Initializes a new instance of the ContourColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ContourColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContourColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ContourColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContourColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ContourColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContourColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ContourColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ColorFrom">
             <summary>
             <para>Change Color From.</para>
             <para> When the object is serialized out as xml, its qualified name is a:clrFrom.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorFrom.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorFrom.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorFrom.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorFrom.#ctor">
            <summary>
            Initializes a new instance of the ColorFrom class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorFrom.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorFrom class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorFrom.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorFrom class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorFrom.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorFrom class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorFrom.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ColorTo">
             <summary>
             <para>Change Color To.</para>
             <para> When the object is serialized out as xml, its qualified name is a:clrTo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorTo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorTo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorTo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorTo.#ctor">
            <summary>
            Initializes a new instance of the ColorTo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorTo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorTo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorTo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorTo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorTo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorTo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorTo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ForegroundColor">
             <summary>
             <para>Foreground color.</para>
             <para> When the object is serialized out as xml, its qualified name is a:fgClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ForegroundColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ForegroundColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ForegroundColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ForegroundColor.#ctor">
            <summary>
            Initializes a new instance of the ForegroundColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ForegroundColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ForegroundColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ForegroundColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ForegroundColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ForegroundColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ForegroundColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ForegroundColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BackgroundColor">
             <summary>
             <para>Background color.</para>
             <para> When the object is serialized out as xml, its qualified name is a:bgClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BackgroundColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BackgroundColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundColor.#ctor">
            <summary>
            Initializes a new instance of the BackgroundColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackgroundColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackgroundColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackgroundColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Highlight">
             <summary>
             <para>Defines the Highlight Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:highlight.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Highlight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Highlight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Highlight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Highlight.#ctor">
            <summary>
            Initializes a new instance of the Highlight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Highlight.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Highlight class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Highlight.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Highlight class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Highlight.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Highlight class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Highlight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ColorType">
             <summary>
             Defines the ColorType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorType.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorType.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorType.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorType.#ctor">
            <summary>
            Initializes a new instance of the ColorType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BulletSizeText">
            <summary>
            <para>Bullet Size Follows Text.</para>
            <para> When the object is serialized out as xml, its qualified name is a:buSzTx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletSizeText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletSizeText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizeText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizeText.#ctor">
            <summary>
            Initializes a new instance of the BulletSizeText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizeText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BulletSizePercentage">
            <summary>
            <para>Bullet Size Percentage.</para>
            <para> When the object is serialized out as xml, its qualified name is a:buSzPct.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletSizePercentage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletSizePercentage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizePercentage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizePercentage.#ctor">
            <summary>
            Initializes a new instance of the BulletSizePercentage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizePercentage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BulletSizePoints">
            <summary>
            <para>Bullet Size Points.</para>
            <para> When the object is serialized out as xml, its qualified name is a:buSzPts.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletSizePoints.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletSizePoints.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizePoints.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizePoints.#ctor">
            <summary>
            Initializes a new instance of the BulletSizePoints class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletSizePoints.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BulletFontText">
            <summary>
            <para>Follow text.</para>
            <para> When the object is serialized out as xml, its qualified name is a:buFontTx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletFontText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletFontText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletFontText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletFontText.#ctor">
            <summary>
            Initializes a new instance of the BulletFontText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletFontText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BulletFont">
            <summary>
            <para>Specified.</para>
            <para> When the object is serialized out as xml, its qualified name is a:buFont.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BulletFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletFont.#ctor">
            <summary>
            Initializes a new instance of the BulletFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BulletFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LatinFont">
            <summary>
            <para>Latin Font.</para>
            <para> When the object is serialized out as xml, its qualified name is a:latin.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LatinFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LatinFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LatinFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LatinFont.#ctor">
            <summary>
            Initializes a new instance of the LatinFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LatinFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EastAsianFont">
            <summary>
            <para>East Asian Font.</para>
            <para> When the object is serialized out as xml, its qualified name is a:ea.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EastAsianFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EastAsianFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EastAsianFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EastAsianFont.#ctor">
            <summary>
            Initializes a new instance of the EastAsianFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EastAsianFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ComplexScriptFont">
            <summary>
            <para>Complex Script Font.</para>
            <para> When the object is serialized out as xml, its qualified name is a:cs.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ComplexScriptFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ComplexScriptFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ComplexScriptFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ComplexScriptFont.#ctor">
            <summary>
            Initializes a new instance of the ComplexScriptFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ComplexScriptFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SymbolFont">
            <summary>
            <para>Defines the SymbolFont Class.</para>
            <para> When the object is serialized out as xml, its qualified name is a:sym.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SymbolFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SymbolFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SymbolFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SymbolFont.#ctor">
            <summary>
            Initializes a new instance of the SymbolFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SymbolFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextFontType">
            <summary>
            Defines the TextFontType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextFontType.Typeface">
            <summary>
            <para> Text Typeface.</para>
            <para>Represents the following attribute in the schema: typeface </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextFontType.Panose">
            <summary>
            <para> Panose Setting.</para>
            <para>Represents the following attribute in the schema: panose </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily">
            <summary>
            <para> Similar Font Family.</para>
            <para>Represents the following attribute in the schema: pitchFamily </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet">
            <summary>
            <para> Similar Character Set.</para>
            <para>Represents the following attribute in the schema: charset </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextFontType.#ctor">
            <summary>
            Initializes a new instance of the TextFontType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NoBullet">
            <summary>
            <para>No Bullet.</para>
            <para> When the object is serialized out as xml, its qualified name is a:buNone.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NoBullet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NoBullet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NoBullet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NoBullet.#ctor">
            <summary>
            Initializes a new instance of the NoBullet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NoBullet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet">
            <summary>
            <para>Auto-Numbered Bullet.</para>
            <para> When the object is serialized out as xml, its qualified name is a:buAutoNum.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type">
            <summary>
            <para> Bullet Autonumbering Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt">
            <summary>
            <para> Start Numbering At.</para>
            <para>Represents the following attribute in the schema: startAt </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.#ctor">
            <summary>
            Initializes a new instance of the AutoNumberedBullet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.CharacterBullet">
            <summary>
            <para>Character Bullet.</para>
            <para> When the object is serialized out as xml, its qualified name is a:buChar.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CharacterBullet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CharacterBullet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CharacterBullet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CharacterBullet.Char">
            <summary>
            <para> Bullet Character.</para>
            <para>Represents the following attribute in the schema: char </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CharacterBullet.#ctor">
            <summary>
            Initializes a new instance of the CharacterBullet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CharacterBullet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PictureBullet">
             <summary>
             <para>Picture Bullet.</para>
             <para> When the object is serialized out as xml, its qualified name is a:buBlip.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Blip &lt;a:blip></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureBullet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureBullet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureBullet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureBullet.#ctor">
            <summary>
            Initializes a new instance of the PictureBullet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureBullet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PictureBullet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureBullet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PictureBullet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureBullet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PictureBullet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureBullet.Blip">
            <summary>
            <para> Blip.</para>
            <para> Represents the following element tag in the schema: a:blip </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureBullet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText">
            <summary>
            <para>Underline Follows Text.</para>
            <para> When the object is serialized out as xml, its qualified name is a:uLnTx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.#ctor">
            <summary>
            Initializes a new instance of the UnderlineFollowsText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Underline">
             <summary>
             <para>Underline Stroke.</para>
             <para> When the object is serialized out as xml, its qualified name is a:uLn.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>PresetDash &lt;a:prstDash></description></item>
            <item><description>CustomDash &lt;a:custDash></description></item>
            <item><description>Round &lt;a:round></description></item>
            <item><description>LineJoinBevel &lt;a:bevel></description></item>
            <item><description>Miter &lt;a:miter></description></item>
            <item><description>HeadEnd &lt;a:headEnd></description></item>
            <item><description>TailEnd &lt;a:tailEnd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Underline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Underline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Underline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Underline.#ctor">
            <summary>
            Initializes a new instance of the Underline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Underline.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Underline class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Underline.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Underline class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Underline.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Underline class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Underline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Outline">
             <summary>
             <para>Defines the Outline Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ln.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>PresetDash &lt;a:prstDash></description></item>
            <item><description>CustomDash &lt;a:custDash></description></item>
            <item><description>Round &lt;a:round></description></item>
            <item><description>LineJoinBevel &lt;a:bevel></description></item>
            <item><description>Miter &lt;a:miter></description></item>
            <item><description>HeadEnd &lt;a:headEnd></description></item>
            <item><description>TailEnd &lt;a:tailEnd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Outline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Outline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Outline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Outline.#ctor">
            <summary>
            Initializes a new instance of the Outline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Outline.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Outline class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Outline.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Outline class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Outline.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Outline class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Outline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties">
             <summary>
             <para>Left Border Line Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnL.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>PresetDash &lt;a:prstDash></description></item>
            <item><description>CustomDash &lt;a:custDash></description></item>
            <item><description>Round &lt;a:round></description></item>
            <item><description>LineJoinBevel &lt;a:bevel></description></item>
            <item><description>Miter &lt;a:miter></description></item>
            <item><description>HeadEnd &lt;a:headEnd></description></item>
            <item><description>TailEnd &lt;a:tailEnd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.#ctor">
            <summary>
            Initializes a new instance of the LeftBorderLineProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LeftBorderLineProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LeftBorderLineProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LeftBorderLineProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties">
             <summary>
             <para>Right Border Line Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnR.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>PresetDash &lt;a:prstDash></description></item>
            <item><description>CustomDash &lt;a:custDash></description></item>
            <item><description>Round &lt;a:round></description></item>
            <item><description>LineJoinBevel &lt;a:bevel></description></item>
            <item><description>Miter &lt;a:miter></description></item>
            <item><description>HeadEnd &lt;a:headEnd></description></item>
            <item><description>TailEnd &lt;a:tailEnd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.#ctor">
            <summary>
            Initializes a new instance of the RightBorderLineProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RightBorderLineProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RightBorderLineProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RightBorderLineProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties">
             <summary>
             <para>Top Border Line Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnT.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>PresetDash &lt;a:prstDash></description></item>
            <item><description>CustomDash &lt;a:custDash></description></item>
            <item><description>Round &lt;a:round></description></item>
            <item><description>LineJoinBevel &lt;a:bevel></description></item>
            <item><description>Miter &lt;a:miter></description></item>
            <item><description>HeadEnd &lt;a:headEnd></description></item>
            <item><description>TailEnd &lt;a:tailEnd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.#ctor">
            <summary>
            Initializes a new instance of the TopBorderLineProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TopBorderLineProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TopBorderLineProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TopBorderLineProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties">
             <summary>
             <para>Bottom Border Line Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnB.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>PresetDash &lt;a:prstDash></description></item>
            <item><description>CustomDash &lt;a:custDash></description></item>
            <item><description>Round &lt;a:round></description></item>
            <item><description>LineJoinBevel &lt;a:bevel></description></item>
            <item><description>Miter &lt;a:miter></description></item>
            <item><description>HeadEnd &lt;a:headEnd></description></item>
            <item><description>TailEnd &lt;a:tailEnd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.#ctor">
            <summary>
            Initializes a new instance of the BottomBorderLineProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BottomBorderLineProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BottomBorderLineProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BottomBorderLineProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties">
             <summary>
             <para>Top-Left to Bottom-Right Border Line Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnTlToBr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>PresetDash &lt;a:prstDash></description></item>
            <item><description>CustomDash &lt;a:custDash></description></item>
            <item><description>Round &lt;a:round></description></item>
            <item><description>LineJoinBevel &lt;a:bevel></description></item>
            <item><description>Miter &lt;a:miter></description></item>
            <item><description>HeadEnd &lt;a:headEnd></description></item>
            <item><description>TailEnd &lt;a:tailEnd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.#ctor">
            <summary>
            Initializes a new instance of the TopLeftToBottomRightBorderLineProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TopLeftToBottomRightBorderLineProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TopLeftToBottomRightBorderLineProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TopLeftToBottomRightBorderLineProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties">
             <summary>
             <para>Bottom-Left to Top-Right Border Line Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnBlToTr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>PresetDash &lt;a:prstDash></description></item>
            <item><description>CustomDash &lt;a:custDash></description></item>
            <item><description>Round &lt;a:round></description></item>
            <item><description>LineJoinBevel &lt;a:bevel></description></item>
            <item><description>Miter &lt;a:miter></description></item>
            <item><description>HeadEnd &lt;a:headEnd></description></item>
            <item><description>TailEnd &lt;a:tailEnd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.#ctor">
            <summary>
            Initializes a new instance of the BottomLeftToTopRightBorderLineProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BottomLeftToTopRightBorderLineProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BottomLeftToTopRightBorderLineProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BottomLeftToTopRightBorderLineProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LinePropertiesType">
             <summary>
             Defines the LinePropertiesType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>PresetDash &lt;a:prstDash></description></item>
            <item><description>CustomDash &lt;a:custDash></description></item>
            <item><description>Round &lt;a:round></description></item>
            <item><description>LineJoinBevel &lt;a:bevel></description></item>
            <item><description>Miter &lt;a:miter></description></item>
            <item><description>HeadEnd &lt;a:headEnd></description></item>
            <item><description>TailEnd &lt;a:tailEnd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width">
            <summary>
            <para> Line Width.</para>
            <para>Represents the following attribute in the schema: w </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType">
            <summary>
            <para> Line Ending Cap Type.</para>
            <para>Represents the following attribute in the schema: cap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType">
            <summary>
            <para> Compound Line Type.</para>
            <para>Represents the following attribute in the schema: cmpd </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment">
            <summary>
            <para> Stroke Alignment.</para>
            <para>Represents the following attribute in the schema: algn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesType.#ctor">
            <summary>
            Initializes a new instance of the LinePropertiesType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LinePropertiesType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LinePropertiesType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LinePropertiesType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LinePropertiesType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.UnderlineFillText">
            <summary>
            <para>Underline Fill Properties Follow Text.</para>
            <para> When the object is serialized out as xml, its qualified name is a:uFillTx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFillText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFillText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFillText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFillText.#ctor">
            <summary>
            Initializes a new instance of the UnderlineFillText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFillText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.UnderlineFill">
             <summary>
             <para>Underline Fill.</para>
             <para> When the object is serialized out as xml, its qualified name is a:uFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFill.#ctor">
            <summary>
            Initializes a new instance of the UnderlineFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the UnderlineFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the UnderlineFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UnderlineFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill">
            <summary>
            <para> NoFill.</para>
            <para> Represents the following element tag in the schema: a:noFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill">
            <summary>
            <para> SolidFill.</para>
            <para> Represents the following element tag in the schema: a:solidFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill">
            <summary>
            <para> GradientFill.</para>
            <para> Represents the following element tag in the schema: a:gradFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill">
            <summary>
            <para> BlipFill.</para>
            <para> Represents the following element tag in the schema: a:blipFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill">
            <summary>
            <para> Pattern Fill.</para>
            <para> Represents the following element tag in the schema: a:pattFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill">
            <summary>
            <para> Group Fill.</para>
            <para> Represents the following element tag in the schema: a:grpFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UnderlineFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Run">
             <summary>
             <para>Text Run.</para>
             <para> When the object is serialized out as xml, its qualified name is a:r.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;a:rPr></description></item>
            <item><description>Text &lt;a:t></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Run.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Run.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Run.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Run.#ctor">
            <summary>
            Initializes a new instance of the Run class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Run.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Run class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Run.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Run class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Run.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Run class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Run.RunProperties">
            <summary>
            <para> Text Character Properties.</para>
            <para> Represents the following element tag in the schema: a:rPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Run.Text">
            <summary>
            <para> Text String.</para>
            <para> Represents the following element tag in the schema: a:t </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Run.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Break">
             <summary>
             <para>Text Line Break.</para>
             <para> When the object is serialized out as xml, its qualified name is a:br.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;a:rPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Break.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Break.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Break.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Break.#ctor">
            <summary>
            Initializes a new instance of the Break class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Break.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Break class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Break.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Break class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Break.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Break class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Break.RunProperties">
            <summary>
            <para> Text Run Properties.</para>
            <para> Represents the following element tag in the schema: a:rPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Break.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Field">
             <summary>
             <para>Text Field.</para>
             <para> When the object is serialized out as xml, its qualified name is a:fld.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;a:rPr></description></item>
            <item><description>ParagraphProperties &lt;a:pPr></description></item>
            <item><description>Text &lt;a:t></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Field.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Field.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Field.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Field.Id">
            <summary>
            <para> Field ID.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Field.Type">
            <summary>
            <para> Field Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Field.#ctor">
            <summary>
            Initializes a new instance of the Field class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Field.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Field class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Field.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Field class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Field.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Field class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Field.RunProperties">
            <summary>
            <para> Text Character Properties.</para>
            <para> Represents the following element tag in the schema: a:rPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties">
            <summary>
            <para> Text Paragraph Properties.</para>
            <para> Represents the following element tag in the schema: a:pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Field.Text">
            <summary>
            <para> Text.</para>
            <para> Represents the following element tag in the schema: a:t </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Field.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Graphic">
             <summary>
             <para>Graphic Object.</para>
             <para> When the object is serialized out as xml, its qualified name is a:graphic.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GraphicData &lt;a:graphicData></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Graphic.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Graphic.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Graphic.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Graphic.#ctor">
            <summary>
            Initializes a new instance of the Graphic class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Graphic.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Graphic class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Graphic.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Graphic class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Graphic.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Graphic class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Graphic.GraphicData">
            <summary>
            <para> Graphic Object Data.</para>
            <para> Represents the following element tag in the schema: a:graphicData </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Graphic.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Blip">
             <summary>
             <para>Defines the Blip Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:blip.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AlphaBiLevel &lt;a:alphaBiLevel></description></item>
            <item><description>AlphaCeiling &lt;a:alphaCeiling></description></item>
            <item><description>AlphaFloor &lt;a:alphaFloor></description></item>
            <item><description>AlphaInverse &lt;a:alphaInv></description></item>
            <item><description>AlphaModulationEffect &lt;a:alphaMod></description></item>
            <item><description>AlphaModulationFixed &lt;a:alphaModFix></description></item>
            <item><description>AlphaReplace &lt;a:alphaRepl></description></item>
            <item><description>BiLevel &lt;a:biLevel></description></item>
            <item><description>Blur &lt;a:blur></description></item>
            <item><description>ColorChange &lt;a:clrChange></description></item>
            <item><description>ColorReplacement &lt;a:clrRepl></description></item>
            <item><description>Duotone &lt;a:duotone></description></item>
            <item><description>FillOverlay &lt;a:fillOverlay></description></item>
            <item><description>Grayscale &lt;a:grayscl></description></item>
            <item><description>Hsl &lt;a:hsl></description></item>
            <item><description>LuminanceEffect &lt;a:lum></description></item>
            <item><description>TintEffect &lt;a:tint></description></item>
            <item><description>BlipExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blip.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blip.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blip.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blip.Embed">
             <summary>
             <para> Embedded Picture Reference.</para>
             <para>Represents the following attribute in the schema: r:embed </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blip.Link">
             <summary>
             <para> Linked Picture Reference.</para>
             <para>Represents the following attribute in the schema: r:link </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Blip.CompressionState">
            <summary>
            <para> cstate.</para>
            <para>Represents the following attribute in the schema: cstate </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blip.#ctor">
            <summary>
            Initializes a new instance of the Blip class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blip.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Blip class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blip.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Blip class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blip.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Blip class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Blip.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Theme">
             <summary>
             <para>Theme. The root element of ThemePart.</para>
             <para> When the object is serialized out as xml, its qualified name is a:theme.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ThemeElements &lt;a:themeElements></description></item>
            <item><description>ObjectDefaults &lt;a:objectDefaults></description></item>
            <item><description>ExtraColorSchemeList &lt;a:extraClrSchemeLst></description></item>
            <item><description>CustomColorList &lt;a:custClrLst></description></item>
            <item><description>OfficeStyleSheetExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Theme.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Theme.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Theme.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Theme.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Theme.ThemeId">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: thm15:id </para>
             </summary>
            <remark> xmlns:thm15=http://schemas.microsoft.com/office/thememl/2012/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Theme.#ctor(DocumentFormat.OpenXml.Packaging.ThemePart)">
            <summary>
            Theme constructor.
            </summary>
            <param name="ownerPart">The owner part of the Theme.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Theme.Load(DocumentFormat.OpenXml.Packaging.ThemePart)">
            <summary>
            Loads the DOM from the ThemePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Theme.ThemePart">
            <summary>
            Gets the ThemePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Theme.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Theme class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Theme.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Theme class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Theme.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Theme class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Theme.#ctor">
            <summary>
            Initializes a new instance of the Theme class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Theme.Save(DocumentFormat.OpenXml.Packaging.ThemePart)">
            <summary>
            Saves the DOM into the ThemePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Theme.ThemeElements">
            <summary>
            <para> ThemeElements.</para>
            <para> Represents the following element tag in the schema: a:themeElements </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults">
            <summary>
            <para> ObjectDefaults.</para>
            <para> Represents the following element tag in the schema: a:objectDefaults </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList">
            <summary>
            <para> ExtraColorSchemeList.</para>
            <para> Represents the following element tag in the schema: a:extraClrSchemeLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Theme.CustomColorList">
            <summary>
            <para> CustomColorList.</para>
            <para> Represents the following element tag in the schema: a:custClrLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList">
            <summary>
            <para> OfficeStyleSheetExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Theme.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ThemeOverride">
             <summary>
             <para>Theme Override. The root element of ThemeOverridePart.</para>
             <para> When the object is serialized out as xml, its qualified name is a:themeOverride.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColorScheme &lt;a:clrScheme></description></item>
            <item><description>FontScheme &lt;a:fontScheme></description></item>
            <item><description>FormatScheme &lt;a:fmtScheme></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeOverride.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeOverride.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeOverride.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeOverride.#ctor(DocumentFormat.OpenXml.Packaging.ThemeOverridePart)">
            <summary>
            ThemeOverride constructor.
            </summary>
            <param name="ownerPart">The owner part of the ThemeOverride.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeOverride.Load(DocumentFormat.OpenXml.Packaging.ThemeOverridePart)">
            <summary>
            Loads the DOM from the ThemeOverridePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverridePart">
            <summary>
            Gets the ThemeOverridePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeOverride.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ThemeOverride class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeOverride.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ThemeOverride class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeOverride.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ThemeOverride class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeOverride.#ctor">
            <summary>
            Initializes a new instance of the ThemeOverride class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeOverride.Save(DocumentFormat.OpenXml.Packaging.ThemeOverridePart)">
            <summary>
            Saves the DOM into the ThemeOverridePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme">
            <summary>
            <para> Color Scheme.</para>
            <para> Represents the following element tag in the schema: a:clrScheme </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme">
            <summary>
            <para> FontScheme.</para>
            <para> Represents the following element tag in the schema: a:fontScheme </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme">
            <summary>
            <para> FormatScheme.</para>
            <para> Represents the following element tag in the schema: a:fmtScheme </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeOverride.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ThemeManager">
            <summary>
            <para>Theme Manager.</para>
            <para> When the object is serialized out as xml, its qualified name is a:themeManager.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeManager.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeManager.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeManager.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeManager.#ctor">
            <summary>
            Initializes a new instance of the ThemeManager class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeManager.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.MasterColorMapping">
            <summary>
            <para>Master Color Mapping.</para>
            <para> When the object is serialized out as xml, its qualified name is a:masterClrMapping.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.MasterColorMapping.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.MasterColorMapping.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MasterColorMapping.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MasterColorMapping.#ctor">
            <summary>
            Initializes a new instance of the MasterColorMapping class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MasterColorMapping.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EmptyType">
            <summary>
            Defines the EmptyType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EmptyType.#ctor">
            <summary>
            Initializes a new instance of the EmptyType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Table">
             <summary>
             <para>Table.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tbl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableProperties &lt;a:tblPr></description></item>
            <item><description>TableGrid &lt;a:tblGrid></description></item>
            <item><description>TableRow &lt;a:tr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Table.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Table.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Table.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Table.#ctor">
            <summary>
            Initializes a new instance of the Table class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Table.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Table class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Table.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Table class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Table.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Table class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Table.TableProperties">
            <summary>
            <para> Table Properties.</para>
            <para> Represents the following element tag in the schema: a:tblPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Table.TableGrid">
            <summary>
            <para> Table Grid.</para>
            <para> Represents the following element tag in the schema: a:tblGrid </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Table.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableStyleList">
             <summary>
             <para>Table Style List. The root element of TableStylesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tblStyleLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableStyleEntry &lt;a:tblStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleList.Default">
            <summary>
            <para> Default.</para>
            <para>Represents the following attribute in the schema: def </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleList.#ctor(DocumentFormat.OpenXml.Packaging.TableStylesPart)">
            <summary>
            TableStyleList constructor.
            </summary>
            <param name="ownerPart">The owner part of the TableStyleList.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleList.Load(DocumentFormat.OpenXml.Packaging.TableStylesPart)">
            <summary>
            Loads the DOM from the TableStylesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleList.TableStylesPart">
            <summary>
            Gets the TableStylesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableStyleList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableStyleList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyleList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleList.#ctor">
            <summary>
            Initializes a new instance of the TableStyleList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleList.Save(DocumentFormat.OpenXml.Packaging.TableStylesPart)">
            <summary>
            Saves the DOM into the TableStylesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ExtensionList">
             <summary>
             <para>Defines the ExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Extension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.StartTime">
            <summary>
            <para>Audio Start Time.</para>
            <para> When the object is serialized out as xml, its qualified name is a:st.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StartTime.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StartTime.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.StartTime.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.StartTime.#ctor">
            <summary>
            Initializes a new instance of the StartTime class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.StartTime.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EndTime">
            <summary>
            <para>Audio End Time.</para>
            <para> When the object is serialized out as xml, its qualified name is a:end.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EndTime.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EndTime.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndTime.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndTime.#ctor">
            <summary>
            Initializes a new instance of the EndTime class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndTime.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AudioCDTimeType">
            <summary>
            Defines the AudioCDTimeType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track">
            <summary>
            <para> Track.</para>
            <para>Represents the following attribute in the schema: track </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time">
            <summary>
            <para> Time.</para>
            <para>Represents the following attribute in the schema: time </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AudioCDTimeType.#ctor">
            <summary>
            Initializes a new instance of the AudioCDTimeType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.CustomColor">
             <summary>
             <para>Custom color.</para>
             <para> When the object is serialized out as xml, its qualified name is a:custClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColor.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColor.#ctor">
            <summary>
            Initializes a new instance of the CustomColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColor.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SupplementalFont">
            <summary>
            <para>Font.</para>
            <para> When the object is serialized out as xml, its qualified name is a:font.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SupplementalFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SupplementalFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SupplementalFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SupplementalFont.Script">
            <summary>
            <para> Script.</para>
            <para>Represents the following attribute in the schema: script </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface">
            <summary>
            <para> Typeface.</para>
            <para>Represents the following attribute in the schema: typeface </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SupplementalFont.#ctor">
            <summary>
            Initializes a new instance of the SupplementalFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SupplementalFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Scene3DType">
             <summary>
             <para>3D Scene Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:scene3d.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Camera &lt;a:camera></description></item>
            <item><description>LightRig &lt;a:lightRig></description></item>
            <item><description>Backdrop &lt;a:backdrop></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Scene3DType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Scene3DType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Scene3DType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Scene3DType.#ctor">
            <summary>
            Initializes a new instance of the Scene3DType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Scene3DType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Scene3DType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Scene3DType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Scene3DType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Scene3DType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Scene3DType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Scene3DType.Camera">
            <summary>
            <para> Camera.</para>
            <para> Represents the following element tag in the schema: a:camera </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig">
            <summary>
            <para> Light Rig.</para>
            <para> Represents the following element tag in the schema: a:lightRig </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop">
            <summary>
            <para> Backdrop Plane.</para>
            <para> Represents the following element tag in the schema: a:backdrop </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Scene3DType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EffectStyle">
             <summary>
             <para>Effect Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:effectStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EffectList &lt;a:effectLst></description></item>
            <item><description>EffectDag &lt;a:effectDag></description></item>
            <item><description>Scene3DType &lt;a:scene3d></description></item>
            <item><description>Shape3DType &lt;a:sp3d></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyle.#ctor">
            <summary>
            Initializes a new instance of the EffectStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EffectStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EffectStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EffectStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FillStyleList">
             <summary>
             <para>Fill Style List.</para>
             <para> When the object is serialized out as xml, its qualified name is a:fillStyleLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillStyleList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillStyleList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillStyleList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillStyleList.#ctor">
            <summary>
            Initializes a new instance of the FillStyleList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillStyleList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FillStyleList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillStyleList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FillStyleList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillStyleList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FillStyleList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillStyleList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineStyleList">
             <summary>
             <para>Line Style List.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnStyleLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineStyleList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineStyleList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineStyleList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineStyleList.#ctor">
            <summary>
            Initializes a new instance of the LineStyleList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineStyleList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineStyleList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineStyleList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineStyleList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineStyleList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineStyleList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineStyleList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EffectStyleList">
             <summary>
             <para>Effect Style List.</para>
             <para> When the object is serialized out as xml, its qualified name is a:effectStyleLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EffectStyle &lt;a:effectStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectStyleList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EffectStyleList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyleList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyleList.#ctor">
            <summary>
            Initializes a new instance of the EffectStyleList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyleList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EffectStyleList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyleList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EffectStyleList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyleList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EffectStyleList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EffectStyleList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList">
             <summary>
             <para>Background Fill Style List.</para>
             <para> When the object is serialized out as xml, its qualified name is a:bgFillStyleLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.#ctor">
            <summary>
            Initializes a new instance of the BackgroundFillStyleList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackgroundFillStyleList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackgroundFillStyleList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackgroundFillStyleList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ColorScheme">
             <summary>
             <para>Defines the ColorScheme Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:clrScheme.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Dark1Color &lt;a:dk1></description></item>
            <item><description>Light1Color &lt;a:lt1></description></item>
            <item><description>Dark2Color &lt;a:dk2></description></item>
            <item><description>Light2Color &lt;a:lt2></description></item>
            <item><description>Accent1Color &lt;a:accent1></description></item>
            <item><description>Accent2Color &lt;a:accent2></description></item>
            <item><description>Accent3Color &lt;a:accent3></description></item>
            <item><description>Accent4Color &lt;a:accent4></description></item>
            <item><description>Accent5Color &lt;a:accent5></description></item>
            <item><description>Accent6Color &lt;a:accent6></description></item>
            <item><description>Hyperlink &lt;a:hlink></description></item>
            <item><description>FollowedHyperlinkColor &lt;a:folHlink></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorScheme.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorScheme.#ctor">
            <summary>
            Initializes a new instance of the ColorScheme class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorScheme.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorScheme class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorScheme.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorScheme class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorScheme.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorScheme class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color">
            <summary>
            <para> Dark 1.</para>
            <para> Represents the following element tag in the schema: a:dk1 </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color">
            <summary>
            <para> Light 1.</para>
            <para> Represents the following element tag in the schema: a:lt1 </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color">
            <summary>
            <para> Dark 2.</para>
            <para> Represents the following element tag in the schema: a:dk2 </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color">
            <summary>
            <para> Light 2.</para>
            <para> Represents the following element tag in the schema: a:lt2 </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color">
            <summary>
            <para> Accent 1.</para>
            <para> Represents the following element tag in the schema: a:accent1 </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color">
            <summary>
            <para> Accent 2.</para>
            <para> Represents the following element tag in the schema: a:accent2 </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color">
            <summary>
            <para> Accent 3.</para>
            <para> Represents the following element tag in the schema: a:accent3 </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color">
            <summary>
            <para> Accent 4.</para>
            <para> Represents the following element tag in the schema: a:accent4 </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color">
            <summary>
            <para> Accent 5.</para>
            <para> Represents the following element tag in the schema: a:accent5 </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color">
            <summary>
            <para> Accent 6.</para>
            <para> Represents the following element tag in the schema: a:accent6 </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink">
            <summary>
            <para> Hyperlink.</para>
            <para> Represents the following element tag in the schema: a:hlink </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor">
            <summary>
            <para> Followed Hyperlink.</para>
            <para> Represents the following element tag in the schema: a:folHlink </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorScheme.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FontScheme">
             <summary>
             <para>Font Scheme.</para>
             <para> When the object is serialized out as xml, its qualified name is a:fontScheme.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MajorFont &lt;a:majorFont></description></item>
            <item><description>MinorFont &lt;a:minorFont></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontScheme.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontScheme.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontScheme.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontScheme.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontScheme.#ctor">
            <summary>
            Initializes a new instance of the FontScheme class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontScheme.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FontScheme class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontScheme.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FontScheme class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontScheme.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FontScheme class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont">
            <summary>
            <para> Major Font.</para>
            <para> Represents the following element tag in the schema: a:majorFont </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont">
            <summary>
            <para> Minor fonts.</para>
            <para> Represents the following element tag in the schema: a:minorFont </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FontScheme.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FormatScheme">
             <summary>
             <para>Format Scheme.</para>
             <para> When the object is serialized out as xml, its qualified name is a:fmtScheme.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FillStyleList &lt;a:fillStyleLst></description></item>
            <item><description>LineStyleList &lt;a:lnStyleLst></description></item>
            <item><description>EffectStyleList &lt;a:effectStyleLst></description></item>
            <item><description>BackgroundFillStyleList &lt;a:bgFillStyleLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FormatScheme.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FormatScheme.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FormatScheme.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FormatScheme.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FormatScheme.#ctor">
            <summary>
            Initializes a new instance of the FormatScheme class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FormatScheme.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FormatScheme class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FormatScheme.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FormatScheme class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FormatScheme.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormatScheme class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList">
            <summary>
            <para> Fill Style List.</para>
            <para> Represents the following element tag in the schema: a:fillStyleLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList">
            <summary>
            <para> Line Style List.</para>
            <para> Represents the following element tag in the schema: a:lnStyleLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList">
            <summary>
            <para> Effect Style List.</para>
            <para> Represents the following element tag in the schema: a:effectStyleLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList">
            <summary>
            <para> Background Fill Style List.</para>
            <para> Represents the following element tag in the schema: a:bgFillStyleLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FormatScheme.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Dark1Color">
             <summary>
             <para>Dark 1.</para>
             <para> When the object is serialized out as xml, its qualified name is a:dk1.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Dark1Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Dark1Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark1Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark1Color.#ctor">
            <summary>
            Initializes a new instance of the Dark1Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark1Color.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Dark1Color class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark1Color.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Dark1Color class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark1Color.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Dark1Color class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark1Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Light1Color">
             <summary>
             <para>Light 1.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lt1.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Light1Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Light1Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light1Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light1Color.#ctor">
            <summary>
            Initializes a new instance of the Light1Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light1Color.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Light1Color class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light1Color.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Light1Color class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light1Color.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Light1Color class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light1Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Dark2Color">
             <summary>
             <para>Dark 2.</para>
             <para> When the object is serialized out as xml, its qualified name is a:dk2.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Dark2Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Dark2Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark2Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark2Color.#ctor">
            <summary>
            Initializes a new instance of the Dark2Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark2Color.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Dark2Color class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark2Color.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Dark2Color class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark2Color.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Dark2Color class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Dark2Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Light2Color">
             <summary>
             <para>Light 2.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lt2.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Light2Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Light2Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light2Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light2Color.#ctor">
            <summary>
            Initializes a new instance of the Light2Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light2Color.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Light2Color class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light2Color.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Light2Color class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light2Color.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Light2Color class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Light2Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Accent1Color">
             <summary>
             <para>Accent 1.</para>
             <para> When the object is serialized out as xml, its qualified name is a:accent1.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent1Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent1Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent1Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent1Color.#ctor">
            <summary>
            Initializes a new instance of the Accent1Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent1Color.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Accent1Color class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent1Color.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Accent1Color class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent1Color.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Accent1Color class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent1Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Accent2Color">
             <summary>
             <para>Accent 2.</para>
             <para> When the object is serialized out as xml, its qualified name is a:accent2.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent2Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent2Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent2Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent2Color.#ctor">
            <summary>
            Initializes a new instance of the Accent2Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent2Color.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Accent2Color class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent2Color.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Accent2Color class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent2Color.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Accent2Color class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent2Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Accent3Color">
             <summary>
             <para>Accent 3.</para>
             <para> When the object is serialized out as xml, its qualified name is a:accent3.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent3Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent3Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent3Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent3Color.#ctor">
            <summary>
            Initializes a new instance of the Accent3Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent3Color.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Accent3Color class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent3Color.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Accent3Color class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent3Color.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Accent3Color class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent3Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Accent4Color">
             <summary>
             <para>Accent 4.</para>
             <para> When the object is serialized out as xml, its qualified name is a:accent4.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent4Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent4Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent4Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent4Color.#ctor">
            <summary>
            Initializes a new instance of the Accent4Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent4Color.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Accent4Color class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent4Color.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Accent4Color class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent4Color.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Accent4Color class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent4Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Accent5Color">
             <summary>
             <para>Accent 5.</para>
             <para> When the object is serialized out as xml, its qualified name is a:accent5.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent5Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent5Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent5Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent5Color.#ctor">
            <summary>
            Initializes a new instance of the Accent5Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent5Color.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Accent5Color class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent5Color.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Accent5Color class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent5Color.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Accent5Color class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent5Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Accent6Color">
             <summary>
             <para>Accent 6.</para>
             <para> When the object is serialized out as xml, its qualified name is a:accent6.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent6Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Accent6Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent6Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent6Color.#ctor">
            <summary>
            Initializes a new instance of the Accent6Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent6Color.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Accent6Color class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent6Color.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Accent6Color class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent6Color.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Accent6Color class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Accent6Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Hyperlink">
             <summary>
             <para>Hyperlink.</para>
             <para> When the object is serialized out as xml, its qualified name is a:hlink.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Hyperlink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Hyperlink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hyperlink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hyperlink.#ctor">
            <summary>
            Initializes a new instance of the Hyperlink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hyperlink.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Hyperlink class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hyperlink.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Hyperlink class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hyperlink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Hyperlink class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Hyperlink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor">
             <summary>
             <para>Followed Hyperlink.</para>
             <para> When the object is serialized out as xml, its qualified name is a:folHlink.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.#ctor">
            <summary>
            Initializes a new instance of the FollowedHyperlinkColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FollowedHyperlinkColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FollowedHyperlinkColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FollowedHyperlinkColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Color2Type">
             <summary>
             Defines the Color2Type class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Color2Type.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Color2Type.#ctor">
            <summary>
            Initializes a new instance of the Color2Type class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Color2Type.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Color2Type class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Color2Type.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Color2Type class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Color2Type.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Color2Type class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ScaleX">
            <summary>
            <para>Horizontal Ratio.</para>
            <para> When the object is serialized out as xml, its qualified name is a:sx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ScaleX.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ScaleX.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ScaleX.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ScaleX.#ctor">
            <summary>
            Initializes a new instance of the ScaleX class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ScaleX.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ScaleY">
            <summary>
            <para>Vertical Ratio.</para>
            <para> When the object is serialized out as xml, its qualified name is a:sy.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ScaleY.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ScaleY.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ScaleY.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ScaleY.#ctor">
            <summary>
            Initializes a new instance of the ScaleY class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ScaleY.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RatioType">
            <summary>
            Defines the RatioType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RatioType.Numerator">
            <summary>
            <para> Numerator.</para>
            <para>Represents the following attribute in the schema: n </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RatioType.Denominator">
            <summary>
            <para> Denominator.</para>
            <para>Represents the following attribute in the schema: d </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RatioType.#ctor">
            <summary>
            Initializes a new instance of the RatioType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Offset">
            <summary>
            <para>Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is a:off.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Offset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Offset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Offset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Offset.#ctor">
            <summary>
            Initializes a new instance of the Offset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Offset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChildOffset">
            <summary>
            <para>Child Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is a:chOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChildOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChildOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChildOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChildOffset.#ctor">
            <summary>
            Initializes a new instance of the ChildOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChildOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Point2DType">
            <summary>
            Defines the Point2DType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Point2DType.X">
            <summary>
            <para> X-Axis Coordinate.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Point2DType.Y">
            <summary>
            <para> Y-Axis Coordinate.</para>
            <para>Represents the following attribute in the schema: y </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Point2DType.#ctor">
            <summary>
            Initializes a new instance of the Point2DType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Extents">
            <summary>
            <para>Extents.</para>
            <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Extents.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Extents.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Extents.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Extents.#ctor">
            <summary>
            Initializes a new instance of the Extents class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Extents.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChildExtents">
            <summary>
            <para>Child Extents.</para>
            <para> When the object is serialized out as xml, its qualified name is a:chExt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChildExtents.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ChildExtents.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChildExtents.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChildExtents.#ctor">
            <summary>
            Initializes a new instance of the ChildExtents class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ChildExtents.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PositiveSize2DType">
            <summary>
            Defines the PositiveSize2DType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx">
            <summary>
            <para> Extent Length.</para>
            <para>Represents the following attribute in the schema: cx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy">
            <summary>
            <para> Extent Width.</para>
            <para>Represents the following attribute in the schema: cy </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PositiveSize2DType.#ctor">
            <summary>
            Initializes a new instance of the PositiveSize2DType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ShapeLocks">
             <summary>
             <para>Shape Locks.</para>
             <para> When the object is serialized out as xml, its qualified name is a:spLocks.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeLocks.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping">
            <summary>
            <para> Disallow Shape Grouping.</para>
            <para>Represents the following attribute in the schema: noGrp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection">
            <summary>
            <para> Disallow Shape Selection.</para>
            <para>Represents the following attribute in the schema: noSelect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation">
            <summary>
            <para> Disallow Shape Rotation.</para>
            <para>Represents the following attribute in the schema: noRot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect">
            <summary>
            <para> Disallow Aspect Ratio Change.</para>
            <para>Represents the following attribute in the schema: noChangeAspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove">
            <summary>
            <para> Disallow Shape Movement.</para>
            <para>Represents the following attribute in the schema: noMove </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize">
            <summary>
            <para> Disallow Shape Resize.</para>
            <para>Represents the following attribute in the schema: noResize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints">
            <summary>
            <para> Disallow Shape Point Editing.</para>
            <para>Represents the following attribute in the schema: noEditPoints </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles">
            <summary>
            <para> Disallow Showing Adjust Handles.</para>
            <para>Represents the following attribute in the schema: noAdjustHandles </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads">
            <summary>
            <para> Disallow Arrowhead Changes.</para>
            <para>Represents the following attribute in the schema: noChangeArrowheads </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType">
            <summary>
            <para> Disallow Shape Type Change.</para>
            <para>Represents the following attribute in the schema: noChangeShapeType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit">
            <summary>
            <para> Disallow Shape Text Editing.</para>
            <para>Represents the following attribute in the schema: noTextEdit </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeLocks.#ctor">
            <summary>
            Initializes a new instance of the ShapeLocks class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeLocks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeLocks class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeLocks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeLocks class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeLocks.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeLocks class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeLocks.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks">
             <summary>
             <para>Connection Shape Locks.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cxnSpLocks.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConnectorLockingExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping">
            <summary>
            <para> Disallow Shape Grouping.</para>
            <para>Represents the following attribute in the schema: noGrp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection">
            <summary>
            <para> Disallow Shape Selection.</para>
            <para>Represents the following attribute in the schema: noSelect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation">
            <summary>
            <para> Disallow Shape Rotation.</para>
            <para>Represents the following attribute in the schema: noRot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect">
            <summary>
            <para> Disallow Aspect Ratio Change.</para>
            <para>Represents the following attribute in the schema: noChangeAspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove">
            <summary>
            <para> Disallow Shape Movement.</para>
            <para>Represents the following attribute in the schema: noMove </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize">
            <summary>
            <para> Disallow Shape Resize.</para>
            <para>Represents the following attribute in the schema: noResize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints">
            <summary>
            <para> Disallow Shape Point Editing.</para>
            <para>Represents the following attribute in the schema: noEditPoints </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles">
            <summary>
            <para> Disallow Showing Adjust Handles.</para>
            <para>Represents the following attribute in the schema: noAdjustHandles </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads">
            <summary>
            <para> Disallow Arrowhead Changes.</para>
            <para>Represents the following attribute in the schema: noChangeArrowheads </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType">
            <summary>
            <para> Disallow Shape Type Change.</para>
            <para>Represents the following attribute in the schema: noChangeShapeType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.#ctor">
            <summary>
            Initializes a new instance of the ConnectionShapeLocks class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectionShapeLocks class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectionShapeLocks class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectionShapeLocks class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList">
            <summary>
            <para> ConnectorLockingExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.StartConnection">
            <summary>
            <para>Connection Start.</para>
            <para> When the object is serialized out as xml, its qualified name is a:stCxn.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StartConnection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.StartConnection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.StartConnection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.StartConnection.#ctor">
            <summary>
            Initializes a new instance of the StartConnection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.StartConnection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EndConnection">
            <summary>
            <para>Connection End.</para>
            <para> When the object is serialized out as xml, its qualified name is a:endCxn.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EndConnection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EndConnection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndConnection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndConnection.#ctor">
            <summary>
            Initializes a new instance of the EndConnection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndConnection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ConnectionType">
            <summary>
            Defines the ConnectionType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionType.Id">
            <summary>
            <para> Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionType.Index">
            <summary>
            <para> Index.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionType.#ctor">
            <summary>
            Initializes a new instance of the ConnectionType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks">
             <summary>
             <para>Graphic Frame Locks.</para>
             <para> When the object is serialized out as xml, its qualified name is a:graphicFrameLocks.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping">
            <summary>
            <para> Disallow Shape Grouping.</para>
            <para>Represents the following attribute in the schema: noGrp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown">
            <summary>
            <para> Disallow Selection of Child Shapes.</para>
            <para>Represents the following attribute in the schema: noDrilldown </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection">
            <summary>
            <para> Disallow Shape Selection.</para>
            <para>Represents the following attribute in the schema: noSelect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect">
            <summary>
            <para> Disallow Aspect Ratio Change.</para>
            <para>Represents the following attribute in the schema: noChangeAspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove">
            <summary>
            <para> Disallow Shape Movement.</para>
            <para>Represents the following attribute in the schema: noMove </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize">
            <summary>
            <para> Disallow Shape Resize.</para>
            <para>Represents the following attribute in the schema: noResize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.#ctor">
            <summary>
            Initializes a new instance of the GraphicFrameLocks class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GraphicFrameLocks class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GraphicFrameLocks class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphicFrameLocks class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GraphicData">
             <summary>
             <para>Graphic Object Data.</para>
             <para> When the object is serialized out as xml, its qualified name is a:graphicData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Graphic &lt;a:graphic></description></item>
            <item><description>Blip &lt;a:blip></description></item>
            <item><description>Theme &lt;a:theme></description></item>
            <item><description>ThemeOverride &lt;a:themeOverride></description></item>
            <item><description>ThemeManager &lt;a:themeManager></description></item>
            <item><description>Table &lt;a:tbl></description></item>
            <item><description>TableStyleList &lt;a:tblStyleLst></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty &lt;wp15:webVideoPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily &lt;thm15:themeFamily></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties &lt;a15:backgroundPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties &lt;a15:nonVisualGroupProps></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties &lt;a15:objectPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine &lt;a15:signatureLine></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.CameraTool &lt;a14:cameraTool></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension &lt;a14:compatExt></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas &lt;a14:isCanvas></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart &lt;a14:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured &lt;a14:shadowObscured></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties &lt;a14:hiddenFill></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties &lt;a14:hiddenLine></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties &lt;a14:hiddenEffects></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D &lt;a14:hiddenScene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D &lt;a14:hiddenSp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties &lt;a14:imgProps></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi &lt;a14:useLocalDpi></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.TextMath &lt;a14:m></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties &lt;dgm14:cNvPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages &lt;dgm14:recolorImg></description></item>
            <item><description>DocumentFormat.OpenXml.Office.Drawing.Drawing &lt;dsp:drawing></description></item>
            <item><description>DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock &lt;dsp:dataModelExt></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition &lt;dgm:colorsDef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader &lt;dgm:colorsDefHdr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList &lt;dgm:colorsDefHdrLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot &lt;dgm:dataModel></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition &lt;dgm:layoutDef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader &lt;dgm:layoutDefHdr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList &lt;dgm:layoutDefHdrLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds &lt;dgm:relIds></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition &lt;dgm:styleDef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader &lt;dgm:styleDefHdr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList &lt;dgm:styleDefHdrLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartSpace &lt;c:chartSpace></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.UserShapes &lt;c:userShapes></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Charts.ChartReference &lt;c:chart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource &lt;c15:pivotSource></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat &lt;c15:numFmt></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties &lt;c15:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout &lt;c15:layout></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference &lt;c15:fullRef></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference &lt;c15:levelRef></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference &lt;c15:formulaRef></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle &lt;c15:filteredSeriesTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle &lt;c15:filteredCategoryTitle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries &lt;c15:filteredAreaSeries></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries &lt;c15:filteredBarSeries></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries &lt;c15:filteredBubbleSeries></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension &lt;c15:filteredLineSeries></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries &lt;c15:filteredPieSeries></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries &lt;c15:filteredRadarSeries></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries &lt;c15:filteredScatterSeries></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries &lt;c15:filteredSurfaceSeries></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange &lt;c15:datalabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions &lt;c15:categoryFilterExceptions></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable &lt;c15:dlblFieldTable></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave &lt;c15:xForSave></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange &lt;c15:showDataLabelsRange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText &lt;c15:tx></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines &lt;c15:showLeaderLines></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines &lt;c15:leaderLines></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories &lt;c15:autoCat></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions &lt;c14:pivotOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions &lt;c14:sketchOptions></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat &lt;c14:invertSolidFillFmt></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style &lt;c14:style></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart &lt;cdr14:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing &lt;comp:legacyDrawing></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas &lt;lc:lockedCanvas></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline &lt;wp:inline></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor &lt;wp:anchor></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset &lt;wp14:pctPosHOffset></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset &lt;wp14:pctPosVOffset></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth &lt;wp14:sizeRelH></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight &lt;wp14:sizeRelV></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Pictures.Picture &lt;pic:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle &lt;pic14:style></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList &lt;pic14:extLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing &lt;xdr:wsDr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart &lt;xdr:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart &lt;xdr14:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.CommentAuthorList &lt;p:cmAuthorLst></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.CommentList &lt;p:cmLst></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.OleObject &lt;p:oleObj></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.Presentation &lt;p:presentation></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.PresentationProperties &lt;p:presentationPr></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.Slide &lt;p:sld></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.SlideLayout &lt;p:sldLayout></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.SlideMaster &lt;p:sldMaster></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.HandoutMaster &lt;p:handoutMaster></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.NotesMaster &lt;p:notesMaster></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.NotesSlide &lt;p:notes></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.SlideSyncProperties &lt;p:sldSyncPr></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.TagList &lt;p:tagLst></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.ViewProperties &lt;p:viewPr></description></item>
            <item><description>DocumentFormat.OpenXml.Presentation.ContentPart &lt;p:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition &lt;p15:prstTrans></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo &lt;p15:presenceInfo></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo &lt;p15:threadingInfo></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList &lt;p15:sldGuideLst></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList &lt;p15:notesGuideLst></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased &lt;p15:chartTrackingRefBased></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties &lt;p14:nvContentPartPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D &lt;p14:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify &lt;p14:extLst></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.Media &lt;p14:media></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition &lt;p14:vortex></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition &lt;p14:switch></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition &lt;p14:flip></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition &lt;p14:ripple></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition &lt;p14:honeycomb></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition &lt;p14:prism></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition &lt;p14:doors></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition &lt;p14:window></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition &lt;p14:ferris></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition &lt;p14:gallery></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition &lt;p14:conveyor></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition &lt;p14:pan></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition &lt;p14:glitter></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition &lt;p14:warp></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition &lt;p14:flythrough></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition &lt;p14:flash></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition &lt;p14:shred></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition &lt;p14:reveal></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition &lt;p14:wheelReverse></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget &lt;p14:bmkTgt></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties &lt;p14:sectionPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList &lt;p14:sectionLst></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode &lt;p14:browseMode></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor &lt;p14:laserClr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi &lt;p14:defaultImageDpi></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData &lt;p14:discardImageEditData></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls &lt;p14:showMediaCtrls></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList &lt;p14:laserTraceLst></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId &lt;p14:creationId></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId &lt;p14:modId></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList &lt;p14:showEvtLst></description></item>
            <item><description>DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary &lt;sl:schemaLibrary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathProperties &lt;m:mathPr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Recipients &lt;w:recipients></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.TextBoxContent &lt;w:txbxContent></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Comments &lt;w:comments></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Footnotes &lt;w:footnotes></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Endnotes &lt;w:endnotes></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Header &lt;w:hdr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Footer &lt;w:ftr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Settings &lt;w:settings></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.WebSettings &lt;w:webSettings></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Fonts &lt;w:fonts></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Numbering &lt;w:numbering></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Styles &lt;w:styles></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Document &lt;w:document></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument &lt;w:glossaryDocument></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.Color &lt;w15:color></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.DataBinding &lt;w15:dataBinding></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.Appearance &lt;w15:appearance></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.CommentsEx &lt;w15:commentsEx></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.People &lt;w15:people></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection &lt;w15:repeatingSection></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem &lt;w15:repeatingSectionItem></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased &lt;w15:chartTrackingRefBased></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed &lt;w15:collapsed></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId &lt;w15:docId></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns &lt;w15:footnoteColumns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked &lt;w15:webExtensionLinked></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated &lt;w15:webExtensionCreated></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ContentPart &lt;w14:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DocumentId &lt;w14:docId></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ConflictMode &lt;w14:conflictMode></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData &lt;w14:discardImageEditingData></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi &lt;w14:defaultImageDpi></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty &lt;w14:entityPicker></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox &lt;w14:checkbox></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Shape &lt;v:shape></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Shapetype &lt;v:shapetype></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Group &lt;v:group></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Background &lt;v:background></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Fill &lt;v:fill></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Formulas &lt;v:formulas></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.ShapeHandles &lt;v:handles></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.ImageData &lt;v:imagedata></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Path &lt;v:path></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.TextBox &lt;v:textbox></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Shadow &lt;v:shadow></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Stroke &lt;v:stroke></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.TextPath &lt;v:textpath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Arc &lt;v:arc></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Curve &lt;v:curve></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.ImageFile &lt;v:image></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Line &lt;v:line></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Oval &lt;v:oval></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.PolyLine &lt;v:polyline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Rectangle &lt;v:rect></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.RoundRectangle &lt;v:roundrect></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ShapeDefaults &lt;o:shapedefaults></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ShapeLayout &lt;o:shapelayout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.SignatureLine &lt;o:signatureline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Ink &lt;o:ink></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Diagram &lt;o:diagram></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Skew &lt;o:skew></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Extrusion &lt;o:extrusion></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Callout &lt;o:callout></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Lock &lt;o:lock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.OleObject &lt;o:OLEObject></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.Complex &lt;o:complex></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.LeftStroke &lt;o:left></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.TopStroke &lt;o:top></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.RightStroke &lt;o:right></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.BottomStroke &lt;o:bottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ColumnStroke &lt;o:column></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ClipPath &lt;o:clippath></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties &lt;o:fill></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder &lt;w10:bordertop></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder &lt;w10:borderleft></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder &lt;w10:borderright></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder &lt;w10:borderbottom></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap &lt;w10:wrap></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock &lt;w10:anchorlock></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData &lt;xvml:ClientData></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag &lt;pvml:iscomment></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Presentation.TextData &lt;pvml:textdata></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas &lt;wpc:wpc></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup &lt;wpg:wgp></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape &lt;wps:wsp></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer &lt;sle:slicer></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle &lt;cs:colorStyle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle &lt;cs:chartStyle></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension &lt;we:webextension></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference &lt;we:webextensionref></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer &lt;tsle:timeslicer></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicData.Uri">
            <summary>
            <para> Uniform Resource Identifier.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicData.#ctor">
            <summary>
            Initializes a new instance of the GraphicData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GraphicData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GraphicData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphicData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Diagram">
            <summary>
            <para>Diagram to Animate.</para>
            <para> When the object is serialized out as xml, its qualified name is a:dgm.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagram.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagram.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagram.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagram.Id">
            <summary>
            <para> Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Diagram.BuildStep">
            <summary>
            <para> Animation Build Step.</para>
            <para>Represents the following attribute in the schema: bldStep </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagram.#ctor">
            <summary>
            Initializes a new instance of the Diagram class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Diagram.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Chart">
            <summary>
            <para>Chart to Animate.</para>
            <para> When the object is serialized out as xml, its qualified name is a:chart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Chart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Chart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Chart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex">
            <summary>
            <para> Series Index.</para>
            <para>Represents the following attribute in the schema: seriesIdx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex">
            <summary>
            <para> Category Index.</para>
            <para>Represents the following attribute in the schema: categoryIdx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Chart.BuildStep">
            <summary>
            <para> Animation Build Step.</para>
            <para>Represents the following attribute in the schema: bldStep </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Chart.#ctor">
            <summary>
            Initializes a new instance of the Chart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Chart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BuildDiagram">
            <summary>
            <para>Build Diagram.</para>
            <para> When the object is serialized out as xml, its qualified name is a:bldDgm.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BuildDiagram.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BuildDiagram.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BuildDiagram.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BuildDiagram.Build">
            <summary>
            <para> Build.</para>
            <para>Represents the following attribute in the schema: bld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation">
            <summary>
            <para> Reverse Animation.</para>
            <para>Represents the following attribute in the schema: rev </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BuildDiagram.#ctor">
            <summary>
            Initializes a new instance of the BuildDiagram class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BuildDiagram.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BuildChart">
            <summary>
            <para>Build Chart.</para>
            <para> When the object is serialized out as xml, its qualified name is a:bldChart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BuildChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BuildChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BuildChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BuildChart.Build">
            <summary>
            <para> Build.</para>
            <para>Represents the following attribute in the schema: bld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground">
            <summary>
            <para> Animate Background.</para>
            <para>Represents the following attribute in the schema: animBg </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BuildChart.#ctor">
            <summary>
            Initializes a new instance of the BuildChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BuildChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextBody">
             <summary>
             <para>Shape Text Body.</para>
             <para> When the object is serialized out as xml, its qualified name is a:txBody.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BodyProperties &lt;a:bodyPr></description></item>
            <item><description>ListStyle &lt;a:lstStyle></description></item>
            <item><description>Paragraph &lt;a:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextBody.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextBody.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextBody.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextBody.#ctor">
            <summary>
            Initializes a new instance of the TextBody class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextBody.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextBody.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextBody.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBody class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties">
            <summary>
            <para> Body Properties.</para>
            <para> Represents the following element tag in the schema: a:bodyPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextBody.ListStyle">
            <summary>
            <para> Text List Styles.</para>
            <para> Represents the following element tag in the schema: a:lstStyle </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextBody.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.UseShapeRectangle">
            <summary>
            <para>Use Shape Text Rectangle.</para>
            <para> When the object is serialized out as xml, its qualified name is a:useSpRect.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UseShapeRectangle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UseShapeRectangle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UseShapeRectangle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UseShapeRectangle.#ctor">
            <summary>
            Initializes a new instance of the UseShapeRectangle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UseShapeRectangle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Transform2D">
             <summary>
             <para>Defines the Transform2D Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Offset &lt;a:off></description></item>
            <item><description>Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Transform2D.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Transform2D.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Transform2D.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Transform2D.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Transform2D.#ctor">
            <summary>
            Initializes a new instance of the Transform2D class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Transform2D.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Transform2D.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform2D class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Transform2D.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform2D class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Transform2D.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Transform2D.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Transform2D.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties">
             <summary>
             <para>Defines the NonVisualDrawingProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties">
             <summary>
             <para>Non-Visual Shape Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cNvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeLocks &lt;a:spLocks></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox">
            <summary>
            <para> Text Box.</para>
            <para>Represents the following attribute in the schema: txBox </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks">
            <summary>
            <para> Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:spLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties">
             <summary>
             <para>Non-Visual Properties for a Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is a:nvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;a:cNvPr></description></item>
            <item><description>NonVisualShapeDrawingProperties &lt;a:cNvSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: a:cNvPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties">
            <summary>
            <para> Non-Visual Shape Drawing Properties.</para>
            <para> Represents the following element tag in the schema: a:cNvSpPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ShapeProperties">
             <summary>
             <para>Visual Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Transform2D &lt;a:xfrm></description></item>
            <item><description>CustomGeometry &lt;a:custGeom></description></item>
            <item><description>PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>EffectList &lt;a:effectLst></description></item>
            <item><description>EffectDag &lt;a:effectDag></description></item>
            <item><description>Scene3DType &lt;a:scene3d></description></item>
            <item><description>Shape3DType &lt;a:sp3d></description></item>
            <item><description>ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextShape">
             <summary>
             <para>Text Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is a:txSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TextBody &lt;a:txBody></description></item>
            <item><description>UseShapeRectangle &lt;a:useSpRect></description></item>
            <item><description>Transform2D &lt;a:xfrm></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextShape.#ctor">
            <summary>
            Initializes a new instance of the TextShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextShape.TextBody">
            <summary>
            <para> Shape Text Body.</para>
            <para> Represents the following element tag in the schema: a:txBody </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ShapeStyle">
             <summary>
             <para>Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:style.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineReference &lt;a:lnRef></description></item>
            <item><description>FillReference &lt;a:fillRef></description></item>
            <item><description>EffectReference &lt;a:effectRef></description></item>
            <item><description>FontReference &lt;a:fontRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeStyle.#ctor">
            <summary>
            Initializes a new instance of the ShapeStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference">
            <summary>
            <para> LineReference.</para>
            <para> Represents the following element tag in the schema: a:lnRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference">
            <summary>
            <para> FillReference.</para>
            <para> Represents the following element tag in the schema: a:fillRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference">
            <summary>
            <para> EffectReference.</para>
            <para> Represents the following element tag in the schema: a:effectRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference">
            <summary>
            <para> Font Reference.</para>
            <para> Represents the following element tag in the schema: a:fontRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties">
             <summary>
             <para>Non-Visual Connector Shape Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cNvCxnSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConnectionShapeLocks &lt;a:cxnSpLocks></description></item>
            <item><description>StartConnection &lt;a:stCxn></description></item>
            <item><description>EndConnection &lt;a:endCxn></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks">
            <summary>
            <para> Connection Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:cxnSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection">
            <summary>
            <para> Connection Start.</para>
            <para> Represents the following element tag in the schema: a:stCxn </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection">
            <summary>
            <para> Connection End.</para>
            <para> Represents the following element tag in the schema: a:endCxn </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties">
             <summary>
             <para>Non-Visual Properties for a Connection Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is a:nvCxnSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;a:cNvPr></description></item>
            <item><description>NonVisualConnectorShapeDrawingProperties &lt;a:cNvCxnSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> Non-Visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: a:cNvPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties">
            <summary>
            <para> Non-Visual Connector Shape Drawing Properties.</para>
            <para> Represents the following element tag in the schema: a:cNvCxnSpPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties">
             <summary>
             <para>Non-Visual Picture Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cNvPicPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PictureLocks &lt;a:picLocks></description></item>
            <item><description>NonVisualPicturePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize">
            <summary>
            <para> preferRelativeResize.</para>
            <para>Represents the following attribute in the schema: preferRelativeResize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks">
            <summary>
            <para> PictureLocks.</para>
            <para> Represents the following element tag in the schema: a:picLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList">
            <summary>
            <para> NonVisualPicturePropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties">
             <summary>
             <para>Non-Visual Properties for a Picture.</para>
             <para> When the object is serialized out as xml, its qualified name is a:nvPicPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;a:cNvPr></description></item>
            <item><description>NonVisualPictureDrawingProperties &lt;a:cNvPicPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPictureProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: a:cNvPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties">
            <summary>
            <para> Non-Visual Picture Drawing Properties.</para>
            <para> Represents the following element tag in the schema: a:cNvPicPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties">
             <summary>
             <para>Non-Visual Graphic Frame Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cNvGraphicFramePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GraphicFrameLocks &lt;a:graphicFrameLocks></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks">
            <summary>
            <para> Graphic Frame Locks.</para>
            <para> Represents the following element tag in the schema: a:graphicFrameLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties">
             <summary>
             <para>Non-Visual Properties for a Graphic Frame.</para>
             <para> When the object is serialized out as xml, its qualified name is a:nvGraphicFramePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;a:cNvPr></description></item>
            <item><description>NonVisualGraphicFrameDrawingProperties &lt;a:cNvGraphicFramePr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: a:cNvPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties">
            <summary>
            <para> Non-Visual Graphic Frame Drawing Properties.</para>
            <para> Represents the following element tag in the schema: a:cNvGraphicFramePr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties">
             <summary>
             <para>Non-Visual Group Shape Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cNvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GroupShapeLocks &lt;a:grpSpLocks></description></item>
            <item><description>NonVisualGroupDrawingShapePropsExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks">
            <summary>
            <para> GroupShapeLocks.</para>
            <para> Represents the following element tag in the schema: a:grpSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList">
            <summary>
            <para> NonVisualGroupDrawingShapePropsExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Rotation">
            <summary>
            <para>Rotation.</para>
            <para> When the object is serialized out as xml, its qualified name is a:rot.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rotation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rotation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Rotation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rotation.Latitude">
            <summary>
            <para> Latitude.</para>
            <para>Represents the following attribute in the schema: lat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rotation.Longitude">
            <summary>
            <para> Longitude.</para>
            <para>Represents the following attribute in the schema: lon </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rotation.Revolution">
            <summary>
            <para> Revolution.</para>
            <para>Represents the following attribute in the schema: rev </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Rotation.#ctor">
            <summary>
            Initializes a new instance of the Rotation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Rotation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Camera">
             <summary>
             <para>Camera.</para>
             <para> When the object is serialized out as xml, its qualified name is a:camera.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Rotation &lt;a:rot></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Camera.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Camera.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Camera.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Camera.Preset">
            <summary>
            <para> Preset Camera Type.</para>
            <para>Represents the following attribute in the schema: prst </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Camera.FieldOfView">
            <summary>
            <para> Field of View.</para>
            <para>Represents the following attribute in the schema: fov </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Camera.Zoom">
            <summary>
            <para> Zoom.</para>
            <para>Represents the following attribute in the schema: zoom </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Camera.#ctor">
            <summary>
            Initializes a new instance of the Camera class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Camera.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Camera class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Camera.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Camera class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Camera.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Camera class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Camera.Rotation">
            <summary>
            <para> Rotation.</para>
            <para> Represents the following element tag in the schema: a:rot </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Camera.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LightRig">
             <summary>
             <para>Light Rig.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lightRig.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Rotation &lt;a:rot></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LightRig.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LightRig.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LightRig.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LightRig.Rig">
            <summary>
            <para> Rig Preset.</para>
            <para>Represents the following attribute in the schema: rig </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LightRig.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LightRig.#ctor">
            <summary>
            Initializes a new instance of the LightRig class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LightRig.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LightRig class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LightRig.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LightRig class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LightRig.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LightRig class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LightRig.Rotation">
            <summary>
            <para> Rotation.</para>
            <para> Represents the following element tag in the schema: a:rot </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LightRig.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Backdrop">
             <summary>
             <para>Backdrop Plane.</para>
             <para> When the object is serialized out as xml, its qualified name is a:backdrop.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Anchor &lt;a:anchor></description></item>
            <item><description>Normal &lt;a:norm></description></item>
            <item><description>UpVector &lt;a:up></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Backdrop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Backdrop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Backdrop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Backdrop.#ctor">
            <summary>
            Initializes a new instance of the Backdrop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Backdrop.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Backdrop class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Backdrop.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Backdrop class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Backdrop.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Backdrop class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Backdrop.Anchor">
            <summary>
            <para> Anchor Point.</para>
            <para> Represents the following element tag in the schema: a:anchor </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Backdrop.Normal">
            <summary>
            <para> Normal.</para>
            <para> Represents the following element tag in the schema: a:norm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Backdrop.UpVector">
            <summary>
            <para> Up Vector.</para>
            <para> Represents the following element tag in the schema: a:up </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Backdrop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Anchor">
            <summary>
            <para>Anchor Point.</para>
            <para> When the object is serialized out as xml, its qualified name is a:anchor.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Anchor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Anchor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Anchor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Anchor.X">
            <summary>
            <para> X-Coordinate in 3D.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Anchor.Y">
            <summary>
            <para> Y-Coordinate in 3D.</para>
            <para>Represents the following attribute in the schema: y </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Anchor.Z">
            <summary>
            <para> Z-Coordinate in 3D.</para>
            <para>Represents the following attribute in the schema: z </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Anchor.#ctor">
            <summary>
            Initializes a new instance of the Anchor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Anchor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Normal">
            <summary>
            <para>Normal.</para>
            <para> When the object is serialized out as xml, its qualified name is a:norm.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Normal.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Normal.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Normal.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Normal.#ctor">
            <summary>
            Initializes a new instance of the Normal class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Normal.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.UpVector">
            <summary>
            <para>Up Vector.</para>
            <para> When the object is serialized out as xml, its qualified name is a:up.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UpVector.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.UpVector.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UpVector.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UpVector.#ctor">
            <summary>
            Initializes a new instance of the UpVector class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.UpVector.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Vector3DType">
            <summary>
            Defines the Vector3DType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Vector3DType.Dx">
            <summary>
            <para> Distance along X-axis in 3D.</para>
            <para>Represents the following attribute in the schema: dx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Vector3DType.Dy">
            <summary>
            <para> Distance along Y-axis in 3D.</para>
            <para>Represents the following attribute in the schema: dy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Vector3DType.Dz">
            <summary>
            <para> Distance along Z-axis in 3D.</para>
            <para>Represents the following attribute in the schema: dz </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Vector3DType.#ctor">
            <summary>
            Initializes a new instance of the Vector3DType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BevelTop">
            <summary>
            <para>Top Bevel.</para>
            <para> When the object is serialized out as xml, its qualified name is a:bevelT.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BevelTop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BevelTop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BevelTop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BevelTop.#ctor">
            <summary>
            Initializes a new instance of the BevelTop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BevelTop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BevelBottom">
            <summary>
            <para>Bottom Bevel.</para>
            <para> When the object is serialized out as xml, its qualified name is a:bevelB.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BevelBottom.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BevelBottom.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BevelBottom.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BevelBottom.#ctor">
            <summary>
            Initializes a new instance of the BevelBottom class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BevelBottom.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Bevel">
            <summary>
            <para>Bevel.</para>
            <para> When the object is serialized out as xml, its qualified name is a:bevel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Bevel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Bevel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Bevel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Bevel.#ctor">
            <summary>
            Initializes a new instance of the Bevel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Bevel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BevelType">
            <summary>
            Defines the BevelType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BevelType.Width">
            <summary>
            <para> Width.</para>
            <para>Represents the following attribute in the schema: w </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BevelType.Height">
            <summary>
            <para> Height.</para>
            <para>Represents the following attribute in the schema: h </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BevelType.Preset">
            <summary>
            <para> Preset Bevel.</para>
            <para>Represents the following attribute in the schema: prst </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BevelType.#ctor">
            <summary>
            Initializes a new instance of the BevelType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FillToRectangle">
            <summary>
            <para>Fill To Rectangle.</para>
            <para> When the object is serialized out as xml, its qualified name is a:fillToRect.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillToRectangle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillToRectangle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillToRectangle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillToRectangle.#ctor">
            <summary>
            Initializes a new instance of the FillToRectangle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillToRectangle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TileRectangle">
            <summary>
            <para>Tile Rectangle.</para>
            <para> When the object is serialized out as xml, its qualified name is a:tileRect.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TileRectangle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TileRectangle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TileRectangle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TileRectangle.#ctor">
            <summary>
            Initializes a new instance of the TileRectangle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TileRectangle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FillRectangle">
            <summary>
            <para>Fill Rectangle.</para>
            <para> When the object is serialized out as xml, its qualified name is a:fillRect.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillRectangle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FillRectangle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillRectangle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillRectangle.#ctor">
            <summary>
            Initializes a new instance of the FillRectangle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FillRectangle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SourceRectangle">
            <summary>
            <para>Source Rectangle.</para>
            <para> When the object is serialized out as xml, its qualified name is a:srcRect.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SourceRectangle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SourceRectangle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SourceRectangle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SourceRectangle.#ctor">
            <summary>
            Initializes a new instance of the SourceRectangle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SourceRectangle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RelativeRectangleType">
            <summary>
            Defines the RelativeRectangleType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left">
            <summary>
            <para> Left Offset.</para>
            <para>Represents the following attribute in the schema: l </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top">
            <summary>
            <para> Top Offset.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right">
            <summary>
            <para> Right Offset.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom">
            <summary>
            <para> Bottom Offset.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RelativeRectangleType.#ctor">
            <summary>
            Initializes a new instance of the RelativeRectangleType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GradientStop">
             <summary>
             <para>Gradient stops.</para>
             <para> When the object is serialized out as xml, its qualified name is a:gs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStop.Position">
            <summary>
            <para> Position.</para>
            <para>Represents the following attribute in the schema: pos </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStop.#ctor">
            <summary>
            Initializes a new instance of the GradientStop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStop.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GradientStop class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStop.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GradientStop class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStop.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GradientStop class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStop.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GradientStopList">
             <summary>
             <para>Gradient Stop List.</para>
             <para> When the object is serialized out as xml, its qualified name is a:gsLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GradientStop &lt;a:gs></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStopList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GradientStopList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStopList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStopList.#ctor">
            <summary>
            Initializes a new instance of the GradientStopList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStopList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GradientStopList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStopList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GradientStopList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStopList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GradientStopList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GradientStopList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ShapeGuide">
            <summary>
            <para>Shape Guide.</para>
            <para> When the object is serialized out as xml, its qualified name is a:gd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeGuide.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeGuide.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeGuide.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeGuide.Name">
            <summary>
            <para> Shape Guide Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula">
            <summary>
            <para> Shape Guide Formula.</para>
            <para>Represents the following attribute in the schema: fmla </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeGuide.#ctor">
            <summary>
            Initializes a new instance of the ShapeGuide class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeGuide.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Position">
            <summary>
            <para>Position.</para>
            <para> When the object is serialized out as xml, its qualified name is a:pos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Position.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Position.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Position.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Position.#ctor">
            <summary>
            Initializes a new instance of the Position class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Position.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Point">
            <summary>
            <para>Move end point.</para>
            <para> When the object is serialized out as xml, its qualified name is a:pt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Point.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Point.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Point.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Point.#ctor">
            <summary>
            Initializes a new instance of the Point class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Point.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AdjustPoint2DType">
            <summary>
            Defines the AdjustPoint2DType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X">
            <summary>
            <para> X-Coordinate.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y">
            <summary>
            <para> Y-Coordinate.</para>
            <para>Represents the following attribute in the schema: y </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.#ctor">
            <summary>
            Initializes a new instance of the AdjustPoint2DType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AdjustHandleXY">
             <summary>
             <para>XY Adjust Handle.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ahXY.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Position &lt;a:pos></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide">
            <summary>
            <para> Horizontal Adjustment Guide.</para>
            <para>Represents the following attribute in the schema: gdRefX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX">
            <summary>
            <para> Minimum Horizontal Adjustment.</para>
            <para>Represents the following attribute in the schema: minX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX">
            <summary>
            <para> Maximum Horizontal Adjustment.</para>
            <para>Represents the following attribute in the schema: maxX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide">
            <summary>
            <para> Vertical Adjustment Guide.</para>
            <para>Represents the following attribute in the schema: gdRefY </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY">
            <summary>
            <para> Minimum Vertical Adjustment.</para>
            <para>Represents the following attribute in the schema: minY </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY">
            <summary>
            <para> Maximum Vertical Adjustment.</para>
            <para>Represents the following attribute in the schema: maxY </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.#ctor">
            <summary>
            Initializes a new instance of the AdjustHandleXY class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AdjustHandleXY class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AdjustHandleXY class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AdjustHandleXY class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position">
            <summary>
            <para> Position.</para>
            <para> Represents the following element tag in the schema: a:pos </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleXY.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar">
             <summary>
             <para>Polar Adjust Handle.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ahPolar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Position &lt;a:pos></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide">
            <summary>
            <para> Radial Adjustment Guide.</para>
            <para>Represents the following attribute in the schema: gdRefR </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial">
            <summary>
            <para> Minimum Radial Adjustment.</para>
            <para>Represents the following attribute in the schema: minR </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial">
            <summary>
            <para> Maximum Radial Adjustment.</para>
            <para>Represents the following attribute in the schema: maxR </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide">
            <summary>
            <para> Angle Adjustment Guide.</para>
            <para>Represents the following attribute in the schema: gdRefAng </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle">
            <summary>
            <para> Minimum Angle Adjustment.</para>
            <para>Represents the following attribute in the schema: minAng </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle">
            <summary>
            <para> Maximum Angle Adjustment.</para>
            <para>Represents the following attribute in the schema: maxAng </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.#ctor">
            <summary>
            Initializes a new instance of the AdjustHandlePolar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AdjustHandlePolar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AdjustHandlePolar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AdjustHandlePolar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position">
            <summary>
            <para> Shape Position Coordinate.</para>
            <para> Represents the following element tag in the schema: a:pos </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ConnectionSite">
             <summary>
             <para>Shape Connection Site.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cxn.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Position &lt;a:pos></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionSite.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionSite.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSite.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle">
            <summary>
            <para> Connection Site Angle.</para>
            <para>Represents the following attribute in the schema: ang </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSite.#ctor">
            <summary>
            Initializes a new instance of the ConnectionSite class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSite.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectionSite class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSite.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectionSite class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSite.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectionSite class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionSite.Position">
            <summary>
            <para> Position.</para>
            <para> Represents the following element tag in the schema: a:pos </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSite.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.CloseShapePath">
            <summary>
            <para>Close Shape Path.</para>
            <para> When the object is serialized out as xml, its qualified name is a:close.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CloseShapePath.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CloseShapePath.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CloseShapePath.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CloseShapePath.#ctor">
            <summary>
            Initializes a new instance of the CloseShapePath class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CloseShapePath.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.MoveTo">
             <summary>
             <para>Move Path To.</para>
             <para> When the object is serialized out as xml, its qualified name is a:moveTo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Point &lt;a:pt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.MoveTo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.MoveTo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MoveTo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MoveTo.#ctor">
            <summary>
            Initializes a new instance of the MoveTo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MoveTo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MoveTo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MoveTo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MoveTo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MoveTo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MoveTo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.MoveTo.Point">
            <summary>
            <para> Move end point.</para>
            <para> Represents the following element tag in the schema: a:pt </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.MoveTo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineTo">
             <summary>
             <para>Draw Line To.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnTo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Point &lt;a:pt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineTo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineTo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineTo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineTo.#ctor">
            <summary>
            Initializes a new instance of the LineTo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineTo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineTo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineTo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineTo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineTo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineTo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineTo.Point">
            <summary>
            <para> Line end point.</para>
            <para> Represents the following element tag in the schema: a:pt </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineTo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ArcTo">
            <summary>
            <para>Draw Arc To.</para>
            <para> When the object is serialized out as xml, its qualified name is a:arcTo.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ArcTo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ArcTo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ArcTo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius">
            <summary>
            <para> Shape Arc Width Radius.</para>
            <para>Represents the following attribute in the schema: wR </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius">
            <summary>
            <para> Shape Arc Height Radius.</para>
            <para>Represents the following attribute in the schema: hR </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle">
            <summary>
            <para> Shape Arc Start Angle.</para>
            <para>Represents the following attribute in the schema: stAng </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle">
            <summary>
            <para> Shape Arc Swing Angle.</para>
            <para>Represents the following attribute in the schema: swAng </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ArcTo.#ctor">
            <summary>
            Initializes a new instance of the ArcTo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ArcTo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo">
             <summary>
             <para>Draw Quadratic Bezier Curve To.</para>
             <para> When the object is serialized out as xml, its qualified name is a:quadBezTo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Point &lt;a:pt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.#ctor">
            <summary>
            Initializes a new instance of the QuadraticBezierCurveTo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QuadraticBezierCurveTo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QuadraticBezierCurveTo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QuadraticBezierCurveTo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo">
             <summary>
             <para>Draw Cubic Bezier Curve To.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cubicBezTo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Point &lt;a:pt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.#ctor">
            <summary>
            Initializes a new instance of the CubicBezierCurveTo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CubicBezierCurveTo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CubicBezierCurveTo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CubicBezierCurveTo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Path">
             <summary>
             <para>Shape Path.</para>
             <para> When the object is serialized out as xml, its qualified name is a:path.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CloseShapePath &lt;a:close></description></item>
            <item><description>MoveTo &lt;a:moveTo></description></item>
            <item><description>LineTo &lt;a:lnTo></description></item>
            <item><description>ArcTo &lt;a:arcTo></description></item>
            <item><description>QuadraticBezierCurveTo &lt;a:quadBezTo></description></item>
            <item><description>CubicBezierCurveTo &lt;a:cubicBezTo></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Path.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Path.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Path.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Path.Width">
            <summary>
            <para> Path Width.</para>
            <para>Represents the following attribute in the schema: w </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Path.Height">
            <summary>
            <para> Path Height.</para>
            <para>Represents the following attribute in the schema: h </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Path.Fill">
            <summary>
            <para> Path Fill.</para>
            <para>Represents the following attribute in the schema: fill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Path.Stroke">
            <summary>
            <para> Path Stroke.</para>
            <para>Represents the following attribute in the schema: stroke </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk">
            <summary>
            <para> 3D Extrusion Allowed.</para>
            <para>Represents the following attribute in the schema: extrusionOk </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Path.#ctor">
            <summary>
            Initializes a new instance of the Path class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Path.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Path class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Path.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Path class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Path.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Path class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Path.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AdjustValueList">
             <summary>
             <para>List of Shape Adjust Values.</para>
             <para> When the object is serialized out as xml, its qualified name is a:avLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeGuide &lt;a:gd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustValueList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustValueList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustValueList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustValueList.#ctor">
            <summary>
            Initializes a new instance of the AdjustValueList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustValueList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AdjustValueList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustValueList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AdjustValueList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustValueList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AdjustValueList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustValueList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ShapeGuideList">
             <summary>
             <para>List of Shape Guides.</para>
             <para> When the object is serialized out as xml, its qualified name is a:gdLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeGuide &lt;a:gd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeGuideList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeGuideList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeGuideList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeGuideList.#ctor">
            <summary>
            Initializes a new instance of the ShapeGuideList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeGuideList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeGuideList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeGuideList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeGuideList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeGuideList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeGuideList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeGuideList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GeometryGuideListType">
             <summary>
             Defines the GeometryGuideListType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeGuide &lt;a:gd></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GeometryGuideListType.#ctor">
            <summary>
            Initializes a new instance of the GeometryGuideListType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GeometryGuideListType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GeometryGuideListType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GeometryGuideListType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GeometryGuideListType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GeometryGuideListType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GeometryGuideListType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AdjustHandleList">
             <summary>
             <para>List of Shape Adjust Handles.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ahLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AdjustHandleXY &lt;a:ahXY></description></item>
            <item><description>AdjustHandlePolar &lt;a:ahPolar></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.AdjustHandleList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleList.#ctor">
            <summary>
            Initializes a new instance of the AdjustHandleList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AdjustHandleList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AdjustHandleList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AdjustHandleList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.AdjustHandleList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ConnectionSiteList">
             <summary>
             <para>List of Shape Connection Sites.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cxnLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConnectionSite &lt;a:cxn></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionSiteList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSiteList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSiteList.#ctor">
            <summary>
            Initializes a new instance of the ConnectionSiteList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSiteList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectionSiteList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSiteList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectionSiteList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSiteList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectionSiteList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionSiteList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Rectangle">
            <summary>
            <para>Shape Text Rectangle.</para>
            <para> When the object is serialized out as xml, its qualified name is a:rect.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rectangle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rectangle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Rectangle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rectangle.Left">
            <summary>
            <para> Left.</para>
            <para>Represents the following attribute in the schema: l </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rectangle.Top">
            <summary>
            <para> Top.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rectangle.Right">
            <summary>
            <para> Right.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Rectangle.Bottom">
            <summary>
            <para> Bottom Position.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Rectangle.#ctor">
            <summary>
            Initializes a new instance of the Rectangle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Rectangle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PathList">
             <summary>
             <para>List of Shape Paths.</para>
             <para> When the object is serialized out as xml, its qualified name is a:pathLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Path &lt;a:path></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PathList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PathList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathList.#ctor">
            <summary>
            Initializes a new instance of the PathList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PathList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PathList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PathList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PathList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.DashStop">
            <summary>
            <para>Dash Stop.</para>
            <para> When the object is serialized out as xml, its qualified name is a:ds.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DashStop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DashStop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DashStop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DashStop.DashLength">
            <summary>
            <para> Dash Length.</para>
            <para>Represents the following attribute in the schema: d </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength">
            <summary>
            <para> Space Length.</para>
            <para>Represents the following attribute in the schema: sp </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DashStop.#ctor">
            <summary>
            Initializes a new instance of the DashStop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DashStop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.HeadEnd">
            <summary>
            <para>Line Head/End Style.</para>
            <para> When the object is serialized out as xml, its qualified name is a:headEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HeadEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HeadEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HeadEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HeadEnd.#ctor">
            <summary>
            Initializes a new instance of the HeadEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HeadEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TailEnd">
            <summary>
            <para>Tail line end style.</para>
            <para> When the object is serialized out as xml, its qualified name is a:tailEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TailEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TailEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TailEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TailEnd.#ctor">
            <summary>
            Initializes a new instance of the TailEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TailEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineEndPropertiesType">
            <summary>
            Defines the LineEndPropertiesType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type">
            <summary>
            <para> Line Head/End Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width">
            <summary>
            <para> Width of Head/End.</para>
            <para>Represents the following attribute in the schema: w </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length">
            <summary>
            <para> Length of Head/End.</para>
            <para>Represents the following attribute in the schema: len </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.#ctor">
            <summary>
            Initializes a new instance of the LineEndPropertiesType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TransformGroup">
             <summary>
             <para>2D Transform for Grouped Objects.</para>
             <para> When the object is serialized out as xml, its qualified name is a:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Offset &lt;a:off></description></item>
            <item><description>Extents &lt;a:ext></description></item>
            <item><description>ChildOffset &lt;a:chOff></description></item>
            <item><description>ChildExtents &lt;a:chExt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TransformGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TransformGroup.#ctor">
            <summary>
            Initializes a new instance of the TransformGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TransformGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TransformGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TransformGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TransformGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TransformGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TransformGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformGroup.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformGroup.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset">
            <summary>
            <para> Child Offset.</para>
            <para> Represents the following element tag in the schema: a:chOff </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents">
            <summary>
            <para> Child Extents.</para>
            <para> Represents the following element tag in the schema: a:chExt </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TransformGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BodyProperties">
             <summary>
             <para>Defines the BodyProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:bodyPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PresetTextWrap &lt;a:prstTxWarp></description></item>
            <item><description>NoAutoFit &lt;a:noAutofit></description></item>
            <item><description>NormalAutoFit &lt;a:normAutofit></description></item>
            <item><description>ShapeAutoFit &lt;a:spAutoFit></description></item>
            <item><description>Scene3DType &lt;a:scene3d></description></item>
            <item><description>Shape3DType &lt;a:sp3d></description></item>
            <item><description>FlatText &lt;a:flatTx></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BodyProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing">
            <summary>
            <para> Paragraph Spacing.</para>
            <para>Represents the following attribute in the schema: spcFirstLastPara </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow">
            <summary>
            <para> Text Vertical Overflow.</para>
            <para>Represents the following attribute in the schema: vertOverflow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow">
            <summary>
            <para> Text Horizontal Overflow.</para>
            <para>Represents the following attribute in the schema: horzOverflow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical">
            <summary>
            <para> Vertical Text.</para>
            <para>Represents the following attribute in the schema: vert </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap">
            <summary>
            <para> Text Wrapping Type.</para>
            <para>Represents the following attribute in the schema: wrap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset">
            <summary>
            <para> Left Inset.</para>
            <para>Represents the following attribute in the schema: lIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset">
            <summary>
            <para> Top Inset.</para>
            <para>Represents the following attribute in the schema: tIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset">
            <summary>
            <para> Right Inset.</para>
            <para>Represents the following attribute in the schema: rIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset">
            <summary>
            <para> Bottom Inset.</para>
            <para>Represents the following attribute in the schema: bIns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount">
            <summary>
            <para> Number of Columns.</para>
            <para>Represents the following attribute in the schema: numCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing">
            <summary>
            <para> Space Between Columns.</para>
            <para>Represents the following attribute in the schema: spcCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns">
            <summary>
            <para> Columns Right-To-Left.</para>
            <para>Represents the following attribute in the schema: rtlCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt">
            <summary>
            <para> From WordArt.</para>
            <para>Represents the following attribute in the schema: fromWordArt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor">
            <summary>
            <para> Anchor.</para>
            <para>Represents the following attribute in the schema: anchor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter">
            <summary>
            <para> Anchor Center.</para>
            <para>Represents the following attribute in the schema: anchorCtr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias">
            <summary>
            <para> Force Anti-Alias.</para>
            <para>Represents the following attribute in the schema: forceAA </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight">
            <summary>
            <para> Text Upright.</para>
            <para>Represents the following attribute in the schema: upright </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing">
            <summary>
            <para> Compatible Line Spacing.</para>
            <para>Represents the following attribute in the schema: compatLnSpc </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BodyProperties.#ctor">
            <summary>
            Initializes a new instance of the BodyProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BodyProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BodyProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BodyProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BodyProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BodyProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BodyProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap">
            <summary>
            <para> Preset Text Shape.</para>
            <para> Represents the following element tag in the schema: a:prstTxWarp </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BodyProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ListStyle">
             <summary>
             <para>Defines the ListStyle Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lstStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DefaultParagraphProperties &lt;a:defPPr></description></item>
            <item><description>Level1ParagraphProperties &lt;a:lvl1pPr></description></item>
            <item><description>Level2ParagraphProperties &lt;a:lvl2pPr></description></item>
            <item><description>Level3ParagraphProperties &lt;a:lvl3pPr></description></item>
            <item><description>Level4ParagraphProperties &lt;a:lvl4pPr></description></item>
            <item><description>Level5ParagraphProperties &lt;a:lvl5pPr></description></item>
            <item><description>Level6ParagraphProperties &lt;a:lvl6pPr></description></item>
            <item><description>Level7ParagraphProperties &lt;a:lvl7pPr></description></item>
            <item><description>Level8ParagraphProperties &lt;a:lvl8pPr></description></item>
            <item><description>Level9ParagraphProperties &lt;a:lvl9pPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ListStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ListStyle.#ctor">
            <summary>
            Initializes a new instance of the ListStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ListStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ListStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ListStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ListStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ListStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ListStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties">
            <summary>
            <para> Default Paragraph Style.</para>
            <para> Represents the following element tag in the schema: a:defPPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties">
            <summary>
            <para> List Level 1 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl1pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties">
            <summary>
            <para> List Level 2 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl2pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties">
            <summary>
            <para> List Level 3 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl3pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties">
            <summary>
            <para> List Level 4 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl4pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties">
            <summary>
            <para> List Level 5 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl5pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties">
            <summary>
            <para> List Level 6 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl6pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties">
            <summary>
            <para> List Level 7 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl7pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties">
            <summary>
            <para> List Level 8 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl8pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties">
            <summary>
            <para> List Level 9 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl9pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ListStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ShapeDefault">
             <summary>
             <para>Shape Default.</para>
             <para> When the object is serialized out as xml, its qualified name is a:spDef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeProperties &lt;a:spPr></description></item>
            <item><description>BodyProperties &lt;a:bodyPr></description></item>
            <item><description>ListStyle &lt;a:lstStyle></description></item>
            <item><description>ShapeStyle &lt;a:style></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeDefault.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapeDefault.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeDefault.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeDefault.#ctor">
            <summary>
            Initializes a new instance of the ShapeDefault class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeDefault.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeDefault class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeDefault.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeDefault class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeDefault.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeDefault class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapeDefault.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineDefault">
             <summary>
             <para>Line Default.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnDef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeProperties &lt;a:spPr></description></item>
            <item><description>BodyProperties &lt;a:bodyPr></description></item>
            <item><description>ListStyle &lt;a:lstStyle></description></item>
            <item><description>ShapeStyle &lt;a:style></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineDefault.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineDefault.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineDefault.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineDefault.#ctor">
            <summary>
            Initializes a new instance of the LineDefault class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineDefault.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineDefault class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineDefault.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineDefault class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineDefault.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineDefault class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineDefault.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextDefault">
             <summary>
             <para>Text Default.</para>
             <para> When the object is serialized out as xml, its qualified name is a:txDef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeProperties &lt;a:spPr></description></item>
            <item><description>BodyProperties &lt;a:bodyPr></description></item>
            <item><description>ListStyle &lt;a:lstStyle></description></item>
            <item><description>ShapeStyle &lt;a:style></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextDefault.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextDefault.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextDefault.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextDefault.#ctor">
            <summary>
            Initializes a new instance of the TextDefault class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextDefault.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextDefault class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextDefault.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextDefault class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextDefault.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextDefault class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextDefault.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType">
             <summary>
             Defines the DefaultShapeDefinitionType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeProperties &lt;a:spPr></description></item>
            <item><description>BodyProperties &lt;a:bodyPr></description></item>
            <item><description>ListStyle &lt;a:lstStyle></description></item>
            <item><description>ShapeStyle &lt;a:style></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties">
            <summary>
            <para> Visual Properties.</para>
            <para> Represents the following element tag in the schema: a:spPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties">
            <summary>
            <para> BodyProperties.</para>
            <para> Represents the following element tag in the schema: a:bodyPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle">
            <summary>
            <para> ListStyle.</para>
            <para> Represents the following element tag in the schema: a:lstStyle </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle">
            <summary>
            <para> ShapeStyle.</para>
            <para> Represents the following element tag in the schema: a:style </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.#ctor">
            <summary>
            Initializes a new instance of the DefaultShapeDefinitionType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DefaultShapeDefinitionType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DefaultShapeDefinitionType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefaultShapeDefinitionType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.OverrideColorMapping">
             <summary>
             <para>Override Color Mapping.</para>
             <para> When the object is serialized out as xml, its qualified name is a:overrideClrMapping.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OverrideColorMapping.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OverrideColorMapping.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OverrideColorMapping.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OverrideColorMapping.#ctor">
            <summary>
            Initializes a new instance of the OverrideColorMapping class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OverrideColorMapping.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OverrideColorMapping class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OverrideColorMapping.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OverrideColorMapping class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OverrideColorMapping.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OverrideColorMapping class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OverrideColorMapping.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ColorMap">
             <summary>
             <para>Defines the ColorMap Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:clrMap.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorMap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorMap.#ctor">
            <summary>
            Initializes a new instance of the ColorMap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorMap.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorMap class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorMap.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorMap class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorMap class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorMap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ColorMappingType">
             <summary>
             Defines the ColorMappingType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1">
            <summary>
            <para> Background 1.</para>
            <para>Represents the following attribute in the schema: bg1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1">
            <summary>
            <para> Text 1.</para>
            <para>Represents the following attribute in the schema: tx1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2">
            <summary>
            <para> Background 2.</para>
            <para>Represents the following attribute in the schema: bg2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2">
            <summary>
            <para> Text 2.</para>
            <para>Represents the following attribute in the schema: tx2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1">
            <summary>
            <para> Accent 1.</para>
            <para>Represents the following attribute in the schema: accent1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2">
            <summary>
            <para> Accent 2.</para>
            <para>Represents the following attribute in the schema: accent2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3">
            <summary>
            <para> Accent 3.</para>
            <para>Represents the following attribute in the schema: accent3 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4">
            <summary>
            <para> Accent 4.</para>
            <para>Represents the following attribute in the schema: accent4 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5">
            <summary>
            <para> Accent 5.</para>
            <para>Represents the following attribute in the schema: accent5 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6">
            <summary>
            <para> Accent 6.</para>
            <para>Represents the following attribute in the schema: accent6 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink">
            <summary>
            <para> Hyperlink.</para>
            <para>Represents the following attribute in the schema: hlink </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink">
            <summary>
            <para> Followed Hyperlink.</para>
            <para>Represents the following attribute in the schema: folHlink </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorMappingType.#ctor">
            <summary>
            Initializes a new instance of the ColorMappingType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorMappingType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorMappingType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorMappingType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorMappingType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ColorMappingType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorMappingType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ExtraColorScheme">
             <summary>
             <para>Extra Color Scheme.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extraClrScheme.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColorScheme &lt;a:clrScheme></description></item>
            <item><description>ColorMap &lt;a:clrMap></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ExtraColorScheme.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorScheme.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorScheme.#ctor">
            <summary>
            Initializes a new instance of the ExtraColorScheme class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorScheme.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtraColorScheme class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorScheme.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtraColorScheme class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorScheme.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtraColorScheme class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme">
            <summary>
            <para> ColorScheme.</para>
            <para> Represents the following element tag in the schema: a:clrScheme </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap">
            <summary>
            <para> ColorMap.</para>
            <para> Represents the following element tag in the schema: a:clrMap </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorScheme.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ThemeElements">
             <summary>
             <para>Defines the ThemeElements Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:themeElements.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColorScheme &lt;a:clrScheme></description></item>
            <item><description>FontScheme &lt;a:fontScheme></description></item>
            <item><description>FormatScheme &lt;a:fmtScheme></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeElements.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeElements.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeElements.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeElements.#ctor">
            <summary>
            Initializes a new instance of the ThemeElements class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeElements.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ThemeElements class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeElements.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ThemeElements class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeElements.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ThemeElements class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme">
            <summary>
            <para> ColorScheme.</para>
            <para> Represents the following element tag in the schema: a:clrScheme </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme">
            <summary>
            <para> Font Scheme.</para>
            <para> Represents the following element tag in the schema: a:fontScheme </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme">
            <summary>
            <para> Format Scheme.</para>
            <para> Represents the following element tag in the schema: a:fmtScheme </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeElements.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Cell3DProperties">
             <summary>
             <para>Cell 3-D.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cell3D.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Bevel &lt;a:bevel></description></item>
            <item><description>LightRig &lt;a:lightRig></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Cell3DProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Cell3DProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Cell3DProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial">
            <summary>
            <para> Preset Material.</para>
            <para>Represents the following attribute in the schema: prstMaterial </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Cell3DProperties.#ctor">
            <summary>
            Initializes a new instance of the Cell3DProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Cell3DProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Cell3DProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Cell3DProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Cell3DProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Cell3DProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Cell3DProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel">
            <summary>
            <para> Bevel.</para>
            <para> Represents the following element tag in the schema: a:bevel </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig">
            <summary>
            <para> Light Rig.</para>
            <para> Represents the following element tag in the schema: a:lightRig </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Cell3DProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableCellProperties">
             <summary>
             <para>Table Cell Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tcPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LeftBorderLineProperties &lt;a:lnL></description></item>
            <item><description>RightBorderLineProperties &lt;a:lnR></description></item>
            <item><description>TopBorderLineProperties &lt;a:lnT></description></item>
            <item><description>BottomBorderLineProperties &lt;a:lnB></description></item>
            <item><description>TopLeftToBottomRightBorderLineProperties &lt;a:lnTlToBr></description></item>
            <item><description>BottomLeftToTopRightBorderLineProperties &lt;a:lnBlToTr></description></item>
            <item><description>Cell3DProperties &lt;a:cell3D></description></item>
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin">
            <summary>
            <para> Left Margin.</para>
            <para>Represents the following attribute in the schema: marL </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin">
            <summary>
            <para> Right Margin.</para>
            <para>Represents the following attribute in the schema: marR </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin">
            <summary>
            <para> Top Margin.</para>
            <para>Represents the following attribute in the schema: marT </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin">
            <summary>
            <para> Bottom Margin.</para>
            <para>Represents the following attribute in the schema: marB </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical">
            <summary>
            <para> Text Direction.</para>
            <para>Represents the following attribute in the schema: vert </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor">
            <summary>
            <para> Anchor.</para>
            <para>Represents the following attribute in the schema: anchor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter">
            <summary>
            <para> Anchor Center.</para>
            <para>Represents the following attribute in the schema: anchorCtr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow">
            <summary>
            <para> Horizontal Overflow.</para>
            <para>Represents the following attribute in the schema: horzOverflow </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellProperties.#ctor">
            <summary>
            Initializes a new instance of the TableCellProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCellProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCellProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCellProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties">
            <summary>
            <para> Left Border Line Properties.</para>
            <para> Represents the following element tag in the schema: a:lnL </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties">
            <summary>
            <para> Right Border Line Properties.</para>
            <para> Represents the following element tag in the schema: a:lnR </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties">
            <summary>
            <para> Top Border Line Properties.</para>
            <para> Represents the following element tag in the schema: a:lnT </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties">
            <summary>
            <para> Bottom Border Line Properties.</para>
            <para> Represents the following element tag in the schema: a:lnB </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties">
            <summary>
            <para> Top-Left to Bottom-Right Border Line Properties.</para>
            <para> Represents the following element tag in the schema: a:lnTlToBr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties">
            <summary>
            <para> Bottom-Left to Top-Right Border Line Properties.</para>
            <para> Represents the following element tag in the schema: a:lnBlToTr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties">
            <summary>
            <para> Cell 3-D.</para>
            <para> Represents the following element tag in the schema: a:cell3D </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableCell">
             <summary>
             <para>Table Cell.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TextBody &lt;a:txBody></description></item>
            <item><description>TableCellProperties &lt;a:tcPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCell.RowSpan">
            <summary>
            <para> Row Span.</para>
            <para>Represents the following attribute in the schema: rowSpan </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCell.GridSpan">
            <summary>
            <para> Grid Span.</para>
            <para>Represents the following attribute in the schema: gridSpan </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge">
            <summary>
            <para> Horizontal Merge.</para>
            <para>Represents the following attribute in the schema: hMerge </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge">
            <summary>
            <para> Vertical Merge.</para>
            <para>Represents the following attribute in the schema: vMerge </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCell.#ctor">
            <summary>
            Initializes a new instance of the TableCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCell.TextBody">
            <summary>
            <para> Text Body.</para>
            <para> Represents the following element tag in the schema: a:txBody </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties">
            <summary>
            <para> Table Cell Properties.</para>
            <para> Represents the following element tag in the schema: a:tcPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableStyle">
             <summary>
             <para>Table Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tableStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableBackground &lt;a:tblBg></description></item>
            <item><description>WholeTable &lt;a:wholeTbl></description></item>
            <item><description>Band1Horizontal &lt;a:band1H></description></item>
            <item><description>Band2Horizontal &lt;a:band2H></description></item>
            <item><description>Band1Vertical &lt;a:band1V></description></item>
            <item><description>Band2Vertical &lt;a:band2V></description></item>
            <item><description>LastColumn &lt;a:lastCol></description></item>
            <item><description>FirstColumn &lt;a:firstCol></description></item>
            <item><description>LastRow &lt;a:lastRow></description></item>
            <item><description>SoutheastCell &lt;a:seCell></description></item>
            <item><description>SouthwestCell &lt;a:swCell></description></item>
            <item><description>FirstRow &lt;a:firstRow></description></item>
            <item><description>NortheastCell &lt;a:neCell></description></item>
            <item><description>NorthwestCell &lt;a:nwCell></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyle.#ctor">
            <summary>
            Initializes a new instance of the TableStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableStyleEntry">
             <summary>
             <para>Table Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tblStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableBackground &lt;a:tblBg></description></item>
            <item><description>WholeTable &lt;a:wholeTbl></description></item>
            <item><description>Band1Horizontal &lt;a:band1H></description></item>
            <item><description>Band2Horizontal &lt;a:band2H></description></item>
            <item><description>Band1Vertical &lt;a:band1V></description></item>
            <item><description>Band2Vertical &lt;a:band2V></description></item>
            <item><description>LastColumn &lt;a:lastCol></description></item>
            <item><description>FirstColumn &lt;a:firstCol></description></item>
            <item><description>LastRow &lt;a:lastRow></description></item>
            <item><description>SoutheastCell &lt;a:seCell></description></item>
            <item><description>SouthwestCell &lt;a:swCell></description></item>
            <item><description>FirstRow &lt;a:firstRow></description></item>
            <item><description>NortheastCell &lt;a:neCell></description></item>
            <item><description>NorthwestCell &lt;a:nwCell></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleEntry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleEntry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleEntry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleEntry.#ctor">
            <summary>
            Initializes a new instance of the TableStyleEntry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleEntry.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableStyleEntry class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleEntry.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableStyleEntry class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleEntry.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyleEntry class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleEntry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableStyleType">
             <summary>
             Defines the TableStyleType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableBackground &lt;a:tblBg></description></item>
            <item><description>WholeTable &lt;a:wholeTbl></description></item>
            <item><description>Band1Horizontal &lt;a:band1H></description></item>
            <item><description>Band2Horizontal &lt;a:band2H></description></item>
            <item><description>Band1Vertical &lt;a:band1V></description></item>
            <item><description>Band2Vertical &lt;a:band2V></description></item>
            <item><description>LastColumn &lt;a:lastCol></description></item>
            <item><description>FirstColumn &lt;a:firstCol></description></item>
            <item><description>LastRow &lt;a:lastRow></description></item>
            <item><description>SoutheastCell &lt;a:seCell></description></item>
            <item><description>SouthwestCell &lt;a:swCell></description></item>
            <item><description>FirstRow &lt;a:firstRow></description></item>
            <item><description>NortheastCell &lt;a:neCell></description></item>
            <item><description>NorthwestCell &lt;a:nwCell></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId">
            <summary>
            <para> Style ID.</para>
            <para>Represents the following attribute in the schema: styleId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: styleName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground">
            <summary>
            <para> Table Background.</para>
            <para> Represents the following element tag in the schema: a:tblBg </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable">
            <summary>
            <para> Whole Table.</para>
            <para> Represents the following element tag in the schema: a:wholeTbl </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal">
            <summary>
            <para> Band 1 Horizontal.</para>
            <para> Represents the following element tag in the schema: a:band1H </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal">
            <summary>
            <para> Band 2 Horizontal.</para>
            <para> Represents the following element tag in the schema: a:band2H </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical">
            <summary>
            <para> Band 1 Vertical.</para>
            <para> Represents the following element tag in the schema: a:band1V </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical">
            <summary>
            <para> Band 2 Vertical.</para>
            <para> Represents the following element tag in the schema: a:band2V </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn">
            <summary>
            <para> Last Column.</para>
            <para> Represents the following element tag in the schema: a:lastCol </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn">
            <summary>
            <para> First Column.</para>
            <para> Represents the following element tag in the schema: a:firstCol </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow">
            <summary>
            <para> Last Row.</para>
            <para> Represents the following element tag in the schema: a:lastRow </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell">
            <summary>
            <para> Southeast Cell.</para>
            <para> Represents the following element tag in the schema: a:seCell </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell">
            <summary>
            <para> Southwest Cell.</para>
            <para> Represents the following element tag in the schema: a:swCell </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow">
            <summary>
            <para> First Row.</para>
            <para> Represents the following element tag in the schema: a:firstRow </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell">
            <summary>
            <para> Northeast Cell.</para>
            <para> Represents the following element tag in the schema: a:neCell </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell">
            <summary>
            <para> Northwest Cell.</para>
            <para> Represents the following element tag in the schema: a:nwCell </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleType.#ctor">
            <summary>
            Initializes a new instance of the TableStyleType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableStyleType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableStyleType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyleType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableStyleId">
            <summary>
            <para>Table Style ID.</para>
            <para> When the object is serialized out as xml, its qualified name is a:tableStyleId.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableStyleId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleId.#ctor">
            <summary>
            Initializes a new instance of the TableStyleId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyleId class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableStyleId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GridColumn">
             <summary>
             <para>Table Grid Column.</para>
             <para> When the object is serialized out as xml, its qualified name is a:gridCol.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GridColumn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GridColumn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GridColumn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GridColumn.Width">
            <summary>
            <para> Width.</para>
            <para>Represents the following attribute in the schema: w </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GridColumn.#ctor">
            <summary>
            Initializes a new instance of the GridColumn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GridColumn.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GridColumn class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GridColumn.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GridColumn class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GridColumn.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GridColumn class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GridColumn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableProperties">
             <summary>
             <para>Table Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tblPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
            <item><description>EffectList &lt;a:effectLst></description></item>
            <item><description>EffectDag &lt;a:effectDag></description></item>
            <item><description>TableStyle &lt;a:tableStyle></description></item>
            <item><description>TableStyleId &lt;a:tableStyleId></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft">
            <summary>
            <para> Right-to-Left.</para>
            <para>Represents the following attribute in the schema: rtl </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow">
            <summary>
            <para> First Row.</para>
            <para>Represents the following attribute in the schema: firstRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn">
            <summary>
            <para> First Column.</para>
            <para>Represents the following attribute in the schema: firstCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableProperties.LastRow">
            <summary>
            <para> Last Row.</para>
            <para>Represents the following attribute in the schema: lastRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn">
            <summary>
            <para> Last Column.</para>
            <para>Represents the following attribute in the schema: lastCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableProperties.BandRow">
            <summary>
            <para> Banded Rows.</para>
            <para>Represents the following attribute in the schema: bandRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn">
            <summary>
            <para> Banded Columns.</para>
            <para>Represents the following attribute in the schema: bandCol </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableProperties.#ctor">
            <summary>
            Initializes a new instance of the TableProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableGrid">
             <summary>
             <para>Table Grid.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tblGrid.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GridColumn &lt;a:gridCol></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableGrid.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableGrid.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableGrid.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableGrid.#ctor">
            <summary>
            Initializes a new instance of the TableGrid class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableGrid.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableGrid class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableGrid.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableGrid class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableGrid.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableGrid class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableGrid.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableRow">
             <summary>
             <para>Table Row.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCell &lt;a:tc></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableRow.Height">
            <summary>
            <para> Height.</para>
            <para>Represents the following attribute in the schema: h </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableRow.#ctor">
            <summary>
            Initializes a new instance of the TableRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LeftBorder">
             <summary>
             <para>Left Border.</para>
             <para> When the object is serialized out as xml, its qualified name is a:left.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>LineReference &lt;a:lnRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LeftBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LeftBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorder.#ctor">
            <summary>
            Initializes a new instance of the LeftBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LeftBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LeftBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LeftBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LeftBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RightBorder">
             <summary>
             <para>Right Border.</para>
             <para> When the object is serialized out as xml, its qualified name is a:right.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>LineReference &lt;a:lnRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RightBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RightBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorder.#ctor">
            <summary>
            Initializes a new instance of the RightBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RightBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RightBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RightBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TopBorder">
             <summary>
             <para>Top Border.</para>
             <para> When the object is serialized out as xml, its qualified name is a:top.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>LineReference &lt;a:lnRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TopBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TopBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorder.#ctor">
            <summary>
            Initializes a new instance of the TopBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TopBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TopBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TopBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BottomBorder">
             <summary>
             <para>Bottom Border.</para>
             <para> When the object is serialized out as xml, its qualified name is a:bottom.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>LineReference &lt;a:lnRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BottomBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BottomBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorder.#ctor">
            <summary>
            Initializes a new instance of the BottomBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BottomBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BottomBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BottomBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BottomBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder">
             <summary>
             <para>Inside Horizontal Border.</para>
             <para> When the object is serialized out as xml, its qualified name is a:insideH.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>LineReference &lt;a:lnRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.#ctor">
            <summary>
            Initializes a new instance of the InsideHorizontalBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the InsideHorizontalBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the InsideHorizontalBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InsideHorizontalBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder">
             <summary>
             <para>Inside Vertical Border.</para>
             <para> When the object is serialized out as xml, its qualified name is a:insideV.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>LineReference &lt;a:lnRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.#ctor">
            <summary>
            Initializes a new instance of the InsideVerticalBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the InsideVerticalBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the InsideVerticalBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InsideVerticalBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder">
             <summary>
             <para>Top Left to Bottom Right Border.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tl2br.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>LineReference &lt;a:lnRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.#ctor">
            <summary>
            Initializes a new instance of the TopLeftToBottomRightBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TopLeftToBottomRightBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TopLeftToBottomRightBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TopLeftToBottomRightBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder">
             <summary>
             <para>Top Right to Bottom Left Border.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tr2bl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>LineReference &lt;a:lnRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.#ctor">
            <summary>
            Initializes a new instance of the TopRightToBottomLeftBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TopRightToBottomLeftBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TopRightToBottomLeftBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TopRightToBottomLeftBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType">
             <summary>
             Defines the ThemeableLineStyleType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>LineReference &lt;a:lnRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline">
            <summary>
            <para> Outline.</para>
            <para> Represents the following element tag in the schema: a:ln </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference">
            <summary>
            <para> Line Reference.</para>
            <para> Represents the following element tag in the schema: a:lnRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.#ctor">
            <summary>
            Initializes a new instance of the ThemeableLineStyleType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ThemeableLineStyleType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ThemeableLineStyleType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ThemeableLineStyleType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableCellBorders">
             <summary>
             <para>Table Cell Borders.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tcBdr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LeftBorder &lt;a:left></description></item>
            <item><description>RightBorder &lt;a:right></description></item>
            <item><description>TopBorder &lt;a:top></description></item>
            <item><description>BottomBorder &lt;a:bottom></description></item>
            <item><description>InsideHorizontalBorder &lt;a:insideH></description></item>
            <item><description>InsideVerticalBorder &lt;a:insideV></description></item>
            <item><description>TopLeftToBottomRightBorder &lt;a:tl2br></description></item>
            <item><description>TopRightToBottomLeftBorder &lt;a:tr2bl></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellBorders.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellBorders.#ctor">
            <summary>
            Initializes a new instance of the TableCellBorders class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellBorders.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCellBorders class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellBorders.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCellBorders class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellBorders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCellBorders class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder">
            <summary>
            <para> Left Border.</para>
            <para> Represents the following element tag in the schema: a:left </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder">
            <summary>
            <para> Right Border.</para>
            <para> Represents the following element tag in the schema: a:right </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder">
            <summary>
            <para> Top Border.</para>
            <para> Represents the following element tag in the schema: a:top </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder">
            <summary>
            <para> Bottom Border.</para>
            <para> Represents the following element tag in the schema: a:bottom </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder">
            <summary>
            <para> Inside Horizontal Border.</para>
            <para> Represents the following element tag in the schema: a:insideH </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder">
            <summary>
            <para> Inside Vertical Border.</para>
            <para> Represents the following element tag in the schema: a:insideV </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder">
            <summary>
            <para> Top Left to Bottom Right Border.</para>
            <para> Represents the following element tag in the schema: a:tl2br </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder">
            <summary>
            <para> Top Right to Bottom Left Border.</para>
            <para> Represents the following element tag in the schema: a:tr2bl </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellBorders.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableCellTextStyle">
             <summary>
             <para>Table Cell Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tcTxStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Fonts &lt;a:font></description></item>
            <item><description>FontReference &lt;a:fontRef></description></item>
            <item><description>RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>HslColor &lt;a:hslClr></description></item>
            <item><description>SystemColor &lt;a:sysClr></description></item>
            <item><description>SchemeColor &lt;a:schemeClr></description></item>
            <item><description>PresetColor &lt;a:prstClr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellTextStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellTextStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellTextStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold">
            <summary>
            <para> Bold.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic">
            <summary>
            <para> Italic.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellTextStyle.#ctor">
            <summary>
            Initializes a new instance of the TableCellTextStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellTextStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCellTextStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellTextStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCellTextStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellTextStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCellTextStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellTextStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableCellStyle">
             <summary>
             <para>Table Cell Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tcStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellBorders &lt;a:tcBdr></description></item>
            <item><description>FillProperties &lt;a:fill></description></item>
            <item><description>FillReference &lt;a:fillRef></description></item>
            <item><description>Cell3DProperties &lt;a:cell3D></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellStyle.#ctor">
            <summary>
            Initializes a new instance of the TableCellStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCellStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCellStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCellStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders">
            <summary>
            <para> Table Cell Borders.</para>
            <para> Represents the following element tag in the schema: a:tcBdr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableCellStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TableBackground">
             <summary>
             <para>Table Background.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tblBg.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FillProperties &lt;a:fill></description></item>
            <item><description>FillReference &lt;a:fillRef></description></item>
            <item><description>EffectPropertiesType &lt;a:effect></description></item>
            <item><description>EffectReference &lt;a:effectRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableBackground.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TableBackground.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableBackground.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableBackground.#ctor">
            <summary>
            Initializes a new instance of the TableBackground class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableBackground.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableBackground class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableBackground.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableBackground class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableBackground.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableBackground class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TableBackground.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.WholeTable">
             <summary>
             <para>Whole Table.</para>
             <para> When the object is serialized out as xml, its qualified name is a:wholeTbl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.WholeTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.WholeTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.WholeTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.WholeTable.#ctor">
            <summary>
            Initializes a new instance of the WholeTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.WholeTable.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WholeTable class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.WholeTable.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WholeTable class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.WholeTable.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WholeTable class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.WholeTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Band1Horizontal">
             <summary>
             <para>Band 1 Horizontal.</para>
             <para> When the object is serialized out as xml, its qualified name is a:band1H.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Band1Horizontal.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Band1Horizontal.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Horizontal.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Horizontal.#ctor">
            <summary>
            Initializes a new instance of the Band1Horizontal class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Horizontal.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Band1Horizontal class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Horizontal.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Band1Horizontal class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Horizontal.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Band1Horizontal class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Horizontal.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Band2Horizontal">
             <summary>
             <para>Band 2 Horizontal.</para>
             <para> When the object is serialized out as xml, its qualified name is a:band2H.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Band2Horizontal.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Band2Horizontal.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Horizontal.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Horizontal.#ctor">
            <summary>
            Initializes a new instance of the Band2Horizontal class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Horizontal.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Band2Horizontal class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Horizontal.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Band2Horizontal class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Horizontal.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Band2Horizontal class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Horizontal.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Band1Vertical">
             <summary>
             <para>Band 1 Vertical.</para>
             <para> When the object is serialized out as xml, its qualified name is a:band1V.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Band1Vertical.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Band1Vertical.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Vertical.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Vertical.#ctor">
            <summary>
            Initializes a new instance of the Band1Vertical class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Vertical.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Band1Vertical class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Vertical.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Band1Vertical class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Vertical.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Band1Vertical class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band1Vertical.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Band2Vertical">
             <summary>
             <para>Band 2 Vertical.</para>
             <para> When the object is serialized out as xml, its qualified name is a:band2V.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Band2Vertical.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Band2Vertical.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Vertical.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Vertical.#ctor">
            <summary>
            Initializes a new instance of the Band2Vertical class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Vertical.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Band2Vertical class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Vertical.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Band2Vertical class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Vertical.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Band2Vertical class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Band2Vertical.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LastColumn">
             <summary>
             <para>Last Column.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lastCol.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LastColumn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LastColumn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastColumn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastColumn.#ctor">
            <summary>
            Initializes a new instance of the LastColumn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastColumn.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LastColumn class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastColumn.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LastColumn class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastColumn.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LastColumn class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastColumn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FirstColumn">
             <summary>
             <para>First Column.</para>
             <para> When the object is serialized out as xml, its qualified name is a:firstCol.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FirstColumn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FirstColumn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstColumn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstColumn.#ctor">
            <summary>
            Initializes a new instance of the FirstColumn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstColumn.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FirstColumn class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstColumn.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FirstColumn class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstColumn.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FirstColumn class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstColumn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LastRow">
             <summary>
             <para>Last Row.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lastRow.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LastRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LastRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastRow.#ctor">
            <summary>
            Initializes a new instance of the LastRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LastRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LastRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LastRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LastRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SoutheastCell">
             <summary>
             <para>Southeast Cell.</para>
             <para> When the object is serialized out as xml, its qualified name is a:seCell.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SoutheastCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SoutheastCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SoutheastCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SoutheastCell.#ctor">
            <summary>
            Initializes a new instance of the SoutheastCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SoutheastCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SoutheastCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SoutheastCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SoutheastCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SoutheastCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SoutheastCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SoutheastCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SouthwestCell">
             <summary>
             <para>Southwest Cell.</para>
             <para> When the object is serialized out as xml, its qualified name is a:swCell.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SouthwestCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SouthwestCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SouthwestCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SouthwestCell.#ctor">
            <summary>
            Initializes a new instance of the SouthwestCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SouthwestCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SouthwestCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SouthwestCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SouthwestCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SouthwestCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SouthwestCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SouthwestCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FirstRow">
             <summary>
             <para>First Row.</para>
             <para> When the object is serialized out as xml, its qualified name is a:firstRow.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FirstRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.FirstRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstRow.#ctor">
            <summary>
            Initializes a new instance of the FirstRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FirstRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FirstRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FirstRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.FirstRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NortheastCell">
             <summary>
             <para>Northeast Cell.</para>
             <para> When the object is serialized out as xml, its qualified name is a:neCell.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NortheastCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NortheastCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NortheastCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NortheastCell.#ctor">
            <summary>
            Initializes a new instance of the NortheastCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NortheastCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NortheastCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NortheastCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NortheastCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NortheastCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NortheastCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NortheastCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NorthwestCell">
             <summary>
             <para>Northwest Cell.</para>
             <para> When the object is serialized out as xml, its qualified name is a:nwCell.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NorthwestCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NorthwestCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NorthwestCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NorthwestCell.#ctor">
            <summary>
            Initializes a new instance of the NorthwestCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NorthwestCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NorthwestCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NorthwestCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NorthwestCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NorthwestCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NorthwestCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NorthwestCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TablePartStyleType">
             <summary>
             Defines the TablePartStyleType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellTextStyle &lt;a:tcTxStyle></description></item>
            <item><description>TableCellStyle &lt;a:tcStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle">
            <summary>
            <para> Table Cell Text Style.</para>
            <para> Represents the following element tag in the schema: a:tcTxStyle </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle">
            <summary>
            <para> Table Cell Style.</para>
            <para> Represents the following element tag in the schema: a:tcStyle </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TablePartStyleType.#ctor">
            <summary>
            Initializes a new instance of the TablePartStyleType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TablePartStyleType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TablePartStyleType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TablePartStyleType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TablePartStyleType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TablePartStyleType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TablePartStyleType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ParagraphProperties">
             <summary>
             <para>Text Paragraph Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties">
             <summary>
             <para>Default Paragraph Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:defPPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the DefaultParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DefaultParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DefaultParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefaultParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties">
             <summary>
             <para>List Level 1 Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lvl1pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the Level1ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level1ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level1ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level1ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties">
             <summary>
             <para>List Level 2 Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lvl2pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the Level2ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level2ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level2ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level2ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties">
             <summary>
             <para>List Level 3 Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lvl3pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the Level3ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level3ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level3ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level3ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties">
             <summary>
             <para>List Level 4 Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lvl4pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the Level4ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level4ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level4ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level4ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties">
             <summary>
             <para>List Level 5 Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lvl5pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the Level5ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level5ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level5ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level5ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties">
             <summary>
             <para>List Level 6 Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lvl6pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the Level6ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level6ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level6ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level6ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties">
             <summary>
             <para>List Level 7 Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lvl7pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the Level7ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level7ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level7ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level7ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties">
             <summary>
             <para>List Level 8 Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lvl8pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the Level8ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level8ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level8ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level8ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties">
             <summary>
             <para>List Level 9 Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lvl9pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the Level9ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level9ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level9ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level9ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType">
             <summary>
             Defines the TextParagraphPropertiesType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LineSpacing &lt;a:lnSpc></description></item>
            <item><description>SpaceBefore &lt;a:spcBef></description></item>
            <item><description>SpaceAfter &lt;a:spcAft></description></item>
            <item><description>BulletColorText &lt;a:buClrTx></description></item>
            <item><description>BulletColor &lt;a:buClr></description></item>
            <item><description>BulletSizeText &lt;a:buSzTx></description></item>
            <item><description>BulletSizePercentage &lt;a:buSzPct></description></item>
            <item><description>BulletSizePoints &lt;a:buSzPts></description></item>
            <item><description>BulletFontText &lt;a:buFontTx></description></item>
            <item><description>BulletFont &lt;a:buFont></description></item>
            <item><description>NoBullet &lt;a:buNone></description></item>
            <item><description>AutoNumberedBullet &lt;a:buAutoNum></description></item>
            <item><description>CharacterBullet &lt;a:buChar></description></item>
            <item><description>PictureBullet &lt;a:buBlip></description></item>
            <item><description>TabStopList &lt;a:tabLst></description></item>
            <item><description>DefaultRunProperties &lt;a:defRPr></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin">
            <summary>
            <para> Left Margin.</para>
            <para>Represents the following attribute in the schema: marL </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin">
            <summary>
            <para> Right Margin.</para>
            <para>Represents the following attribute in the schema: marR </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level">
            <summary>
            <para> Level.</para>
            <para>Represents the following attribute in the schema: lvl </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent">
            <summary>
            <para> Indent.</para>
            <para>Represents the following attribute in the schema: indent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment">
            <summary>
            <para> Alignment.</para>
            <para>Represents the following attribute in the schema: algn </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize">
            <summary>
            <para> Default Tab Size.</para>
            <para>Represents the following attribute in the schema: defTabSz </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft">
            <summary>
            <para> Right To Left.</para>
            <para>Represents the following attribute in the schema: rtl </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak">
            <summary>
            <para> East Asian Line Break.</para>
            <para>Represents the following attribute in the schema: eaLnBrk </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment">
            <summary>
            <para> Font Alignment.</para>
            <para>Represents the following attribute in the schema: fontAlgn </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak">
            <summary>
            <para> Latin Line Break.</para>
            <para>Represents the following attribute in the schema: latinLnBrk </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height">
            <summary>
            <para> Hanging Punctuation.</para>
            <para>Represents the following attribute in the schema: hangingPunct </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing">
            <summary>
            <para> Line Spacing.</para>
            <para> Represents the following element tag in the schema: a:lnSpc </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore">
            <summary>
            <para> Space Before.</para>
            <para> Represents the following element tag in the schema: a:spcBef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter">
            <summary>
            <para> Space After.</para>
            <para> Represents the following element tag in the schema: a:spcAft </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.#ctor">
            <summary>
            Initializes a new instance of the TextParagraphPropertiesType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextParagraphPropertiesType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextParagraphPropertiesType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextParagraphPropertiesType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties">
             <summary>
             <para>End Paragraph Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:endParaRPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
            <item><description>EffectList &lt;a:effectLst></description></item>
            <item><description>EffectDag &lt;a:effectDag></description></item>
            <item><description>Highlight &lt;a:highlight></description></item>
            <item><description>UnderlineFollowsText &lt;a:uLnTx></description></item>
            <item><description>Underline &lt;a:uLn></description></item>
            <item><description>UnderlineFillText &lt;a:uFillTx></description></item>
            <item><description>UnderlineFill &lt;a:uFill></description></item>
            <item><description>LatinFont &lt;a:latin></description></item>
            <item><description>EastAsianFont &lt;a:ea></description></item>
            <item><description>ComplexScriptFont &lt;a:cs></description></item>
            <item><description>SymbolFont &lt;a:sym></description></item>
            <item><description>HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>HyperlinkOnMouseOver &lt;a:hlinkMouseOver></description></item>
            <item><description>RightToLeft &lt;a:rtl></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.#ctor">
            <summary>
            Initializes a new instance of the EndParagraphRunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EndParagraphRunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EndParagraphRunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EndParagraphRunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RunProperties">
             <summary>
             <para>Text Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:rPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
            <item><description>EffectList &lt;a:effectLst></description></item>
            <item><description>EffectDag &lt;a:effectDag></description></item>
            <item><description>Highlight &lt;a:highlight></description></item>
            <item><description>UnderlineFollowsText &lt;a:uLnTx></description></item>
            <item><description>Underline &lt;a:uLn></description></item>
            <item><description>UnderlineFillText &lt;a:uFillTx></description></item>
            <item><description>UnderlineFill &lt;a:uFill></description></item>
            <item><description>LatinFont &lt;a:latin></description></item>
            <item><description>EastAsianFont &lt;a:ea></description></item>
            <item><description>ComplexScriptFont &lt;a:cs></description></item>
            <item><description>SymbolFont &lt;a:sym></description></item>
            <item><description>HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>HyperlinkOnMouseOver &lt;a:hlinkMouseOver></description></item>
            <item><description>RightToLeft &lt;a:rtl></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RunProperties.#ctor">
            <summary>
            Initializes a new instance of the RunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.DefaultRunProperties">
             <summary>
             <para>Default Text Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:defRPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
            <item><description>EffectList &lt;a:effectLst></description></item>
            <item><description>EffectDag &lt;a:effectDag></description></item>
            <item><description>Highlight &lt;a:highlight></description></item>
            <item><description>UnderlineFollowsText &lt;a:uLnTx></description></item>
            <item><description>Underline &lt;a:uLn></description></item>
            <item><description>UnderlineFillText &lt;a:uFillTx></description></item>
            <item><description>UnderlineFill &lt;a:uFill></description></item>
            <item><description>LatinFont &lt;a:latin></description></item>
            <item><description>EastAsianFont &lt;a:ea></description></item>
            <item><description>ComplexScriptFont &lt;a:cs></description></item>
            <item><description>SymbolFont &lt;a:sym></description></item>
            <item><description>HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>HyperlinkOnMouseOver &lt;a:hlinkMouseOver></description></item>
            <item><description>RightToLeft &lt;a:rtl></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DefaultRunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DefaultRunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultRunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultRunProperties.#ctor">
            <summary>
            Initializes a new instance of the DefaultRunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultRunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DefaultRunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultRunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DefaultRunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultRunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefaultRunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DefaultRunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType">
             <summary>
             Defines the TextCharacterPropertiesType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Outline &lt;a:ln></description></item>
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
            <item><description>EffectList &lt;a:effectLst></description></item>
            <item><description>EffectDag &lt;a:effectDag></description></item>
            <item><description>Highlight &lt;a:highlight></description></item>
            <item><description>UnderlineFollowsText &lt;a:uLnTx></description></item>
            <item><description>Underline &lt;a:uLn></description></item>
            <item><description>UnderlineFillText &lt;a:uFillTx></description></item>
            <item><description>UnderlineFill &lt;a:uFill></description></item>
            <item><description>LatinFont &lt;a:latin></description></item>
            <item><description>EastAsianFont &lt;a:ea></description></item>
            <item><description>ComplexScriptFont &lt;a:cs></description></item>
            <item><description>SymbolFont &lt;a:sym></description></item>
            <item><description>HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>HyperlinkOnMouseOver &lt;a:hlinkMouseOver></description></item>
            <item><description>RightToLeft &lt;a:rtl></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji">
            <summary>
            <para> kumimoji.</para>
            <para>Represents the following attribute in the schema: kumimoji </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language">
            <summary>
            <para> lang.</para>
            <para>Represents the following attribute in the schema: lang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage">
            <summary>
            <para> altLang.</para>
            <para>Represents the following attribute in the schema: altLang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize">
            <summary>
            <para> sz.</para>
            <para>Represents the following attribute in the schema: sz </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold">
            <summary>
            <para> b.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic">
            <summary>
            <para> i.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline">
            <summary>
            <para> u.</para>
            <para>Represents the following attribute in the schema: u </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike">
            <summary>
            <para> strike.</para>
            <para>Represents the following attribute in the schema: strike </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning">
            <summary>
            <para> kern.</para>
            <para>Represents the following attribute in the schema: kern </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital">
            <summary>
            <para> cap.</para>
            <para>Represents the following attribute in the schema: cap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing">
            <summary>
            <para> spc.</para>
            <para>Represents the following attribute in the schema: spc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight">
            <summary>
            <para> normalizeH.</para>
            <para>Represents the following attribute in the schema: normalizeH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline">
            <summary>
            <para> baseline.</para>
            <para>Represents the following attribute in the schema: baseline </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof">
            <summary>
            <para> noProof.</para>
            <para>Represents the following attribute in the schema: noProof </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty">
            <summary>
            <para> dirty.</para>
            <para>Represents the following attribute in the schema: dirty </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError">
            <summary>
            <para> err.</para>
            <para>Represents the following attribute in the schema: err </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark">
            <summary>
            <para> bmk.</para>
            <para>Represents the following attribute in the schema: bmk </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline">
            <summary>
            <para> Outline.</para>
            <para> Represents the following element tag in the schema: a:ln </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.#ctor">
            <summary>
            Initializes a new instance of the TextCharacterPropertiesType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextCharacterPropertiesType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextCharacterPropertiesType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextCharacterPropertiesType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Paragraph">
             <summary>
             <para>Text Paragraphs.</para>
             <para> When the object is serialized out as xml, its qualified name is a:p.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParagraphProperties &lt;a:pPr></description></item>
            <item><description>Run &lt;a:r></description></item>
            <item><description>Break &lt;a:br></description></item>
            <item><description>Field &lt;a:fld></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.TextMath &lt;a14:m></description></item>
            <item><description>EndParagraphRunProperties &lt;a:endParaRPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Paragraph.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Paragraph.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Paragraph.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Paragraph.#ctor">
            <summary>
            Initializes a new instance of the Paragraph class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Paragraph.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Paragraph class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Paragraph.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Paragraph class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Paragraph.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Paragraph class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties">
            <summary>
            <para> Text Paragraph Properties.</para>
            <para> Represents the following element tag in the schema: a:pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Paragraph.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TabStop">
            <summary>
            <para>Tab Stop.</para>
            <para> When the object is serialized out as xml, its qualified name is a:tab.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TabStop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TabStop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TabStop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TabStop.Position">
            <summary>
            <para> Tab Position.</para>
            <para>Represents the following attribute in the schema: pos </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TabStop.Alignment">
            <summary>
            <para> Tab Alignment.</para>
            <para>Represents the following attribute in the schema: algn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TabStop.#ctor">
            <summary>
            Initializes a new instance of the TabStop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TabStop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SpacingPercent">
            <summary>
            <para>Spacing Percent.</para>
            <para> When the object is serialized out as xml, its qualified name is a:spcPct.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SpacingPercent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SpacingPercent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpacingPercent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SpacingPercent.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpacingPercent.#ctor">
            <summary>
            Initializes a new instance of the SpacingPercent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpacingPercent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SpacingPoints">
            <summary>
            <para>Spacing Points.</para>
            <para> When the object is serialized out as xml, its qualified name is a:spcPts.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SpacingPoints.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SpacingPoints.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpacingPoints.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SpacingPoints.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpacingPoints.#ctor">
            <summary>
            Initializes a new instance of the SpacingPoints class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpacingPoints.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineSpacing">
             <summary>
             <para>Line Spacing.</para>
             <para> When the object is serialized out as xml, its qualified name is a:lnSpc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SpacingPercent &lt;a:spcPct></description></item>
            <item><description>SpacingPoints &lt;a:spcPts></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.LineSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineSpacing.#ctor">
            <summary>
            Initializes a new instance of the LineSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineSpacing.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LineSpacing class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineSpacing.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LineSpacing class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineSpacing.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LineSpacing class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.LineSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SpaceBefore">
             <summary>
             <para>Space Before.</para>
             <para> When the object is serialized out as xml, its qualified name is a:spcBef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SpacingPercent &lt;a:spcPct></description></item>
            <item><description>SpacingPoints &lt;a:spcPts></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SpaceBefore.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SpaceBefore.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceBefore.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceBefore.#ctor">
            <summary>
            Initializes a new instance of the SpaceBefore class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceBefore.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SpaceBefore class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceBefore.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SpaceBefore class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceBefore.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SpaceBefore class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceBefore.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SpaceAfter">
             <summary>
             <para>Space After.</para>
             <para> When the object is serialized out as xml, its qualified name is a:spcAft.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SpacingPercent &lt;a:spcPct></description></item>
            <item><description>SpacingPoints &lt;a:spcPts></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SpaceAfter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.SpaceAfter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceAfter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceAfter.#ctor">
            <summary>
            Initializes a new instance of the SpaceAfter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceAfter.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SpaceAfter class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceAfter.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SpaceAfter class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceAfter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SpaceAfter class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.SpaceAfter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextSpacingType">
             <summary>
             Defines the TextSpacingType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SpacingPercent &lt;a:spcPct></description></item>
            <item><description>SpacingPoints &lt;a:spcPts></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent">
            <summary>
            <para> Spacing Percent.</para>
            <para> Represents the following element tag in the schema: a:spcPct </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints">
            <summary>
            <para> Spacing Points.</para>
            <para> Represents the following element tag in the schema: a:spcPts </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextSpacingType.#ctor">
            <summary>
            Initializes a new instance of the TextSpacingType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextSpacingType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextSpacingType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextSpacingType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextSpacingType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TextSpacingType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextSpacingType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TabStopList">
             <summary>
             <para>Tab List.</para>
             <para> When the object is serialized out as xml, its qualified name is a:tabLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TabStop &lt;a:tab></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TabStopList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.TabStopList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TabStopList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TabStopList.#ctor">
            <summary>
            Initializes a new instance of the TabStopList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TabStopList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TabStopList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TabStopList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TabStopList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TabStopList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TabStopList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.TabStopList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Text">
            <summary>
            <para>Defines the Text Class.</para>
            <para> When the object is serialized out as xml, its qualified name is a:t.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Text.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Text.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Text.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Text.#ctor">
            <summary>
            Initializes a new instance of the Text class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Text.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Text class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Text.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension">
             <summary>
             <para>Defines the ShapePropertiesExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties &lt;a14:hiddenFill></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties &lt;a14:hiddenLine></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties &lt;a14:hiddenEffects></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D &lt;a14:hiddenScene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D &lt;a14:hiddenSp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured &lt;a14:shadowObscured></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.#ctor">
            <summary>
            Initializes a new instance of the ShapePropertiesExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapePropertiesExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapePropertiesExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapePropertiesExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension">
             <summary>
             <para>Defines the GvmlGroupShapeExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas &lt;a14:isCanvas></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.#ctor">
            <summary>
            Initializes a new instance of the GvmlGroupShapeExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GvmlGroupShapeExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GvmlGroupShapeExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GvmlGroupShapeExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList">
             <summary>
             <para>Defines the ShapePropertiesExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapePropertiesExtension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ShapePropertiesExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapePropertiesExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapePropertiesExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapePropertiesExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties">
             <summary>
             <para>Non-Visual Properties for a Group Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is a:nvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;a:cNvPr></description></item>
            <item><description>NonVisualGroupShapeDrawingProperties &lt;a:cNvGrpSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: a:cNvPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties">
            <summary>
            <para> Non-Visual Group Shape Drawing Properties.</para>
            <para> Represents the following element tag in the schema: a:cNvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties">
             <summary>
             <para>Visual Group Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is a:grpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TransformGroup &lt;a:xfrm></description></item>
            <item><description>NoFill &lt;a:noFill></description></item>
            <item><description>SolidFill &lt;a:solidFill></description></item>
            <item><description>GradientFill &lt;a:gradFill></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>PatternFill &lt;a:pattFill></description></item>
            <item><description>GroupFill &lt;a:grpFill></description></item>
            <item><description>EffectList &lt;a:effectLst></description></item>
            <item><description>EffectDag &lt;a:effectDag></description></item>
            <item><description>Scene3DType &lt;a:scene3d></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the VisualGroupShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VisualGroupShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VisualGroupShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VisualGroupShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup">
            <summary>
            <para> 2D Transform for Grouped Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Shape">
             <summary>
             <para>Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is a:sp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualShapeProperties &lt;a:nvSpPr></description></item>
            <item><description>ShapeProperties &lt;a:spPr></description></item>
            <item><description>TextShape &lt;a:txSp></description></item>
            <item><description>ShapeStyle &lt;a:style></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape.#ctor">
            <summary>
            Initializes a new instance of the Shape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties">
            <summary>
            <para> Non-Visual Properties for a Shape.</para>
            <para> Represents the following element tag in the schema: a:nvSpPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties">
            <summary>
            <para> Visual Properties.</para>
            <para> Represents the following element tag in the schema: a:spPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape.TextShape">
            <summary>
            <para> Text Shape.</para>
            <para> Represents the following element tag in the schema: a:txSp </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle">
            <summary>
            <para> Style.</para>
            <para> Represents the following element tag in the schema: a:style </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Shape.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Shape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ConnectionShape">
             <summary>
             <para>Connection Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is a:cxnSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualConnectionShapeProperties &lt;a:nvCxnSpPr></description></item>
            <item><description>ShapeProperties &lt;a:spPr></description></item>
            <item><description>ShapeStyle &lt;a:style></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShape.#ctor">
            <summary>
            Initializes a new instance of the ConnectionShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectionShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectionShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectionShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties">
            <summary>
            <para> Non-Visual Properties for a Connection Shape.</para>
            <para> Represents the following element tag in the schema: a:nvCxnSpPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties">
            <summary>
            <para> Visual Properties.</para>
            <para> Represents the following element tag in the schema: a:spPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle">
            <summary>
            <para> Shape Style.</para>
            <para> Represents the following element tag in the schema: a:style </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectionShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Picture">
             <summary>
             <para>Picture.</para>
             <para> When the object is serialized out as xml, its qualified name is a:pic.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualPictureProperties &lt;a:nvPicPr></description></item>
            <item><description>BlipFill &lt;a:blipFill></description></item>
            <item><description>ShapeProperties &lt;a:spPr></description></item>
            <item><description>ShapeStyle &lt;a:style></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Picture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Picture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Picture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Picture.#ctor">
            <summary>
            Initializes a new instance of the Picture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Picture.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Picture class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Picture.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Picture class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Picture.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Picture class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties">
            <summary>
            <para> Non-Visual Properties for a Picture.</para>
            <para> Represents the following element tag in the schema: a:nvPicPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Picture.BlipFill">
            <summary>
            <para> Picture Fill.</para>
            <para> Represents the following element tag in the schema: a:blipFill </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties">
            <summary>
            <para> Shape Properties.</para>
            <para> Represents the following element tag in the schema: a:spPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle">
            <summary>
            <para> ShapeStyle.</para>
            <para> Represents the following element tag in the schema: a:style </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Picture.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Picture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GraphicFrame">
             <summary>
             <para>Graphic Frame.</para>
             <para> When the object is serialized out as xml, its qualified name is a:graphicFrame.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGraphicFrameProperties &lt;a:nvGraphicFramePr></description></item>
            <item><description>Graphic &lt;a:graphic></description></item>
            <item><description>Transform2D &lt;a:xfrm></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrame.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrame.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrame.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrame.#ctor">
            <summary>
            Initializes a new instance of the GraphicFrame class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrame.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GraphicFrame class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrame.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GraphicFrame class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrame.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphicFrame class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties">
            <summary>
            <para> Non-Visual Properties for a Graphic Frame.</para>
            <para> Represents the following element tag in the schema: a:nvGraphicFramePr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic">
            <summary>
            <para> Graphic.</para>
            <para> Represents the following element tag in the schema: a:graphic </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D">
            <summary>
            <para> Transform2D.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GraphicFrame.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GroupShape">
             <summary>
             <para>Group shape.</para>
             <para> When the object is serialized out as xml, its qualified name is a:grpSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGroupShapeProperties &lt;a:nvGrpSpPr></description></item>
            <item><description>VisualGroupShapeProperties &lt;a:grpSpPr></description></item>
            <item><description>TextShape &lt;a:txSp></description></item>
            <item><description>Shape &lt;a:sp></description></item>
            <item><description>ConnectionShape &lt;a:cxnSp></description></item>
            <item><description>Picture &lt;a:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart &lt;a14:contentPart></description></item>
            <item><description>GraphicFrame &lt;a:graphicFrame></description></item>
            <item><description>GroupShape &lt;a:grpSp></description></item>
            <item><description>GvmlGroupShapeExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShape.#ctor">
            <summary>
            Initializes a new instance of the GroupShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties">
            <summary>
            <para> Non-Visual Properties for a Group Shape.</para>
            <para> Represents the following element tag in the schema: a:nvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties">
            <summary>
            <para> Visual Group Shape Properties.</para>
            <para> Represents the following element tag in the schema: a:grpSpPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList">
             <summary>
             <para>Defines the GvmlGroupShapeExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GvmlGroupShapeExtension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.#ctor">
            <summary>
            Initializes a new instance of the GvmlGroupShapeExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GvmlGroupShapeExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GvmlGroupShapeExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GvmlGroupShapeExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension">
             <summary>
             <para>Defines the NonVisualGroupDrawingShapePropsExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties &lt;a15:nonVisualGroupProps></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapePropsExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapePropsExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapePropsExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapePropsExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension">
             <summary>
             <para>Defines the OfficeStyleSheetExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily &lt;thm15:themeFamily></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.#ctor">
            <summary>
            Initializes a new instance of the OfficeStyleSheetExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeStyleSheetExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeStyleSheetExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeStyleSheetExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension">
             <summary>
             <para>Defines the ConnectorLockingExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Graphic &lt;a:graphic></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.#ctor">
            <summary>
            Initializes a new instance of the ConnectorLockingExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectorLockingExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectorLockingExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectorLockingExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick">
             <summary>
             <para>Defines the HyperlinkOnClick Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:hlinkClick.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HyperlinkSound &lt;a:snd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkOnClick class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HyperlinkOnClick class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HyperlinkOnClick class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HyperlinkOnClick class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover">
             <summary>
             <para>Defines the HyperlinkOnHover Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:hlinkHover.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HyperlinkSound &lt;a:snd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkOnHover class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HyperlinkOnHover class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HyperlinkOnHover class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HyperlinkOnHover class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver">
             <summary>
             <para>Defines the HyperlinkOnMouseOver Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:hlinkMouseOver.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HyperlinkSound &lt;a:snd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkOnMouseOver class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HyperlinkOnMouseOver class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HyperlinkOnMouseOver class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HyperlinkOnMouseOver class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.HyperlinkType">
             <summary>
             Defines the HyperlinkType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HyperlinkSound &lt;a:snd></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.Id">
             <summary>
             <para> Drawing Object Hyperlink Target.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl">
            <summary>
            <para> Invalid URL.</para>
            <para>Represents the following attribute in the schema: invalidUrl </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.Action">
            <summary>
            <para> Action Setting.</para>
            <para>Represents the following attribute in the schema: action </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame">
            <summary>
            <para> Target Frame.</para>
            <para>Represents the following attribute in the schema: tgtFrame </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip">
            <summary>
            <para> Hyperlink Tooltip.</para>
            <para>Represents the following attribute in the schema: tooltip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.History">
            <summary>
            <para> Add Hyperlink to Page History.</para>
            <para>Represents the following attribute in the schema: history </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick">
            <summary>
            <para> Highlight Click.</para>
            <para>Represents the following attribute in the schema: highlightClick </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound">
            <summary>
            <para> End Sounds.</para>
            <para>Represents the following attribute in the schema: endSnd </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound">
            <summary>
            <para> Hyperlink Sound.</para>
            <para> Represents the following element tag in the schema: a:snd </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.HyperlinkType.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkType.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HyperlinkType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HyperlinkType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.HyperlinkType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HyperlinkType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList">
             <summary>
             <para>Defines the NonVisualDrawingPropertiesExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingPropertiesExtension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingPropertiesExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingPropertiesExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingPropertiesExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingPropertiesExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension">
             <summary>
             <para>Defines the NonVisualDrawingPropertiesExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension &lt;a14:compatExt></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties &lt;a15:backgroundPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingPropertiesExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingPropertiesExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingPropertiesExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingPropertiesExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PictureLocks">
             <summary>
             <para>Defines the PictureLocks Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:picLocks.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureLocks.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping">
            <summary>
            <para> Disallow Shape Grouping.</para>
            <para>Represents the following attribute in the schema: noGrp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection">
            <summary>
            <para> Disallow Shape Selection.</para>
            <para>Represents the following attribute in the schema: noSelect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation">
            <summary>
            <para> Disallow Shape Rotation.</para>
            <para>Represents the following attribute in the schema: noRot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect">
            <summary>
            <para> Disallow Aspect Ratio Change.</para>
            <para>Represents the following attribute in the schema: noChangeAspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove">
            <summary>
            <para> Disallow Shape Movement.</para>
            <para>Represents the following attribute in the schema: noMove </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize">
            <summary>
            <para> Disallow Shape Resize.</para>
            <para>Represents the following attribute in the schema: noResize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints">
            <summary>
            <para> Disallow Shape Point Editing.</para>
            <para>Represents the following attribute in the schema: noEditPoints </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles">
            <summary>
            <para> Disallow Showing Adjust Handles.</para>
            <para>Represents the following attribute in the schema: noAdjustHandles </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads">
            <summary>
            <para> Disallow Arrowhead Changes.</para>
            <para>Represents the following attribute in the schema: noChangeArrowheads </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType">
            <summary>
            <para> Disallow Shape Type Change.</para>
            <para>Represents the following attribute in the schema: noChangeShapeType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop">
            <summary>
            <para> Disallow Crop Changes.</para>
            <para>Represents the following attribute in the schema: noCrop </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureLocks.#ctor">
            <summary>
            Initializes a new instance of the PictureLocks class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureLocks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PictureLocks class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureLocks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PictureLocks class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureLocks.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PictureLocks class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PictureLocks.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList">
             <summary>
             <para>Defines the NonVisualPicturePropertiesExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualPicturePropertiesExtension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPicturePropertiesExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPicturePropertiesExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPicturePropertiesExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPicturePropertiesExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension">
             <summary>
             <para>Defines the NonVisualPicturePropertiesExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.CameraTool &lt;a14:cameraTool></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine &lt;a15:signatureLine></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties &lt;a15:objectPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPicturePropertiesExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPicturePropertiesExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPicturePropertiesExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPicturePropertiesExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.GroupShapeLocks">
             <summary>
             <para>Defines the GroupShapeLocks Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:grpSpLocks.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping">
            <summary>
            <para> Disallow Shape Grouping.</para>
            <para>Represents the following attribute in the schema: noGrp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping">
            <summary>
            <para> Disallow Shape Ungrouping.</para>
            <para>Represents the following attribute in the schema: noUngrp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection">
            <summary>
            <para> Disallow Shape Selection.</para>
            <para>Represents the following attribute in the schema: noSelect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation">
            <summary>
            <para> Disallow Shape Rotation.</para>
            <para>Represents the following attribute in the schema: noRot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect">
            <summary>
            <para> Disallow Aspect Ratio Change.</para>
            <para>Represents the following attribute in the schema: noChangeAspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove">
            <summary>
            <para> Disallow Moving Shape.</para>
            <para>Represents the following attribute in the schema: noMove </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize">
            <summary>
            <para> Disallow Shape Resizing.</para>
            <para>Represents the following attribute in the schema: noResize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.#ctor">
            <summary>
            Initializes a new instance of the GroupShapeLocks class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShapeLocks class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShapeLocks class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShapeLocks class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.GroupShapeLocks.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList">
             <summary>
             <para>Defines the NonVisualGroupDrawingShapePropsExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGroupDrawingShapePropsExtension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapePropsExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapePropsExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapePropsExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupDrawingShapePropsExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BlipExtensionList">
             <summary>
             <para>Defines the BlipExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BlipExtension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtensionList.#ctor">
            <summary>
            Initializes a new instance of the BlipExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BlipExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BlipExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BlipExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BlipExtension">
             <summary>
             <para>Defines the BlipExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties &lt;a14:imgProps></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi &lt;a14:useLocalDpi></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty &lt;wp15:webVideoPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.BlipExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtension.#ctor">
            <summary>
            Initializes a new instance of the BlipExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BlipExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BlipExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BlipExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.BlipExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ObjectDefaults">
             <summary>
             <para>Defines the ObjectDefaults Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:objectDefaults.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShapeDefault &lt;a:spDef></description></item>
            <item><description>LineDefault &lt;a:lnDef></description></item>
            <item><description>TextDefault &lt;a:txDef></description></item>
            <item><description>ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ObjectDefaults.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ObjectDefaults.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ObjectDefaults.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ObjectDefaults.#ctor">
            <summary>
            Initializes a new instance of the ObjectDefaults class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ObjectDefaults.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ObjectDefaults class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ObjectDefaults.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ObjectDefaults class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ObjectDefaults.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ObjectDefaults class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault">
            <summary>
            <para> Shape Default.</para>
            <para> Represents the following element tag in the schema: a:spDef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault">
            <summary>
            <para> Line Default.</para>
            <para> Represents the following element tag in the schema: a:lnDef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault">
            <summary>
            <para> Text Default.</para>
            <para> Represents the following element tag in the schema: a:txDef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ObjectDefaults.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList">
             <summary>
             <para>Defines the ExtraColorSchemeList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extraClrSchemeLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtraColorScheme &lt;a:extraClrScheme></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.#ctor">
            <summary>
            Initializes a new instance of the ExtraColorSchemeList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtraColorSchemeList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtraColorSchemeList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtraColorSchemeList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.CustomColorList">
             <summary>
             <para>Defines the CustomColorList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:custClrLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomColor &lt;a:custClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColorList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.CustomColorList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColorList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColorList.#ctor">
            <summary>
            Initializes a new instance of the CustomColorList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColorList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomColorList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColorList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomColorList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColorList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomColorList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.CustomColorList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList">
             <summary>
             <para>Defines the OfficeStyleSheetExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OfficeStyleSheetExtension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.#ctor">
            <summary>
            Initializes a new instance of the OfficeStyleSheetExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeStyleSheetExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeStyleSheetExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeStyleSheetExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RightToLeft">
            <summary>
            <para>Defines the RightToLeft Class.</para>
            <para> When the object is serialized out as xml, its qualified name is a:rtl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RightToLeft.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RightToLeft.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightToLeft.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.RightToLeft.Val">
            <summary>
            <para> val.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightToLeft.#ctor">
            <summary>
            Initializes a new instance of the RightToLeft class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.RightToLeft.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList">
             <summary>
             <para>Defines the ConnectorLockingExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConnectorLockingExtension &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ConnectorLockingExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectorLockingExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectorLockingExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectorLockingExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.DataModelExtension">
             <summary>
             <para>Defines the DataModelExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock &lt;dsp:dataModelExt></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages &lt;dgm14:recolorImg></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DataModelExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DataModelExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DataModelExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DataModelExtension.#ctor">
            <summary>
            Initializes a new instance of the DataModelExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DataModelExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataModelExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DataModelExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataModelExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DataModelExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataModelExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.DataModelExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PtExtension">
             <summary>
             <para>Defines the PtExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is a:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties &lt;dgm14:cNvPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PtExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PtExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PtExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.PtExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PtExtension.#ctor">
            <summary>
            Initializes a new instance of the PtExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PtExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PtExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PtExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PtExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PtExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PtExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.PtExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues">
            <summary>
            Font Collection Index
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Major">
            <summary>
            Major Font.
            <para>When the item is serialized out as xml, its value is "major".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Minor">
            <summary>
            Minor Font.
            <para>When the item is serialized out as xml, its value is "minor".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues">
            <summary>
            Theme Color Reference
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark1">
            <summary>
            Dark 1.
            <para>When the item is serialized out as xml, its value is "dk1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light1">
            <summary>
            Light 1.
            <para>When the item is serialized out as xml, its value is "lt1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark2">
            <summary>
            Dark 2.
            <para>When the item is serialized out as xml, its value is "dk2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light2">
            <summary>
            Light 2.
            <para>When the item is serialized out as xml, its value is "lt2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent1">
            <summary>
            Accent 1.
            <para>When the item is serialized out as xml, its value is "accent1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent2">
            <summary>
            Accent 2.
            <para>When the item is serialized out as xml, its value is "accent2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent3">
            <summary>
            Accent 3.
            <para>When the item is serialized out as xml, its value is "accent3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent4">
            <summary>
            Accent 4.
            <para>When the item is serialized out as xml, its value is "accent4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent5">
            <summary>
            Accent 5.
            <para>When the item is serialized out as xml, its value is "accent5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent6">
            <summary>
            Accent 6.
            <para>When the item is serialized out as xml, its value is "accent6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Hyperlink">
            <summary>
            Hyperlink.
            <para>When the item is serialized out as xml, its value is "hlink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.FollowedHyperlink">
            <summary>
            Followed Hyperlink.
            <para>When the item is serialized out as xml, its value is "folHlink".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SystemColorValues">
            <summary>
            System Color Value
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.ScrollBar">
            <summary>
            Scroll Bar System Color.
            <para>When the item is serialized out as xml, its value is "scrollBar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.Background">
            <summary>
            Background System Color.
            <para>When the item is serialized out as xml, its value is "background".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveCaption">
            <summary>
            Active Caption System Color.
            <para>When the item is serialized out as xml, its value is "activeCaption".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaption">
            <summary>
            Inactive Caption System Color.
            <para>When the item is serialized out as xml, its value is "inactiveCaption".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.Menu">
            <summary>
            Menu System Color.
            <para>When the item is serialized out as xml, its value is "menu".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.Window">
            <summary>
            Window System Color.
            <para>When the item is serialized out as xml, its value is "window".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowFrame">
            <summary>
            Window Frame System Color.
            <para>When the item is serialized out as xml, its value is "windowFrame".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuText">
            <summary>
            Menu Text System Color.
            <para>When the item is serialized out as xml, its value is "menuText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowText">
            <summary>
            Window Text System Color.
            <para>When the item is serialized out as xml, its value is "windowText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.CaptionText">
            <summary>
            Caption Text System Color.
            <para>When the item is serialized out as xml, its value is "captionText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveBorder">
            <summary>
            Active Border System Color.
            <para>When the item is serialized out as xml, its value is "activeBorder".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveBorder">
            <summary>
            Inactive Border System Color.
            <para>When the item is serialized out as xml, its value is "inactiveBorder".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.ApplicationWorkspace">
            <summary>
            Application Workspace System Color.
            <para>When the item is serialized out as xml, its value is "appWorkspace".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.Highlight">
            <summary>
            Highlight System Color.
            <para>When the item is serialized out as xml, its value is "highlight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.HighlightText">
            <summary>
            Highlight Text System Color.
            <para>When the item is serialized out as xml, its value is "highlightText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonFace">
            <summary>
            Button Face System Color.
            <para>When the item is serialized out as xml, its value is "btnFace".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonShadow">
            <summary>
            Button Shadow System Color.
            <para>When the item is serialized out as xml, its value is "btnShadow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.GrayText">
            <summary>
            Gray Text System Color.
            <para>When the item is serialized out as xml, its value is "grayText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonText">
            <summary>
            Button Text System Color.
            <para>When the item is serialized out as xml, its value is "btnText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaptionText">
            <summary>
            Inactive Caption Text System Color.
            <para>When the item is serialized out as xml, its value is "inactiveCaptionText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonHighlight">
            <summary>
            Button Highlight System Color.
            <para>When the item is serialized out as xml, its value is "btnHighlight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDDarkShadow">
            <summary>
            3D Dark System Color.
            <para>When the item is serialized out as xml, its value is "3dDkShadow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDLight">
            <summary>
            3D Light System Color.
            <para>When the item is serialized out as xml, its value is "3dLight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoText">
            <summary>
            Info Text System Color.
            <para>When the item is serialized out as xml, its value is "infoText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoBack">
            <summary>
            Info Back System Color.
            <para>When the item is serialized out as xml, its value is "infoBk".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.HotLight">
            <summary>
            Hot Light System Color.
            <para>When the item is serialized out as xml, its value is "hotLight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientActiveCaption">
            <summary>
            Gradient Active Caption System Color.
            <para>When the item is serialized out as xml, its value is "gradientActiveCaption".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientInactiveCaption">
            <summary>
            Gradient Inactive Caption System Color.
            <para>When the item is serialized out as xml, its value is "gradientInactiveCaption".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuHighlight">
            <summary>
            Menu Highlight System Color.
            <para>When the item is serialized out as xml, its value is "menuHighlight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuBar">
            <summary>
            Menu Bar System Color.
            <para>When the item is serialized out as xml, its value is "menuBar".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.SchemeColorValues">
            <summary>
            Scheme Color
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background1">
            <summary>
            Background Color 1.
            <para>When the item is serialized out as xml, its value is "bg1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text1">
            <summary>
            Text Color 1.
            <para>When the item is serialized out as xml, its value is "tx1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background2">
            <summary>
            Background Color 2.
            <para>When the item is serialized out as xml, its value is "bg2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text2">
            <summary>
            Text Color 2.
            <para>When the item is serialized out as xml, its value is "tx2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent1">
            <summary>
            Accent Color 1.
            <para>When the item is serialized out as xml, its value is "accent1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent2">
            <summary>
            Accent Color 2.
            <para>When the item is serialized out as xml, its value is "accent2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent3">
            <summary>
            Accent Color 3.
            <para>When the item is serialized out as xml, its value is "accent3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent4">
            <summary>
            Accent Color 4.
            <para>When the item is serialized out as xml, its value is "accent4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent5">
            <summary>
            Accent Color 5.
            <para>When the item is serialized out as xml, its value is "accent5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent6">
            <summary>
            Accent Color 6.
            <para>When the item is serialized out as xml, its value is "accent6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Hyperlink">
            <summary>
            Hyperlink Color.
            <para>When the item is serialized out as xml, its value is "hlink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.FollowedHyperlink">
            <summary>
            Followed Hyperlink Color.
            <para>When the item is serialized out as xml, its value is "folHlink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.PhColor">
            <summary>
            Style Color.
            <para>When the item is serialized out as xml, its value is "phClr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark1">
            <summary>
            Dark Color 1.
            <para>When the item is serialized out as xml, its value is "dk1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light1">
            <summary>
            Light Color 1.
            <para>When the item is serialized out as xml, its value is "lt1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark2">
            <summary>
            Dark Color 2.
            <para>When the item is serialized out as xml, its value is "dk2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light2">
            <summary>
            Light Color 2.
            <para>When the item is serialized out as xml, its value is "lt2".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues">
            <summary>
            Rectangle Alignments
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopLeft">
            <summary>
            Rectangle Alignment Enum ( Top Left ).
            <para>When the item is serialized out as xml, its value is "tl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Top">
            <summary>
            Rectangle Alignment Enum ( Top ).
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopRight">
            <summary>
            Rectangle Alignment Enum ( Top Right ).
            <para>When the item is serialized out as xml, its value is "tr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Left">
            <summary>
            Rectangle Alignment Enum ( Left ).
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Center">
            <summary>
            Rectangle Alignment Enum ( Center ).
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Right">
            <summary>
            Rectangle Alignment Enum ( Right ).
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomLeft">
            <summary>
            Rectangle Alignment Enum ( Bottom Left ).
            <para>When the item is serialized out as xml, its value is "bl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Bottom">
            <summary>
            Rectangle Alignment Enum ( Bottom ).
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomRight">
            <summary>
            Rectangle Alignment Enum ( Bottom Right ).
            <para>When the item is serialized out as xml, its value is "br".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues">
            <summary>
            Black and White Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Color">
            <summary>
            Color.
            <para>When the item is serialized out as xml, its value is "clr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Auto">
            <summary>
            Automatic.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Gray">
            <summary>
            Gray.
            <para>When the item is serialized out as xml, its value is "gray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.LightGray">
            <summary>
            Light Gray.
            <para>When the item is serialized out as xml, its value is "ltGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.InvGray">
            <summary>
            Inverse Gray.
            <para>When the item is serialized out as xml, its value is "invGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.GrayWhite">
            <summary>
            Gray and White.
            <para>When the item is serialized out as xml, its value is "grayWhite".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackGray">
            <summary>
            Black and Gray.
            <para>When the item is serialized out as xml, its value is "blackGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackWhite">
            <summary>
            Black and White.
            <para>When the item is serialized out as xml, its value is "blackWhite".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Black">
            <summary>
            Black.
            <para>When the item is serialized out as xml, its value is "black".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.White">
            <summary>
            White.
            <para>When the item is serialized out as xml, its value is "white".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Hidden">
            <summary>
            Hidden.
            <para>When the item is serialized out as xml, its value is "hidden".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ChartBuildStepValues">
            <summary>
            Chart Animation Build Step
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Category">
            <summary>
            Category.
            <para>When the item is serialized out as xml, its value is "category".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.CategoryPoints">
            <summary>
            Category Points.
            <para>When the item is serialized out as xml, its value is "ptInCategory".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Series">
            <summary>
            Series.
            <para>When the item is serialized out as xml, its value is "series".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.SeriesPoints">
            <summary>
            Series Points.
            <para>When the item is serialized out as xml, its value is "ptInSeries".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.AllPoints">
            <summary>
            All Points.
            <para>When the item is serialized out as xml, its value is "allPts".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.GridLegend">
            <summary>
            Grid and Legend.
            <para>When the item is serialized out as xml, its value is "gridLegend".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues">
            <summary>
            Diagram Animation Build Steps
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Shape">
            <summary>
            Shape.
            <para>When the item is serialized out as xml, its value is "sp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Background">
            <summary>
            Background.
            <para>When the item is serialized out as xml, its value is "bg".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AnimationBuildValues">
            <summary>
            Animation Build Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.AnimationBuildValues.AllAtOnce">
            <summary>
            Animate At Once.
            <para>When the item is serialized out as xml, its value is "allAtOnce".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues">
            <summary>
            Diagram only Animation Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.One">
            <summary>
            Elements One-by-One.
            <para>When the item is serialized out as xml, its value is "one".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelOne">
            <summary>
            Level One-by-One.
            <para>When the item is serialized out as xml, its value is "lvlOne".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelAtOnce">
            <summary>
            Each Level at Once.
            <para>When the item is serialized out as xml, its value is "lvlAtOnce".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues">
            <summary>
            Chart only Animation Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Series">
            <summary>
            Series.
            <para>When the item is serialized out as xml, its value is "series".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Category">
            <summary>
            Catefory.
            <para>When the item is serialized out as xml, its value is "category".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.SeriesElement">
            <summary>
            Series Element.
            <para>When the item is serialized out as xml, its value is "seriesEl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.CategoryElement">
            <summary>
            Category Element.
            <para>When the item is serialized out as xml, its value is "categoryEl".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetCameraValues">
            <summary>
            Preset Camera Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopLeft">
            <summary>
            Legacy Oblique Top Left.
            <para>When the item is serialized out as xml, its value is "legacyObliqueTopLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTop">
            <summary>
            Legacy Oblique Top.
            <para>When the item is serialized out as xml, its value is "legacyObliqueTop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopRight">
            <summary>
            Legacy Oblique Top Right.
            <para>When the item is serialized out as xml, its value is "legacyObliqueTopRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueLeft">
            <summary>
            Legacy Oblique Left.
            <para>When the item is serialized out as xml, its value is "legacyObliqueLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueFront">
            <summary>
            Legacy Oblique Front.
            <para>When the item is serialized out as xml, its value is "legacyObliqueFront".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueRight">
            <summary>
            Legacy Oblique Right.
            <para>When the item is serialized out as xml, its value is "legacyObliqueRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomLeft">
            <summary>
            Legacy Oblique Bottom Left.
            <para>When the item is serialized out as xml, its value is "legacyObliqueBottomLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottom">
            <summary>
            Legacy Oblique Bottom.
            <para>When the item is serialized out as xml, its value is "legacyObliqueBottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomRight">
            <summary>
            Legacy Oblique Bottom Right.
            <para>When the item is serialized out as xml, its value is "legacyObliqueBottomRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopLeft">
            <summary>
            Legacy Perspective Top Left.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveTopLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTop">
            <summary>
            Legacy Perspective Top.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveTop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopRight">
            <summary>
            Legacy Perspective Top Right.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveTopRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveLeft">
            <summary>
            Legacy Perspective Left.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveFront">
            <summary>
            Legacy Perspective Front.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveFront".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveRight">
            <summary>
            Legacy Perspective Right.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomLeft">
            <summary>
            Legacy Perspective Bottom Left.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveBottomLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottom">
            <summary>
            Legacy Perspective Bottom.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveBottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomRight">
            <summary>
            Legacy Perspective Bottom Right.
            <para>When the item is serialized out as xml, its value is "legacyPerspectiveBottomRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.OrthographicFront">
            <summary>
            Orthographic Front.
            <para>When the item is serialized out as xml, its value is "orthographicFront".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopUp">
            <summary>
            Isometric Top Up.
            <para>When the item is serialized out as xml, its value is "isometricTopUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopDown">
            <summary>
            Isometric Top Down.
            <para>When the item is serialized out as xml, its value is "isometricTopDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomUp">
            <summary>
            Isometric Bottom Up.
            <para>When the item is serialized out as xml, its value is "isometricBottomUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomDown">
            <summary>
            Isometric Bottom Down.
            <para>When the item is serialized out as xml, its value is "isometricBottomDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftUp">
            <summary>
            Isometric Left Up.
            <para>When the item is serialized out as xml, its value is "isometricLeftUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftDown">
            <summary>
            Isometric Left Down.
            <para>When the item is serialized out as xml, its value is "isometricLeftDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightUp">
            <summary>
            Isometric Right Up.
            <para>When the item is serialized out as xml, its value is "isometricRightUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightDown">
            <summary>
            Isometric Right Down.
            <para>When the item is serialized out as xml, its value is "isometricRightDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Left">
            <summary>
            Isometric Off Axis 1 Left.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis1Left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Right">
            <summary>
            Isometric Off Axis 1 Right.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis1Right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Top">
            <summary>
            Isometric Off Axis 1 Top.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis1Top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Left">
            <summary>
            Isometric Off Axis 2 Left.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis2Left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Right">
            <summary>
            Isometric Off Axis 2 Right.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis2Right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Top">
            <summary>
            Isometric Off Axis 2 Top.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis2Top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Left">
            <summary>
            Isometric Off Axis 3 Left.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis3Left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Right">
            <summary>
            Isometric Off Axis 3 Right.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis3Right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Bottom">
            <summary>
            Isometric Off Axis 3 Bottom.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis3Bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Left">
            <summary>
            Isometric Off Axis 4 Left.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis4Left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Right">
            <summary>
            Isometric Off Axis 4 Right.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis4Right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Bottom">
            <summary>
            Isometric Off Axis 4 Bottom.
            <para>When the item is serialized out as xml, its value is "isometricOffAxis4Bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopLeft">
            <summary>
            Oblique Top Left.
            <para>When the item is serialized out as xml, its value is "obliqueTopLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTop">
            <summary>
            Oblique Top.
            <para>When the item is serialized out as xml, its value is "obliqueTop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopRight">
            <summary>
            Oblique Top Right.
            <para>When the item is serialized out as xml, its value is "obliqueTopRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueLeft">
            <summary>
            Oblique Left.
            <para>When the item is serialized out as xml, its value is "obliqueLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueRight">
            <summary>
            Oblique Right.
            <para>When the item is serialized out as xml, its value is "obliqueRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomLeft">
            <summary>
            Oblique Bottom Left.
            <para>When the item is serialized out as xml, its value is "obliqueBottomLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottom">
            <summary>
            Oblique Bottom.
            <para>When the item is serialized out as xml, its value is "obliqueBottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomRight">
            <summary>
            Oblique Bottom Right.
            <para>When the item is serialized out as xml, its value is "obliqueBottomRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveFront">
            <summary>
            Perspective Front.
            <para>When the item is serialized out as xml, its value is "perspectiveFront".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveLeft">
            <summary>
            Perspective Left.
            <para>When the item is serialized out as xml, its value is "perspectiveLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRight">
            <summary>
            Perspective Right.
            <para>When the item is serialized out as xml, its value is "perspectiveRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAbove">
            <summary>
            Orthographic Above.
            <para>When the item is serialized out as xml, its value is "perspectiveAbove".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveBelow">
            <summary>
            Perspective Below.
            <para>When the item is serialized out as xml, its value is "perspectiveBelow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveLeftFacing">
            <summary>
            Perspective Above Left Facing.
            <para>When the item is serialized out as xml, its value is "perspectiveAboveLeftFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveRightFacing">
            <summary>
            Perspective Above Right Facing.
            <para>When the item is serialized out as xml, its value is "perspectiveAboveRightFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingLeftFacing">
            <summary>
            Perspective Contrasting Left Facing.
            <para>When the item is serialized out as xml, its value is "perspectiveContrastingLeftFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingRightFacing">
            <summary>
            Perspective Contrasting Right Facing.
            <para>When the item is serialized out as xml, its value is "perspectiveContrastingRightFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicLeftFacing">
            <summary>
            Perspective Heroic Left Facing.
            <para>When the item is serialized out as xml, its value is "perspectiveHeroicLeftFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicRightFacing">
            <summary>
            Perspective Heroic Right Facing.
            <para>When the item is serialized out as xml, its value is "perspectiveHeroicRightFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeLeftFacing">
            <summary>
            Perspective Heroic Extreme Left Facing.
            <para>When the item is serialized out as xml, its value is "perspectiveHeroicExtremeLeftFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeRightFacing">
            <summary>
            Perspective Heroic Extreme Right Facing.
            <para>When the item is serialized out as xml, its value is "perspectiveHeroicExtremeRightFacing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxed">
            <summary>
            Perspective Relaxed.
            <para>When the item is serialized out as xml, its value is "perspectiveRelaxed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxedModerately">
            <summary>
            Perspective Relaxed Moderately.
            <para>When the item is serialized out as xml, its value is "perspectiveRelaxedModerately".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LightRigDirectionValues">
            <summary>
            Light Rig Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopLeft">
            <summary>
            Top Left.
            <para>When the item is serialized out as xml, its value is "tl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopRight">
            <summary>
            Top Right.
            <para>When the item is serialized out as xml, its value is "tr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomLeft">
            <summary>
            Bottom Left.
            <para>When the item is serialized out as xml, its value is "bl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomRight">
            <summary>
            Bottom Right.
            <para>When the item is serialized out as xml, its value is "br".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LightRigValues">
            <summary>
            Light Rig Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat1">
            <summary>
            Legacy Flat 1.
            <para>When the item is serialized out as xml, its value is "legacyFlat1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat2">
            <summary>
            Legacy Flat 2.
            <para>When the item is serialized out as xml, its value is "legacyFlat2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat3">
            <summary>
            Legacy Flat 3.
            <para>When the item is serialized out as xml, its value is "legacyFlat3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat4">
            <summary>
            Legacy Flat 4.
            <para>When the item is serialized out as xml, its value is "legacyFlat4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal1">
            <summary>
            Legacy Normal 1.
            <para>When the item is serialized out as xml, its value is "legacyNormal1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal2">
            <summary>
            Legacy Normal 2.
            <para>When the item is serialized out as xml, its value is "legacyNormal2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal3">
            <summary>
            Legacy Normal 3.
            <para>When the item is serialized out as xml, its value is "legacyNormal3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal4">
            <summary>
            Legacy Normal 4.
            <para>When the item is serialized out as xml, its value is "legacyNormal4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh1">
            <summary>
            Legacy Harsh 1.
            <para>When the item is serialized out as xml, its value is "legacyHarsh1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh2">
            <summary>
            Legacy Harsh 2.
            <para>When the item is serialized out as xml, its value is "legacyHarsh2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh3">
            <summary>
            Legacy Harsh 3.
            <para>When the item is serialized out as xml, its value is "legacyHarsh3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh4">
            <summary>
            Legacy Harsh 4.
            <para>When the item is serialized out as xml, its value is "legacyHarsh4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.ThreePoints">
            <summary>
            Three Point.
            <para>When the item is serialized out as xml, its value is "threePt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Balanced">
            <summary>
            Light Rig Enum ( Balanced ).
            <para>When the item is serialized out as xml, its value is "balanced".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Soft">
            <summary>
            Soft.
            <para>When the item is serialized out as xml, its value is "soft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Harsh">
            <summary>
            Harsh.
            <para>When the item is serialized out as xml, its value is "harsh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Flood">
            <summary>
            Flood.
            <para>When the item is serialized out as xml, its value is "flood".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Contrasting">
            <summary>
            Contrasting.
            <para>When the item is serialized out as xml, its value is "contrasting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Morning">
            <summary>
            Morning.
            <para>When the item is serialized out as xml, its value is "morning".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Sunrise">
            <summary>
            Sunrise.
            <para>When the item is serialized out as xml, its value is "sunrise".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Sunset">
            <summary>
            Sunset.
            <para>When the item is serialized out as xml, its value is "sunset".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Chilly">
            <summary>
            Chilly.
            <para>When the item is serialized out as xml, its value is "chilly".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Freezing">
            <summary>
            Freezing.
            <para>When the item is serialized out as xml, its value is "freezing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Flat">
            <summary>
            Flat.
            <para>When the item is serialized out as xml, its value is "flat".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.TwoPoints">
            <summary>
            Two Point.
            <para>When the item is serialized out as xml, its value is "twoPt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.Glow">
            <summary>
            Glow.
            <para>When the item is serialized out as xml, its value is "glow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LightRigValues.BrightRoom">
            <summary>
            Bright Room.
            <para>When the item is serialized out as xml, its value is "brightRoom".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BevelPresetValues">
            <summary>
            Bevel Presets
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.RelaxedInset">
            <summary>
            Relaxed Inset.
            <para>When the item is serialized out as xml, its value is "relaxedInset".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.Circle">
            <summary>
            Circle.
            <para>When the item is serialized out as xml, its value is "circle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.Slope">
            <summary>
            Slope.
            <para>When the item is serialized out as xml, its value is "slope".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.Cross">
            <summary>
            Cross.
            <para>When the item is serialized out as xml, its value is "cross".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.Angle">
            <summary>
            Angle.
            <para>When the item is serialized out as xml, its value is "angle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.SoftRound">
            <summary>
            Soft Round.
            <para>When the item is serialized out as xml, its value is "softRound".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.Convex">
            <summary>
            Convex.
            <para>When the item is serialized out as xml, its value is "convex".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.CoolSlant">
            <summary>
            Cool Slant.
            <para>When the item is serialized out as xml, its value is "coolSlant".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.Divot">
            <summary>
            Divot.
            <para>When the item is serialized out as xml, its value is "divot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.Riblet">
            <summary>
            Riblet.
            <para>When the item is serialized out as xml, its value is "riblet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.HardEdge">
            <summary>
            Hard Edge.
            <para>When the item is serialized out as xml, its value is "hardEdge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BevelPresetValues.ArtDeco">
            <summary>
            Art Deco.
            <para>When the item is serialized out as xml, its value is "artDeco".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues">
            <summary>
            Preset Material Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMatte">
            <summary>
            Legacy Matte.
            <para>When the item is serialized out as xml, its value is "legacyMatte".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyPlastic">
            <summary>
            Legacy Plastic.
            <para>When the item is serialized out as xml, its value is "legacyPlastic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMetal">
            <summary>
            Legacy Metal.
            <para>When the item is serialized out as xml, its value is "legacyMetal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyWireframe">
            <summary>
            Legacy Wireframe.
            <para>When the item is serialized out as xml, its value is "legacyWireframe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Matte">
            <summary>
            Matte.
            <para>When the item is serialized out as xml, its value is "matte".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Plastic">
            <summary>
            Plastic.
            <para>When the item is serialized out as xml, its value is "plastic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Metal">
            <summary>
            Metal.
            <para>When the item is serialized out as xml, its value is "metal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.WarmMatte">
            <summary>
            Warm Matte.
            <para>When the item is serialized out as xml, its value is "warmMatte".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.TranslucentPowder">
            <summary>
            Translucent Powder.
            <para>When the item is serialized out as xml, its value is "translucentPowder".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Powder">
            <summary>
            Powder.
            <para>When the item is serialized out as xml, its value is "powder".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.DarkEdge">
            <summary>
            Dark Edge.
            <para>When the item is serialized out as xml, its value is "dkEdge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftEdge">
            <summary>
            Soft Edge.
            <para>When the item is serialized out as xml, its value is "softEdge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Clear">
            <summary>
            Clear.
            <para>When the item is serialized out as xml, its value is "clear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Flat">
            <summary>
            Flat.
            <para>When the item is serialized out as xml, its value is "flat".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftMetal">
            <summary>
            Soft Metal.
            <para>When the item is serialized out as xml, its value is "softmetal".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetShadowValues">
            <summary>
            Preset Shadow Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDropShadow">
            <summary>
            Top Left Drop Shadow.
            <para>When the item is serialized out as xml, its value is "shdw1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopRightDropShadow">
            <summary>
            Top Right Drop Shadow.
            <para>When the item is serialized out as xml, its value is "shdw2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftPerspectiveShadow">
            <summary>
            Back Left Perspective Shadow.
            <para>When the item is serialized out as xml, its value is "shdw3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightPerspectiveShadow">
            <summary>
            Back Right Perspective Shadow.
            <para>When the item is serialized out as xml, its value is "shdw4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomLeftDropShadow">
            <summary>
            Bottom Left Drop Shadow.
            <para>When the item is serialized out as xml, its value is "shdw5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightDropShadow">
            <summary>
            Bottom Right Drop Shadow.
            <para>When the item is serialized out as xml, its value is "shdw6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftPerspectiveShadow">
            <summary>
            Front Left Perspective Shadow.
            <para>When the item is serialized out as xml, its value is "shdw7".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightPerspectiveShadow">
            <summary>
            Front Right Perspective Shadow.
            <para>When the item is serialized out as xml, its value is "shdw8".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftSmallDropShadow">
            <summary>
            Top Left Small Drop Shadow.
            <para>When the item is serialized out as xml, its value is "shdw9".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftLargeDropShadow">
            <summary>
            Top Left Large Drop Shadow.
            <para>When the item is serialized out as xml, its value is "shdw10".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftLongPerspectiveShadow">
            <summary>
            Back Left Long Perspective Shadow.
            <para>When the item is serialized out as xml, its value is "shdw11".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightLongPerspectiveShadow">
            <summary>
            Back Right Long Perspective Shadow.
            <para>When the item is serialized out as xml, its value is "shdw12".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDoubleDropShadow">
            <summary>
            Top Left Double Drop Shadow.
            <para>When the item is serialized out as xml, its value is "shdw13".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightSmallDropShadow">
            <summary>
            Bottom Right Small Drop Shadow.
            <para>When the item is serialized out as xml, its value is "shdw14".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftLongPerspectiveShadow">
            <summary>
            Front Left Long Perspective Shadow.
            <para>When the item is serialized out as xml, its value is "shdw15".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightLongPerspectiveShadow">
            <summary>
            Front Right LongPerspective Shadow.
            <para>When the item is serialized out as xml, its value is "shdw16".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalOuterBoxShadow">
            <summary>
            3D Outer Box Shadow.
            <para>When the item is serialized out as xml, its value is "shdw17".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalInnerBoxShadow">
            <summary>
            3D Inner Box Shadow.
            <para>When the item is serialized out as xml, its value is "shdw18".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackCenterPerspectiveShadow">
            <summary>
            Back Center Perspective Shadow.
            <para>When the item is serialized out as xml, its value is "shdw19".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontBottomShadow">
            <summary>
            Front Bottom Shadow.
            <para>When the item is serialized out as xml, its value is "shdw20".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PathShadeValues">
            <summary>
            Path Shade Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PathShadeValues.Shape">
            <summary>
            Shape.
            <para>When the item is serialized out as xml, its value is "shape".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PathShadeValues.Circle">
            <summary>
            Circle.
            <para>When the item is serialized out as xml, its value is "circle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PathShadeValues.Rectangle">
            <summary>
            Rectangle.
            <para>When the item is serialized out as xml, its value is "rect".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TileFlipValues">
            <summary>
            Tile Flip Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TileFlipValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TileFlipValues.Horizontal">
            <summary>
            Horizontal.
            <para>When the item is serialized out as xml, its value is "x".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TileFlipValues.Vertical">
            <summary>
            Vertical.
            <para>When the item is serialized out as xml, its value is "y".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TileFlipValues.HorizontalAndVertical">
            <summary>
            Horizontal and Vertical.
            <para>When the item is serialized out as xml, its value is "xy".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BlipCompressionValues">
            <summary>
            Blip Compression Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Email">
            <summary>
            Email Compression.
            <para>When the item is serialized out as xml, its value is "email".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Screen">
            <summary>
            Screen Viewing Compression.
            <para>When the item is serialized out as xml, its value is "screen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Print">
            <summary>
            Printing Compression.
            <para>When the item is serialized out as xml, its value is "print".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlipCompressionValues.HighQualityPrint">
            <summary>
            High Quality Printing Compression.
            <para>When the item is serialized out as xml, its value is "hqprint".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlipCompressionValues.None">
            <summary>
            No Compression.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetPatternValues">
            <summary>
            Preset Pattern Value
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent5">
            <summary>
            5%.
            <para>When the item is serialized out as xml, its value is "pct5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent10">
            <summary>
            10%.
            <para>When the item is serialized out as xml, its value is "pct10".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent20">
            <summary>
            20%.
            <para>When the item is serialized out as xml, its value is "pct20".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent25">
            <summary>
            25%.
            <para>When the item is serialized out as xml, its value is "pct25".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent30">
            <summary>
            30%.
            <para>When the item is serialized out as xml, its value is "pct30".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent40">
            <summary>
            40%.
            <para>When the item is serialized out as xml, its value is "pct40".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent50">
            <summary>
            50%.
            <para>When the item is serialized out as xml, its value is "pct50".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent60">
            <summary>
            60%.
            <para>When the item is serialized out as xml, its value is "pct60".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent70">
            <summary>
            70%.
            <para>When the item is serialized out as xml, its value is "pct70".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent75">
            <summary>
            75%.
            <para>When the item is serialized out as xml, its value is "pct75".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent80">
            <summary>
            80%.
            <para>When the item is serialized out as xml, its value is "pct80".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent90">
            <summary>
            90%.
            <para>When the item is serialized out as xml, its value is "pct90".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Horizontal">
            <summary>
            Horizontal.
            <para>When the item is serialized out as xml, its value is "horz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Vertical">
            <summary>
            Vertical.
            <para>When the item is serialized out as xml, its value is "vert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightHorizontal">
            <summary>
            Light Horizontal.
            <para>When the item is serialized out as xml, its value is "ltHorz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightVertical">
            <summary>
            Light Vertical.
            <para>When the item is serialized out as xml, its value is "ltVert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkHorizontal">
            <summary>
            Dark Horizontal.
            <para>When the item is serialized out as xml, its value is "dkHorz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkVertical">
            <summary>
            Dark Vertical.
            <para>When the item is serialized out as xml, its value is "dkVert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowHorizontal">
            <summary>
            Narrow Horizontal.
            <para>When the item is serialized out as xml, its value is "narHorz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowVertical">
            <summary>
            Narrow Vertical.
            <para>When the item is serialized out as xml, its value is "narVert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedHorizontal">
            <summary>
            Dashed Horizontal.
            <para>When the item is serialized out as xml, its value is "dashHorz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedVertical">
            <summary>
            Dashed Vertical.
            <para>When the item is serialized out as xml, its value is "dashVert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Cross">
            <summary>
            Cross.
            <para>When the item is serialized out as xml, its value is "cross".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DownwardDiagonal">
            <summary>
            Downward Diagonal.
            <para>When the item is serialized out as xml, its value is "dnDiag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.UpwardDiagonal">
            <summary>
            Upward Diagonal.
            <para>When the item is serialized out as xml, its value is "upDiag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightDownwardDiagonal">
            <summary>
            Light Downward Diagonal.
            <para>When the item is serialized out as xml, its value is "ltDnDiag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightUpwardDiagonal">
            <summary>
            Light Upward Diagonal.
            <para>When the item is serialized out as xml, its value is "ltUpDiag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkDownwardDiagonal">
            <summary>
            Dark Downward Diagonal.
            <para>When the item is serialized out as xml, its value is "dkDnDiag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkUpwardDiagonal">
            <summary>
            Dark Upward Diagonal.
            <para>When the item is serialized out as xml, its value is "dkUpDiag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideDownwardDiagonal">
            <summary>
            Wide Downward Diagonal.
            <para>When the item is serialized out as xml, its value is "wdDnDiag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideUpwardDiagonal">
            <summary>
            Wide Upward Diagonal.
            <para>When the item is serialized out as xml, its value is "wdUpDiag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedDownwardDiagonal">
            <summary>
            Dashed Downward Diagonal.
            <para>When the item is serialized out as xml, its value is "dashDnDiag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedUpwardDiagonal">
            <summary>
            Dashed Upward DIagonal.
            <para>When the item is serialized out as xml, its value is "dashUpDiag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalCross">
            <summary>
            Diagonal Cross.
            <para>When the item is serialized out as xml, its value is "diagCross".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallCheck">
            <summary>
            Small Checker Board.
            <para>When the item is serialized out as xml, its value is "smCheck".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeCheck">
            <summary>
            Large Checker Board.
            <para>When the item is serialized out as xml, its value is "lgCheck".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallGrid">
            <summary>
            Small Grid.
            <para>When the item is serialized out as xml, its value is "smGrid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeGrid">
            <summary>
            Large Grid.
            <para>When the item is serialized out as xml, its value is "lgGrid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DotGrid">
            <summary>
            Dotted Grid.
            <para>When the item is serialized out as xml, its value is "dotGrid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallConfetti">
            <summary>
            Small Confetti.
            <para>When the item is serialized out as xml, its value is "smConfetti".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeConfetti">
            <summary>
            Large Confetti.
            <para>When the item is serialized out as xml, its value is "lgConfetti".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.HorizontalBrick">
            <summary>
            Horizontal Brick.
            <para>When the item is serialized out as xml, its value is "horzBrick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalBrick">
            <summary>
            Diagonal Brick.
            <para>When the item is serialized out as xml, its value is "diagBrick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.SolidDiamond">
            <summary>
            Solid Diamond.
            <para>When the item is serialized out as xml, its value is "solidDmnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.OpenDiamond">
            <summary>
            Open Diamond.
            <para>When the item is serialized out as xml, its value is "openDmnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.DottedDiamond">
            <summary>
            Dotted Diamond.
            <para>When the item is serialized out as xml, its value is "dotDmnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Plaid">
            <summary>
            Plaid.
            <para>When the item is serialized out as xml, its value is "plaid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Sphere">
            <summary>
            Sphere.
            <para>When the item is serialized out as xml, its value is "sphere".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Weave">
            <summary>
            Weave.
            <para>When the item is serialized out as xml, its value is "weave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Divot">
            <summary>
            Divot.
            <para>When the item is serialized out as xml, its value is "divot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Shingle">
            <summary>
            Shingle.
            <para>When the item is serialized out as xml, its value is "shingle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Wave">
            <summary>
            Wave.
            <para>When the item is serialized out as xml, its value is "wave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.Trellis">
            <summary>
            Trellis.
            <para>When the item is serialized out as xml, its value is "trellis".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetPatternValues.ZigZag">
            <summary>
            Zig Zag.
            <para>When the item is serialized out as xml, its value is "zigZag".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BlendModeValues">
            <summary>
            Blend Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlendModeValues.Overlay">
            <summary>
            Overlay.
            <para>When the item is serialized out as xml, its value is "over".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlendModeValues.Multiply">
            <summary>
            Multiply.
            <para>When the item is serialized out as xml, its value is "mult".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlendModeValues.Screen">
            <summary>
            Screen.
            <para>When the item is serialized out as xml, its value is "screen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlendModeValues.Darken">
            <summary>
            Darken.
            <para>When the item is serialized out as xml, its value is "darken".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BlendModeValues.Lighten">
            <summary>
            Lighten.
            <para>When the item is serialized out as xml, its value is "lighten".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.EffectContainerValues">
            <summary>
            Effect Container Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.EffectContainerValues.Sibling">
            <summary>
            Sibling.
            <para>When the item is serialized out as xml, its value is "sib".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.EffectContainerValues.Tree">
            <summary>
            Tree.
            <para>When the item is serialized out as xml, its value is "tree".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.ShapeTypeValues">
            <summary>
            Preset Shape Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Line">
            <summary>
            Line Shape.
            <para>When the item is serialized out as xml, its value is "line".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LineInverse">
            <summary>
            Line Inverse Shape.
            <para>When the item is serialized out as xml, its value is "lineInv".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Triangle">
            <summary>
            Triangle Shape.
            <para>When the item is serialized out as xml, its value is "triangle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightTriangle">
            <summary>
            Right Triangle Shape.
            <para>When the item is serialized out as xml, its value is "rtTriangle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Rectangle">
            <summary>
            Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "rect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Diamond">
            <summary>
            Diamond Shape.
            <para>When the item is serialized out as xml, its value is "diamond".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Parallelogram">
            <summary>
            Parallelogram Shape.
            <para>When the item is serialized out as xml, its value is "parallelogram".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Trapezoid">
            <summary>
            Trapezoid Shape.
            <para>When the item is serialized out as xml, its value is "trapezoid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NonIsoscelesTrapezoid">
            <summary>
            Non-Isosceles Trapezoid Shape.
            <para>When the item is serialized out as xml, its value is "nonIsoscelesTrapezoid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pentagon">
            <summary>
            Pentagon Shape.
            <para>When the item is serialized out as xml, its value is "pentagon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Hexagon">
            <summary>
            Hexagon Shape.
            <para>When the item is serialized out as xml, its value is "hexagon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heptagon">
            <summary>
            Heptagon Shape.
            <para>When the item is serialized out as xml, its value is "heptagon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Octagon">
            <summary>
            Octagon Shape.
            <para>When the item is serialized out as xml, its value is "octagon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Decagon">
            <summary>
            Decagon Shape.
            <para>When the item is serialized out as xml, its value is "decagon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Dodecagon">
            <summary>
            Dodecagon Shape.
            <para>When the item is serialized out as xml, its value is "dodecagon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star4">
            <summary>
            Four Pointed Star Shape.
            <para>When the item is serialized out as xml, its value is "star4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star5">
            <summary>
            Five Pointed Star Shape.
            <para>When the item is serialized out as xml, its value is "star5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star6">
            <summary>
            Six Pointed Star Shape.
            <para>When the item is serialized out as xml, its value is "star6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star7">
            <summary>
            Seven Pointed Star Shape.
            <para>When the item is serialized out as xml, its value is "star7".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star8">
            <summary>
            Eight Pointed Star Shape.
            <para>When the item is serialized out as xml, its value is "star8".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star10">
            <summary>
            Ten Pointed Star Shape.
            <para>When the item is serialized out as xml, its value is "star10".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star12">
            <summary>
            Twelve Pointed Star Shape.
            <para>When the item is serialized out as xml, its value is "star12".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star16">
            <summary>
            Sixteen Pointed Star Shape.
            <para>When the item is serialized out as xml, its value is "star16".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star24">
            <summary>
            Twenty Four Pointed Star Shape.
            <para>When the item is serialized out as xml, its value is "star24".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star32">
            <summary>
            Thirty Two Pointed Star Shape.
            <para>When the item is serialized out as xml, its value is "star32".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RoundRectangle">
            <summary>
            Round Corner Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "roundRect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round1Rectangle">
            <summary>
            One Round Corner Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "round1Rect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2SameRectangle">
            <summary>
            Two Same-side Round Corner Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "round2SameRect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2DiagonalRectangle">
            <summary>
            Two Diagonal Round Corner Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "round2DiagRect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SnipRoundRectangle">
            <summary>
            One Snip One Round Corner Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "snipRoundRect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip1Rectangle">
            <summary>
            One Snip Corner Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "snip1Rect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2SameRectangle">
            <summary>
            Two Same-side Snip Corner Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "snip2SameRect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2DiagonalRectangle">
            <summary>
            Two Diagonal Snip Corner Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "snip2DiagRect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plaque">
            <summary>
            Plaque Shape.
            <para>When the item is serialized out as xml, its value is "plaque".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ellipse">
            <summary>
            Ellipse Shape.
            <para>When the item is serialized out as xml, its value is "ellipse".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Teardrop">
            <summary>
            Teardrop Shape.
            <para>When the item is serialized out as xml, its value is "teardrop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HomePlate">
            <summary>
            Home Plate Shape.
            <para>When the item is serialized out as xml, its value is "homePlate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chevron">
            <summary>
            Chevron Shape.
            <para>When the item is serialized out as xml, its value is "chevron".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PieWedge">
            <summary>
            Pie Wedge Shape.
            <para>When the item is serialized out as xml, its value is "pieWedge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pie">
            <summary>
            Pie Shape.
            <para>When the item is serialized out as xml, its value is "pie".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BlockArc">
            <summary>
            Block Arc Shape.
            <para>When the item is serialized out as xml, its value is "blockArc".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Donut">
            <summary>
            Donut Shape.
            <para>When the item is serialized out as xml, its value is "donut".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NoSmoking">
            <summary>
            No Smoking Shape.
            <para>When the item is serialized out as xml, its value is "noSmoking".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrow">
            <summary>
            Right Arrow Shape.
            <para>When the item is serialized out as xml, its value is "rightArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrow">
            <summary>
            Left Arrow Shape.
            <para>When the item is serialized out as xml, its value is "leftArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrow">
            <summary>
            Up Arrow Shape.
            <para>When the item is serialized out as xml, its value is "upArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrow">
            <summary>
            Down Arrow Shape.
            <para>When the item is serialized out as xml, its value is "downArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StripedRightArrow">
            <summary>
            Striped Right Arrow Shape.
            <para>When the item is serialized out as xml, its value is "stripedRightArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NotchedRightArrow">
            <summary>
            Notched Right Arrow Shape.
            <para>When the item is serialized out as xml, its value is "notchedRightArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentUpArrow">
            <summary>
            Bent Up Arrow Shape.
            <para>When the item is serialized out as xml, its value is "bentUpArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrow">
            <summary>
            Left Right Arrow Shape.
            <para>When the item is serialized out as xml, its value is "leftRightArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrow">
            <summary>
            Up Down Arrow Shape.
            <para>When the item is serialized out as xml, its value is "upDownArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftUpArrow">
            <summary>
            Left Up Arrow Shape.
            <para>When the item is serialized out as xml, its value is "leftUpArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightUpArrow">
            <summary>
            Left Right Up Arrow Shape.
            <para>When the item is serialized out as xml, its value is "leftRightUpArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrow">
            <summary>
            Quad-Arrow Shape.
            <para>When the item is serialized out as xml, its value is "quadArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrowCallout">
            <summary>
            Callout Left Arrow Shape.
            <para>When the item is serialized out as xml, its value is "leftArrowCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrowCallout">
            <summary>
            Callout Right Arrow Shape.
            <para>When the item is serialized out as xml, its value is "rightArrowCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrowCallout">
            <summary>
            Callout Up Arrow Shape.
            <para>When the item is serialized out as xml, its value is "upArrowCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrowCallout">
            <summary>
            Callout Down Arrow Shape.
            <para>When the item is serialized out as xml, its value is "downArrowCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrowCallout">
            <summary>
            Callout Left Right Arrow Shape.
            <para>When the item is serialized out as xml, its value is "leftRightArrowCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrowCallout">
            <summary>
            Callout Up Down Arrow Shape.
            <para>When the item is serialized out as xml, its value is "upDownArrowCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrowCallout">
            <summary>
            Callout Quad-Arrow Shape.
            <para>When the item is serialized out as xml, its value is "quadArrowCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentArrow">
            <summary>
            Bent Arrow Shape.
            <para>When the item is serialized out as xml, its value is "bentArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UTurnArrow">
            <summary>
            U-Turn Arrow Shape.
            <para>When the item is serialized out as xml, its value is "uturnArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CircularArrow">
            <summary>
            Circular Arrow Shape.
            <para>When the item is serialized out as xml, its value is "circularArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftCircularArrow">
            <summary>
            Left Circular Arrow Shape.
            <para>When the item is serialized out as xml, its value is "leftCircularArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightCircularArrow">
            <summary>
            Left Right Circular Arrow Shape.
            <para>When the item is serialized out as xml, its value is "leftRightCircularArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedRightArrow">
            <summary>
            Curved Right Arrow Shape.
            <para>When the item is serialized out as xml, its value is "curvedRightArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedLeftArrow">
            <summary>
            Curved Left Arrow Shape.
            <para>When the item is serialized out as xml, its value is "curvedLeftArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedUpArrow">
            <summary>
            Curved Up Arrow Shape.
            <para>When the item is serialized out as xml, its value is "curvedUpArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedDownArrow">
            <summary>
            Curved Down Arrow Shape.
            <para>When the item is serialized out as xml, its value is "curvedDownArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SwooshArrow">
            <summary>
            Swoosh Arrow Shape.
            <para>When the item is serialized out as xml, its value is "swooshArrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cube">
            <summary>
            Cube Shape.
            <para>When the item is serialized out as xml, its value is "cube".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Can">
            <summary>
            Can Shape.
            <para>When the item is serialized out as xml, its value is "can".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LightningBolt">
            <summary>
            Lightning Bolt Shape.
            <para>When the item is serialized out as xml, its value is "lightningBolt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heart">
            <summary>
            Heart Shape.
            <para>When the item is serialized out as xml, its value is "heart".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Sun">
            <summary>
            Sun Shape.
            <para>When the item is serialized out as xml, its value is "sun".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Moon">
            <summary>
            Moon Shape.
            <para>When the item is serialized out as xml, its value is "moon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SmileyFace">
            <summary>
            Smiley Face Shape.
            <para>When the item is serialized out as xml, its value is "smileyFace".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal1">
            <summary>
            Irregular Seal 1 Shape.
            <para>When the item is serialized out as xml, its value is "irregularSeal1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal2">
            <summary>
            Irregular Seal 2 Shape.
            <para>When the item is serialized out as xml, its value is "irregularSeal2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FoldedCorner">
            <summary>
            Folded Corner Shape.
            <para>When the item is serialized out as xml, its value is "foldedCorner".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Bevel">
            <summary>
            Bevel Shape.
            <para>When the item is serialized out as xml, its value is "bevel".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Frame">
            <summary>
            Frame Shape.
            <para>When the item is serialized out as xml, its value is "frame".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HalfFrame">
            <summary>
            Half Frame Shape.
            <para>When the item is serialized out as xml, its value is "halfFrame".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Corner">
            <summary>
            Corner Shape.
            <para>When the item is serialized out as xml, its value is "corner".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DiagonalStripe">
            <summary>
            Diagonal Stripe Shape.
            <para>When the item is serialized out as xml, its value is "diagStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chord">
            <summary>
            Chord Shape.
            <para>When the item is serialized out as xml, its value is "chord".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Arc">
            <summary>
            Curved Arc Shape.
            <para>When the item is serialized out as xml, its value is "arc".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBracket">
            <summary>
            Left Bracket Shape.
            <para>When the item is serialized out as xml, its value is "leftBracket".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBracket">
            <summary>
            Right Bracket Shape.
            <para>When the item is serialized out as xml, its value is "rightBracket".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBrace">
            <summary>
            Left Brace Shape.
            <para>When the item is serialized out as xml, its value is "leftBrace".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBrace">
            <summary>
            Right Brace Shape.
            <para>When the item is serialized out as xml, its value is "rightBrace".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracketPair">
            <summary>
            Bracket Pair Shape.
            <para>When the item is serialized out as xml, its value is "bracketPair".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracePair">
            <summary>
            Brace Pair Shape.
            <para>When the item is serialized out as xml, its value is "bracePair".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StraightConnector1">
            <summary>
            Straight Connector 1 Shape.
            <para>When the item is serialized out as xml, its value is "straightConnector1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector2">
            <summary>
            Bent Connector 2 Shape.
            <para>When the item is serialized out as xml, its value is "bentConnector2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector3">
            <summary>
            Bent Connector 3 Shape.
            <para>When the item is serialized out as xml, its value is "bentConnector3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector4">
            <summary>
            Bent Connector 4 Shape.
            <para>When the item is serialized out as xml, its value is "bentConnector4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector5">
            <summary>
            Bent Connector 5 Shape.
            <para>When the item is serialized out as xml, its value is "bentConnector5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector2">
            <summary>
            Curved Connector 2 Shape.
            <para>When the item is serialized out as xml, its value is "curvedConnector2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector3">
            <summary>
            Curved Connector 3 Shape.
            <para>When the item is serialized out as xml, its value is "curvedConnector3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector4">
            <summary>
            Curved Connector 4 Shape.
            <para>When the item is serialized out as xml, its value is "curvedConnector4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector5">
            <summary>
            Curved Connector 5 Shape.
            <para>When the item is serialized out as xml, its value is "curvedConnector5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout1">
            <summary>
            Callout 1 Shape.
            <para>When the item is serialized out as xml, its value is "callout1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout2">
            <summary>
            Callout 2 Shape.
            <para>When the item is serialized out as xml, its value is "callout2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout3">
            <summary>
            Callout 3 Shape.
            <para>When the item is serialized out as xml, its value is "callout3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout1">
            <summary>
            Callout 1 Shape.
            <para>When the item is serialized out as xml, its value is "accentCallout1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout2">
            <summary>
            Callout 2 Shape.
            <para>When the item is serialized out as xml, its value is "accentCallout2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout3">
            <summary>
            Callout 3 Shape.
            <para>When the item is serialized out as xml, its value is "accentCallout3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout1">
            <summary>
            Callout 1 with Border Shape.
            <para>When the item is serialized out as xml, its value is "borderCallout1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout2">
            <summary>
            Callout 2 with Border Shape.
            <para>When the item is serialized out as xml, its value is "borderCallout2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout3">
            <summary>
            Callout 3 with Border Shape.
            <para>When the item is serialized out as xml, its value is "borderCallout3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout1">
            <summary>
            Callout 1 with Border and Accent Shape.
            <para>When the item is serialized out as xml, its value is "accentBorderCallout1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout2">
            <summary>
            Callout 2 with Border and Accent Shape.
            <para>When the item is serialized out as xml, its value is "accentBorderCallout2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout3">
            <summary>
            Callout 3 with Border and Accent Shape.
            <para>When the item is serialized out as xml, its value is "accentBorderCallout3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRectangleCallout">
            <summary>
            Callout Wedge Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "wedgeRectCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRoundRectangleCallout">
            <summary>
            Callout Wedge Round Rectangle Shape.
            <para>When the item is serialized out as xml, its value is "wedgeRoundRectCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeEllipseCallout">
            <summary>
            Callout Wedge Ellipse Shape.
            <para>When the item is serialized out as xml, its value is "wedgeEllipseCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CloudCallout">
            <summary>
            Callout Cloud Shape.
            <para>When the item is serialized out as xml, its value is "cloudCallout".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cloud">
            <summary>
            Cloud Shape.
            <para>When the item is serialized out as xml, its value is "cloud".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon">
            <summary>
            Ribbon Shape.
            <para>When the item is serialized out as xml, its value is "ribbon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon2">
            <summary>
            Ribbon 2 Shape.
            <para>When the item is serialized out as xml, its value is "ribbon2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon">
            <summary>
            Ellipse Ribbon Shape.
            <para>When the item is serialized out as xml, its value is "ellipseRibbon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon2">
            <summary>
            Ellipse Ribbon 2 Shape.
            <para>When the item is serialized out as xml, its value is "ellipseRibbon2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightRibbon">
            <summary>
            Left Right Ribbon Shape.
            <para>When the item is serialized out as xml, its value is "leftRightRibbon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.VerticalScroll">
            <summary>
            Vertical Scroll Shape.
            <para>When the item is serialized out as xml, its value is "verticalScroll".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HorizontalScroll">
            <summary>
            Horizontal Scroll Shape.
            <para>When the item is serialized out as xml, its value is "horizontalScroll".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Wave">
            <summary>
            Wave Shape.
            <para>When the item is serialized out as xml, its value is "wave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DoubleWave">
            <summary>
            Double Wave Shape.
            <para>When the item is serialized out as xml, its value is "doubleWave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plus">
            <summary>
            Plus Shape.
            <para>When the item is serialized out as xml, its value is "plus".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartProcess">
            <summary>
            Process Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartProcess".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDecision">
            <summary>
            Decision Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartDecision".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInputOutput">
            <summary>
            Input Output Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartInputOutput".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPredefinedProcess">
            <summary>
            Predefined Process Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartPredefinedProcess".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInternalStorage">
            <summary>
            Internal Storage Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartInternalStorage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDocument">
            <summary>
            Document Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartDocument".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMultidocument">
            <summary>
            Multi-Document Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartMultidocument".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartTerminator">
            <summary>
            Terminator Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartTerminator".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPreparation">
            <summary>
            Preparation Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartPreparation".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualInput">
            <summary>
            Manual Input Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartManualInput".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualOperation">
            <summary>
            Manual Operation Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartManualOperation".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartConnector">
            <summary>
            Connector Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartConnector".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedCard">
            <summary>
            Punched Card Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartPunchedCard".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedTape">
            <summary>
            Punched Tape Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartPunchedTape".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSummingJunction">
            <summary>
            Summing Junction Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartSummingJunction".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOr">
            <summary>
            Or Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartOr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartCollate">
            <summary>
            Collate Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartCollate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSort">
            <summary>
            Sort Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartSort".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartExtract">
            <summary>
            Extract Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartExtract".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMerge">
            <summary>
            Merge Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartMerge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOfflineStorage">
            <summary>
            Offline Storage Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartOfflineStorage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOnlineStorage">
            <summary>
            Online Storage Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartOnlineStorage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticTape">
            <summary>
            Magnetic Tape Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartMagneticTape".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDisk">
            <summary>
            Magnetic Disk Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartMagneticDisk".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDrum">
            <summary>
            Magnetic Drum Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartMagneticDrum".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDisplay">
            <summary>
            Display Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartDisplay".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDelay">
            <summary>
            Delay Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartDelay".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartAlternateProcess">
            <summary>
            Alternate Process Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartAlternateProcess".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOffpageConnector">
            <summary>
            Off-Page Connector Flow Shape.
            <para>When the item is serialized out as xml, its value is "flowChartOffpageConnector".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBlank">
            <summary>
            Blank Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonBlank".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHome">
            <summary>
            Home Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonHome".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHelp">
            <summary>
            Help Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonHelp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonInformation">
            <summary>
            Information Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonInformation".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonForwardNext">
            <summary>
            Forward or Next Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonForwardNext".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBackPrevious">
            <summary>
            Back or Previous Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonBackPrevious".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonEnd">
            <summary>
            End Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonEnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBeginning">
            <summary>
            Beginning Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonBeginning".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonReturn">
            <summary>
            Return Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonReturn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonDocument">
            <summary>
            Document Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonDocument".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonSound">
            <summary>
            Sound Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonSound".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonMovie">
            <summary>
            Movie Button Shape.
            <para>When the item is serialized out as xml, its value is "actionButtonMovie".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear6">
            <summary>
            Gear 6 Shape.
            <para>When the item is serialized out as xml, its value is "gear6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear9">
            <summary>
            Gear 9 Shape.
            <para>When the item is serialized out as xml, its value is "gear9".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Funnel">
            <summary>
            Funnel Shape.
            <para>When the item is serialized out as xml, its value is "funnel".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathPlus">
            <summary>
            Plus Math Shape.
            <para>When the item is serialized out as xml, its value is "mathPlus".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMinus">
            <summary>
            Minus Math Shape.
            <para>When the item is serialized out as xml, its value is "mathMinus".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMultiply">
            <summary>
            Multiply Math Shape.
            <para>When the item is serialized out as xml, its value is "mathMultiply".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathDivide">
            <summary>
            Divide Math Shape.
            <para>When the item is serialized out as xml, its value is "mathDivide".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathEqual">
            <summary>
            Equal Math Shape.
            <para>When the item is serialized out as xml, its value is "mathEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathNotEqual">
            <summary>
            Not Equal Math Shape.
            <para>When the item is serialized out as xml, its value is "mathNotEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CornerTabs">
            <summary>
            Corner Tabs Shape.
            <para>When the item is serialized out as xml, its value is "cornerTabs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SquareTabs">
            <summary>
            Square Tabs Shape.
            <para>When the item is serialized out as xml, its value is "squareTabs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PlaqueTabs">
            <summary>
            Plaque Tabs Shape.
            <para>When the item is serialized out as xml, its value is "plaqueTabs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartX">
            <summary>
            Chart X Shape.
            <para>When the item is serialized out as xml, its value is "chartX".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartStar">
            <summary>
            Chart Star Shape.
            <para>When the item is serialized out as xml, its value is "chartStar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartPlus">
            <summary>
            Chart Plus Shape.
            <para>When the item is serialized out as xml, its value is "chartPlus".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextShapeValues">
            <summary>
            Preset Text Shape Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextNoShape">
            <summary>
            No Text Shape.
            <para>When the item is serialized out as xml, its value is "textNoShape".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextPlain">
            <summary>
            Plain Text Shape.
            <para>When the item is serialized out as xml, its value is "textPlain".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextStop">
            <summary>
            Stop Sign Text Shape.
            <para>When the item is serialized out as xml, its value is "textStop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangle">
            <summary>
            Triangle Text Shape.
            <para>When the item is serialized out as xml, its value is "textTriangle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangleInverted">
            <summary>
            Inverted Triangle Text Shape.
            <para>When the item is serialized out as xml, its value is "textTriangleInverted".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevron">
            <summary>
            Chevron Text Shape.
            <para>When the item is serialized out as xml, its value is "textChevron".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevronInverted">
            <summary>
            Inverted Chevron Text Shape.
            <para>When the item is serialized out as xml, its value is "textChevronInverted".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingInside">
            <summary>
            Inside Ring Text Shape.
            <para>When the item is serialized out as xml, its value is "textRingInside".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingOutside">
            <summary>
            Outside Ring Text Shape.
            <para>When the item is serialized out as xml, its value is "textRingOutside".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUp">
            <summary>
            Upward Arch Text Shape.
            <para>When the item is serialized out as xml, its value is "textArchUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDown">
            <summary>
            Downward Arch Text Shape.
            <para>When the item is serialized out as xml, its value is "textArchDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCircle">
            <summary>
            Circle Text Shape.
            <para>When the item is serialized out as xml, its value is "textCircle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButton">
            <summary>
            Button Text Shape.
            <para>When the item is serialized out as xml, its value is "textButton".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUpPour">
            <summary>
            Upward Pour Arch Text Shape.
            <para>When the item is serialized out as xml, its value is "textArchUpPour".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDownPour">
            <summary>
            Downward Pour Arch Text Shape.
            <para>When the item is serialized out as xml, its value is "textArchDownPour".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCirclePour">
            <summary>
            Circle Pour Text Shape.
            <para>When the item is serialized out as xml, its value is "textCirclePour".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButtonPour">
            <summary>
            Button Pour Text Shape.
            <para>When the item is serialized out as xml, its value is "textButtonPour".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveUp">
            <summary>
            Upward Curve Text Shape.
            <para>When the item is serialized out as xml, its value is "textCurveUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveDown">
            <summary>
            Downward Curve Text Shape.
            <para>When the item is serialized out as xml, its value is "textCurveDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanUp">
            <summary>
            Upward Can Text Shape.
            <para>When the item is serialized out as xml, its value is "textCanUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanDown">
            <summary>
            Downward Can Text Shape.
            <para>When the item is serialized out as xml, its value is "textCanDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave1">
            <summary>
            Wave 1 Text Shape.
            <para>When the item is serialized out as xml, its value is "textWave1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave2">
            <summary>
            Wave 2 Text Shape.
            <para>When the item is serialized out as xml, its value is "textWave2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDoubleWave1">
            <summary>
            Double Wave 1 Text Shape.
            <para>When the item is serialized out as xml, its value is "textDoubleWave1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave4">
            <summary>
            Wave 4 Text Shape.
            <para>When the item is serialized out as xml, its value is "textWave4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflate">
            <summary>
            Inflate Text Shape.
            <para>When the item is serialized out as xml, its value is "textInflate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflate">
            <summary>
            Deflate Text Shape.
            <para>When the item is serialized out as xml, its value is "textDeflate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateBottom">
            <summary>
            Bottom Inflate Text Shape.
            <para>When the item is serialized out as xml, its value is "textInflateBottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateBottom">
            <summary>
            Bottom Deflate Text Shape.
            <para>When the item is serialized out as xml, its value is "textDeflateBottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateTop">
            <summary>
            Top Inflate Text Shape.
            <para>When the item is serialized out as xml, its value is "textInflateTop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateTop">
            <summary>
            Top Deflate Text Shape.
            <para>When the item is serialized out as xml, its value is "textDeflateTop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflate">
            <summary>
            Deflate-Inflate Text Shape.
            <para>When the item is serialized out as xml, its value is "textDeflateInflate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflateDeflate">
            <summary>
            Deflate-Inflate-Deflate Text Shape.
            <para>When the item is serialized out as xml, its value is "textDeflateInflateDeflate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeRight">
            <summary>
            Right Fade Text Shape.
            <para>When the item is serialized out as xml, its value is "textFadeRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeLeft">
            <summary>
            Left Fade Text Shape.
            <para>When the item is serialized out as xml, its value is "textFadeLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeUp">
            <summary>
            Upward Fade Text Shape.
            <para>When the item is serialized out as xml, its value is "textFadeUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeDown">
            <summary>
            Downward Fade Text Shape.
            <para>When the item is serialized out as xml, its value is "textFadeDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantUp">
            <summary>
            Upward Slant Text Shape.
            <para>When the item is serialized out as xml, its value is "textSlantUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantDown">
            <summary>
            Downward Slant Text Shape.
            <para>When the item is serialized out as xml, its value is "textSlantDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeUp">
            <summary>
            Upward Cascade Text Shape.
            <para>When the item is serialized out as xml, its value is "textCascadeUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeDown">
            <summary>
            Downward Cascade Text Shape.
            <para>When the item is serialized out as xml, its value is "textCascadeDown".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PathFillModeValues">
            <summary>
            Path Fill Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PathFillModeValues.None">
            <summary>
            No Path Fill.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PathFillModeValues.Norm">
            <summary>
            Normal Path Fill.
            <para>When the item is serialized out as xml, its value is "norm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PathFillModeValues.Lighten">
            <summary>
            Lighten Path Fill.
            <para>When the item is serialized out as xml, its value is "lighten".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PathFillModeValues.LightenLess">
            <summary>
            Lighten Path Fill Less.
            <para>When the item is serialized out as xml, its value is "lightenLess".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PathFillModeValues.Darken">
            <summary>
            Darken Path Fill.
            <para>When the item is serialized out as xml, its value is "darken".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PathFillModeValues.DarkenLess">
            <summary>
            Darken Path Fill Less.
            <para>When the item is serialized out as xml, its value is "darkenLess".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineEndValues">
            <summary>
            Line End Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndValues.Triangle">
            <summary>
            Triangle Arrow Head.
            <para>When the item is serialized out as xml, its value is "triangle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndValues.Stealth">
            <summary>
            Stealth Arrow.
            <para>When the item is serialized out as xml, its value is "stealth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndValues.Diamond">
            <summary>
            Diamond.
            <para>When the item is serialized out as xml, its value is "diamond".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndValues.Oval">
            <summary>
            Oval.
            <para>When the item is serialized out as xml, its value is "oval".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndValues.Arrow">
            <summary>
            Arrow Head.
            <para>When the item is serialized out as xml, its value is "arrow".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineEndWidthValues">
            <summary>
            Line End Width
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Small">
            <summary>
            Small.
            <para>When the item is serialized out as xml, its value is "sm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Medium">
            <summary>
            Medium.
            <para>When the item is serialized out as xml, its value is "med".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Large">
            <summary>
            Large.
            <para>When the item is serialized out as xml, its value is "lg".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineEndLengthValues">
            <summary>
            Line End Length
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Small">
            <summary>
            Small.
            <para>When the item is serialized out as xml, its value is "sm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Medium">
            <summary>
            Medium.
            <para>When the item is serialized out as xml, its value is "med".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Large">
            <summary>
            Large.
            <para>When the item is serialized out as xml, its value is "lg".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetLineDashValues">
            <summary>
            Preset Line Dash Value
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Solid">
            <summary>
            Solid.
            <para>When the item is serialized out as xml, its value is "solid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dot">
            <summary>
            Dot.
            <para>When the item is serialized out as xml, its value is "dot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dash">
            <summary>
            Dash.
            <para>When the item is serialized out as xml, its value is "dash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDash">
            <summary>
            Large Dash.
            <para>When the item is serialized out as xml, its value is "lgDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.DashDot">
            <summary>
            Dash Dot.
            <para>When the item is serialized out as xml, its value is "dashDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDot">
            <summary>
            Large Dash Dot.
            <para>When the item is serialized out as xml, its value is "lgDashDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDotDot">
            <summary>
            Large Dash Dot Dot.
            <para>When the item is serialized out as xml, its value is "lgDashDotDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDash">
            <summary>
            System Dash.
            <para>When the item is serialized out as xml, its value is "sysDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDot">
            <summary>
            System Dot.
            <para>When the item is serialized out as xml, its value is "sysDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDot">
            <summary>
            System Dash Dot.
            <para>When the item is serialized out as xml, its value is "sysDashDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDotDot">
            <summary>
            System Dash Dot Dot.
            <para>When the item is serialized out as xml, its value is "sysDashDotDot".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.LineCapValues">
            <summary>
            End Line Cap
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineCapValues.Round">
            <summary>
            Round Line Cap.
            <para>When the item is serialized out as xml, its value is "rnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineCapValues.Square">
            <summary>
            Square Line Cap.
            <para>When the item is serialized out as xml, its value is "sq".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.LineCapValues.Flat">
            <summary>
            Flat Line Cap.
            <para>When the item is serialized out as xml, its value is "flat".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PenAlignmentValues">
            <summary>
            Alignment Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Center">
            <summary>
            Center Alignment.
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Insert">
            <summary>
            Inset Alignment.
            <para>When the item is serialized out as xml, its value is "in".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.CompoundLineValues">
            <summary>
            Compound Line Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.CompoundLineValues.Single">
            <summary>
            Single Line.
            <para>When the item is serialized out as xml, its value is "sng".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.CompoundLineValues.Double">
            <summary>
            Double Lines.
            <para>When the item is serialized out as xml, its value is "dbl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThickThin">
            <summary>
            Thick Thin Double Lines.
            <para>When the item is serialized out as xml, its value is "thickThin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThinThick">
            <summary>
            Thin Thick Double Lines.
            <para>When the item is serialized out as xml, its value is "thinThick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.CompoundLineValues.Triple">
            <summary>
            Thin Thick Thin Triple Lines.
            <para>When the item is serialized out as xml, its value is "tri".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.BooleanStyleValues">
            <summary>
            On/Off Style Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BooleanStyleValues.On">
            <summary>
            On.
            <para>When the item is serialized out as xml, its value is "on".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Off">
            <summary>
            Off.
            <para>When the item is serialized out as xml, its value is "off".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Default">
            <summary>
            Default.
            <para>When the item is serialized out as xml, its value is "def".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues">
            <summary>
            Text Vertical Overflow
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Overflow">
            <summary>
            Text Overflow Enum ( Overflow ).
            <para>When the item is serialized out as xml, its value is "overflow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Ellipsis">
            <summary>
            Text Overflow Enum ( Ellipsis ).
            <para>When the item is serialized out as xml, its value is "ellipsis".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Clip">
            <summary>
            Text Overflow Enum ( Clip ).
            <para>When the item is serialized out as xml, its value is "clip".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues">
            <summary>
            Text Horizontal Overflow Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Overflow">
            <summary>
            Text Horizontal Overflow Enum ( Overflow ).
            <para>When the item is serialized out as xml, its value is "overflow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Clip">
            <summary>
            Text Horizontal Overflow Enum ( Clip ).
            <para>When the item is serialized out as xml, its value is "clip".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextVerticalValues">
            <summary>
            Vertical Text Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextVerticalValues.Horizontal">
            <summary>
            Vertical Text Type Enum ( Horizontal ).
            <para>When the item is serialized out as xml, its value is "horz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical">
            <summary>
            Vertical Text Type Enum ( Vertical ).
            <para>When the item is serialized out as xml, its value is "vert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical270">
            <summary>
            Vertical Text Type Enum ( Vertical 270 ).
            <para>When the item is serialized out as xml, its value is "vert270".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtVertical">
            <summary>
            Vertical Text Type Enum ( WordArt Vertical ).
            <para>When the item is serialized out as xml, its value is "wordArtVert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextVerticalValues.EastAsianVetical">
            <summary>
            Vertical Text Type Enum ( East Asian Vertical ).
            <para>When the item is serialized out as xml, its value is "eaVert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextVerticalValues.MongolianVertical">
            <summary>
            Vertical Text Type Enum ( Mongolian Vertical ).
            <para>When the item is serialized out as xml, its value is "mongolianVert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtLeftToRight">
            <summary>
            Vertical WordArt Right to Left.
            <para>When the item is serialized out as xml, its value is "wordArtVertRtl".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextWrappingValues">
            <summary>
            Text Wrapping Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextWrappingValues.None">
            <summary>
            Text Wrapping Type Enum ( None ).
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextWrappingValues.Square">
            <summary>
            Text Wrapping Type Enum ( Square ).
            <para>When the item is serialized out as xml, its value is "square".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues">
            <summary>
            Text Anchoring Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Top">
            <summary>
            Text Anchoring Type Enum ( Top ).
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Center">
            <summary>
            Text Anchor Enum ( Center ).
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Bottom">
            <summary>
            Text Anchor Enum ( Bottom ).
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues">
            <summary>
            Text Auto-number Schemes
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenBoth">
            <summary>
            Autonumber Enum ( alphaLcParenBoth ).
            <para>When the item is serialized out as xml, its value is "alphaLcParenBoth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenBoth">
            <summary>
            Autonumbering Enum ( alphaUcParenBoth ).
            <para>When the item is serialized out as xml, its value is "alphaUcParenBoth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenR">
            <summary>
            Autonumbering Enum ( alphaLcParenR ).
            <para>When the item is serialized out as xml, its value is "alphaLcParenR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenR">
            <summary>
            Autonumbering Enum ( alphaUcParenR ).
            <para>When the item is serialized out as xml, its value is "alphaUcParenR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterPeriod">
            <summary>
            Autonumbering Enum ( alphaLcPeriod ).
            <para>When the item is serialized out as xml, its value is "alphaLcPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterPeriod">
            <summary>
            Autonumbering Enum ( alphaUcPeriod ).
            <para>When the item is serialized out as xml, its value is "alphaUcPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenBoth">
            <summary>
            Autonumbering Enum ( arabicParenBoth ).
            <para>When the item is serialized out as xml, its value is "arabicParenBoth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenR">
            <summary>
            Autonumbering Enum ( arabicParenR ).
            <para>When the item is serialized out as xml, its value is "arabicParenR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPeriod">
            <summary>
            Autonumbering Enum ( arabicPeriod ).
            <para>When the item is serialized out as xml, its value is "arabicPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPlain">
            <summary>
            Autonumbering Enum ( arabicPlain ).
            <para>When the item is serialized out as xml, its value is "arabicPlain".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenBoth">
            <summary>
            Autonumbering Enum ( romanLcParenBoth ).
            <para>When the item is serialized out as xml, its value is "romanLcParenBoth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenBoth">
            <summary>
            Autonumbering Enum ( romanUcParenBoth ).
            <para>When the item is serialized out as xml, its value is "romanUcParenBoth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenR">
            <summary>
            Autonumbering Enum ( romanLcParenR ).
            <para>When the item is serialized out as xml, its value is "romanLcParenR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenR">
            <summary>
            Autonumbering Enum ( romanUcParenR ).
            <para>When the item is serialized out as xml, its value is "romanUcParenR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterPeriod">
            <summary>
            Autonumbering Enum ( romanLcPeriod ).
            <para>When the item is serialized out as xml, its value is "romanLcPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterPeriod">
            <summary>
            Autonumbering Enum ( romanUcPeriod ).
            <para>When the item is serialized out as xml, its value is "romanUcPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberDoubleBytePlain">
            <summary>
            Autonumbering Enum ( circleNumDbPlain ).
            <para>When the item is serialized out as xml, its value is "circleNumDbPlain".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsBlackPlain">
            <summary>
            Autonumbering Enum ( circleNumWdBlackPlain ).
            <para>When the item is serialized out as xml, its value is "circleNumWdBlackPlain".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsWhitePlain">
            <summary>
            Autonumbering Enum ( circleNumWdWhitePlain ).
            <para>When the item is serialized out as xml, its value is "circleNumWdWhitePlain".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePeriod">
            <summary>
            Autonumbering Enum ( arabicDbPeriod ).
            <para>When the item is serialized out as xml, its value is "arabicDbPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePlain">
            <summary>
            Autonumbering Enum ( arabicDbPlain ).
            <para>When the item is serialized out as xml, its value is "arabicDbPlain".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePeriod">
            <summary>
            Autonumbering Enum ( ea1ChsPeriod ).
            <para>When the item is serialized out as xml, its value is "ea1ChsPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePlain">
            <summary>
            Autonumbering Enum ( ea1ChsPlain ).
            <para>When the item is serialized out as xml, its value is "ea1ChsPlain".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePeriod">
            <summary>
            Autonumbering Enum ( ea1ChtPeriod ).
            <para>When the item is serialized out as xml, its value is "ea1ChtPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePlain">
            <summary>
            Autonumbering Enum ( ea1ChtPlain ).
            <para>When the item is serialized out as xml, its value is "ea1ChtPlain".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseDoubleBytePeriod">
            <summary>
            Autonumbering Enum ( ea1JpnChsDbPeriod ).
            <para>When the item is serialized out as xml, its value is "ea1JpnChsDbPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPlain">
            <summary>
            Autonumbering Enum ( ea1JpnKorPlain ).
            <para>When the item is serialized out as xml, its value is "ea1JpnKorPlain".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPeriod">
            <summary>
            Autonumbering Enum ( ea1JpnKorPeriod ).
            <para>When the item is serialized out as xml, its value is "ea1JpnKorPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic1Minus">
            <summary>
            Autonumbering Enum ( arabic1Minus ).
            <para>When the item is serialized out as xml, its value is "arabic1Minus".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic2Minus">
            <summary>
            Autonumbering Enum ( arabic2Minus ).
            <para>When the item is serialized out as xml, its value is "arabic2Minus".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Hebrew2Minus">
            <summary>
            Autonumbering Enum ( hebrew2Minus ).
            <para>When the item is serialized out as xml, its value is "hebrew2Minus".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaPeriod">
            <summary>
            Autonumbering Enum ( thaiAlphaPeriod ).
            <para>When the item is serialized out as xml, its value is "thaiAlphaPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisRight">
            <summary>
            Autonumbering Enum ( thaiAlphaParenR ).
            <para>When the item is serialized out as xml, its value is "thaiAlphaParenR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisBoth">
            <summary>
            Autonumbering Enum ( thaiAlphaParenBoth ).
            <para>When the item is serialized out as xml, its value is "thaiAlphaParenBoth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberPeriod">
            <summary>
            Autonumbering Enum ( thaiNumPeriod ).
            <para>When the item is serialized out as xml, its value is "thaiNumPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisRight">
            <summary>
            Autonumbering Enum ( thaiNumParenR ).
            <para>When the item is serialized out as xml, its value is "thaiNumParenR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisBoth">
            <summary>
            Autonumbering Enum ( thaiNumParenBoth ).
            <para>When the item is serialized out as xml, its value is "thaiNumParenBoth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlphaPeriod">
            <summary>
            Autonumbering Enum ( hindiAlphaPeriod ).
            <para>When the item is serialized out as xml, its value is "hindiAlphaPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumPeriod">
            <summary>
            Autonumbering Enum ( hindiNumPeriod ).
            <para>When the item is serialized out as xml, its value is "hindiNumPeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumberParenthesisRight">
            <summary>
            Autonumbering Enum ( hindiNumParenR ).
            <para>When the item is serialized out as xml, its value is "hindiNumParenR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlpha1Period">
            <summary>
            Autonumbering Enum ( hindiAlpha1Period ).
            <para>When the item is serialized out as xml, its value is "hindiAlpha1Period".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextUnderlineValues">
            <summary>
            Text Underline Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.None">
            <summary>
            Text Underline Enum ( None ).
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Words">
            <summary>
            Text Underline Enum ( Words ).
            <para>When the item is serialized out as xml, its value is "words".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Single">
            <summary>
            Text Underline Enum ( Single ).
            <para>When the item is serialized out as xml, its value is "sng".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Double">
            <summary>
            Text Underline Enum ( Double ).
            <para>When the item is serialized out as xml, its value is "dbl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Heavy">
            <summary>
            Text Underline Enum ( Heavy ).
            <para>When the item is serialized out as xml, its value is "heavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dotted">
            <summary>
            Text Underline Enum ( Dotted ).
            <para>When the item is serialized out as xml, its value is "dotted".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.HeavyDotted">
            <summary>
            Text Underline Enum ( Heavy Dotted ).
            <para>When the item is serialized out as xml, its value is "dottedHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dash">
            <summary>
            Text Underline Enum ( Dashed ).
            <para>When the item is serialized out as xml, its value is "dash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashHeavy">
            <summary>
            Text Underline Enum ( Heavy Dashed ).
            <para>When the item is serialized out as xml, its value is "dashHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLong">
            <summary>
            Text Underline Enum ( Long Dashed ).
            <para>When the item is serialized out as xml, its value is "dashLong".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLongHeavy">
            <summary>
            Text Underline Enum ( Heavy Long Dashed ).
            <para>When the item is serialized out as xml, its value is "dashLongHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDash">
            <summary>
            Text Underline Enum ( Dot Dash ).
            <para>When the item is serialized out as xml, its value is "dotDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDashHeavy">
            <summary>
            Text Underline Enum ( Heavy Dot Dash ).
            <para>When the item is serialized out as xml, its value is "dotDashHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDash">
            <summary>
            Text Underline Enum ( Dot Dot Dash ).
            <para>When the item is serialized out as xml, its value is "dotDotDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDashHeavy">
            <summary>
            Text Underline Enum ( Heavy Dot Dot Dash ).
            <para>When the item is serialized out as xml, its value is "dotDotDashHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Wavy">
            <summary>
            Text Underline Enum ( Wavy ).
            <para>When the item is serialized out as xml, its value is "wavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyHeavy">
            <summary>
            Text Underline Enum ( Heavy Wavy ).
            <para>When the item is serialized out as xml, its value is "wavyHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyDouble">
            <summary>
            Text Underline Enum ( Double Wavy ).
            <para>When the item is serialized out as xml, its value is "wavyDbl".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextStrikeValues">
            <summary>
            Text Strike Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextStrikeValues.NoStrike">
            <summary>
            Text Strike Enum ( No Strike ).
            <para>When the item is serialized out as xml, its value is "noStrike".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextStrikeValues.SingleStrike">
            <summary>
            Text Strike Enum ( Single Strike ).
            <para>When the item is serialized out as xml, its value is "sngStrike".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextStrikeValues.DoubleStrike">
            <summary>
            Text Strike Enum ( Double Strike ).
            <para>When the item is serialized out as xml, its value is "dblStrike".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextCapsValues">
            <summary>
            Text Cap Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextCapsValues.None">
            <summary>
            Text Caps Enum ( None ).
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextCapsValues.Small">
            <summary>
            Text Caps Enum ( Small ).
            <para>When the item is serialized out as xml, its value is "small".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextCapsValues.All">
            <summary>
            Text Caps Enum ( All ).
            <para>When the item is serialized out as xml, its value is "all".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues">
            <summary>
            Text Tab Alignment Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Left">
            <summary>
            Text Tab Alignment Enum ( Left).
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Center">
            <summary>
            Text Tab Alignment Enum ( Center ).
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Right">
            <summary>
            Text Tab Alignment Enum ( Right ).
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Decimal">
            <summary>
            Text Tab Alignment Enum ( Decimal ).
            <para>When the item is serialized out as xml, its value is "dec".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues">
            <summary>
            Text Alignment Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Left">
            <summary>
            Text Alignment Enum ( Left ).
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Center">
            <summary>
            Text Alignment Enum ( Center ).
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Right">
            <summary>
            Text Alignment Enum ( Right ).
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Justified">
            <summary>
            Text Alignment Enum ( Justified ).
            <para>When the item is serialized out as xml, its value is "just".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.JustifiedLow">
            <summary>
            Text Alignment Enum ( Justified Low ).
            <para>When the item is serialized out as xml, its value is "justLow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Distributed">
            <summary>
            Text Alignment Enum ( Distributed ).
            <para>When the item is serialized out as xml, its value is "dist".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.ThaiDistributed">
            <summary>
            Text Alignment Enum ( Thai Distributed ).
            <para>When the item is serialized out as xml, its value is "thaiDist".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues">
            <summary>
            Font Alignment Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Automatic">
            <summary>
            Font Alignment Enum ( Automatic ).
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Top">
            <summary>
            Font Alignment Enum ( Top ).
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Center">
            <summary>
            Font Alignment Enum ( Center ).
            <para>When the item is serialized out as xml, its value is "ctr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Baseline">
            <summary>
            Font Alignment Enum ( Baseline ).
            <para>When the item is serialized out as xml, its value is "base".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Bottom">
            <summary>
            Font Alignment Enum ( Bottom ).
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.PresetColorValues">
            <summary>
            Preset Color Value
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.AliceBlue">
            <summary>
            Alice Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "aliceBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.AntiqueWhite">
            <summary>
            Antique White Preset Color.
            <para>When the item is serialized out as xml, its value is "antiqueWhite".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Aqua">
            <summary>
            Aqua Preset Color.
            <para>When the item is serialized out as xml, its value is "aqua".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Aquamarine">
            <summary>
            Aquamarine Preset Color.
            <para>When the item is serialized out as xml, its value is "aquamarine".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Azure">
            <summary>
            Azure Preset Color.
            <para>When the item is serialized out as xml, its value is "azure".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Beige">
            <summary>
            Beige Preset Color.
            <para>When the item is serialized out as xml, its value is "beige".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Bisque">
            <summary>
            Bisque Preset Color.
            <para>When the item is serialized out as xml, its value is "bisque".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Black">
            <summary>
            Black Preset Color.
            <para>When the item is serialized out as xml, its value is "black".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.BlanchedAlmond">
            <summary>
            Blanched Almond Preset Color.
            <para>When the item is serialized out as xml, its value is "blanchedAlmond".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Blue">
            <summary>
            Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "blue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.BlueViolet">
            <summary>
            Blue Violet Preset Color.
            <para>When the item is serialized out as xml, its value is "blueViolet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Brown">
            <summary>
            Brown Preset Color.
            <para>When the item is serialized out as xml, its value is "brown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.BurlyWood">
            <summary>
            Burly Wood Preset Color.
            <para>When the item is serialized out as xml, its value is "burlyWood".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.CadetBlue">
            <summary>
            Cadet Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "cadetBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Chartreuse">
            <summary>
            Chartreuse Preset Color.
            <para>When the item is serialized out as xml, its value is "chartreuse".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Chocolate">
            <summary>
            Chocolate Preset Color.
            <para>When the item is serialized out as xml, its value is "chocolate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Coral">
            <summary>
            Coral Preset Color.
            <para>When the item is serialized out as xml, its value is "coral".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.CornflowerBlue">
            <summary>
            Cornflower Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "cornflowerBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Cornsilk">
            <summary>
            Cornsilk Preset Color.
            <para>When the item is serialized out as xml, its value is "cornsilk".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Crimson">
            <summary>
            Crimson Preset Color.
            <para>When the item is serialized out as xml, its value is "crimson".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Cyan">
            <summary>
            Cyan Preset Color.
            <para>When the item is serialized out as xml, its value is "cyan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue">
            <summary>
            Dark Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "dkBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan">
            <summary>
            Dark Cyan Preset Color.
            <para>When the item is serialized out as xml, its value is "dkCyan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod">
            <summary>
            Dark Goldenrod Preset Color.
            <para>When the item is serialized out as xml, its value is "dkGoldenrod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray">
            <summary>
            Dark Gray Preset Color.
            <para>When the item is serialized out as xml, its value is "dkGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen">
            <summary>
            Dark Green Preset Color.
            <para>When the item is serialized out as xml, its value is "dkGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki">
            <summary>
            Dark Khaki Preset Color.
            <para>When the item is serialized out as xml, its value is "dkKhaki".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta">
            <summary>
            Dark Magenta Preset Color.
            <para>When the item is serialized out as xml, its value is "dkMagenta".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen">
            <summary>
            Dark Olive Green Preset Color.
            <para>When the item is serialized out as xml, its value is "dkOliveGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange">
            <summary>
            Dark Orange Preset Color.
            <para>When the item is serialized out as xml, its value is "dkOrange".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid">
            <summary>
            Dark Orchid Preset Color.
            <para>When the item is serialized out as xml, its value is "dkOrchid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed">
            <summary>
            Dark Red Preset Color.
            <para>When the item is serialized out as xml, its value is "dkRed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon">
            <summary>
            Dark Salmon Preset Color.
            <para>When the item is serialized out as xml, its value is "dkSalmon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen">
            <summary>
            Dark Sea Green Preset Color.
            <para>When the item is serialized out as xml, its value is "dkSeaGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue">
            <summary>
            Dark Slate Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "dkSlateBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray">
            <summary>
            Dark Slate Gray Preset Color.
            <para>When the item is serialized out as xml, its value is "dkSlateGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise">
            <summary>
            Dark Turquoise Preset Color.
            <para>When the item is serialized out as xml, its value is "dkTurquoise".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet">
            <summary>
            Dark Violet Preset Color.
            <para>When the item is serialized out as xml, its value is "dkViolet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepPink">
            <summary>
            Deep Pink Preset Color.
            <para>When the item is serialized out as xml, its value is "deepPink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepSkyBlue">
            <summary>
            Deep Sky Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "deepSkyBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGray">
            <summary>
            Dim Gray Preset Color.
            <para>When the item is serialized out as xml, its value is "dimGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DodgerBlue">
            <summary>
            Dodger Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "dodgerBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Firebrick">
            <summary>
            Firebrick Preset Color.
            <para>When the item is serialized out as xml, its value is "firebrick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.FloralWhite">
            <summary>
            Floral White Preset Color.
            <para>When the item is serialized out as xml, its value is "floralWhite".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.ForestGreen">
            <summary>
            Forest Green Preset Color.
            <para>When the item is serialized out as xml, its value is "forestGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Fuchsia">
            <summary>
            Fuchsia Preset Color.
            <para>When the item is serialized out as xml, its value is "fuchsia".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Gainsboro">
            <summary>
            Gainsboro Preset Color.
            <para>When the item is serialized out as xml, its value is "gainsboro".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.GhostWhite">
            <summary>
            Ghost White Preset Color.
            <para>When the item is serialized out as xml, its value is "ghostWhite".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Gold">
            <summary>
            Gold Preset Color.
            <para>When the item is serialized out as xml, its value is "gold".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Goldenrod">
            <summary>
            Goldenrod Preset Color.
            <para>When the item is serialized out as xml, its value is "goldenrod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Gray">
            <summary>
            Gray Preset Color.
            <para>When the item is serialized out as xml, its value is "gray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Green">
            <summary>
            Green Preset Color.
            <para>When the item is serialized out as xml, its value is "green".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.GreenYellow">
            <summary>
            Green Yellow Preset Color.
            <para>When the item is serialized out as xml, its value is "greenYellow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Honeydew">
            <summary>
            Honeydew Preset Color.
            <para>When the item is serialized out as xml, its value is "honeydew".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.HotPink">
            <summary>
            Hot Pink Preset Color.
            <para>When the item is serialized out as xml, its value is "hotPink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.IndianRed">
            <summary>
            Indian Red Preset Color.
            <para>When the item is serialized out as xml, its value is "indianRed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Indigo">
            <summary>
            Indigo Preset Color.
            <para>When the item is serialized out as xml, its value is "indigo".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Ivory">
            <summary>
            Ivory Preset Color.
            <para>When the item is serialized out as xml, its value is "ivory".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Khaki">
            <summary>
            Khaki Preset Color.
            <para>When the item is serialized out as xml, its value is "khaki".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Lavender">
            <summary>
            Lavender Preset Color.
            <para>When the item is serialized out as xml, its value is "lavender".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LavenderBlush">
            <summary>
            Lavender Blush Preset Color.
            <para>When the item is serialized out as xml, its value is "lavenderBlush".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LawnGreen">
            <summary>
            Lawn Green Preset Color.
            <para>When the item is serialized out as xml, its value is "lawnGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LemonChiffon">
            <summary>
            Lemon Chiffon Preset Color.
            <para>When the item is serialized out as xml, its value is "lemonChiffon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue">
            <summary>
            Light Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "ltBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral">
            <summary>
            Light Coral Preset Color.
            <para>When the item is serialized out as xml, its value is "ltCoral".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan">
            <summary>
            Light Cyan Preset Color.
            <para>When the item is serialized out as xml, its value is "ltCyan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow">
            <summary>
            Light Goldenrod Yellow Preset Color.
            <para>When the item is serialized out as xml, its value is "ltGoldenrodYellow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray">
            <summary>
            Light Gray Preset Color.
            <para>When the item is serialized out as xml, its value is "ltGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen">
            <summary>
            Light Green Preset Color.
            <para>When the item is serialized out as xml, its value is "ltGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink">
            <summary>
            Light Pink Preset Color.
            <para>When the item is serialized out as xml, its value is "ltPink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon">
            <summary>
            Light Salmon Preset Color.
            <para>When the item is serialized out as xml, its value is "ltSalmon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen">
            <summary>
            Light Sea Green Preset Color.
            <para>When the item is serialized out as xml, its value is "ltSeaGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue">
            <summary>
            Light Sky Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "ltSkyBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray">
            <summary>
            Light Slate Gray Preset Color.
            <para>When the item is serialized out as xml, its value is "ltSlateGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue">
            <summary>
            Light Steel Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "ltSteelBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow">
            <summary>
            Light Yellow Preset Color.
            <para>When the item is serialized out as xml, its value is "ltYellow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Lime">
            <summary>
            Lime Preset Color.
            <para>When the item is serialized out as xml, its value is "lime".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LimeGreen">
            <summary>
            Lime Green Preset Color.
            <para>When the item is serialized out as xml, its value is "limeGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Linen">
            <summary>
            Linen Preset Color.
            <para>When the item is serialized out as xml, its value is "linen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Magenta">
            <summary>
            Magenta Preset Color.
            <para>When the item is serialized out as xml, its value is "magenta".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Maroon">
            <summary>
            Maroon Preset Color.
            <para>When the item is serialized out as xml, its value is "maroon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MedAquamarine">
            <summary>
            Medium Aquamarine Preset Color.
            <para>When the item is serialized out as xml, its value is "medAquamarine".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue">
            <summary>
            Medium Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "medBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid">
            <summary>
            Medium Orchid Preset Color.
            <para>When the item is serialized out as xml, its value is "medOrchid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple">
            <summary>
            Medium Purple Preset Color.
            <para>When the item is serialized out as xml, its value is "medPurple".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen">
            <summary>
            Medium Sea Green Preset Color.
            <para>When the item is serialized out as xml, its value is "medSeaGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue">
            <summary>
            Medium Slate Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "medSlateBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen">
            <summary>
            Medium Spring Green Preset Color.
            <para>When the item is serialized out as xml, its value is "medSpringGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise">
            <summary>
            Medium Turquoise Preset Color.
            <para>When the item is serialized out as xml, its value is "medTurquoise".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed">
            <summary>
            Medium Violet Red Preset Color.
            <para>When the item is serialized out as xml, its value is "medVioletRed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MidnightBlue">
            <summary>
            Midnight Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "midnightBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MintCream">
            <summary>
            Mint Cream Preset Color.
            <para>When the item is serialized out as xml, its value is "mintCream".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MistyRose">
            <summary>
            Misty Rose Preset Color.
            <para>When the item is serialized out as xml, its value is "mistyRose".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Moccasin">
            <summary>
            Moccasin Preset Color.
            <para>When the item is serialized out as xml, its value is "moccasin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.NavajoWhite">
            <summary>
            Navajo White Preset Color.
            <para>When the item is serialized out as xml, its value is "navajoWhite".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Navy">
            <summary>
            Navy Preset Color.
            <para>When the item is serialized out as xml, its value is "navy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.OldLace">
            <summary>
            Old Lace Preset Color.
            <para>When the item is serialized out as xml, its value is "oldLace".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Olive">
            <summary>
            Olive Preset Color.
            <para>When the item is serialized out as xml, its value is "olive".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.OliveDrab">
            <summary>
            Olive Drab Preset Color.
            <para>When the item is serialized out as xml, its value is "oliveDrab".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Orange">
            <summary>
            Orange Preset Color.
            <para>When the item is serialized out as xml, its value is "orange".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.OrangeRed">
            <summary>
            Orange Red Preset Color.
            <para>When the item is serialized out as xml, its value is "orangeRed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Orchid">
            <summary>
            Orchid Preset Color.
            <para>When the item is serialized out as xml, its value is "orchid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGoldenrod">
            <summary>
            Pale Goldenrod Preset Color.
            <para>When the item is serialized out as xml, its value is "paleGoldenrod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGreen">
            <summary>
            Pale Green Preset Color.
            <para>When the item is serialized out as xml, its value is "paleGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleTurquoise">
            <summary>
            Pale Turquoise Preset Color.
            <para>When the item is serialized out as xml, its value is "paleTurquoise".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleVioletRed">
            <summary>
            Pale Violet Red Preset Color.
            <para>When the item is serialized out as xml, its value is "paleVioletRed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.PapayaWhip">
            <summary>
            Papaya Whip Preset Color.
            <para>When the item is serialized out as xml, its value is "papayaWhip".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.PeachPuff">
            <summary>
            Peach Puff Preset Color.
            <para>When the item is serialized out as xml, its value is "peachPuff".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Peru">
            <summary>
            Peru Preset Color.
            <para>When the item is serialized out as xml, its value is "peru".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Pink">
            <summary>
            Pink Preset Color.
            <para>When the item is serialized out as xml, its value is "pink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Plum">
            <summary>
            Plum Preset Color.
            <para>When the item is serialized out as xml, its value is "plum".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.PowderBlue">
            <summary>
            Powder Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "powderBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Purple">
            <summary>
            Purple Preset Color.
            <para>When the item is serialized out as xml, its value is "purple".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Red">
            <summary>
            Red Preset Color.
            <para>When the item is serialized out as xml, its value is "red".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.RosyBrown">
            <summary>
            Rosy Brown Preset Color.
            <para>When the item is serialized out as xml, its value is "rosyBrown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.RoyalBlue">
            <summary>
            Royal Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "royalBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.SaddleBrown">
            <summary>
            Saddle Brown Preset Color.
            <para>When the item is serialized out as xml, its value is "saddleBrown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Salmon">
            <summary>
            Salmon Preset Color.
            <para>When the item is serialized out as xml, its value is "salmon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.SandyBrown">
            <summary>
            Sandy Brown Preset Color.
            <para>When the item is serialized out as xml, its value is "sandyBrown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaGreen">
            <summary>
            Sea Green Preset Color.
            <para>When the item is serialized out as xml, its value is "seaGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaShell">
            <summary>
            Sea Shell Preset Color.
            <para>When the item is serialized out as xml, its value is "seaShell".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Sienna">
            <summary>
            Sienna Preset Color.
            <para>When the item is serialized out as xml, its value is "sienna".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Silver">
            <summary>
            Silver Preset Color.
            <para>When the item is serialized out as xml, its value is "silver".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.SkyBlue">
            <summary>
            Sky Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "skyBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateBlue">
            <summary>
            Slate Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "slateBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGray">
            <summary>
            Slate Gray Preset Color.
            <para>When the item is serialized out as xml, its value is "slateGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Snow">
            <summary>
            Snow Preset Color.
            <para>When the item is serialized out as xml, its value is "snow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.SpringGreen">
            <summary>
            Spring Green Preset Color.
            <para>When the item is serialized out as xml, its value is "springGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.SteelBlue">
            <summary>
            Steel Blue Preset Color.
            <para>When the item is serialized out as xml, its value is "steelBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Tan">
            <summary>
            Tan Preset Color.
            <para>When the item is serialized out as xml, its value is "tan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Teal">
            <summary>
            Teal Preset Color.
            <para>When the item is serialized out as xml, its value is "teal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Thistle">
            <summary>
            Thistle Preset Color.
            <para>When the item is serialized out as xml, its value is "thistle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Tomato">
            <summary>
            Tomato Preset Color.
            <para>When the item is serialized out as xml, its value is "tomato".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Turquoise">
            <summary>
            Turquoise Preset Color.
            <para>When the item is serialized out as xml, its value is "turquoise".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Violet">
            <summary>
            Violet Preset Color.
            <para>When the item is serialized out as xml, its value is "violet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Wheat">
            <summary>
            Wheat Preset Color.
            <para>When the item is serialized out as xml, its value is "wheat".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.White">
            <summary>
            White Preset Color.
            <para>When the item is serialized out as xml, its value is "white".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.WhiteSmoke">
            <summary>
            White Smoke Preset Color.
            <para>When the item is serialized out as xml, its value is "whiteSmoke".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Yellow">
            <summary>
            Yellow Preset Color.
            <para>When the item is serialized out as xml, its value is "yellow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.YellowGreen">
            <summary>
            Yellow Green Preset Color.
            <para>When the item is serialized out as xml, its value is "yellowGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue2010">
            <summary>
            darkBlue.
            <para>When the item is serialized out as xml, its value is "darkBlue".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan2010">
            <summary>
            darkCyan.
            <para>When the item is serialized out as xml, its value is "darkCyan".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod2010">
            <summary>
            darkGoldenrod.
            <para>When the item is serialized out as xml, its value is "darkGoldenrod".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray2010">
            <summary>
            darkGray.
            <para>When the item is serialized out as xml, its value is "darkGray".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey2010">
            <summary>
            darkGrey.
            <para>When the item is serialized out as xml, its value is "darkGrey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen2010">
            <summary>
            darkGreen.
            <para>When the item is serialized out as xml, its value is "darkGreen".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki2010">
            <summary>
            darkKhaki.
            <para>When the item is serialized out as xml, its value is "darkKhaki".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta2010">
            <summary>
            darkMagenta.
            <para>When the item is serialized out as xml, its value is "darkMagenta".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen2010">
            <summary>
            darkOliveGreen.
            <para>When the item is serialized out as xml, its value is "darkOliveGreen".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange2010">
            <summary>
            darkOrange.
            <para>When the item is serialized out as xml, its value is "darkOrange".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid2010">
            <summary>
            darkOrchid.
            <para>When the item is serialized out as xml, its value is "darkOrchid".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed2010">
            <summary>
            darkRed.
            <para>When the item is serialized out as xml, its value is "darkRed".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon2010">
            <summary>
            darkSalmon.
            <para>When the item is serialized out as xml, its value is "darkSalmon".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen2010">
            <summary>
            darkSeaGreen.
            <para>When the item is serialized out as xml, its value is "darkSeaGreen".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue2010">
            <summary>
            darkSlateBlue.
            <para>When the item is serialized out as xml, its value is "darkSlateBlue".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray2010">
            <summary>
            darkSlateGray.
            <para>When the item is serialized out as xml, its value is "darkSlateGray".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey2010">
            <summary>
            darkSlateGrey.
            <para>When the item is serialized out as xml, its value is "darkSlateGrey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise2010">
            <summary>
            darkTurquoise.
            <para>When the item is serialized out as xml, its value is "darkTurquoise".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet2010">
            <summary>
            darkViolet.
            <para>When the item is serialized out as xml, its value is "darkViolet".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue2010">
            <summary>
            lightBlue.
            <para>When the item is serialized out as xml, its value is "lightBlue".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral2010">
            <summary>
            lightCoral.
            <para>When the item is serialized out as xml, its value is "lightCoral".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan2010">
            <summary>
            lightCyan.
            <para>When the item is serialized out as xml, its value is "lightCyan".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow2010">
            <summary>
            lightGoldenrodYellow.
            <para>When the item is serialized out as xml, its value is "lightGoldenrodYellow".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray2010">
            <summary>
            lightGray.
            <para>When the item is serialized out as xml, its value is "lightGray".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey2010">
            <summary>
            lightGrey.
            <para>When the item is serialized out as xml, its value is "lightGrey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen2010">
            <summary>
            lightGreen.
            <para>When the item is serialized out as xml, its value is "lightGreen".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink2010">
            <summary>
            lightPink.
            <para>When the item is serialized out as xml, its value is "lightPink".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon2010">
            <summary>
            lightSalmon.
            <para>When the item is serialized out as xml, its value is "lightSalmon".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen2010">
            <summary>
            lightSeaGreen.
            <para>When the item is serialized out as xml, its value is "lightSeaGreen".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue2010">
            <summary>
            lightSkyBlue.
            <para>When the item is serialized out as xml, its value is "lightSkyBlue".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray2010">
            <summary>
            lightSlateGray.
            <para>When the item is serialized out as xml, its value is "lightSlateGray".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey2010">
            <summary>
            lightSlateGrey.
            <para>When the item is serialized out as xml, its value is "lightSlateGrey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue2010">
            <summary>
            lightSteelBlue.
            <para>When the item is serialized out as xml, its value is "lightSteelBlue".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow2010">
            <summary>
            lightYellow.
            <para>When the item is serialized out as xml, its value is "lightYellow".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumAquamarine2010">
            <summary>
            mediumAquamarine.
            <para>When the item is serialized out as xml, its value is "mediumAquamarine".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue2010">
            <summary>
            mediumBlue.
            <para>When the item is serialized out as xml, its value is "mediumBlue".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid2010">
            <summary>
            mediumOrchid.
            <para>When the item is serialized out as xml, its value is "mediumOrchid".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple2010">
            <summary>
            mediumPurple.
            <para>When the item is serialized out as xml, its value is "mediumPurple".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen2010">
            <summary>
            mediumSeaGreen.
            <para>When the item is serialized out as xml, its value is "mediumSeaGreen".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue2010">
            <summary>
            mediumSlateBlue.
            <para>When the item is serialized out as xml, its value is "mediumSlateBlue".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen2010">
            <summary>
            mediumSpringGreen.
            <para>When the item is serialized out as xml, its value is "mediumSpringGreen".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise2010">
            <summary>
            mediumTurquoise.
            <para>When the item is serialized out as xml, its value is "mediumTurquoise".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed2010">
            <summary>
            mediumVioletRed.
            <para>When the item is serialized out as xml, its value is "mediumVioletRed".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey">
            <summary>
            dkGrey.
            <para>When the item is serialized out as xml, its value is "dkGrey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGrey">
            <summary>
            dimGrey.
            <para>When the item is serialized out as xml, its value is "dimGrey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey">
            <summary>
            dkSlateGrey.
            <para>When the item is serialized out as xml, its value is "dkSlateGrey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.Grey">
            <summary>
            grey.
            <para>When the item is serialized out as xml, its value is "grey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey">
            <summary>
            ltGrey.
            <para>When the item is serialized out as xml, its value is "ltGrey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey">
            <summary>
            ltSlateGrey.
            <para>When the item is serialized out as xml, its value is "ltSlateGrey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGrey">
            <summary>
            slateGrey.
            <para>When the item is serialized out as xml, its value is "slateGrey".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.Picture">
             <summary>
             <para>Picture.</para>
             <para> When the object is serialized out as xml, its qualified name is pic:pic.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualPictureProperties &lt;pic:nvPicPr></description></item>
            <item><description>BlipFill &lt;pic:blipFill></description></item>
            <item><description>ShapeProperties &lt;pic:spPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle &lt;pic14:style></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList &lt;pic14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.Picture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.Picture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.Picture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.Picture.#ctor">
            <summary>
            Initializes a new instance of the Picture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.Picture.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Picture class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.Picture.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Picture class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.Picture.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Picture class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties">
            <summary>
            <para> Non-Visual Picture Properties.</para>
            <para> Represents the following element tag in the schema: pic:nvPicPr </para>
            </summary>
            <remark>
            xmlns:pic = http://schemas.openxmlformats.org/drawingml/2006/picture
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill">
            <summary>
            <para> Picture Fill.</para>
            <para> Represents the following element tag in the schema: pic:blipFill </para>
            </summary>
            <remark>
            xmlns:pic = http://schemas.openxmlformats.org/drawingml/2006/picture
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties">
            <summary>
            <para> Shape Properties.</para>
            <para> Represents the following element tag in the schema: pic:spPr </para>
            </summary>
            <remark>
            xmlns:pic = http://schemas.openxmlformats.org/drawingml/2006/picture
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle">
            <summary>
            <para> ShapeStyle.</para>
            <para> Represents the following element tag in the schema: pic14:style </para>
            </summary>
            <remark>
            xmlns:pic14 = http://schemas.microsoft.com/office/drawing/2010/picture
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: pic14:extLst </para>
            </summary>
            <remark>
            xmlns:pic14 = http://schemas.microsoft.com/office/drawing/2010/picture
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.Picture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties">
             <summary>
             <para>Non-Visual Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is pic:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties">
             <summary>
             <para>Non-Visual Picture Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is pic:cNvPicPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.PictureLocks &lt;a:picLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize">
            <summary>
            <para> preferRelativeResize.</para>
            <para>Represents the following attribute in the schema: preferRelativeResize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks">
            <summary>
            <para> PictureLocks.</para>
            <para> Represents the following element tag in the schema: a:picLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList">
            <summary>
            <para> NonVisualPicturePropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties">
             <summary>
             <para>Non-Visual Picture Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is pic:nvPicPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;pic:cNvPr></description></item>
            <item><description>NonVisualPictureDrawingProperties &lt;pic:cNvPicPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPictureProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties">
            <summary>
            <para> Non-Visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: pic:cNvPr </para>
            </summary>
            <remark>
            xmlns:pic = http://schemas.openxmlformats.org/drawingml/2006/picture
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties">
            <summary>
            <para> Non-Visual Picture Drawing Properties.</para>
            <para> Represents the following element tag in the schema: pic:cNvPicPr </para>
            </summary>
            <remark>
            xmlns:pic = http://schemas.openxmlformats.org/drawingml/2006/picture
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill">
             <summary>
             <para>Picture Fill.</para>
             <para> When the object is serialized out as xml, its qualified name is pic:blipFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Blip &lt;a:blip></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SourceRectangle &lt;a:srcRect></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Tile &lt;a:tile></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Stretch &lt;a:stretch></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi">
            <summary>
            <para> DPI Setting.</para>
            <para>Represents the following attribute in the schema: dpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape">
            <summary>
            <para> Rotate With Shape.</para>
            <para>Represents the following attribute in the schema: rotWithShape </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.#ctor">
            <summary>
            Initializes a new instance of the BlipFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BlipFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BlipFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BlipFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip">
            <summary>
            <para> Blip.</para>
            <para> Represents the following element tag in the schema: a:blip </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle">
            <summary>
            <para> Source Rectangle.</para>
            <para> Represents the following element tag in the schema: a:srcRect </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties">
             <summary>
             <para>Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is pic:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor">
             <summary>
             <para>Two Cell Anchor Shape Size.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:twoCellAnchor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FromMarker &lt;xdr:from></description></item>
            <item><description>ToMarker &lt;xdr:to></description></item>
            <item><description>Shape &lt;xdr:sp></description></item>
            <item><description>GroupShape &lt;xdr:grpSp></description></item>
            <item><description>GraphicFrame &lt;xdr:graphicFrame></description></item>
            <item><description>ConnectionShape &lt;xdr:cxnSp></description></item>
            <item><description>Picture &lt;xdr:pic></description></item>
            <item><description>ContentPart &lt;xdr:contentPart></description></item>
            <item><description>ClientData &lt;xdr:clientData></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs">
            <summary>
            <para> Positioning and Resizing Behaviors.</para>
            <para>Represents the following attribute in the schema: editAs </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.#ctor">
            <summary>
            Initializes a new instance of the TwoCellAnchor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TwoCellAnchor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TwoCellAnchor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TwoCellAnchor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker">
            <summary>
            <para> Starting Anchor Point.</para>
            <para> Represents the following element tag in the schema: xdr:from </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker">
            <summary>
            <para> Ending Anchor Point.</para>
            <para> Represents the following element tag in the schema: xdr:to </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor">
             <summary>
             <para>One Cell Anchor Shape Size.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:oneCellAnchor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FromMarker &lt;xdr:from></description></item>
            <item><description>Extent &lt;xdr:ext></description></item>
            <item><description>Shape &lt;xdr:sp></description></item>
            <item><description>GroupShape &lt;xdr:grpSp></description></item>
            <item><description>GraphicFrame &lt;xdr:graphicFrame></description></item>
            <item><description>ConnectionShape &lt;xdr:cxnSp></description></item>
            <item><description>Picture &lt;xdr:pic></description></item>
            <item><description>ContentPart &lt;xdr:contentPart></description></item>
            <item><description>ClientData &lt;xdr:clientData></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.#ctor">
            <summary>
            Initializes a new instance of the OneCellAnchor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OneCellAnchor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OneCellAnchor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OneCellAnchor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker">
            <summary>
            <para> FromMarker.</para>
            <para> Represents the following element tag in the schema: xdr:from </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent">
            <summary>
            <para> Extent.</para>
            <para> Represents the following element tag in the schema: xdr:ext </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor">
             <summary>
             <para>Absolute Anchor Shape Size.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:absoluteAnchor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Position &lt;xdr:pos></description></item>
            <item><description>Extent &lt;xdr:ext></description></item>
            <item><description>Shape &lt;xdr:sp></description></item>
            <item><description>GroupShape &lt;xdr:grpSp></description></item>
            <item><description>GraphicFrame &lt;xdr:graphicFrame></description></item>
            <item><description>ConnectionShape &lt;xdr:cxnSp></description></item>
            <item><description>Picture &lt;xdr:pic></description></item>
            <item><description>ContentPart &lt;xdr:contentPart></description></item>
            <item><description>ClientData &lt;xdr:clientData></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.#ctor">
            <summary>
            Initializes a new instance of the AbsoluteAnchor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AbsoluteAnchor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AbsoluteAnchor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AbsoluteAnchor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position">
            <summary>
            <para> Position.</para>
            <para> Represents the following element tag in the schema: xdr:pos </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent">
            <summary>
            <para> Shape Extent.</para>
            <para> Represents the following element tag in the schema: xdr:ext </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape">
             <summary>
             <para>Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:sp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualShapeProperties &lt;xdr:nvSpPr></description></item>
            <item><description>ShapeProperties &lt;xdr:spPr></description></item>
            <item><description>ShapeStyle &lt;xdr:style></description></item>
            <item><description>TextBody &lt;xdr:txBody></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro">
            <summary>
            <para> Reference to Custom Function.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink">
            <summary>
            <para> Text Link.</para>
            <para>Represents the following attribute in the schema: textlink </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText">
            <summary>
            <para> Lock Text Flag.</para>
            <para>Represents the following attribute in the schema: fLocksText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published">
            <summary>
            <para> Publish to Server Flag.</para>
            <para>Represents the following attribute in the schema: fPublished </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.#ctor">
            <summary>
            Initializes a new instance of the Shape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties">
            <summary>
            <para> Non-Visual Properties for a Shape.</para>
            <para> Represents the following element tag in the schema: xdr:nvSpPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties">
            <summary>
            <para> Shape Properties.</para>
            <para> Represents the following element tag in the schema: xdr:spPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle">
            <summary>
            <para> ShapeStyle.</para>
            <para> Represents the following element tag in the schema: xdr:style </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody">
            <summary>
            <para> Shape Text Body.</para>
            <para> Represents the following element tag in the schema: xdr:txBody </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape">
             <summary>
             <para>Group Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:grpSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGroupShapeProperties &lt;xdr:nvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;xdr:grpSpPr></description></item>
            <item><description>Shape &lt;xdr:sp></description></item>
            <item><description>GroupShape &lt;xdr:grpSp></description></item>
            <item><description>GraphicFrame &lt;xdr:graphicFrame></description></item>
            <item><description>ConnectionShape &lt;xdr:cxnSp></description></item>
            <item><description>Picture &lt;xdr:pic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart &lt;xdr14:contentPart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.#ctor">
            <summary>
            Initializes a new instance of the GroupShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties">
            <summary>
            <para> Non-Visual Properties for a Group Shape.</para>
            <para> Represents the following element tag in the schema: xdr:nvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties">
            <summary>
            <para> Group Shape Properties.</para>
            <para> Represents the following element tag in the schema: xdr:grpSpPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame">
             <summary>
             <para>Graphic Frame.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:graphicFrame.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGraphicFrameProperties &lt;xdr:nvGraphicFramePr></description></item>
            <item><description>Transform &lt;xdr:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Graphic &lt;a:graphic></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro">
            <summary>
            <para> Reference To Custom Function.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published">
            <summary>
            <para> Publish to Server Flag.</para>
            <para>Represents the following attribute in the schema: fPublished </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.#ctor">
            <summary>
            Initializes a new instance of the GraphicFrame class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GraphicFrame class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GraphicFrame class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphicFrame class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties">
            <summary>
            <para> Non-Visual Properties for a Graphic Frame.</para>
            <para> Represents the following element tag in the schema: xdr:nvGraphicFramePr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform">
            <summary>
            <para> 2D Transform for Graphic Frames.</para>
            <para> Represents the following element tag in the schema: xdr:xfrm </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic">
            <summary>
            <para> Graphic.</para>
            <para> Represents the following element tag in the schema: a:graphic </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape">
             <summary>
             <para>Connection Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:cxnSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualConnectionShapeProperties &lt;xdr:nvCxnSpPr></description></item>
            <item><description>ShapeProperties &lt;xdr:spPr></description></item>
            <item><description>ShapeStyle &lt;xdr:style></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro">
            <summary>
            <para> Reference to Custom Function.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published">
            <summary>
            <para> Publish to Server Flag.</para>
            <para>Represents the following attribute in the schema: fPublished </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.#ctor">
            <summary>
            Initializes a new instance of the ConnectionShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectionShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectionShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectionShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties">
            <summary>
            <para> Non-Visual Properties for a Connection Shape.</para>
            <para> Represents the following element tag in the schema: xdr:nvCxnSpPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties">
            <summary>
            <para> Connector Shape Properties.</para>
            <para> Represents the following element tag in the schema: xdr:spPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle">
            <summary>
            <para> ShapeStyle.</para>
            <para> Represents the following element tag in the schema: xdr:style </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture">
             <summary>
             <para>Defines the Picture Class.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:pic.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualPictureProperties &lt;xdr:nvPicPr></description></item>
            <item><description>BlipFill &lt;xdr:blipFill></description></item>
            <item><description>ShapeProperties &lt;xdr:spPr></description></item>
            <item><description>ShapeStyle &lt;xdr:style></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro">
            <summary>
            <para> Reference To Custom Function.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published">
            <summary>
            <para> Publish to Server Flag.</para>
            <para>Represents the following attribute in the schema: fPublished </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.#ctor">
            <summary>
            Initializes a new instance of the Picture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Picture class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Picture class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Picture class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties">
            <summary>
            <para> Non-Visual Properties for a Picture.</para>
            <para> Represents the following element tag in the schema: xdr:nvPicPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill">
            <summary>
            <para> Picture Fill.</para>
            <para> Represents the following element tag in the schema: xdr:blipFill </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties">
            <summary>
            <para> ShapeProperties.</para>
            <para> Represents the following element tag in the schema: xdr:spPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle">
            <summary>
            <para> Shape Style.</para>
            <para> Represents the following element tag in the schema: xdr:style </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart">
             <summary>
             <para>Defines the ContentPart Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:contentPart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties &lt;xdr14:nvContentPartPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties &lt;xdr14:nvPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D &lt;xdr14:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList &lt;xdr14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode">
            <summary>
            <para> bwMode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.#ctor">
            <summary>
            Initializes a new instance of the ContentPart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContentPart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContentPart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContentPart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties">
            <summary>
            <para> ExcelNonVisualContentPartShapeProperties.</para>
            <para> Represents the following element tag in the schema: xdr14:nvContentPartPr </para>
            </summary>
            <remark>
            xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties">
            <summary>
            <para> ApplicationNonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: xdr14:nvPr </para>
            </summary>
            <remark>
            xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D">
            <summary>
            <para> Transform2D.</para>
            <para> Represents the following element tag in the schema: xdr14:xfrm </para>
            </summary>
            <remark>
            xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList">
            <summary>
            <para> OfficeArtExtensionList.</para>
            <para> Represents the following element tag in the schema: xdr14:extLst </para>
            </summary>
            <remark>
            xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing">
             <summary>
             <para>Worksheet Drawing. The root element of DrawingsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:wsDr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TwoCellAnchor &lt;xdr:twoCellAnchor></description></item>
            <item><description>OneCellAnchor &lt;xdr:oneCellAnchor></description></item>
            <item><description>AbsoluteAnchor &lt;xdr:absoluteAnchor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.#ctor(DocumentFormat.OpenXml.Packaging.DrawingsPart)">
            <summary>
            WorksheetDrawing constructor.
            </summary>
            <param name="ownerPart">The owner part of the WorksheetDrawing.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Load(DocumentFormat.OpenXml.Packaging.DrawingsPart)">
            <summary>
            Loads the DOM from the DrawingsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.DrawingsPart">
            <summary>
            Gets the DrawingsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WorksheetDrawing class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WorksheetDrawing class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WorksheetDrawing class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.#ctor">
            <summary>
            Initializes a new instance of the WorksheetDrawing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Save(DocumentFormat.OpenXml.Packaging.DrawingsPart)">
            <summary>
            Saves the DOM into the DrawingsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties">
             <summary>
             <para>Non-Visual Properties for a Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:nvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;xdr:cNvPr></description></item>
            <item><description>NonVisualShapeDrawingProperties &lt;xdr:cNvSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> Non-Visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: xdr:cNvPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties">
            <summary>
            <para> Connection Non-Visual Shape Properties.</para>
            <para> Represents the following element tag in the schema: xdr:cNvSpPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties">
             <summary>
             <para>Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle">
             <summary>
             <para>Defines the ShapeStyle Class.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:style.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.LineReference &lt;a:lnRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FillReference &lt;a:fillRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectReference &lt;a:effectRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FontReference &lt;a:fontRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.#ctor">
            <summary>
            Initializes a new instance of the ShapeStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference">
            <summary>
            <para> LineReference.</para>
            <para> Represents the following element tag in the schema: a:lnRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference">
            <summary>
            <para> FillReference.</para>
            <para> Represents the following element tag in the schema: a:fillRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference">
            <summary>
            <para> EffectReference.</para>
            <para> Represents the following element tag in the schema: a:effectRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference">
            <summary>
            <para> Font Reference.</para>
            <para> Represents the following element tag in the schema: a:fontRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody">
             <summary>
             <para>Shape Text Body.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:txBody.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BodyProperties &lt;a:bodyPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ListStyle &lt;a:lstStyle></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Paragraph &lt;a:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.#ctor">
            <summary>
            Initializes a new instance of the TextBody class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBody class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties">
            <summary>
            <para> Body Properties.</para>
            <para> Represents the following element tag in the schema: a:bodyPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle">
            <summary>
            <para> Text List Styles.</para>
            <para> Represents the following element tag in the schema: a:lstStyle </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties">
             <summary>
             <para>Non-Visual Properties for a Connection Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:nvCxnSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;xdr:cNvPr></description></item>
            <item><description>NonVisualConnectorShapeDrawingProperties &lt;xdr:cNvCxnSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> Connection Non-Visual Properties.</para>
            <para> Represents the following element tag in the schema: xdr:cNvPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties">
            <summary>
            <para> Non-Visual Connector Shape Drawing Properties.</para>
            <para> Represents the following element tag in the schema: xdr:cNvCxnSpPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties">
             <summary>
             <para>Non-Visual Properties for a Picture.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:nvPicPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;xdr:cNvPr></description></item>
            <item><description>NonVisualPictureDrawingProperties &lt;xdr:cNvPicPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPictureProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: xdr:cNvPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties">
            <summary>
            <para> Non-Visual Picture Drawing Properties.</para>
            <para> Represents the following element tag in the schema: xdr:cNvPicPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill">
             <summary>
             <para>Picture Fill.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:blipFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Blip &lt;a:blip></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SourceRectangle &lt;a:srcRect></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Tile &lt;a:tile></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Stretch &lt;a:stretch></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape">
            <summary>
            <para> Rotate With Shape.</para>
            <para>Represents the following attribute in the schema: rotWithShape </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.#ctor">
            <summary>
            Initializes a new instance of the BlipFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BlipFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BlipFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BlipFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip">
            <summary>
            <para> Blip.</para>
            <para> Represents the following element tag in the schema: a:blip </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle">
            <summary>
            <para> Source Rectangle.</para>
            <para> Represents the following element tag in the schema: a:srcRect </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties">
             <summary>
             <para>Non-Visual Properties for a Graphic Frame.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:nvGraphicFramePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;xdr:cNvPr></description></item>
            <item><description>NonVisualGraphicFrameDrawingProperties &lt;xdr:cNvGraphicFramePr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties">
            <summary>
            <para> Connection Non-Visual Properties.</para>
            <para> Represents the following element tag in the schema: xdr:cNvPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties">
            <summary>
            <para> Non-Visual Graphic Frame Drawing Properties.</para>
            <para> Represents the following element tag in the schema: xdr:cNvGraphicFramePr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform">
             <summary>
             <para>2D Transform for Graphic Frames.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Offset &lt;a:off></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.#ctor">
            <summary>
            Initializes a new instance of the Transform class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId">
            <summary>
            <para>Column).</para>
            <para> When the object is serialized out as xml, its qualified name is xdr:col.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.#ctor">
            <summary>
            Initializes a new instance of the ColumnId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColumnId class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset">
            <summary>
            <para>Column Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is xdr:colOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.#ctor">
            <summary>
            Initializes a new instance of the ColumnOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColumnOffset class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset">
            <summary>
            <para>Row Offset.</para>
            <para> When the object is serialized out as xml, its qualified name is xdr:rowOff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.#ctor">
            <summary>
            Initializes a new instance of the RowOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RowOffset class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId">
            <summary>
            <para>Row.</para>
            <para> When the object is serialized out as xml, its qualified name is xdr:row.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.#ctor">
            <summary>
            Initializes a new instance of the RowId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RowId class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker">
             <summary>
             <para>Starting Anchor Point.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:from.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColumnId &lt;xdr:col></description></item>
            <item><description>ColumnOffset &lt;xdr:colOff></description></item>
            <item><description>RowId &lt;xdr:row></description></item>
            <item><description>RowOffset &lt;xdr:rowOff></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.#ctor">
            <summary>
            Initializes a new instance of the FromMarker class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FromMarker class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FromMarker class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FromMarker class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker">
             <summary>
             <para>Ending Anchor Point.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:to.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColumnId &lt;xdr:col></description></item>
            <item><description>ColumnOffset &lt;xdr:colOff></description></item>
            <item><description>RowId &lt;xdr:row></description></item>
            <item><description>RowOffset &lt;xdr:rowOff></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.#ctor">
            <summary>
            Initializes a new instance of the ToMarker class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ToMarker class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ToMarker class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ToMarker class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType">
             <summary>
             Defines the MarkerType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColumnId &lt;xdr:col></description></item>
            <item><description>ColumnOffset &lt;xdr:colOff></description></item>
            <item><description>RowId &lt;xdr:row></description></item>
            <item><description>RowOffset &lt;xdr:rowOff></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId">
            <summary>
            <para> Column).</para>
            <para> Represents the following element tag in the schema: xdr:col </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset">
            <summary>
            <para> Column Offset.</para>
            <para> Represents the following element tag in the schema: xdr:colOff </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId">
            <summary>
            <para> Row.</para>
            <para> Represents the following element tag in the schema: xdr:row </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset">
            <summary>
            <para> Row Offset.</para>
            <para> Represents the following element tag in the schema: xdr:rowOff </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.#ctor">
            <summary>
            Initializes a new instance of the MarkerType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MarkerType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MarkerType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MarkerType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData">
            <summary>
            <para>Client Data.</para>
            <para> When the object is serialized out as xml, its qualified name is xdr:clientData.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet">
            <summary>
            <para> Locks With Sheet Flag.</para>
            <para>Represents the following attribute in the schema: fLocksWithSheet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet">
            <summary>
            <para> Prints With Sheet Flag.</para>
            <para>Represents the following attribute in the schema: fPrintsWithSheet </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.#ctor">
            <summary>
            Initializes a new instance of the ClientData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent">
            <summary>
            <para>Defines the Extent Class.</para>
            <para> When the object is serialized out as xml, its qualified name is xdr:ext.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx">
            <summary>
            <para> Extent Length.</para>
            <para>Represents the following attribute in the schema: cx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy">
            <summary>
            <para> Extent Width.</para>
            <para>Represents the following attribute in the schema: cy </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.#ctor">
            <summary>
            Initializes a new instance of the Extent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.Position">
            <summary>
            <para>Position.</para>
            <para> When the object is serialized out as xml, its qualified name is xdr:pos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X">
            <summary>
            <para> X-Axis Coordinate.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y">
            <summary>
            <para> Y-Axis Coordinate.</para>
            <para>Represents the following attribute in the schema: y </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.#ctor">
            <summary>
            Initializes a new instance of the Position class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties">
             <summary>
             <para>Non-Visual Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties">
             <summary>
             <para>Connection Non-Visual Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:cNvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ShapeLocks &lt;a:spLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox">
            <summary>
            <para> Text Box.</para>
            <para>Represents the following attribute in the schema: txBox </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks">
            <summary>
            <para> Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:spLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties">
             <summary>
             <para>Non-Visual Connector Shape Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:cNvCxnSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks &lt;a:cxnSpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.StartConnection &lt;a:stCxn></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EndConnection &lt;a:endCxn></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks">
            <summary>
            <para> Connection Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:cxnSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection">
            <summary>
            <para> Connection Start.</para>
            <para> Represents the following element tag in the schema: a:stCxn </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection">
            <summary>
            <para> Connection End.</para>
            <para> Represents the following element tag in the schema: a:endCxn </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties">
             <summary>
             <para>Non-Visual Picture Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:cNvPicPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.PictureLocks &lt;a:picLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize">
            <summary>
            <para> preferRelativeResize.</para>
            <para>Represents the following attribute in the schema: preferRelativeResize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks">
            <summary>
            <para> PictureLocks.</para>
            <para> Represents the following element tag in the schema: a:picLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList">
            <summary>
            <para> NonVisualPicturePropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties">
             <summary>
             <para>Non-Visual Graphic Frame Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:cNvGraphicFramePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.GraphicFrameLocks &lt;a:graphicFrameLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks">
            <summary>
            <para> Graphic Frame Locks.</para>
            <para> Represents the following element tag in the schema: a:graphicFrameLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties">
             <summary>
             <para>Non-Visual Group Shape Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:cNvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.GroupShapeLocks &lt;a:grpSpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks">
            <summary>
            <para> GroupShapeLocks.</para>
            <para> Represents the following element tag in the schema: a:grpSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList">
            <summary>
            <para> NonVisualGroupDrawingShapePropsExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties">
             <summary>
             <para>Non-Visual Properties for a Group Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:nvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;xdr:cNvPr></description></item>
            <item><description>NonVisualGroupShapeDrawingProperties &lt;xdr:cNvGrpSpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> Connection Non-Visual Properties.</para>
            <para> Represents the following element tag in the schema: xdr:cNvPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties">
            <summary>
            <para> Non-Visual Group Shape Drawing Properties.</para>
            <para> Represents the following element tag in the schema: xdr:cNvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties">
             <summary>
             <para>Group Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is xdr:grpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.TransformGroup &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the GroupShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup">
            <summary>
            <para> 2D Transform for Grouped Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues">
            <summary>
            Resizing Behaviors
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.TwoCell">
            <summary>
            Move and Resize With Anchor Cells.
            <para>When the item is serialized out as xml, its value is "twoCell".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.OneCell">
            <summary>
            Move With Cells but Do Not Resize.
            <para>When the item is serialized out as xml, its value is "oneCell".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.Absolute">
            <summary>
            Do Not Move or Resize With Underlying Rows/Columns.
            <para>When the item is serialized out as xml, its value is "absolute".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone">
            <summary>
            <para>No Text Wrapping.</para>
            <para> When the object is serialized out as xml, its qualified name is wp:wrapNone.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.#ctor">
            <summary>
            Initializes a new instance of the WrapNone class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare">
             <summary>
             <para>Square Wrapping.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:wrapSquare.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EffectExtent &lt;wp:effectExtent></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText">
            <summary>
            <para> Text Wrapping Location.</para>
            <para>Represents the following attribute in the schema: wrapText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop">
            <summary>
            <para> Distance From Text (Top).</para>
            <para>Represents the following attribute in the schema: distT </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom">
            <summary>
            <para> Distance From Text on Bottom Edge.</para>
            <para>Represents the following attribute in the schema: distB </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft">
            <summary>
            <para> Distance From Text on Left Edge.</para>
            <para>Represents the following attribute in the schema: distL </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight">
            <summary>
            <para> Distance From Text on Right Edge.</para>
            <para>Represents the following attribute in the schema: distR </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.#ctor">
            <summary>
            Initializes a new instance of the WrapSquare class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WrapSquare class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WrapSquare class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WrapSquare class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent">
            <summary>
            <para> Object Extents Including Effects.</para>
            <para> Represents the following element tag in the schema: wp:effectExtent </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight">
             <summary>
             <para>Tight Wrapping.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:wrapTight.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WrapPolygon &lt;wp:wrapPolygon></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText">
            <summary>
            <para> Text Wrapping Location.</para>
            <para>Represents the following attribute in the schema: wrapText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft">
            <summary>
            <para> Distance From Test on Left Edge.</para>
            <para>Represents the following attribute in the schema: distL </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight">
            <summary>
            <para> Distance From Text on Right Edge.</para>
            <para>Represents the following attribute in the schema: distR </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.#ctor">
            <summary>
            Initializes a new instance of the WrapTight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WrapTight class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WrapTight class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WrapTight class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon">
            <summary>
            <para> Tight Wrapping Extents Polygon.</para>
            <para> Represents the following element tag in the schema: wp:wrapPolygon </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough">
             <summary>
             <para>Through Wrapping.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:wrapThrough.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WrapPolygon &lt;wp:wrapPolygon></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText">
            <summary>
            <para> Text Wrapping Location.</para>
            <para>Represents the following attribute in the schema: wrapText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft">
            <summary>
            <para> Distance From Text on Left Edge.</para>
            <para>Represents the following attribute in the schema: distL </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight">
            <summary>
            <para> Distance From Text on Right Edge.</para>
            <para>Represents the following attribute in the schema: distR </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.#ctor">
            <summary>
            Initializes a new instance of the WrapThrough class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WrapThrough class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WrapThrough class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WrapThrough class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon">
            <summary>
            <para> Wrapping Polygon.</para>
            <para> Represents the following element tag in the schema: wp:wrapPolygon </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom">
             <summary>
             <para>Top and Bottom Wrapping.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:wrapTopAndBottom.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EffectExtent &lt;wp:effectExtent></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop">
            <summary>
            <para> Distance From Text on Top Edge.</para>
            <para>Represents the following attribute in the schema: distT </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom">
            <summary>
            <para> Distance From Text on Bottom Edge.</para>
            <para>Represents the following attribute in the schema: distB </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.#ctor">
            <summary>
            Initializes a new instance of the WrapTopBottom class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WrapTopBottom class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WrapTopBottom class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WrapTopBottom class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent">
            <summary>
            <para> Wrapping Boundaries.</para>
            <para> Represents the following element tag in the schema: wp:effectExtent </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline">
             <summary>
             <para>Inline DrawingML Object.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:inline.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Extent &lt;wp:extent></description></item>
            <item><description>EffectExtent &lt;wp:effectExtent></description></item>
            <item><description>DocProperties &lt;wp:docPr></description></item>
            <item><description>NonVisualGraphicFrameDrawingProperties &lt;wp:cNvGraphicFramePr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Graphic &lt;a:graphic></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop">
            <summary>
            <para> Distance From Text on Top Edge.</para>
            <para>Represents the following attribute in the schema: distT </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom">
            <summary>
            <para> Distance From Text on Bottom Edge.</para>
            <para>Represents the following attribute in the schema: distB </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft">
            <summary>
            <para> Distance From Text on Left Edge.</para>
            <para>Represents the following attribute in the schema: distL </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight">
            <summary>
            <para> Distance From Text on Right Edge.</para>
            <para>Represents the following attribute in the schema: distR </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId">
             <summary>
             <para> anchorId.</para>
             <para>Represents the following attribute in the schema: wp14:anchorId </para>
             </summary>
            <remark> xmlns:wp14=http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId">
             <summary>
             <para> editId.</para>
             <para>Represents the following attribute in the schema: wp14:editId </para>
             </summary>
            <remark> xmlns:wp14=http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.#ctor">
            <summary>
            Initializes a new instance of the Inline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Inline class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Inline class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Inline class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent">
            <summary>
            <para> Drawing Object Size.</para>
            <para> Represents the following element tag in the schema: wp:extent </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent">
            <summary>
            <para> Inline Wrapping Extent.</para>
            <para> Represents the following element tag in the schema: wp:effectExtent </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties">
            <summary>
            <para> Drawing Object Non-Visual Properties.</para>
            <para> Represents the following element tag in the schema: wp:docPr </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties">
            <summary>
            <para> Common DrawingML Non-Visual Properties.</para>
            <para> Represents the following element tag in the schema: wp:cNvGraphicFramePr </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic">
            <summary>
            <para> Graphic.</para>
            <para> Represents the following element tag in the schema: a:graphic </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor">
             <summary>
             <para>Anchor for Floating DrawingML Object.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:anchor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SimplePosition &lt;wp:simplePos></description></item>
            <item><description>HorizontalPosition &lt;wp:positionH></description></item>
            <item><description>VerticalPosition &lt;wp:positionV></description></item>
            <item><description>Extent &lt;wp:extent></description></item>
            <item><description>EffectExtent &lt;wp:effectExtent></description></item>
            <item><description>WrapNone &lt;wp:wrapNone></description></item>
            <item><description>WrapSquare &lt;wp:wrapSquare></description></item>
            <item><description>WrapTight &lt;wp:wrapTight></description></item>
            <item><description>WrapThrough &lt;wp:wrapThrough></description></item>
            <item><description>WrapTopBottom &lt;wp:wrapTopAndBottom></description></item>
            <item><description>DocProperties &lt;wp:docPr></description></item>
            <item><description>NonVisualGraphicFrameDrawingProperties &lt;wp:cNvGraphicFramePr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Graphic &lt;a:graphic></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth &lt;wp14:sizeRelH></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight &lt;wp14:sizeRelV></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop">
            <summary>
            <para> Distance From Text on Top Edge.</para>
            <para>Represents the following attribute in the schema: distT </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom">
            <summary>
            <para> Distance From Text on Bottom Edge.</para>
            <para>Represents the following attribute in the schema: distB </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft">
            <summary>
            <para> Distance From Text on Left Edge.</para>
            <para>Represents the following attribute in the schema: distL </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight">
            <summary>
            <para> Distance From Text on Right Edge.</para>
            <para>Represents the following attribute in the schema: distR </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos">
            <summary>
            <para> Page Positioning.</para>
            <para>Represents the following attribute in the schema: simplePos </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight">
            <summary>
            <para> Relative Z-Ordering Position.</para>
            <para>Represents the following attribute in the schema: relativeHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc">
            <summary>
            <para> Display Behind Document Text.</para>
            <para>Represents the following attribute in the schema: behindDoc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked">
            <summary>
            <para> Lock Anchor.</para>
            <para>Represents the following attribute in the schema: locked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell">
            <summary>
            <para> Layout In Table Cell.</para>
            <para>Represents the following attribute in the schema: layoutInCell </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden">
            <summary>
            <para> Hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap">
            <summary>
            <para> Allow Objects to Overlap.</para>
            <para>Represents the following attribute in the schema: allowOverlap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId">
             <summary>
             <para> editId.</para>
             <para>Represents the following attribute in the schema: wp14:editId </para>
             </summary>
            <remark> xmlns:wp14=http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId">
             <summary>
             <para> anchorId.</para>
             <para>Represents the following attribute in the schema: wp14:anchorId </para>
             </summary>
            <remark> xmlns:wp14=http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.#ctor">
            <summary>
            Initializes a new instance of the Anchor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Anchor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Anchor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Anchor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition">
            <summary>
            <para> Simple Positioning Coordinates.</para>
            <para> Represents the following element tag in the schema: wp:simplePos </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition">
            <summary>
            <para> Horizontal Positioning.</para>
            <para> Represents the following element tag in the schema: wp:positionH </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition">
            <summary>
            <para> Vertical Positioning.</para>
            <para> Represents the following element tag in the schema: wp:positionV </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent">
            <summary>
            <para> Inline Drawing Object Extents.</para>
            <para> Represents the following element tag in the schema: wp:extent </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent">
            <summary>
            <para> EffectExtent.</para>
            <para> Represents the following element tag in the schema: wp:effectExtent </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint">
            <summary>
            <para>Wrapping Polygon Start.</para>
            <para> When the object is serialized out as xml, its qualified name is wp:start.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.#ctor">
            <summary>
            Initializes a new instance of the StartPoint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo">
            <summary>
            <para>Wrapping Polygon Line End Position.</para>
            <para> When the object is serialized out as xml, its qualified name is wp:lineTo.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.#ctor">
            <summary>
            Initializes a new instance of the LineTo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition">
            <summary>
            <para>Simple Positioning Coordinates.</para>
            <para> When the object is serialized out as xml, its qualified name is wp:simplePos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.#ctor">
            <summary>
            Initializes a new instance of the SimplePosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType">
            <summary>
            Defines the Point2DType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X">
            <summary>
            <para> X-Axis Coordinate.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y">
            <summary>
            <para> Y-Axis Coordinate.</para>
            <para>Represents the following attribute in the schema: y </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.#ctor">
            <summary>
            Initializes a new instance of the Point2DType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent">
            <summary>
            <para>Object Extents Including Effects.</para>
            <para> When the object is serialized out as xml, its qualified name is wp:effectExtent.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge">
            <summary>
            <para> Additional Extent on Left Edge.</para>
            <para>Represents the following attribute in the schema: l </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge">
            <summary>
            <para> Additional Extent on Top Edge.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge">
            <summary>
            <para> Additional Extent on Right Edge.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge">
            <summary>
            <para> Additional Extent on Bottom Edge.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.#ctor">
            <summary>
            Initializes a new instance of the EffectExtent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon">
             <summary>
             <para>Tight Wrapping Extents Polygon.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:wrapPolygon.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StartPoint &lt;wp:start></description></item>
            <item><description>LineTo &lt;wp:lineTo></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited">
            <summary>
            <para> Wrapping Points Modified.</para>
            <para>Represents the following attribute in the schema: edited </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.#ctor">
            <summary>
            Initializes a new instance of the WrapPolygon class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WrapPolygon class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WrapPolygon class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WrapPolygon class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint">
            <summary>
            <para> Wrapping Polygon Start.</para>
            <para> Represents the following element tag in the schema: wp:start </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition">
             <summary>
             <para>Horizontal Positioning.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:positionH.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HorizontalAlignment &lt;wp:align></description></item>
            <item><description>PositionOffset &lt;wp:posOffset></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset &lt;wp14:pctPosHOffset></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom">
            <summary>
            <para> Horizontal Position Relative Base.</para>
            <para>Represents the following attribute in the schema: relativeFrom </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.#ctor">
            <summary>
            Initializes a new instance of the HorizontalPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HorizontalPosition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HorizontalPosition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HorizontalPosition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment">
            <summary>
            <para> Relative Horizontal Alignment.</para>
            <para> Represents the following element tag in the schema: wp:align </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset">
            <summary>
            <para> Absolute Position Offset.</para>
            <para> Represents the following element tag in the schema: wp:posOffset </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset">
            <summary>
            <para> PercentagePositionHeightOffset.</para>
            <para> Represents the following element tag in the schema: wp14:pctPosHOffset </para>
            </summary>
            <remark>
            xmlns:wp14 = http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition">
             <summary>
             <para>Vertical Positioning.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:positionV.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VerticalAlignment &lt;wp:align></description></item>
            <item><description>PositionOffset &lt;wp:posOffset></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset &lt;wp14:pctPosVOffset></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom">
            <summary>
            <para> Vertical Position Relative Base.</para>
            <para>Represents the following attribute in the schema: relativeFrom </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.#ctor">
            <summary>
            Initializes a new instance of the VerticalPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VerticalPosition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VerticalPosition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VerticalPosition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment">
            <summary>
            <para> Relative Vertical Alignment.</para>
            <para> Represents the following element tag in the schema: wp:align </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset">
            <summary>
            <para> PositionOffset.</para>
            <para> Represents the following element tag in the schema: wp:posOffset </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset">
            <summary>
            <para> PercentagePositionVerticalOffset.</para>
            <para> Represents the following element tag in the schema: wp14:pctPosVOffset </para>
            </summary>
            <remark>
            xmlns:wp14 = http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent">
            <summary>
            <para>Inline Drawing Object Extents.</para>
            <para> When the object is serialized out as xml, its qualified name is wp:extent.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx">
            <summary>
            <para> Extent Length.</para>
            <para>Represents the following attribute in the schema: cx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy">
            <summary>
            <para> Extent Width.</para>
            <para>Represents the following attribute in the schema: cy </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.#ctor">
            <summary>
            Initializes a new instance of the Extent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties">
             <summary>
             <para>Drawing Object Non-Visual Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:docPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.#ctor">
            <summary>
            Initializes a new instance of the DocProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties">
             <summary>
             <para>Defines the NonVisualGraphicFrameDrawingProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is wp:cNvGraphicFramePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.GraphicFrameLocks &lt;a:graphicFrameLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks">
            <summary>
            <para> Graphic Frame Locks.</para>
            <para> Represents the following element tag in the schema: a:graphicFrameLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment">
            <summary>
            <para>Relative Vertical Alignment.</para>
            <para> When the object is serialized out as xml, its qualified name is wp:align.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.#ctor">
            <summary>
            Initializes a new instance of the VerticalAlignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VerticalAlignment class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset">
            <summary>
            <para>Defines the PositionOffset Class.</para>
            <para> When the object is serialized out as xml, its qualified name is wp:posOffset.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.#ctor">
            <summary>
            Initializes a new instance of the PositionOffset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PositionOffset class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment">
            <summary>
            <para>Relative Horizontal Alignment.</para>
            <para> When the object is serialized out as xml, its qualified name is wp:align.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.#ctor">
            <summary>
            Initializes a new instance of the HorizontalAlignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HorizontalAlignment class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues">
            <summary>
            Text Wrapping Location
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.BothSides">
            <summary>
            Both Sides.
            <para>When the item is serialized out as xml, its value is "bothSides".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Left">
            <summary>
            Left Side Only.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Right">
            <summary>
            Right Side Only.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Largest">
            <summary>
            Largest Side Only.
            <para>When the item is serialized out as xml, its value is "largest".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues">
            <summary>
            Relative Horizontal Alignment Positions
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Left">
            <summary>
            Left Alignment.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Right">
            <summary>
            Right Alignment.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Center">
            <summary>
            Center Alignment.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Inside">
            <summary>
            Inside.
            <para>When the item is serialized out as xml, its value is "inside".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Outside">
            <summary>
            Outside.
            <para>When the item is serialized out as xml, its value is "outside".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues">
            <summary>
            Horizontal Relative Positioning
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Margin">
            <summary>
            Page Margin.
            <para>When the item is serialized out as xml, its value is "margin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Page">
            <summary>
            Page Edge.
            <para>When the item is serialized out as xml, its value is "page".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Column">
            <summary>
            Column.
            <para>When the item is serialized out as xml, its value is "column".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Character">
            <summary>
            Character.
            <para>When the item is serialized out as xml, its value is "character".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.LeftMargin">
            <summary>
            Left Margin.
            <para>When the item is serialized out as xml, its value is "leftMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.RightMargin">
            <summary>
            Right Margin.
            <para>When the item is serialized out as xml, its value is "rightMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.InsideMargin">
            <summary>
            Inside Margin.
            <para>When the item is serialized out as xml, its value is "insideMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.OutsideMargin">
            <summary>
            Outside Margin.
            <para>When the item is serialized out as xml, its value is "outsideMargin".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues">
            <summary>
            Vertical Alignment Definition
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Center">
            <summary>
            Center Alignment.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Inside">
            <summary>
            Inside.
            <para>When the item is serialized out as xml, its value is "inside".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Outside">
            <summary>
            Outside.
            <para>When the item is serialized out as xml, its value is "outside".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues">
            <summary>
            Vertical Relative Positioning
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Margin">
            <summary>
            Page Margin.
            <para>When the item is serialized out as xml, its value is "margin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Page">
            <summary>
            Page Edge.
            <para>When the item is serialized out as xml, its value is "page".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Paragraph">
            <summary>
            Paragraph.
            <para>When the item is serialized out as xml, its value is "paragraph".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Line">
            <summary>
            Line.
            <para>When the item is serialized out as xml, its value is "line".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.TopMargin">
            <summary>
            Top Margin.
            <para>When the item is serialized out as xml, its value is "topMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.BottomMargin">
            <summary>
            Bottom Margin.
            <para>When the item is serialized out as xml, its value is "bottomMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.InsideMargin">
            <summary>
            Inside Margin.
            <para>When the item is serialized out as xml, its value is "insideMargin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.OutsideMargin">
            <summary>
            Outside Margin.
            <para>When the item is serialized out as xml, its value is "outsideMargin".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Sources">
             <summary>
             <para>Sources.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Sources.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Source &lt;b:Source></description></item>
             </list>
             </remarks>
            <summary>
            Defines Sources.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Sources.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Sources.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Sources.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle">
            <summary>
            <para> Selected Style.</para>
            <para>Represents the following attribute in the schema: SelectedStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Sources.StyleName">
            <summary>
            <para> Documentation Style Name.</para>
            <para>Represents the following attribute in the schema: StyleName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Sources.Uri">
            <summary>
            <para> Uniform Resource Identifier.</para>
            <para>Represents the following attribute in the schema: URI </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Sources.#ctor">
            <summary>
            Initializes a new instance of the Sources class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Sources.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Sources class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Sources.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Sources class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Sources.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Sources class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Sources.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Sources.#ctor(DocumentFormat.OpenXml.Packaging.CustomXmlPart)">
            <summary>
            Sources constructor.
            </summary>
            <param name="ownerPart">The owner part of the Sources.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Sources.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart)">
            <summary>
            Loads the DOM from an OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be loaded.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Sources.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart)">
            <summary>
            Saves the DOM into the OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be saved to.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Person">
             <summary>
             <para>Person.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Person.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Last &lt;b:Last></description></item>
            <item><description>First &lt;b:First></description></item>
            <item><description>Middle &lt;b:Middle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Person.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Person.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Person.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Person.#ctor">
            <summary>
            Initializes a new instance of the Person class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Person.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Person class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Person.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Person class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Person.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Person class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Person.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Last">
            <summary>
            <para>Person's Last, or Family, Name.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Last.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Last.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Last.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Last.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Last.#ctor">
            <summary>
            Initializes a new instance of the Last class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Last.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Last class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Last.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.First">
            <summary>
            <para>Person's First, or Given, Name.</para>
            <para> When the object is serialized out as xml, its qualified name is b:First.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.First.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.First.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.First.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.First.#ctor">
            <summary>
            Initializes a new instance of the First class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.First.#ctor(System.String)">
            <summary>
            Initializes a new instance of the First class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.First.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Middle">
            <summary>
            <para>Person's Middle, or Other, Name.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Middle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Middle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Middle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Middle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Middle.#ctor">
            <summary>
            Initializes a new instance of the Middle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Middle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Middle class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Middle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Corporate">
            <summary>
            <para>Corporate Author.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Corporate.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Corporate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Corporate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Corporate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Corporate.#ctor">
            <summary>
            Initializes a new instance of the Corporate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Corporate.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Corporate class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Corporate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber">
            <summary>
            <para>Abbreviated Case Number.</para>
            <para> When the object is serialized out as xml, its qualified name is b:AbbreviatedCaseNumber.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.#ctor">
            <summary>
            Initializes a new instance of the AbbreviatedCaseNumber class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AbbreviatedCaseNumber class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.AlbumTitle">
            <summary>
            <para>Album Title.</para>
            <para> When the object is serialized out as xml, its qualified name is b:AlbumTitle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AlbumTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AlbumTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AlbumTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AlbumTitle.#ctor">
            <summary>
            Initializes a new instance of the AlbumTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AlbumTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AlbumTitle class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AlbumTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.BookTitle">
            <summary>
            <para>Book Title.</para>
            <para> When the object is serialized out as xml, its qualified name is b:BookTitle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.BookTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.BookTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BookTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BookTitle.#ctor">
            <summary>
            Initializes a new instance of the BookTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BookTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BookTitle class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BookTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Broadcaster">
            <summary>
            <para>Broadcaster.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Broadcaster.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Broadcaster.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Broadcaster.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Broadcaster.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Broadcaster.#ctor">
            <summary>
            Initializes a new instance of the Broadcaster class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Broadcaster.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Broadcaster class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Broadcaster.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.BroadcastTitle">
            <summary>
            <para>Broadcast Title.</para>
            <para> When the object is serialized out as xml, its qualified name is b:BroadcastTitle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.BroadcastTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.BroadcastTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BroadcastTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BroadcastTitle.#ctor">
            <summary>
            Initializes a new instance of the BroadcastTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BroadcastTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BroadcastTitle class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BroadcastTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.CaseNumber">
            <summary>
            <para>Case Number.</para>
            <para> When the object is serialized out as xml, its qualified name is b:CaseNumber.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.CaseNumber.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.CaseNumber.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.CaseNumber.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.CaseNumber.#ctor">
            <summary>
            Initializes a new instance of the CaseNumber class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.CaseNumber.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CaseNumber class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.CaseNumber.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.ChapterNumber">
            <summary>
            <para>Chapter Number.</para>
            <para> When the object is serialized out as xml, its qualified name is b:ChapterNumber.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ChapterNumber.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ChapterNumber.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ChapterNumber.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ChapterNumber.#ctor">
            <summary>
            Initializes a new instance of the ChapterNumber class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ChapterNumber.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChapterNumber class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ChapterNumber.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.City">
            <summary>
            <para>City.</para>
            <para> When the object is serialized out as xml, its qualified name is b:City.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.City.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.City.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.City.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.City.#ctor">
            <summary>
            Initializes a new instance of the City class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.City.#ctor(System.String)">
            <summary>
            Initializes a new instance of the City class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.City.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Comments">
            <summary>
            <para>Comments.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Comments.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Comments.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Comments.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Comments.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Comments.#ctor">
            <summary>
            Initializes a new instance of the Comments class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Comments.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Comments class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Comments.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.ConferenceName">
            <summary>
            <para>Conference or Proceedings Name.</para>
            <para> When the object is serialized out as xml, its qualified name is b:ConferenceName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ConferenceName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ConferenceName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ConferenceName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ConferenceName.#ctor">
            <summary>
            Initializes a new instance of the ConferenceName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ConferenceName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConferenceName class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ConferenceName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.CountryRegion">
            <summary>
            <para>Country or Region.</para>
            <para> When the object is serialized out as xml, its qualified name is b:CountryRegion.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.CountryRegion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.CountryRegion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.CountryRegion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.CountryRegion.#ctor">
            <summary>
            Initializes a new instance of the CountryRegion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.CountryRegion.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CountryRegion class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.CountryRegion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Court">
            <summary>
            <para>Court.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Court.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Court.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Court.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Court.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Court.#ctor">
            <summary>
            Initializes a new instance of the Court class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Court.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Court class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Court.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Day">
            <summary>
            <para>Day.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Day.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Day.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Day.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Day.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Day.#ctor">
            <summary>
            Initializes a new instance of the Day class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Day.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Day class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Day.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.DayAccessed">
            <summary>
            <para>Day Accessed.</para>
            <para> When the object is serialized out as xml, its qualified name is b:DayAccessed.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.DayAccessed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.DayAccessed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.DayAccessed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.DayAccessed.#ctor">
            <summary>
            Initializes a new instance of the DayAccessed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.DayAccessed.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DayAccessed class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.DayAccessed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Department">
            <summary>
            <para>Department.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Department.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Department.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Department.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Department.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Department.#ctor">
            <summary>
            Initializes a new instance of the Department class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Department.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Department class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Department.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Distributor">
            <summary>
            <para>Distributor.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Distributor.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Distributor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Distributor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Distributor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Distributor.#ctor">
            <summary>
            Initializes a new instance of the Distributor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Distributor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Distributor class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Distributor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Edition">
            <summary>
            <para>Editor.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Edition.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Edition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Edition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Edition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Edition.#ctor">
            <summary>
            Initializes a new instance of the Edition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Edition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Edition class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Edition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.GuidString">
            <summary>
            <para>GUID.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Guid.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.GuidString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.GuidString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.GuidString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.GuidString.#ctor">
            <summary>
            Initializes a new instance of the GuidString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.GuidString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GuidString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.GuidString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Institution">
            <summary>
            <para>Institution.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Institution.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Institution.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Institution.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Institution.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Institution.#ctor">
            <summary>
            Initializes a new instance of the Institution class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Institution.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Institution class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Institution.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.InternetSiteTitle">
            <summary>
            <para>Internet Site Title.</para>
            <para> When the object is serialized out as xml, its qualified name is b:InternetSiteTitle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.#ctor">
            <summary>
            Initializes a new instance of the InternetSiteTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InternetSiteTitle class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Issue">
            <summary>
            <para>Issue.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Issue.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Issue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Issue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Issue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Issue.#ctor">
            <summary>
            Initializes a new instance of the Issue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Issue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Issue class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Issue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.JournalName">
            <summary>
            <para>Journal Name.</para>
            <para> When the object is serialized out as xml, its qualified name is b:JournalName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.JournalName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.JournalName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.JournalName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.JournalName.#ctor">
            <summary>
            Initializes a new instance of the JournalName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.JournalName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the JournalName class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.JournalName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.LcId">
            <summary>
            <para>Locale ID.</para>
            <para> When the object is serialized out as xml, its qualified name is b:LCID.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.LcId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.LcId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.LcId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.LcId.#ctor">
            <summary>
            Initializes a new instance of the LcId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.LcId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LcId class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.LcId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Medium">
            <summary>
            <para>Medium.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Medium.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Medium.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Medium.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Medium.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Medium.#ctor">
            <summary>
            Initializes a new instance of the Medium class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Medium.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Medium class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Medium.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Month">
            <summary>
            <para>Month.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Month.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Month.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Month.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Month.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Month.#ctor">
            <summary>
            Initializes a new instance of the Month class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Month.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Month class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Month.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.MonthAccessed">
            <summary>
            <para>Month Accessed.</para>
            <para> When the object is serialized out as xml, its qualified name is b:MonthAccessed.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.MonthAccessed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.MonthAccessed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.MonthAccessed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.MonthAccessed.#ctor">
            <summary>
            Initializes a new instance of the MonthAccessed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.MonthAccessed.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MonthAccessed class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.MonthAccessed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.NumberVolumes">
            <summary>
            <para>Number of Volumes.</para>
            <para> When the object is serialized out as xml, its qualified name is b:NumberVolumes.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.NumberVolumes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.NumberVolumes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NumberVolumes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NumberVolumes.#ctor">
            <summary>
            Initializes a new instance of the NumberVolumes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NumberVolumes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberVolumes class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NumberVolumes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Pages">
            <summary>
            <para>Pages.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Pages.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Pages.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Pages.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Pages.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Pages.#ctor">
            <summary>
            Initializes a new instance of the Pages class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Pages.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Pages class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Pages.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.PatentNumber">
            <summary>
            <para>Patent Number.</para>
            <para> When the object is serialized out as xml, its qualified name is b:PatentNumber.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.PatentNumber.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.PatentNumber.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PatentNumber.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PatentNumber.#ctor">
            <summary>
            Initializes a new instance of the PatentNumber class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PatentNumber.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PatentNumber class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PatentNumber.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.PeriodicalTitle">
            <summary>
            <para>Periodical Title.</para>
            <para> When the object is serialized out as xml, its qualified name is b:PeriodicalTitle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.#ctor">
            <summary>
            Initializes a new instance of the PeriodicalTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PeriodicalTitle class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.ProductionCompany">
            <summary>
            <para>Production Company.</para>
            <para> When the object is serialized out as xml, its qualified name is b:ProductionCompany.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ProductionCompany.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ProductionCompany.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ProductionCompany.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ProductionCompany.#ctor">
            <summary>
            Initializes a new instance of the ProductionCompany class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ProductionCompany.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ProductionCompany class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ProductionCompany.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.PublicationTitle">
            <summary>
            <para>Publication Title.</para>
            <para> When the object is serialized out as xml, its qualified name is b:PublicationTitle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.PublicationTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.PublicationTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PublicationTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PublicationTitle.#ctor">
            <summary>
            Initializes a new instance of the PublicationTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PublicationTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PublicationTitle class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PublicationTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Publisher">
            <summary>
            <para>Publisher.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Publisher.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Publisher.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Publisher.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Publisher.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Publisher.#ctor">
            <summary>
            Initializes a new instance of the Publisher class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Publisher.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Publisher class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Publisher.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.RecordingNumber">
            <summary>
            <para>Recording Number.</para>
            <para> When the object is serialized out as xml, its qualified name is b:RecordingNumber.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.RecordingNumber.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.RecordingNumber.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.RecordingNumber.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.RecordingNumber.#ctor">
            <summary>
            Initializes a new instance of the RecordingNumber class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.RecordingNumber.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RecordingNumber class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.RecordingNumber.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.ReferenceOrder">
            <summary>
            <para>Reference Order.</para>
            <para> When the object is serialized out as xml, its qualified name is b:RefOrder.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ReferenceOrder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ReferenceOrder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ReferenceOrder.#ctor">
            <summary>
            Initializes a new instance of the ReferenceOrder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ReferenceOrder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ReferenceOrder class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ReferenceOrder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Reporter">
            <summary>
            <para>Reporter.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Reporter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Reporter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Reporter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Reporter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Reporter.#ctor">
            <summary>
            Initializes a new instance of the Reporter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Reporter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Reporter class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Reporter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.ShortTitle">
            <summary>
            <para>Short Title.</para>
            <para> When the object is serialized out as xml, its qualified name is b:ShortTitle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ShortTitle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ShortTitle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ShortTitle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ShortTitle.#ctor">
            <summary>
            Initializes a new instance of the ShortTitle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ShortTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShortTitle class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ShortTitle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.StandardNumber">
            <summary>
            <para>Standard Number.</para>
            <para> When the object is serialized out as xml, its qualified name is b:StandardNumber.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.StandardNumber.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.StandardNumber.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.StandardNumber.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.StandardNumber.#ctor">
            <summary>
            Initializes a new instance of the StandardNumber class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.StandardNumber.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StandardNumber class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.StandardNumber.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.StateProvince">
            <summary>
            <para>State or Province.</para>
            <para> When the object is serialized out as xml, its qualified name is b:StateProvince.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.StateProvince.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.StateProvince.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.StateProvince.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.StateProvince.#ctor">
            <summary>
            Initializes a new instance of the StateProvince class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.StateProvince.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StateProvince class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.StateProvince.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Station">
            <summary>
            <para>Station.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Station.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Station.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Station.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Station.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Station.#ctor">
            <summary>
            Initializes a new instance of the Station class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Station.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Station class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Station.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Tag">
            <summary>
            <para>Tag.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Tag.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Tag.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Tag.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Tag.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Tag.#ctor">
            <summary>
            Initializes a new instance of the Tag class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Tag.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Tag class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Tag.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Theater">
            <summary>
            <para>Theater.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Theater.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Theater.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Theater.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Theater.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Theater.#ctor">
            <summary>
            Initializes a new instance of the Theater class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Theater.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Theater class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Theater.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.ThesisType">
            <summary>
            <para>Thesis Type.</para>
            <para> When the object is serialized out as xml, its qualified name is b:ThesisType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ThesisType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ThesisType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ThesisType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ThesisType.#ctor">
            <summary>
            Initializes a new instance of the ThesisType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ThesisType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ThesisType class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ThesisType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Title">
            <summary>
            <para>Title.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Title.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Title.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Title.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Title.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Title.#ctor">
            <summary>
            Initializes a new instance of the Title class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Title.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Title class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Title.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.PatentType">
            <summary>
            <para>Type.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Type.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.PatentType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.PatentType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PatentType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PatentType.#ctor">
            <summary>
            Initializes a new instance of the PatentType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PatentType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PatentType class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.PatentType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.UrlString">
            <summary>
            <para>URL.</para>
            <para> When the object is serialized out as xml, its qualified name is b:URL.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.UrlString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.UrlString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.UrlString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.UrlString.#ctor">
            <summary>
            Initializes a new instance of the UrlString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.UrlString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UrlString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.UrlString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Version">
            <summary>
            <para>Version.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Version.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Version.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Version.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Version.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Version.#ctor">
            <summary>
            Initializes a new instance of the Version class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Version.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Version class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Version.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Volume">
            <summary>
            <para>Volume.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Volume.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Volume.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Volume.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Volume.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Volume.#ctor">
            <summary>
            Initializes a new instance of the Volume class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Volume.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Volume class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Volume.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Year">
            <summary>
            <para>Year.</para>
            <para> When the object is serialized out as xml, its qualified name is b:Year.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Year.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Year.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Year.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Year.#ctor">
            <summary>
            Initializes a new instance of the Year class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Year.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Year class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Year.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.YearAccessed">
            <summary>
            <para>Year Accessed.</para>
            <para> When the object is serialized out as xml, its qualified name is b:YearAccessed.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.YearAccessed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.YearAccessed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.YearAccessed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.YearAccessed.#ctor">
            <summary>
            Initializes a new instance of the YearAccessed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.YearAccessed.#ctor(System.String)">
            <summary>
            Initializes a new instance of the YearAccessed class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.YearAccessed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.NameList">
             <summary>
             <para>Name List.</para>
             <para> When the object is serialized out as xml, its qualified name is b:NameList.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Person &lt;b:Person></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.NameList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.NameList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameList.#ctor">
            <summary>
            Initializes a new instance of the NameList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NameList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NameList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NameList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Artist">
             <summary>
             <para>Artist.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Artist.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Artist.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Artist.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Artist.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Artist.#ctor">
            <summary>
            Initializes a new instance of the Artist class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Artist.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Artist class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Artist.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Artist class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Artist.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Artist class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Artist.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.BookAuthor">
             <summary>
             <para>Book Author.</para>
             <para> When the object is serialized out as xml, its qualified name is b:BookAuthor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.BookAuthor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.BookAuthor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BookAuthor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BookAuthor.#ctor">
            <summary>
            Initializes a new instance of the BookAuthor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BookAuthor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BookAuthor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BookAuthor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BookAuthor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BookAuthor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BookAuthor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.BookAuthor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Compiler">
             <summary>
             <para>Compiler.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Compiler.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Compiler.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Compiler.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Compiler.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Compiler.#ctor">
            <summary>
            Initializes a new instance of the Compiler class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Compiler.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Compiler class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Compiler.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Compiler class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Compiler.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Compiler class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Compiler.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Composer">
             <summary>
             <para>Composer.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Composer.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Composer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Composer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Composer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Composer.#ctor">
            <summary>
            Initializes a new instance of the Composer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Composer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Composer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Composer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Composer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Composer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Composer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Composer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Conductor">
             <summary>
             <para>Conductor.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Conductor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Conductor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Conductor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Conductor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Conductor.#ctor">
            <summary>
            Initializes a new instance of the Conductor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Conductor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Conductor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Conductor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Conductor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Conductor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Conductor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Conductor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Counsel">
             <summary>
             <para>Counsel.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Counsel.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Counsel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Counsel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Counsel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Counsel.#ctor">
            <summary>
            Initializes a new instance of the Counsel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Counsel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Counsel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Counsel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Counsel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Counsel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Counsel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Counsel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Director">
             <summary>
             <para>Director.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Director.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Director.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Director.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Director.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Director.#ctor">
            <summary>
            Initializes a new instance of the Director class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Director.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Director class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Director.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Director class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Director.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Director class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Director.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Editor">
             <summary>
             <para>Editor.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Editor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Editor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Editor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Editor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Editor.#ctor">
            <summary>
            Initializes a new instance of the Editor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Editor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Editor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Editor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Editor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Editor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Editor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Editor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Interviewee">
             <summary>
             <para>Interviewee.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Interviewee.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Interviewee.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Interviewee.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewee.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewee.#ctor">
            <summary>
            Initializes a new instance of the Interviewee class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewee.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Interviewee class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewee.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Interviewee class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewee.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Interviewee class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewee.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Interviewer">
             <summary>
             <para>Interviewer.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Interviewer.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Interviewer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Interviewer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewer.#ctor">
            <summary>
            Initializes a new instance of the Interviewer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Interviewer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Interviewer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Interviewer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Interviewer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Inventor">
             <summary>
             <para>Inventor.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Inventor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Inventor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Inventor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Inventor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Inventor.#ctor">
            <summary>
            Initializes a new instance of the Inventor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Inventor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Inventor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Inventor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Inventor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Inventor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Inventor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Inventor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.ProducerName">
             <summary>
             <para>Producer Name.</para>
             <para> When the object is serialized out as xml, its qualified name is b:ProducerName.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ProducerName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.ProducerName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ProducerName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ProducerName.#ctor">
            <summary>
            Initializes a new instance of the ProducerName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ProducerName.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ProducerName class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ProducerName.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ProducerName class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ProducerName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ProducerName class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.ProducerName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Translator">
             <summary>
             <para>Translator.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Translator.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Translator.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Translator.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Translator.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Translator.#ctor">
            <summary>
            Initializes a new instance of the Translator class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Translator.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Translator class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Translator.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Translator class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Translator.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Translator class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Translator.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Writer">
             <summary>
             <para>Writer.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Writer.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Writer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Writer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Writer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Writer.#ctor">
            <summary>
            Initializes a new instance of the Writer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Writer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Writer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Writer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Writer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Writer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Writer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Writer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.NameType">
             <summary>
             Defines the NameType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.NameType.NameList">
            <summary>
            <para> Name List.</para>
            <para> Represents the following element tag in the schema: b:NameList </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameType.#ctor">
            <summary>
            Initializes a new instance of the NameType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NameType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NameType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NameType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Author">
             <summary>
             <para>Author.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Author.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
            <item><description>Corporate &lt;b:Corporate></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Author.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Author.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Author.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Author.#ctor">
            <summary>
            Initializes a new instance of the Author class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Author.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Author class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Author.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Author class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Author.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Author class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Author.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Performer">
             <summary>
             <para>Performer.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Performer.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
            <item><description>Corporate &lt;b:Corporate></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Performer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Performer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Performer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Performer.#ctor">
            <summary>
            Initializes a new instance of the Performer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Performer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Performer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Performer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Performer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Performer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Performer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Performer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.NameOrCorporateType">
             <summary>
             Defines the NameOrCorporateType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameList &lt;b:NameList></description></item>
            <item><description>Corporate &lt;b:Corporate></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList">
            <summary>
            <para> NameList.</para>
            <para> Represents the following element tag in the schema: b:NameList </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate">
            <summary>
            <para> Corporate Author.</para>
            <para> Represents the following element tag in the schema: b:Corporate </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.#ctor">
            <summary>
            Initializes a new instance of the NameOrCorporateType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NameOrCorporateType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NameOrCorporateType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NameOrCorporateType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.AuthorList">
             <summary>
             <para>Contributors List.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Author.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Artist &lt;b:Artist></description></item>
            <item><description>Author &lt;b:Author></description></item>
            <item><description>BookAuthor &lt;b:BookAuthor></description></item>
            <item><description>Compiler &lt;b:Compiler></description></item>
            <item><description>Composer &lt;b:Composer></description></item>
            <item><description>Conductor &lt;b:Conductor></description></item>
            <item><description>Counsel &lt;b:Counsel></description></item>
            <item><description>Director &lt;b:Director></description></item>
            <item><description>Editor &lt;b:Editor></description></item>
            <item><description>Interviewee &lt;b:Interviewee></description></item>
            <item><description>Interviewer &lt;b:Interviewer></description></item>
            <item><description>Inventor &lt;b:Inventor></description></item>
            <item><description>Performer &lt;b:Performer></description></item>
            <item><description>ProducerName &lt;b:ProducerName></description></item>
            <item><description>Translator &lt;b:Translator></description></item>
            <item><description>Writer &lt;b:Writer></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AuthorList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AuthorList.#ctor">
            <summary>
            Initializes a new instance of the AuthorList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AuthorList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AuthorList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AuthorList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AuthorList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AuthorList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AuthorList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Artist">
            <summary>
            <para> Artist.</para>
            <para> Represents the following element tag in the schema: b:Artist </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Author">
            <summary>
            <para> Author.</para>
            <para> Represents the following element tag in the schema: b:Author </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor">
            <summary>
            <para> Book Author.</para>
            <para> Represents the following element tag in the schema: b:BookAuthor </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler">
            <summary>
            <para> Compiler.</para>
            <para> Represents the following element tag in the schema: b:Compiler </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Composer">
            <summary>
            <para> Composer.</para>
            <para> Represents the following element tag in the schema: b:Composer </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor">
            <summary>
            <para> Conductor.</para>
            <para> Represents the following element tag in the schema: b:Conductor </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel">
            <summary>
            <para> Counsel.</para>
            <para> Represents the following element tag in the schema: b:Counsel </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Director">
            <summary>
            <para> Director.</para>
            <para> Represents the following element tag in the schema: b:Director </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Editor">
            <summary>
            <para> Editor.</para>
            <para> Represents the following element tag in the schema: b:Editor </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee">
            <summary>
            <para> Interviewee.</para>
            <para> Represents the following element tag in the schema: b:Interviewee </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer">
            <summary>
            <para> Interviewer.</para>
            <para> Represents the following element tag in the schema: b:Interviewer </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor">
            <summary>
            <para> Inventor.</para>
            <para> Represents the following element tag in the schema: b:Inventor </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Performer">
            <summary>
            <para> Performer.</para>
            <para> Represents the following element tag in the schema: b:Performer </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName">
            <summary>
            <para> Producer Name.</para>
            <para> Represents the following element tag in the schema: b:ProducerName </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Translator">
            <summary>
            <para> Translator.</para>
            <para> Represents the following element tag in the schema: b:Translator </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.AuthorList.Writer">
            <summary>
            <para> Writer.</para>
            <para> Represents the following element tag in the schema: b:Writer </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.AuthorList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.SourceType">
            <summary>
            <para>Source Type.</para>
            <para> When the object is serialized out as xml, its qualified name is b:SourceType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.SourceType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.SourceType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.SourceType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.SourceType.#ctor">
            <summary>
            Initializes a new instance of the SourceType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.SourceType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SourceType class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.SourceType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.Source">
             <summary>
             <para>Source.</para>
             <para> When the object is serialized out as xml, its qualified name is b:Source.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AbbreviatedCaseNumber &lt;b:AbbreviatedCaseNumber></description></item>
            <item><description>AlbumTitle &lt;b:AlbumTitle></description></item>
            <item><description>AuthorList &lt;b:Author></description></item>
            <item><description>BookTitle &lt;b:BookTitle></description></item>
            <item><description>Broadcaster &lt;b:Broadcaster></description></item>
            <item><description>BroadcastTitle &lt;b:BroadcastTitle></description></item>
            <item><description>CaseNumber &lt;b:CaseNumber></description></item>
            <item><description>ChapterNumber &lt;b:ChapterNumber></description></item>
            <item><description>City &lt;b:City></description></item>
            <item><description>Comments &lt;b:Comments></description></item>
            <item><description>ConferenceName &lt;b:ConferenceName></description></item>
            <item><description>CountryRegion &lt;b:CountryRegion></description></item>
            <item><description>Court &lt;b:Court></description></item>
            <item><description>Day &lt;b:Day></description></item>
            <item><description>DayAccessed &lt;b:DayAccessed></description></item>
            <item><description>Department &lt;b:Department></description></item>
            <item><description>Distributor &lt;b:Distributor></description></item>
            <item><description>Edition &lt;b:Edition></description></item>
            <item><description>GuidString &lt;b:Guid></description></item>
            <item><description>Institution &lt;b:Institution></description></item>
            <item><description>InternetSiteTitle &lt;b:InternetSiteTitle></description></item>
            <item><description>Issue &lt;b:Issue></description></item>
            <item><description>JournalName &lt;b:JournalName></description></item>
            <item><description>LcId &lt;b:LCID></description></item>
            <item><description>Medium &lt;b:Medium></description></item>
            <item><description>Month &lt;b:Month></description></item>
            <item><description>MonthAccessed &lt;b:MonthAccessed></description></item>
            <item><description>NumberVolumes &lt;b:NumberVolumes></description></item>
            <item><description>Pages &lt;b:Pages></description></item>
            <item><description>PatentNumber &lt;b:PatentNumber></description></item>
            <item><description>PeriodicalTitle &lt;b:PeriodicalTitle></description></item>
            <item><description>ProductionCompany &lt;b:ProductionCompany></description></item>
            <item><description>PublicationTitle &lt;b:PublicationTitle></description></item>
            <item><description>Publisher &lt;b:Publisher></description></item>
            <item><description>RecordingNumber &lt;b:RecordingNumber></description></item>
            <item><description>ReferenceOrder &lt;b:RefOrder></description></item>
            <item><description>Reporter &lt;b:Reporter></description></item>
            <item><description>SourceType &lt;b:SourceType></description></item>
            <item><description>ShortTitle &lt;b:ShortTitle></description></item>
            <item><description>StandardNumber &lt;b:StandardNumber></description></item>
            <item><description>StateProvince &lt;b:StateProvince></description></item>
            <item><description>Station &lt;b:Station></description></item>
            <item><description>Tag &lt;b:Tag></description></item>
            <item><description>Theater &lt;b:Theater></description></item>
            <item><description>ThesisType &lt;b:ThesisType></description></item>
            <item><description>Title &lt;b:Title></description></item>
            <item><description>PatentType &lt;b:Type></description></item>
            <item><description>UrlString &lt;b:URL></description></item>
            <item><description>Version &lt;b:Version></description></item>
            <item><description>Volume &lt;b:Volume></description></item>
            <item><description>Year &lt;b:Year></description></item>
            <item><description>YearAccessed &lt;b:YearAccessed></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Source.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Source.#ctor">
            <summary>
            Initializes a new instance of the Source class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Source.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Source class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Source.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Source class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Source.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Source class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber">
            <summary>
            <para> Abbreviated Case Number.</para>
            <para> Represents the following element tag in the schema: b:AbbreviatedCaseNumber </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle">
            <summary>
            <para> Album Title.</para>
            <para> Represents the following element tag in the schema: b:AlbumTitle </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.AuthorList">
            <summary>
            <para> Contributors List.</para>
            <para> Represents the following element tag in the schema: b:Author </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.BookTitle">
            <summary>
            <para> Book Title.</para>
            <para> Represents the following element tag in the schema: b:BookTitle </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Broadcaster">
            <summary>
            <para> Broadcaster.</para>
            <para> Represents the following element tag in the schema: b:Broadcaster </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle">
            <summary>
            <para> Broadcast Title.</para>
            <para> Represents the following element tag in the schema: b:BroadcastTitle </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.CaseNumber">
            <summary>
            <para> Case Number.</para>
            <para> Represents the following element tag in the schema: b:CaseNumber </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber">
            <summary>
            <para> Chapter Number.</para>
            <para> Represents the following element tag in the schema: b:ChapterNumber </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.City">
            <summary>
            <para> City.</para>
            <para> Represents the following element tag in the schema: b:City </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Comments">
            <summary>
            <para> Comments.</para>
            <para> Represents the following element tag in the schema: b:Comments </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.ConferenceName">
            <summary>
            <para> Conference or Proceedings Name.</para>
            <para> Represents the following element tag in the schema: b:ConferenceName </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.CountryRegion">
            <summary>
            <para> Country or Region.</para>
            <para> Represents the following element tag in the schema: b:CountryRegion </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Court">
            <summary>
            <para> Court.</para>
            <para> Represents the following element tag in the schema: b:Court </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Day">
            <summary>
            <para> Day.</para>
            <para> Represents the following element tag in the schema: b:Day </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.DayAccessed">
            <summary>
            <para> Day Accessed.</para>
            <para> Represents the following element tag in the schema: b:DayAccessed </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Department">
            <summary>
            <para> Department.</para>
            <para> Represents the following element tag in the schema: b:Department </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Distributor">
            <summary>
            <para> Distributor.</para>
            <para> Represents the following element tag in the schema: b:Distributor </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Edition">
            <summary>
            <para> Editor.</para>
            <para> Represents the following element tag in the schema: b:Edition </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.GuidString">
            <summary>
            <para> GUID.</para>
            <para> Represents the following element tag in the schema: b:Guid </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Institution">
            <summary>
            <para> Institution.</para>
            <para> Represents the following element tag in the schema: b:Institution </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle">
            <summary>
            <para> Internet Site Title.</para>
            <para> Represents the following element tag in the schema: b:InternetSiteTitle </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Issue">
            <summary>
            <para> Issue.</para>
            <para> Represents the following element tag in the schema: b:Issue </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.JournalName">
            <summary>
            <para> Journal Name.</para>
            <para> Represents the following element tag in the schema: b:JournalName </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.LcId">
            <summary>
            <para> Locale ID.</para>
            <para> Represents the following element tag in the schema: b:LCID </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Medium">
            <summary>
            <para> Medium.</para>
            <para> Represents the following element tag in the schema: b:Medium </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Month">
            <summary>
            <para> Month.</para>
            <para> Represents the following element tag in the schema: b:Month </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed">
            <summary>
            <para> Month Accessed.</para>
            <para> Represents the following element tag in the schema: b:MonthAccessed </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes">
            <summary>
            <para> Number of Volumes.</para>
            <para> Represents the following element tag in the schema: b:NumberVolumes </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Pages">
            <summary>
            <para> Pages.</para>
            <para> Represents the following element tag in the schema: b:Pages </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.PatentNumber">
            <summary>
            <para> Patent Number.</para>
            <para> Represents the following element tag in the schema: b:PatentNumber </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle">
            <summary>
            <para> Periodical Title.</para>
            <para> Represents the following element tag in the schema: b:PeriodicalTitle </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany">
            <summary>
            <para> Production Company.</para>
            <para> Represents the following element tag in the schema: b:ProductionCompany </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle">
            <summary>
            <para> Publication Title.</para>
            <para> Represents the following element tag in the schema: b:PublicationTitle </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Publisher">
            <summary>
            <para> Publisher.</para>
            <para> Represents the following element tag in the schema: b:Publisher </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber">
            <summary>
            <para> Recording Number.</para>
            <para> Represents the following element tag in the schema: b:RecordingNumber </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder">
            <summary>
            <para> Reference Order.</para>
            <para> Represents the following element tag in the schema: b:RefOrder </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Reporter">
            <summary>
            <para> Reporter.</para>
            <para> Represents the following element tag in the schema: b:Reporter </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.SourceType">
            <summary>
            <para> Source Type.</para>
            <para> Represents the following element tag in the schema: b:SourceType </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.ShortTitle">
            <summary>
            <para> Short Title.</para>
            <para> Represents the following element tag in the schema: b:ShortTitle </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.StandardNumber">
            <summary>
            <para> Standard Number.</para>
            <para> Represents the following element tag in the schema: b:StandardNumber </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.StateProvince">
            <summary>
            <para> State or Province.</para>
            <para> Represents the following element tag in the schema: b:StateProvince </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Station">
            <summary>
            <para> Station.</para>
            <para> Represents the following element tag in the schema: b:Station </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Tag">
            <summary>
            <para> Tag.</para>
            <para> Represents the following element tag in the schema: b:Tag </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Theater">
            <summary>
            <para> Theater.</para>
            <para> Represents the following element tag in the schema: b:Theater </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.ThesisType">
            <summary>
            <para> Thesis Type.</para>
            <para> Represents the following element tag in the schema: b:ThesisType </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Title">
            <summary>
            <para> Title.</para>
            <para> Represents the following element tag in the schema: b:Title </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.PatentType">
            <summary>
            <para> Type.</para>
            <para> Represents the following element tag in the schema: b:Type </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.UrlString">
            <summary>
            <para> URL.</para>
            <para> Represents the following element tag in the schema: b:URL </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Version">
            <summary>
            <para> Version.</para>
            <para> Represents the following element tag in the schema: b:Version </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Volume">
            <summary>
            <para> Volume.</para>
            <para> Represents the following element tag in the schema: b:Volume </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.Year">
            <summary>
            <para> Year.</para>
            <para> Represents the following element tag in the schema: b:Year </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Bibliography.Source.YearAccessed">
            <summary>
            <para> Year Accessed.</para>
            <para> Represents the following element tag in the schema: b:YearAccessed </para>
            </summary>
            <remark>
            xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Bibliography.Source.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Bibliography.DataSourceValues">
            <summary>
            Bibliographic Data Source Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.ArticleInAPeriodical">
            <summary>
            Article in a Periodical.
            <para>When the item is serialized out as xml, its value is "ArticleInAPeriodical".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.Book">
            <summary>
            Book.
            <para>When the item is serialized out as xml, its value is "Book".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.BookSection">
            <summary>
            Book Section.
            <para>When the item is serialized out as xml, its value is "BookSection".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.JournalArticle">
            <summary>
            Journal Article.
            <para>When the item is serialized out as xml, its value is "JournalArticle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.ConferenceProceedings">
            <summary>
            Conference Proceedings.
            <para>When the item is serialized out as xml, its value is "ConferenceProceedings".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.Report">
            <summary>
            Reporter.
            <para>When the item is serialized out as xml, its value is "Report".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.SoundRecording">
            <summary>
            Sound Recording.
            <para>When the item is serialized out as xml, its value is "SoundRecording".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.Performance">
            <summary>
            Performance.
            <para>When the item is serialized out as xml, its value is "Performance".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.Art">
            <summary>
            Art.
            <para>When the item is serialized out as xml, its value is "Art".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.DocumentFromInternetSite">
            <summary>
            Document from Internet Site.
            <para>When the item is serialized out as xml, its value is "DocumentFromInternetSite".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.InternetSite">
            <summary>
            Internet Site.
            <para>When the item is serialized out as xml, its value is "InternetSite".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.Film">
            <summary>
            Film.
            <para>When the item is serialized out as xml, its value is "Film".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.Interview">
            <summary>
            Interview.
            <para>When the item is serialized out as xml, its value is "Interview".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.Patent">
            <summary>
            Patent.
            <para>When the item is serialized out as xml, its value is "Patent".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.ElectronicSource">
            <summary>
            Electronic Source.
            <para>When the item is serialized out as xml, its value is "ElectronicSource".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.Case">
            <summary>
            Case.
            <para>When the item is serialized out as xml, its value is "Case".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Bibliography.DataSourceValues.Miscellaneous">
            <summary>
            Miscellaneous.
            <para>When the item is serialized out as xml, its value is "Misc".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo">
             <summary>
             <para>Set of Additional Characteristics.</para>
             <para> When the object is serialized out as xml, its qualified name is ac:additionalCharacteristics.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Characteristic &lt;ac:characteristic></description></item>
             </list>
             </remarks>
            <summary>
            Defines AdditionalCharacteristics.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.#ctor">
            <summary>
            Initializes a new instance of the AdditionalCharacteristicsInfo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AdditionalCharacteristicsInfo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AdditionalCharacteristicsInfo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AdditionalCharacteristicsInfo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.#ctor(DocumentFormat.OpenXml.Packaging.CustomXmlPart)">
            <summary>
            AdditionalCharacteristics constructor.
            </summary>
            <param name="ownerPart">The owner part of the AdditionalCharacteristics.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart)">
            <summary>
            Loads the DOM from an OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be loaded.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart)">
            <summary>
            Saves the DOM into the OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be saved to.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic">
            <summary>
            <para>Single Characteristic.</para>
            <para> When the object is serialized out as xml, its qualified name is ac:characteristic.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name">
            <summary>
            <para> Name of Characteristic.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation">
            <summary>
            <para> Relationship of Value to Name.</para>
            <para>Represents the following attribute in the schema: relation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val">
            <summary>
            <para> Characteristic Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary">
            <summary>
            <para> Characteristic Grammar.</para>
            <para>Represents the following attribute in the schema: vocabulary </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.#ctor">
            <summary>
            Initializes a new instance of the Characteristic class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues">
            <summary>
            Characteristic Relationship Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThanOrEqualTo">
            <summary>
            Greater Than or Equal to.
            <para>When the item is serialized out as xml, its value is "ge".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThanOrEqualTo">
            <summary>
            Less Than or Equal To.
            <para>When the item is serialized out as xml, its value is "le".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThan">
            <summary>
            Greater Than.
            <para>When the item is serialized out as xml, its value is "gt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThan">
            <summary>
            Less Than.
            <para>When the item is serialized out as xml, its value is "lt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.EqualTo">
            <summary>
            Equal To.
            <para>When the item is serialized out as xml, its value is "eq".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.CustomProperties.Properties">
             <summary>
             <para>Custom File Properties. The root element of CustomFilePropertiesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is op:Properties.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomDocumentProperty &lt;op:property></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.Properties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.Properties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.Properties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.Properties.#ctor(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart)">
            <summary>
            Properties constructor.
            </summary>
            <param name="ownerPart">The owner part of the Properties.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart)">
            <summary>
            Loads the DOM from the CustomFilePropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.Properties.CustomFilePropertiesPart">
            <summary>
            Gets the CustomFilePropertiesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.Properties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Properties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.Properties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Properties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.Properties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Properties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.Properties.#ctor">
            <summary>
            Initializes a new instance of the Properties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart)">
            <summary>
            Saves the DOM into the CustomFilePropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.Properties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty">
             <summary>
             <para>Custom File Property.</para>
             <para> When the object is serialized out as xml, its qualified name is op:property.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTVector &lt;vt:vector></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTArray &lt;vt:array></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTBlob &lt;vt:blob></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTOBlob &lt;vt:oblob></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTEmpty &lt;vt:empty></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTNull &lt;vt:null></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTByte &lt;vt:i1></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTShort &lt;vt:i2></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTInt32 &lt;vt:i4></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTInt64 &lt;vt:i8></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTInteger &lt;vt:int></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte &lt;vt:ui1></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort &lt;vt:ui2></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32 &lt;vt:ui4></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64 &lt;vt:ui8></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger &lt;vt:uint></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTFloat &lt;vt:r4></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTDouble &lt;vt:r8></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTDecimal &lt;vt:decimal></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTLPSTR &lt;vt:lpstr></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTLPWSTR &lt;vt:lpwstr></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTBString &lt;vt:bstr></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTDate &lt;vt:date></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTFileTime &lt;vt:filetime></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTBool &lt;vt:bool></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTCurrency &lt;vt:cy></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTError &lt;vt:error></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTStreamData &lt;vt:stream></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTOStreamData &lt;vt:ostream></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTStorage &lt;vt:storage></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTOStorage &lt;vt:ostorage></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTVStreamData &lt;vt:vstream></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTClassId &lt;vt:clsid></description></item>
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTClipboardData &lt;vt:cf></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId">
            <summary>
            <para> Format ID.</para>
            <para>Represents the following attribute in the schema: fmtid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId">
            <summary>
            <para> Property ID.</para>
            <para>Represents the following attribute in the schema: pid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name">
            <summary>
            <para> Custom File Property Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget">
            <summary>
            <para> Bookmark Link Target.</para>
            <para>Represents the following attribute in the schema: linkTarget </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.#ctor">
            <summary>
            Initializes a new instance of the CustomDocumentProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomDocumentProperty class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomDocumentProperty class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomDocumentProperty class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector">
            <summary>
            <para> Vector.</para>
            <para> Represents the following element tag in the schema: vt:vector </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray">
            <summary>
            <para> Array.</para>
            <para> Represents the following element tag in the schema: vt:array </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob">
            <summary>
            <para> Binary Blob.</para>
            <para> Represents the following element tag in the schema: vt:blob </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob">
            <summary>
            <para> Binary Blob Object.</para>
            <para> Represents the following element tag in the schema: vt:oblob </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty">
            <summary>
            <para> Empty.</para>
            <para> Represents the following element tag in the schema: vt:empty </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull">
            <summary>
            <para> Null.</para>
            <para> Represents the following element tag in the schema: vt:null </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte">
            <summary>
            <para> 1-Byte Signed Integer.</para>
            <para> Represents the following element tag in the schema: vt:i1 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort">
            <summary>
            <para> 2-Byte Signed Integer.</para>
            <para> Represents the following element tag in the schema: vt:i2 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32">
            <summary>
            <para> 4-Byte Signed Integer.</para>
            <para> Represents the following element tag in the schema: vt:i4 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64">
            <summary>
            <para> 8-Byte Signed Integer.</para>
            <para> Represents the following element tag in the schema: vt:i8 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger">
            <summary>
            <para> Integer.</para>
            <para> Represents the following element tag in the schema: vt:int </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte">
            <summary>
            <para> 1-Byte Unsigned Integer.</para>
            <para> Represents the following element tag in the schema: vt:ui1 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort">
            <summary>
            <para> 2-Byte Unsigned Integer.</para>
            <para> Represents the following element tag in the schema: vt:ui2 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32">
            <summary>
            <para> 4-Byte Unsigned Integer.</para>
            <para> Represents the following element tag in the schema: vt:ui4 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64">
            <summary>
            <para> 8-Byte Unsigned Integer.</para>
            <para> Represents the following element tag in the schema: vt:ui8 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger">
            <summary>
            <para> Unsigned Integer.</para>
            <para> Represents the following element tag in the schema: vt:uint </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat">
            <summary>
            <para> 4-Byte Real Number.</para>
            <para> Represents the following element tag in the schema: vt:r4 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble">
            <summary>
            <para> 8-Byte Real Number.</para>
            <para> Represents the following element tag in the schema: vt:r8 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal">
            <summary>
            <para> Decimal.</para>
            <para> Represents the following element tag in the schema: vt:decimal </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR">
            <summary>
            <para> LPSTR.</para>
            <para> Represents the following element tag in the schema: vt:lpstr </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR">
            <summary>
            <para> LPWSTR.</para>
            <para> Represents the following element tag in the schema: vt:lpwstr </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString">
            <summary>
            <para> Basic String.</para>
            <para> Represents the following element tag in the schema: vt:bstr </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate">
            <summary>
            <para> Date and Time.</para>
            <para> Represents the following element tag in the schema: vt:date </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime">
            <summary>
            <para> File Time.</para>
            <para> Represents the following element tag in the schema: vt:filetime </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool">
            <summary>
            <para> Boolean.</para>
            <para> Represents the following element tag in the schema: vt:bool </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency">
            <summary>
            <para> Currency.</para>
            <para> Represents the following element tag in the schema: vt:cy </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError">
            <summary>
            <para> Error Status Code.</para>
            <para> Represents the following element tag in the schema: vt:error </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData">
            <summary>
            <para> Binary Stream.</para>
            <para> Represents the following element tag in the schema: vt:stream </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData">
            <summary>
            <para> Binary Stream Object.</para>
            <para> Represents the following element tag in the schema: vt:ostream </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage">
            <summary>
            <para> Binary Storage.</para>
            <para> Represents the following element tag in the schema: vt:storage </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage">
            <summary>
            <para> Binary Storage Object.</para>
            <para> Represents the following element tag in the schema: vt:ostorage </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData">
            <summary>
            <para> Binary Versioned Stream.</para>
            <para> Represents the following element tag in the schema: vt:vstream </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId">
            <summary>
            <para> Class ID.</para>
            <para> Represents the following element tag in the schema: vt:clsid </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData">
            <summary>
            <para> Clipboard Data.</para>
            <para> Represents the following element tag in the schema: vt:cf </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem">
             <summary>
             <para>Custom XML Data Properties. The root element of CustomXmlPropertiesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is ds:datastoreItem.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SchemaReferences &lt;ds:schemaRefs></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId">
             <summary>
             <para> Custom XML Data ID.</para>
             <para>Represents the following attribute in the schema: ds:itemID </para>
             </summary>
            <remark> xmlns:ds=http://schemas.openxmlformats.org/officeDocument/2006/customXml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.#ctor(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart)">
            <summary>
            DataStoreItem constructor.
            </summary>
            <param name="ownerPart">The owner part of the DataStoreItem.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart)">
            <summary>
            Loads the DOM from the CustomXmlPropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CustomXmlPropertiesPart">
            <summary>
            Gets the CustomXmlPropertiesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataStoreItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataStoreItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataStoreItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.#ctor">
            <summary>
            Initializes a new instance of the DataStoreItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart)">
            <summary>
            Saves the DOM into the CustomXmlPropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences">
            <summary>
            <para> Set of Associated XML Schemas.</para>
            <para> Represents the following element tag in the schema: ds:schemaRefs </para>
            </summary>
            <remark>
            xmlns:ds = http://schemas.openxmlformats.org/officeDocument/2006/customXml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference">
            <summary>
            <para>Associated XML Schema.</para>
            <para> When the object is serialized out as xml, its qualified name is ds:schemaRef.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri">
             <summary>
             <para> Target Namespace of Associated XML Schema.</para>
             <para>Represents the following attribute in the schema: ds:uri </para>
             </summary>
            <remark> xmlns:ds=http://schemas.openxmlformats.org/officeDocument/2006/customXml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.#ctor">
            <summary>
            Initializes a new instance of the SchemaReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences">
             <summary>
             <para>Set of Associated XML Schemas.</para>
             <para> When the object is serialized out as xml, its qualified name is ds:schemaRefs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SchemaReference &lt;ds:schemaRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.#ctor">
            <summary>
            Initializes a new instance of the SchemaReferences class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SchemaReferences class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SchemaReferences class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SchemaReferences class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.Variant">
             <summary>
             <para>Variant.</para>
             <para> When the object is serialized out as xml, its qualified name is vt:variant.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Variant &lt;vt:variant></description></item>
            <item><description>VTVector &lt;vt:vector></description></item>
            <item><description>VTArray &lt;vt:array></description></item>
            <item><description>VTBlob &lt;vt:blob></description></item>
            <item><description>VTOBlob &lt;vt:oblob></description></item>
            <item><description>VTEmpty &lt;vt:empty></description></item>
            <item><description>VTNull &lt;vt:null></description></item>
            <item><description>VTByte &lt;vt:i1></description></item>
            <item><description>VTShort &lt;vt:i2></description></item>
            <item><description>VTInt32 &lt;vt:i4></description></item>
            <item><description>VTInt64 &lt;vt:i8></description></item>
            <item><description>VTInteger &lt;vt:int></description></item>
            <item><description>VTUnsignedByte &lt;vt:ui1></description></item>
            <item><description>VTUnsignedShort &lt;vt:ui2></description></item>
            <item><description>VTUnsignedInt32 &lt;vt:ui4></description></item>
            <item><description>VTUnsignedInt64 &lt;vt:ui8></description></item>
            <item><description>VTUnsignedInteger &lt;vt:uint></description></item>
            <item><description>VTFloat &lt;vt:r4></description></item>
            <item><description>VTDouble &lt;vt:r8></description></item>
            <item><description>VTDecimal &lt;vt:decimal></description></item>
            <item><description>VTLPSTR &lt;vt:lpstr></description></item>
            <item><description>VTLPWSTR &lt;vt:lpwstr></description></item>
            <item><description>VTBString &lt;vt:bstr></description></item>
            <item><description>VTDate &lt;vt:date></description></item>
            <item><description>VTFileTime &lt;vt:filetime></description></item>
            <item><description>VTBool &lt;vt:bool></description></item>
            <item><description>VTCurrency &lt;vt:cy></description></item>
            <item><description>VTError &lt;vt:error></description></item>
            <item><description>VTStreamData &lt;vt:stream></description></item>
            <item><description>VTOStreamData &lt;vt:ostream></description></item>
            <item><description>VTStorage &lt;vt:storage></description></item>
            <item><description>VTOStorage &lt;vt:ostorage></description></item>
            <item><description>VTVStreamData &lt;vt:vstream></description></item>
            <item><description>VTClassId &lt;vt:clsid></description></item>
            <item><description>VTClipboardData &lt;vt:cf></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.Variant.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.Variant.#ctor">
            <summary>
            Initializes a new instance of the Variant class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.Variant.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Variant class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.Variant.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Variant class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.Variant.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Variant class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant">
            <summary>
            <para> Variant.</para>
            <para> Represents the following element tag in the schema: vt:variant </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTVector">
            <summary>
            <para> Vector.</para>
            <para> Represents the following element tag in the schema: vt:vector </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTArray">
            <summary>
            <para> Array.</para>
            <para> Represents the following element tag in the schema: vt:array </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob">
            <summary>
            <para> Binary Blob.</para>
            <para> Represents the following element tag in the schema: vt:blob </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob">
            <summary>
            <para> Binary Blob Object.</para>
            <para> Represents the following element tag in the schema: vt:oblob </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty">
            <summary>
            <para> Empty.</para>
            <para> Represents the following element tag in the schema: vt:empty </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTNull">
            <summary>
            <para> Null.</para>
            <para> Represents the following element tag in the schema: vt:null </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTByte">
            <summary>
            <para> 1-Byte Signed Integer.</para>
            <para> Represents the following element tag in the schema: vt:i1 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTShort">
            <summary>
            <para> 2-Byte Signed Integer.</para>
            <para> Represents the following element tag in the schema: vt:i2 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32">
            <summary>
            <para> 4-Byte Signed Integer.</para>
            <para> Represents the following element tag in the schema: vt:i4 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64">
            <summary>
            <para> 8-Byte Signed Integer.</para>
            <para> Represents the following element tag in the schema: vt:i8 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger">
            <summary>
            <para> Integer.</para>
            <para> Represents the following element tag in the schema: vt:int </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte">
            <summary>
            <para> 1-Byte Unsigned Integer.</para>
            <para> Represents the following element tag in the schema: vt:ui1 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort">
            <summary>
            <para> 2-Byte Unsigned Integer.</para>
            <para> Represents the following element tag in the schema: vt:ui2 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32">
            <summary>
            <para> 4-Byte Unsigned Integer.</para>
            <para> Represents the following element tag in the schema: vt:ui4 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64">
            <summary>
            <para> 8-Byte Unsigned Integer.</para>
            <para> Represents the following element tag in the schema: vt:ui8 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger">
            <summary>
            <para> Unsigned Integer.</para>
            <para> Represents the following element tag in the schema: vt:uint </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat">
            <summary>
            <para> 4-Byte Real Number.</para>
            <para> Represents the following element tag in the schema: vt:r4 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble">
            <summary>
            <para> 8-Byte Real Number.</para>
            <para> Represents the following element tag in the schema: vt:r8 </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal">
            <summary>
            <para> Decimal.</para>
            <para> Represents the following element tag in the schema: vt:decimal </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR">
            <summary>
            <para> LPSTR.</para>
            <para> Represents the following element tag in the schema: vt:lpstr </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR">
            <summary>
            <para> LPWSTR.</para>
            <para> Represents the following element tag in the schema: vt:lpwstr </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTBString">
            <summary>
            <para> Basic String.</para>
            <para> Represents the following element tag in the schema: vt:bstr </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTDate">
            <summary>
            <para> Date and Time.</para>
            <para> Represents the following element tag in the schema: vt:date </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime">
            <summary>
            <para> File Time.</para>
            <para> Represents the following element tag in the schema: vt:filetime </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTBool">
            <summary>
            <para> Boolean.</para>
            <para> Represents the following element tag in the schema: vt:bool </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency">
            <summary>
            <para> Currency.</para>
            <para> Represents the following element tag in the schema: vt:cy </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTError">
            <summary>
            <para> Error Status Code.</para>
            <para> Represents the following element tag in the schema: vt:error </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData">
            <summary>
            <para> Binary Stream.</para>
            <para> Represents the following element tag in the schema: vt:stream </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData">
            <summary>
            <para> Binary Stream Object.</para>
            <para> Represents the following element tag in the schema: vt:ostream </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage">
            <summary>
            <para> Binary Storage.</para>
            <para> Represents the following element tag in the schema: vt:storage </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage">
            <summary>
            <para> Binary Storage Object.</para>
            <para> Represents the following element tag in the schema: vt:ostorage </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData">
            <summary>
            <para> Binary Versioned Stream.</para>
            <para> Represents the following element tag in the schema: vt:vstream </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId">
            <summary>
            <para> Class ID.</para>
            <para> Represents the following element tag in the schema: vt:clsid </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData">
            <summary>
            <para> Clipboard Data.</para>
            <para> Represents the following element tag in the schema: vt:cf </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.Variant.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTVector">
             <summary>
             <para>Vector.</para>
             <para> When the object is serialized out as xml, its qualified name is vt:vector.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Variant &lt;vt:variant></description></item>
            <item><description>VTByte &lt;vt:i1></description></item>
            <item><description>VTShort &lt;vt:i2></description></item>
            <item><description>VTInt32 &lt;vt:i4></description></item>
            <item><description>VTInt64 &lt;vt:i8></description></item>
            <item><description>VTUnsignedByte &lt;vt:ui1></description></item>
            <item><description>VTUnsignedShort &lt;vt:ui2></description></item>
            <item><description>VTUnsignedInt32 &lt;vt:ui4></description></item>
            <item><description>VTUnsignedInt64 &lt;vt:ui8></description></item>
            <item><description>VTFloat &lt;vt:r4></description></item>
            <item><description>VTDouble &lt;vt:r8></description></item>
            <item><description>VTLPSTR &lt;vt:lpstr></description></item>
            <item><description>VTLPWSTR &lt;vt:lpwstr></description></item>
            <item><description>VTBString &lt;vt:bstr></description></item>
            <item><description>VTDate &lt;vt:date></description></item>
            <item><description>VTFileTime &lt;vt:filetime></description></item>
            <item><description>VTBool &lt;vt:bool></description></item>
            <item><description>VTCurrency &lt;vt:cy></description></item>
            <item><description>VTError &lt;vt:error></description></item>
            <item><description>VTClassId &lt;vt:clsid></description></item>
            <item><description>VTClipboardData &lt;vt:cf></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTVector.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTVector.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTVector.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType">
            <summary>
            <para> Vector Base Type.</para>
            <para>Represents the following attribute in the schema: baseType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTVector.Size">
            <summary>
            <para> Vector Size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTVector.#ctor">
            <summary>
            Initializes a new instance of the VTVector class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTVector.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VTVector class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTVector.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VTVector class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTVector.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTVector class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTVector.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTArray">
             <summary>
             <para>Array.</para>
             <para> When the object is serialized out as xml, its qualified name is vt:array.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Variant &lt;vt:variant></description></item>
            <item><description>VTByte &lt;vt:i1></description></item>
            <item><description>VTShort &lt;vt:i2></description></item>
            <item><description>VTInt32 &lt;vt:i4></description></item>
            <item><description>VTInteger &lt;vt:int></description></item>
            <item><description>VTUnsignedByte &lt;vt:ui1></description></item>
            <item><description>VTUnsignedShort &lt;vt:ui2></description></item>
            <item><description>VTUnsignedInt32 &lt;vt:ui4></description></item>
            <item><description>VTUnsignedInteger &lt;vt:uint></description></item>
            <item><description>VTFloat &lt;vt:r4></description></item>
            <item><description>VTDouble &lt;vt:r8></description></item>
            <item><description>VTDecimal &lt;vt:decimal></description></item>
            <item><description>VTBString &lt;vt:bstr></description></item>
            <item><description>VTDate &lt;vt:date></description></item>
            <item><description>VTBool &lt;vt:bool></description></item>
            <item><description>VTError &lt;vt:error></description></item>
            <item><description>VTCurrency &lt;vt:cy></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTArray.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTArray.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTArray.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds">
            <summary>
            <para> Array Lower Bounds Attribute.</para>
            <para>Represents the following attribute in the schema: lBound </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds">
            <summary>
            <para> Array Upper Bounds Attribute.</para>
            <para>Represents the following attribute in the schema: uBound </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType">
            <summary>
            <para> Array Base Type.</para>
            <para>Represents the following attribute in the schema: baseType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTArray.#ctor">
            <summary>
            Initializes a new instance of the VTArray class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTArray.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VTArray class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTArray.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VTArray class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTArray.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTArray class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTArray.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTBlob">
            <summary>
            <para>Binary Blob.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:blob.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTBlob.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTBlob.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBlob.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBlob.#ctor">
            <summary>
            Initializes a new instance of the VTBlob class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBlob.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTBlob class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBlob.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTOBlob">
            <summary>
            <para>Binary Blob Object.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:oblob.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTOBlob.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTOBlob.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOBlob.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOBlob.#ctor">
            <summary>
            Initializes a new instance of the VTOBlob class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOBlob.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTOBlob class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOBlob.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTStreamData">
            <summary>
            <para>Binary Stream.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:stream.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTStreamData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTStreamData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTStreamData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTStreamData.#ctor">
            <summary>
            Initializes a new instance of the VTStreamData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTStreamData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTStreamData class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTStreamData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTOStreamData">
            <summary>
            <para>Binary Stream Object.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:ostream.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTOStreamData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTOStreamData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOStreamData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOStreamData.#ctor">
            <summary>
            Initializes a new instance of the VTOStreamData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOStreamData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTOStreamData class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOStreamData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTStorage">
            <summary>
            <para>Binary Storage.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:storage.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTStorage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTStorage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTStorage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTStorage.#ctor">
            <summary>
            Initializes a new instance of the VTStorage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTStorage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTStorage class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTStorage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTOStorage">
            <summary>
            <para>Binary Storage Object.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:ostorage.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTOStorage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTOStorage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOStorage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOStorage.#ctor">
            <summary>
            Initializes a new instance of the VTOStorage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOStorage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTOStorage class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTOStorage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTEmpty">
            <summary>
            <para>Empty.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:empty.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTEmpty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTEmpty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTEmpty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTEmpty.#ctor">
            <summary>
            Initializes a new instance of the VTEmpty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTEmpty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTNull">
            <summary>
            <para>Null.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:null.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTNull.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTNull.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTNull.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTNull.#ctor">
            <summary>
            Initializes a new instance of the VTNull class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTNull.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTByte">
            <summary>
            <para>1-Byte Signed Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:i1.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTByte.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTByte.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTByte.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTByte.#ctor">
            <summary>
            Initializes a new instance of the VTByte class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTByte.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTByte class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTByte.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTShort">
            <summary>
            <para>2-Byte Signed Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:i2.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTShort.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTShort.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTShort.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTShort.#ctor">
            <summary>
            Initializes a new instance of the VTShort class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTShort.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTShort class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTShort.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTInt32">
            <summary>
            <para>4-Byte Signed Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:i4.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTInt32.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTInt32.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInt32.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInt32.#ctor">
            <summary>
            Initializes a new instance of the VTInt32 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInt32.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTInt32 class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInt32.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTInteger">
            <summary>
            <para>Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:int.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTInteger.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTInteger.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInteger.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInteger.#ctor">
            <summary>
            Initializes a new instance of the VTInteger class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInteger.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTInteger class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInteger.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTInt64">
            <summary>
            <para>8-Byte Signed Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:i8.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTInt64.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTInt64.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInt64.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInt64.#ctor">
            <summary>
            Initializes a new instance of the VTInt64 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInt64.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTInt64 class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTInt64.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte">
            <summary>
            <para>1-Byte Unsigned Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:ui1.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.#ctor">
            <summary>
            Initializes a new instance of the VTUnsignedByte class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTUnsignedByte class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort">
            <summary>
            <para>2-Byte Unsigned Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:ui2.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.#ctor">
            <summary>
            Initializes a new instance of the VTUnsignedShort class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTUnsignedShort class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32">
            <summary>
            <para>4-Byte Unsigned Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:ui4.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.#ctor">
            <summary>
            Initializes a new instance of the VTUnsignedInt32 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTUnsignedInt32 class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger">
            <summary>
            <para>Unsigned Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:uint.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.#ctor">
            <summary>
            Initializes a new instance of the VTUnsignedInteger class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTUnsignedInteger class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64">
            <summary>
            <para>8-Byte Unsigned Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:ui8.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.#ctor">
            <summary>
            Initializes a new instance of the VTUnsignedInt64 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTUnsignedInt64 class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTFloat">
            <summary>
            <para>4-Byte Real Number.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:r4.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTFloat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTFloat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTFloat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTFloat.#ctor">
            <summary>
            Initializes a new instance of the VTFloat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTFloat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTFloat class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTFloat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTDouble">
            <summary>
            <para>8-Byte Real Number.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:r8.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTDouble.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTDouble.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDouble.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDouble.#ctor">
            <summary>
            Initializes a new instance of the VTDouble class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDouble.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTDouble class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDouble.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTDecimal">
            <summary>
            <para>Decimal.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:decimal.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTDecimal.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTDecimal.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDecimal.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDecimal.#ctor">
            <summary>
            Initializes a new instance of the VTDecimal class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDecimal.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTDecimal class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDecimal.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTLPSTR">
            <summary>
            <para>LPSTR.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:lpstr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTLPSTR.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTLPSTR.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTLPSTR.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTLPSTR.#ctor">
            <summary>
            Initializes a new instance of the VTLPSTR class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTLPSTR.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTLPSTR class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTLPSTR.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTLPWSTR">
            <summary>
            <para>LPWSTR.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:lpwstr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.#ctor">
            <summary>
            Initializes a new instance of the VTLPWSTR class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTLPWSTR class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTBString">
            <summary>
            <para>Basic String.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:bstr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTBString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTBString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBString.#ctor">
            <summary>
            Initializes a new instance of the VTBString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTBString class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTDate">
            <summary>
            <para>Date and Time.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:date.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTDate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTDate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDate.#ctor">
            <summary>
            Initializes a new instance of the VTDate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDate.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTDate class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTDate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTFileTime">
            <summary>
            <para>File Time.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:filetime.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTFileTime.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTFileTime.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTFileTime.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTFileTime.#ctor">
            <summary>
            Initializes a new instance of the VTFileTime class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTFileTime.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTFileTime class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTFileTime.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTBool">
            <summary>
            <para>Boolean.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:bool.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTBool.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTBool.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBool.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBool.#ctor">
            <summary>
            Initializes a new instance of the VTBool class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBool.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTBool class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTBool.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTCurrency">
            <summary>
            <para>Currency.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:cy.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTCurrency.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTCurrency.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTCurrency.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTCurrency.#ctor">
            <summary>
            Initializes a new instance of the VTCurrency class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTCurrency.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTCurrency class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTCurrency.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTError">
            <summary>
            <para>Error Status Code.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:error.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTError.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTError.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTError.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTError.#ctor">
            <summary>
            Initializes a new instance of the VTError class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTError.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTError class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTError.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTVStreamData">
            <summary>
            <para>Binary Versioned Stream.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:vstream.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTVStreamData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTVStreamData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTVStreamData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version">
            <summary>
            <para> VSTREAM Version Attribute.</para>
            <para>Represents the following attribute in the schema: version </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTVStreamData.#ctor">
            <summary>
            Initializes a new instance of the VTVStreamData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTVStreamData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTVStreamData class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTVStreamData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTClassId">
            <summary>
            <para>Class ID.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:clsid.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTClassId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTClassId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTClassId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTClassId.#ctor">
            <summary>
            Initializes a new instance of the VTClassId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTClassId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTClassId class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTClassId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VTClipboardData">
            <summary>
            <para>Clipboard Data.</para>
            <para> When the object is serialized out as xml, its qualified name is vt:cf.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTClipboardData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTClipboardData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTClipboardData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format">
            <summary>
            <para> Format Attribute.</para>
            <para>Represents the following attribute in the schema: format </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTClipboardData.#ctor">
            <summary>
            Initializes a new instance of the VTClipboardData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTClipboardData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VTClipboardData class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.VariantTypes.VTClipboardData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues">
            <summary>
            Vector Base Type Simple Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Variant">
            <summary>
            Variant Base Type.
            <para>When the item is serialized out as xml, its value is "variant".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteSignedInteger">
            <summary>
            Vector Base Type Enumeration Value.
            <para>When the item is serialized out as xml, its value is "i1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesSignedInteger">
            <summary>
            2-Byte Signed Integer Base Type.
            <para>When the item is serialized out as xml, its value is "i2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesSignedInteger">
            <summary>
            4-Byte Signed Integer Base Type.
            <para>When the item is serialized out as xml, its value is "i4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesSignedInteger">
            <summary>
            8-Byte Signed Integer Base Type.
            <para>When the item is serialized out as xml, its value is "i8".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteUnsignedInteger">
            <summary>
            1-Byte Unsigned Integer Base Type.
            <para>When the item is serialized out as xml, its value is "ui1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesUnsignedInteger">
            <summary>
            2-Byte Unisigned Integer Base Type.
            <para>When the item is serialized out as xml, its value is "ui2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesUnsignedInteger">
            <summary>
            4-Byte Unsigned Integer Base Type.
            <para>When the item is serialized out as xml, its value is "ui4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesUnsignedInteger">
            <summary>
            8-Byte Unsigned Integer Base Type.
            <para>When the item is serialized out as xml, its value is "ui8".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesReal">
            <summary>
            4-Byte Real Number Base Type.
            <para>When the item is serialized out as xml, its value is "r4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesReal">
            <summary>
            8-Byte Real Number Base Type.
            <para>When the item is serialized out as xml, its value is "r8".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpstr">
            <summary>
            LPSTR Base Type.
            <para>When the item is serialized out as xml, its value is "lpstr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpwstr">
            <summary>
            LPWSTR Base Type.
            <para>When the item is serialized out as xml, its value is "lpwstr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bstr">
            <summary>
            Basic String Base Type.
            <para>When the item is serialized out as xml, its value is "bstr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Date">
            <summary>
            Date and Time Base Type.
            <para>When the item is serialized out as xml, its value is "date".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Filetime">
            <summary>
            File Time Base Type.
            <para>When the item is serialized out as xml, its value is "filetime".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bool">
            <summary>
            Boolean Base Type.
            <para>When the item is serialized out as xml, its value is "bool".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Currency">
            <summary>
            Currency Base Type.
            <para>When the item is serialized out as xml, its value is "cy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Error">
            <summary>
            Error Status Code Base Type.
            <para>When the item is serialized out as xml, its value is "error".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClassId">
            <summary>
            Class ID Base Type.
            <para>When the item is serialized out as xml, its value is "clsid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClipboardData">
            <summary>
            Clipboard Data Base Type.
            <para>When the item is serialized out as xml, its value is "cf".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues">
            <summary>
            Array Base Type Simple Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Variant">
            <summary>
            Variant Base Type.
            <para>When the item is serialized out as xml, its value is "variant".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteSignedInteger">
            <summary>
            1-Byte Signed Integer Base Type.
            <para>When the item is serialized out as xml, its value is "i1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesSignedInteger">
            <summary>
            2-Byte Signed Integer Base Type.
            <para>When the item is serialized out as xml, its value is "i2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesSignedInteger">
            <summary>
            4-Byte Signed Integer Base Type.
            <para>When the item is serialized out as xml, its value is "i4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Integer">
            <summary>
            Integer Base Type.
            <para>When the item is serialized out as xml, its value is "int".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteUnsignedInteger">
            <summary>
            1-Byte Unsigned Integer Base Type.
            <para>When the item is serialized out as xml, its value is "ui1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesUnsignedInteger">
            <summary>
            2-Byte Unsigned Integer Base Type.
            <para>When the item is serialized out as xml, its value is "ui2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesUnsignedInteger">
            <summary>
            4-Byte Unsigned Integer Base Type.
            <para>When the item is serialized out as xml, its value is "ui4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.UnsignedInteger">
            <summary>
            Unsigned Integer Base Type.
            <para>When the item is serialized out as xml, its value is "uint".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesReal">
            <summary>
            4-Byte Real Number Base Type.
            <para>When the item is serialized out as xml, its value is "r4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.EightBytesReal">
            <summary>
            8-Byte Real Number Base Type.
            <para>When the item is serialized out as xml, its value is "r8".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Decimal">
            <summary>
            Decimal Base Type.
            <para>When the item is serialized out as xml, its value is "decimal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bstr">
            <summary>
            Basic String Base Type.
            <para>When the item is serialized out as xml, its value is "bstr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Date">
            <summary>
            Date and Time Base Type.
            <para>When the item is serialized out as xml, its value is "date".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bool">
            <summary>
            Boolean Base Type.
            <para>When the item is serialized out as xml, its value is "bool".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Currency">
            <summary>
            Curency Base Type.
            <para>When the item is serialized out as xml, its value is "cy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Error">
            <summary>
            Error Status Code Base Type.
            <para>When the item is serialized out as xml, its value is "error".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Properties">
             <summary>
             <para>Application Specific File Properties. The root element of ExtendedFilePropertiesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is ap:Properties.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Template &lt;ap:Template></description></item>
            <item><description>Manager &lt;ap:Manager></description></item>
            <item><description>Company &lt;ap:Company></description></item>
            <item><description>Pages &lt;ap:Pages></description></item>
            <item><description>Words &lt;ap:Words></description></item>
            <item><description>Characters &lt;ap:Characters></description></item>
            <item><description>PresentationFormat &lt;ap:PresentationFormat></description></item>
            <item><description>Lines &lt;ap:Lines></description></item>
            <item><description>Paragraphs &lt;ap:Paragraphs></description></item>
            <item><description>Slides &lt;ap:Slides></description></item>
            <item><description>Notes &lt;ap:Notes></description></item>
            <item><description>TotalTime &lt;ap:TotalTime></description></item>
            <item><description>HiddenSlides &lt;ap:HiddenSlides></description></item>
            <item><description>MultimediaClips &lt;ap:MMClips></description></item>
            <item><description>ScaleCrop &lt;ap:ScaleCrop></description></item>
            <item><description>HeadingPairs &lt;ap:HeadingPairs></description></item>
            <item><description>TitlesOfParts &lt;ap:TitlesOfParts></description></item>
            <item><description>LinksUpToDate &lt;ap:LinksUpToDate></description></item>
            <item><description>CharactersWithSpaces &lt;ap:CharactersWithSpaces></description></item>
            <item><description>SharedDocument &lt;ap:SharedDoc></description></item>
            <item><description>HyperlinkBase &lt;ap:HyperlinkBase></description></item>
            <item><description>HyperlinkList &lt;ap:HLinks></description></item>
            <item><description>HyperlinksChanged &lt;ap:HyperlinksChanged></description></item>
            <item><description>DigitalSignature &lt;ap:DigSig></description></item>
            <item><description>Application &lt;ap:Application></description></item>
            <item><description>ApplicationVersion &lt;ap:AppVersion></description></item>
            <item><description>DocumentSecurity &lt;ap:DocSecurity></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Properties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Properties.#ctor(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart)">
            <summary>
            Properties constructor.
            </summary>
            <param name="ownerPart">The owner part of the Properties.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart)">
            <summary>
            Loads the DOM from the ExtendedFilePropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.ExtendedFilePropertiesPart">
            <summary>
            Gets the ExtendedFilePropertiesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Properties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Properties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Properties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Properties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Properties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Properties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Properties.#ctor">
            <summary>
            Initializes a new instance of the Properties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart)">
            <summary>
            Saves the DOM into the ExtendedFilePropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Template">
            <summary>
            <para> Name of Document Template.</para>
            <para> Represents the following element tag in the schema: ap:Template </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager">
            <summary>
            <para> Name of Manager.</para>
            <para> Represents the following element tag in the schema: ap:Manager </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Company">
            <summary>
            <para> Name of Company.</para>
            <para> Represents the following element tag in the schema: ap:Company </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages">
            <summary>
            <para> Total Number of Pages.</para>
            <para> Represents the following element tag in the schema: ap:Pages </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Words">
            <summary>
            <para> Word Count.</para>
            <para> Represents the following element tag in the schema: ap:Words </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters">
            <summary>
            <para> Total Number of Characters.</para>
            <para> Represents the following element tag in the schema: ap:Characters </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat">
            <summary>
            <para> Intended Format of Presentation.</para>
            <para> Represents the following element tag in the schema: ap:PresentationFormat </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines">
            <summary>
            <para> Number of Lines.</para>
            <para> Represents the following element tag in the schema: ap:Lines </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs">
            <summary>
            <para> Total Number of Paragraphs.</para>
            <para> Represents the following element tag in the schema: ap:Paragraphs </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides">
            <summary>
            <para> Slides Metadata Element.</para>
            <para> Represents the following element tag in the schema: ap:Slides </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes">
            <summary>
            <para> Number of Slides Containing Notes.</para>
            <para> Represents the following element tag in the schema: ap:Notes </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime">
            <summary>
            <para> Total Edit Time Metadata Element.</para>
            <para> Represents the following element tag in the schema: ap:TotalTime </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides">
            <summary>
            <para> Number of Hidden Slides.</para>
            <para> Represents the following element tag in the schema: ap:HiddenSlides </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips">
            <summary>
            <para> Total Number of Multimedia Clips.</para>
            <para> Represents the following element tag in the schema: ap:MMClips </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop">
            <summary>
            <para> Thumbnail Display Mode.</para>
            <para> Represents the following element tag in the schema: ap:ScaleCrop </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs">
            <summary>
            <para> Heading Pairs.</para>
            <para> Represents the following element tag in the schema: ap:HeadingPairs </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts">
            <summary>
            <para> Part Titles.</para>
            <para> Represents the following element tag in the schema: ap:TitlesOfParts </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate">
            <summary>
            <para> Links Up-to-Date.</para>
            <para> Represents the following element tag in the schema: ap:LinksUpToDate </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces">
            <summary>
            <para> Number of Characters (With Spaces).</para>
            <para> Represents the following element tag in the schema: ap:CharactersWithSpaces </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument">
            <summary>
            <para> Shared Document.</para>
            <para> Represents the following element tag in the schema: ap:SharedDoc </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase">
            <summary>
            <para> Relative Hyperlink Base.</para>
            <para> Represents the following element tag in the schema: ap:HyperlinkBase </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList">
            <summary>
            <para> Hyperlink List.</para>
            <para> Represents the following element tag in the schema: ap:HLinks </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged">
            <summary>
            <para> Hyperlinks Changed.</para>
            <para> Represents the following element tag in the schema: ap:HyperlinksChanged </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature">
            <summary>
            <para> Digital Signature.</para>
            <para> Represents the following element tag in the schema: ap:DigSig </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.Application">
            <summary>
            <para> Application Name.</para>
            <para> Represents the following element tag in the schema: ap:Application </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion">
            <summary>
            <para> Application Version.</para>
            <para> Represents the following element tag in the schema: ap:AppVersion </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity">
            <summary>
            <para> Document Security.</para>
            <para> Represents the following element tag in the schema: ap:DocSecurity </para>
            </summary>
            <remark>
            xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Properties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Template">
            <summary>
            <para>Name of Document Template.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Template.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Template.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Template.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Template.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Template.#ctor">
            <summary>
            Initializes a new instance of the Template class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Template.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Template class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Template.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Manager">
            <summary>
            <para>Name of Manager.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Manager.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Manager.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Manager.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Manager.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Manager.#ctor">
            <summary>
            Initializes a new instance of the Manager class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Manager.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Manager class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Manager.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Company">
            <summary>
            <para>Name of Company.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Company.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Company.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Company.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Company.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Company.#ctor">
            <summary>
            Initializes a new instance of the Company class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Company.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Company class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Company.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat">
            <summary>
            <para>Intended Format of Presentation.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:PresentationFormat.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.#ctor">
            <summary>
            Initializes a new instance of the PresentationFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresentationFormat class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase">
            <summary>
            <para>Relative Hyperlink Base.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:HyperlinkBase.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkBase class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HyperlinkBase class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Application">
            <summary>
            <para>Application Name.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Application.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Application.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Application.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Application.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Application.#ctor">
            <summary>
            Initializes a new instance of the Application class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Application.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Application class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Application.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion">
            <summary>
            <para>Application Version.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:AppVersion.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.#ctor">
            <summary>
            Initializes a new instance of the ApplicationVersion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ApplicationVersion class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Pages">
            <summary>
            <para>Total Number of Pages.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Pages.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Pages.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Pages.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Pages.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Pages.#ctor">
            <summary>
            Initializes a new instance of the Pages class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Pages.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Pages class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Pages.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Words">
            <summary>
            <para>Word Count.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Words.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Words.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Words.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Words.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Words.#ctor">
            <summary>
            Initializes a new instance of the Words class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Words.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Words class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Words.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Characters">
            <summary>
            <para>Total Number of Characters.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Characters.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Characters.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Characters.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Characters.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Characters.#ctor">
            <summary>
            Initializes a new instance of the Characters class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Characters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Characters class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Characters.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Lines">
            <summary>
            <para>Number of Lines.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Lines.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Lines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Lines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Lines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Lines.#ctor">
            <summary>
            Initializes a new instance of the Lines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Lines.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Lines class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Lines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Paragraphs">
            <summary>
            <para>Total Number of Paragraphs.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Paragraphs.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.#ctor">
            <summary>
            Initializes a new instance of the Paragraphs class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Paragraphs class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Slides">
            <summary>
            <para>Slides Metadata Element.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Slides.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Slides.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Slides.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Slides.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Slides.#ctor">
            <summary>
            Initializes a new instance of the Slides class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Slides.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Slides class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Slides.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.Notes">
            <summary>
            <para>Number of Slides Containing Notes.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:Notes.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Notes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.Notes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Notes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Notes.#ctor">
            <summary>
            Initializes a new instance of the Notes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Notes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Notes class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.Notes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.TotalTime">
            <summary>
            <para>Total Edit Time Metadata Element.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:TotalTime.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.TotalTime.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.TotalTime.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.TotalTime.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.TotalTime.#ctor">
            <summary>
            Initializes a new instance of the TotalTime class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.TotalTime.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TotalTime class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.TotalTime.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides">
            <summary>
            <para>Number of Hidden Slides.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:HiddenSlides.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.#ctor">
            <summary>
            Initializes a new instance of the HiddenSlides class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HiddenSlides class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips">
            <summary>
            <para>Total Number of Multimedia Clips.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:MMClips.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.#ctor">
            <summary>
            Initializes a new instance of the MultimediaClips class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MultimediaClips class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces">
            <summary>
            <para>Number of Characters (With Spaces).</para>
            <para> When the object is serialized out as xml, its qualified name is ap:CharactersWithSpaces.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.#ctor">
            <summary>
            Initializes a new instance of the CharactersWithSpaces class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CharactersWithSpaces class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity">
            <summary>
            <para>Document Security.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:DocSecurity.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.#ctor">
            <summary>
            Initializes a new instance of the DocumentSecurity class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocumentSecurity class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop">
            <summary>
            <para>Thumbnail Display Mode.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:ScaleCrop.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.#ctor">
            <summary>
            Initializes a new instance of the ScaleCrop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScaleCrop class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate">
            <summary>
            <para>Links Up-to-Date.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:LinksUpToDate.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.#ctor">
            <summary>
            Initializes a new instance of the LinksUpToDate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LinksUpToDate class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.SharedDocument">
            <summary>
            <para>Shared Document.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:SharedDoc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.#ctor">
            <summary>
            Initializes a new instance of the SharedDocument class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SharedDocument class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged">
            <summary>
            <para>Hyperlinks Changed.</para>
            <para> When the object is serialized out as xml, its qualified name is ap:HyperlinksChanged.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.#ctor">
            <summary>
            Initializes a new instance of the HyperlinksChanged class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HyperlinksChanged class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs">
             <summary>
             <para>Heading Pairs.</para>
             <para> When the object is serialized out as xml, its qualified name is ap:HeadingPairs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTVector &lt;vt:vector></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.#ctor">
            <summary>
            Initializes a new instance of the HeadingPairs class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HeadingPairs class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HeadingPairs class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HeadingPairs class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList">
             <summary>
             <para>Hyperlink List.</para>
             <para> When the object is serialized out as xml, its qualified name is ap:HLinks.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTVector &lt;vt:vector></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HyperlinkList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HyperlinkList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HyperlinkList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType">
             <summary>
             Defines the VectorVariantType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTVector &lt;vt:vector></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector">
            <summary>
            <para> Vector.</para>
            <para> Represents the following element tag in the schema: vt:vector </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.#ctor">
            <summary>
            Initializes a new instance of the VectorVariantType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VectorVariantType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VectorVariantType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VectorVariantType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts">
             <summary>
             <para>Part Titles.</para>
             <para> When the object is serialized out as xml, its qualified name is ap:TitlesOfParts.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTVector &lt;vt:vector></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.#ctor">
            <summary>
            Initializes a new instance of the TitlesOfParts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TitlesOfParts class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TitlesOfParts class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TitlesOfParts class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector">
            <summary>
            <para> Vector.</para>
            <para> Represents the following element tag in the schema: vt:vector </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature">
             <summary>
             <para>Digital Signature.</para>
             <para> When the object is serialized out as xml, its qualified name is ap:DigSig.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.VariantTypes.VTBlob &lt;vt:blob></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.#ctor">
            <summary>
            Initializes a new instance of the DigitalSignature class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DigitalSignature class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DigitalSignature class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DigitalSignature class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob">
            <summary>
            <para> Binary Blob.</para>
            <para> Represents the following element tag in the schema: vt:blob </para>
            </summary>
            <remark>
            xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Script">
            <summary>
            <para>Script.</para>
            <para> When the object is serialized out as xml, its qualified name is m:scr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Script.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Script.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Script.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Script.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Script.#ctor">
            <summary>
            Initializes a new instance of the Script class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Script.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Style">
            <summary>
            <para>style.</para>
            <para> When the object is serialized out as xml, its qualified name is m:sty.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Style.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Style.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Style.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Style.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Style.#ctor">
            <summary>
            Initializes a new instance of the Style class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Style.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Run">
             <summary>
             <para>Defines the Run Class.</para>
             <para> When the object is serialized out as xml, its qualified name is m:r.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;m:rPr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.RunProperties &lt;w:rPr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Break &lt;w:br></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Text &lt;w:t></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedText &lt;w:delText></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.FieldCode &lt;w:instrText></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode &lt;w:delInstrText></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen &lt;w:noBreakHyphen></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SoftHyphen &lt;w:softHyphen></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DayShort &lt;w:dayShort></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MonthShort &lt;w:monthShort></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.YearShort &lt;w:yearShort></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DayLong &lt;w:dayLong></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MonthLong &lt;w:monthLong></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.YearLong &lt;w:yearLong></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark &lt;w:annotationRef></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark &lt;w:footnoteRef></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark &lt;w:endnoteRef></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SeparatorMark &lt;w:separator></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark &lt;w:continuationSeparator></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SymbolChar &lt;w:sym></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PageNumber &lt;w:pgNum></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CarriageReturn &lt;w:cr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.TabChar &lt;w:tab></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject &lt;w:object></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Picture &lt;w:pict></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.FieldChar &lt;w:fldChar></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Ruby &lt;w:ruby></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.FootnoteReference &lt;w:footnoteReference></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.EndnoteReference &lt;w:endnoteReference></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentReference &lt;w:commentReference></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Drawing &lt;w:drawing></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PositionalTab &lt;w:ptab></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak &lt;w:lastRenderedPageBreak></description></item>
            <item><description>Text &lt;m:t></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Run.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Run.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Run.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Run.#ctor">
            <summary>
            Initializes a new instance of the Run class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Run.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Run class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Run.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Run class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Run.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Run class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Run.MathRunProperties">
            <summary>
            <para> Run Properties.</para>
            <para> Represents the following element tag in the schema: m:rPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Run.RunProperties">
            <summary>
            <para> Run Properties.</para>
            <para> Represents the following element tag in the schema: w:rPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Run.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Accent">
             <summary>
             <para>Accent.</para>
             <para> When the object is serialized out as xml, its qualified name is m:acc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AccentProperties &lt;m:accPr></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Accent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Accent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Accent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Accent.#ctor">
            <summary>
            Initializes a new instance of the Accent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Accent.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Accent class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Accent.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Accent class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Accent.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Accent class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Accent.AccentProperties">
            <summary>
            <para> Accent Properties.</para>
            <para> Represents the following element tag in the schema: m:accPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Accent.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Accent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Bar">
             <summary>
             <para>Bar.</para>
             <para> When the object is serialized out as xml, its qualified name is m:bar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BarProperties &lt;m:barPr></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Bar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Bar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Bar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Bar.#ctor">
            <summary>
            Initializes a new instance of the Bar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Bar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Bar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Bar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Bar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Bar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Bar.BarProperties">
            <summary>
            <para> Bar Properties.</para>
            <para> Represents the following element tag in the schema: m:barPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Bar.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Bar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Box">
             <summary>
             <para>Box Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:box.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BoxProperties &lt;m:boxPr></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Box.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Box.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Box.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Box.#ctor">
            <summary>
            Initializes a new instance of the Box class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Box.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Box class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Box.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Box class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Box.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Box class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Box.BoxProperties">
            <summary>
            <para> Box Properties.</para>
            <para> Represents the following element tag in the schema: m:boxPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Box.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Box.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BorderBox">
             <summary>
             <para>Border-Box Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:borderBox.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BorderBoxProperties &lt;m:borderBoxPr></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBox.#ctor">
            <summary>
            Initializes a new instance of the BorderBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBox.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BorderBox class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBox.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BorderBox class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BorderBox class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties">
            <summary>
            <para> Border Box Properties.</para>
            <para> Represents the following element tag in the schema: m:borderBoxPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBox.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Delimiter">
             <summary>
             <para>Delimiter Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:d.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DelimiterProperties &lt;m:dPr></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Delimiter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Delimiter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Delimiter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Delimiter.#ctor">
            <summary>
            Initializes a new instance of the Delimiter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Delimiter.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Delimiter class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Delimiter.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Delimiter class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Delimiter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Delimiter class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties">
            <summary>
            <para> Delimiter Properties.</para>
            <para> Represents the following element tag in the schema: m:dPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Delimiter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.EquationArray">
             <summary>
             <para>Equation-Array Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:eqArr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EquationArrayProperties &lt;m:eqArrPr></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArray.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArray.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArray.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArray.#ctor">
            <summary>
            Initializes a new instance of the EquationArray class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArray.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EquationArray class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArray.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EquationArray class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArray.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EquationArray class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties">
            <summary>
            <para> Equation Array Properties.</para>
            <para> Represents the following element tag in the schema: m:eqArrPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArray.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Fraction">
             <summary>
             <para>Fraction Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:f.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FractionProperties &lt;m:fPr></description></item>
            <item><description>Numerator &lt;m:num></description></item>
            <item><description>Denominator &lt;m:den></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Fraction.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Fraction.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Fraction.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Fraction.#ctor">
            <summary>
            Initializes a new instance of the Fraction class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Fraction.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Fraction class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Fraction.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Fraction class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Fraction.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Fraction class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Fraction.FractionProperties">
            <summary>
            <para> Fraction Properties.</para>
            <para> Represents the following element tag in the schema: m:fPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Fraction.Numerator">
            <summary>
            <para> Numerator.</para>
            <para> Represents the following element tag in the schema: m:num </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Fraction.Denominator">
            <summary>
            <para> Denominator.</para>
            <para> Represents the following element tag in the schema: m:den </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Fraction.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MathFunction">
             <summary>
             <para>Function Apply Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:func.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FunctionProperties &lt;m:funcPr></description></item>
            <item><description>FunctionName &lt;m:fName></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathFunction.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathFunction.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathFunction.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathFunction.#ctor">
            <summary>
            Initializes a new instance of the MathFunction class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathFunction.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MathFunction class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathFunction.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MathFunction class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathFunction.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MathFunction class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties">
            <summary>
            <para> Function Properties.</para>
            <para> Represents the following element tag in the schema: m:funcPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathFunction.FunctionName">
            <summary>
            <para> Function Name.</para>
            <para> Represents the following element tag in the schema: m:fName </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathFunction.Base">
            <summary>
            <para> Base (Argument).</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathFunction.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.GroupChar">
             <summary>
             <para>Group-Character Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:groupChr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GroupCharProperties &lt;m:groupChrPr></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GroupChar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GroupChar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupChar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupChar.#ctor">
            <summary>
            Initializes a new instance of the GroupChar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupChar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupChar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupChar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupChar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupChar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupChar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties">
            <summary>
            <para> Group-Character Properties.</para>
            <para> Represents the following element tag in the schema: m:groupChrPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GroupChar.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupChar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.LimitLower">
             <summary>
             <para>Lower-Limit Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:limLow.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LimitLowerProperties &lt;m:limLowPr></description></item>
            <item><description>Base &lt;m:e></description></item>
            <item><description>Limit &lt;m:lim></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLower.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLower.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLower.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLower.#ctor">
            <summary>
            Initializes a new instance of the LimitLower class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLower.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LimitLower class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLower.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LimitLower class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLower.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LimitLower class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties">
            <summary>
            <para> Lower Limit Properties.</para>
            <para> Represents the following element tag in the schema: m:limLowPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLower.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLower.Limit">
            <summary>
            <para> Limit (Lower).</para>
            <para> Represents the following element tag in the schema: m:lim </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLower.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.LimitUpper">
             <summary>
             <para>Upper-Limit Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:limUpp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LimitUpperProperties &lt;m:limUppPr></description></item>
            <item><description>Base &lt;m:e></description></item>
            <item><description>Limit &lt;m:lim></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitUpper.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitUpper.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpper.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpper.#ctor">
            <summary>
            Initializes a new instance of the LimitUpper class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpper.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LimitUpper class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpper.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LimitUpper class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpper.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LimitUpper class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties">
            <summary>
            <para> Upper Limit Properties.</para>
            <para> Represents the following element tag in the schema: m:limUppPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitUpper.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitUpper.Limit">
            <summary>
            <para> Limit (Upper).</para>
            <para> Represents the following element tag in the schema: m:lim </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpper.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Matrix">
             <summary>
             <para>Matrix Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:m.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MatrixProperties &lt;m:mPr></description></item>
            <item><description>MatrixRow &lt;m:mr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Matrix.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Matrix.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Matrix.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Matrix.#ctor">
            <summary>
            Initializes a new instance of the Matrix class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Matrix.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Matrix class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Matrix.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Matrix class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Matrix.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Matrix class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Matrix.MatrixProperties">
            <summary>
            <para> Matrix Properties.</para>
            <para> Represents the following element tag in the schema: m:mPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Matrix.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Nary">
             <summary>
             <para>n-ary Operator Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:nary.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NaryProperties &lt;m:naryPr></description></item>
            <item><description>SubArgument &lt;m:sub></description></item>
            <item><description>SuperArgument &lt;m:sup></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Nary.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Nary.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Nary.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Nary.#ctor">
            <summary>
            Initializes a new instance of the Nary class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Nary.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Nary class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Nary.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Nary class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Nary.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Nary class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Nary.NaryProperties">
            <summary>
            <para> n-ary Properties.</para>
            <para> Represents the following element tag in the schema: m:naryPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Nary.SubArgument">
            <summary>
            <para> Lower limit (n-ary) .</para>
            <para> Represents the following element tag in the schema: m:sub </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Nary.SuperArgument">
            <summary>
            <para> Upper limit (n-ary).</para>
            <para> Represents the following element tag in the schema: m:sup </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Nary.Base">
            <summary>
            <para> Base (Argument).</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Nary.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Phantom">
             <summary>
             <para>Phantom Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:phant.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PhantomProperties &lt;m:phantPr></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Phantom.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Phantom.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Phantom.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Phantom.#ctor">
            <summary>
            Initializes a new instance of the Phantom class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Phantom.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Phantom class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Phantom.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Phantom class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Phantom.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Phantom class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Phantom.PhantomProperties">
            <summary>
            <para> Phantom Properties.</para>
            <para> Represents the following element tag in the schema: m:phantPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Phantom.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Phantom.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Radical">
             <summary>
             <para>Radical Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:rad.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RadicalProperties &lt;m:radPr></description></item>
            <item><description>Degree &lt;m:deg></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Radical.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Radical.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Radical.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Radical.#ctor">
            <summary>
            Initializes a new instance of the Radical class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Radical.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Radical class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Radical.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Radical class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Radical.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Radical class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Radical.RadicalProperties">
            <summary>
            <para> Radical Properties.</para>
            <para> Represents the following element tag in the schema: m:radPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Radical.Degree">
            <summary>
            <para> Degree.</para>
            <para> Represents the following element tag in the schema: m:deg </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Radical.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Radical.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.PreSubSuper">
             <summary>
             <para>Pre-Sub-Superscript Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:sPre.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PreSubSuperProperties &lt;m:sPrePr></description></item>
            <item><description>SubArgument &lt;m:sub></description></item>
            <item><description>SuperArgument &lt;m:sup></description></item>
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSubSuper.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSubSuper.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuper.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuper.#ctor">
            <summary>
            Initializes a new instance of the PreSubSuper class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuper.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreSubSuper class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuper.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreSubSuper class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuper.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreSubSuper class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties">
            <summary>
            <para> Pre-Sub-Superscript Properties.</para>
            <para> Represents the following element tag in the schema: m:sPrePr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument">
            <summary>
            <para> Subscript (Pre-Sub-Superscript).</para>
            <para> Represents the following element tag in the schema: m:sub </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument">
            <summary>
            <para> Superscript(Pre-Sub-Superscript function).</para>
            <para> Represents the following element tag in the schema: m:sup </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSubSuper.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuper.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Subscript">
             <summary>
             <para>Subscript Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:sSub.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SubscriptProperties &lt;m:sSubPr></description></item>
            <item><description>Base &lt;m:e></description></item>
            <item><description>SubArgument &lt;m:sub></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Subscript.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Subscript.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Subscript.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Subscript.#ctor">
            <summary>
            Initializes a new instance of the Subscript class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Subscript.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Subscript class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Subscript.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Subscript class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Subscript.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Subscript class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties">
            <summary>
            <para> Subscript Properties.</para>
            <para> Represents the following element tag in the schema: m:sSubPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Subscript.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Subscript.SubArgument">
            <summary>
            <para> Subscript (Subscript function).</para>
            <para> Represents the following element tag in the schema: m:sub </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Subscript.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.SubSuperscript">
             <summary>
             <para>Sub-Superscript Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:sSubSup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SubSuperscriptProperties &lt;m:sSubSupPr></description></item>
            <item><description>Base &lt;m:e></description></item>
            <item><description>SubArgument &lt;m:sub></description></item>
            <item><description>SuperArgument &lt;m:sup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubSuperscript.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubSuperscript.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscript.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscript.#ctor">
            <summary>
            Initializes a new instance of the SubSuperscript class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscript.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SubSuperscript class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscript.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SubSuperscript class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscript.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SubSuperscript class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties">
            <summary>
            <para> Sub-Superscript Properties.</para>
            <para> Represents the following element tag in the schema: m:sSubSupPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubSuperscript.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument">
            <summary>
            <para> Subscript (Sub-Superscript).</para>
            <para> Represents the following element tag in the schema: m:sub </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument">
            <summary>
            <para> Superscript (Sub-Superscript function).</para>
            <para> Represents the following element tag in the schema: m:sup </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscript.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Superscript">
             <summary>
             <para>Superscript Function.</para>
             <para> When the object is serialized out as xml, its qualified name is m:sSup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SuperscriptProperties &lt;m:sSupPr></description></item>
            <item><description>Base &lt;m:e></description></item>
            <item><description>SuperArgument &lt;m:sup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Superscript.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Superscript.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Superscript.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Superscript.#ctor">
            <summary>
            Initializes a new instance of the Superscript class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Superscript.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Superscript class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Superscript.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Superscript class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Superscript.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Superscript class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties">
            <summary>
            <para> Superscript Properties.</para>
            <para> Represents the following element tag in the schema: m:sSupPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Superscript.Base">
            <summary>
            <para> Base.</para>
            <para> Represents the following element tag in the schema: m:e </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Superscript.SuperArgument">
            <summary>
            <para> Superscript (Superscript function).</para>
            <para> Represents the following element tag in the schema: m:sup </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Superscript.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Paragraph">
             <summary>
             <para>Defines the Paragraph Class.</para>
             <para> When the object is serialized out as xml, its qualified name is m:oMathPara.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParagraphProperties &lt;m:oMathParaPr></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Run &lt;w:r></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Paragraph.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Paragraph.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Paragraph.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Paragraph.#ctor">
            <summary>
            Initializes a new instance of the Paragraph class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Paragraph.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Paragraph class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Paragraph.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Paragraph class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Paragraph.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Paragraph class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties">
            <summary>
            <para> Office Math Paragraph Properties.</para>
            <para> Represents the following element tag in the schema: m:oMathParaPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Paragraph.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.OfficeMath">
             <summary>
             <para>Defines the OfficeMath Class.</para>
             <para> When the object is serialized out as xml, its qualified name is m:oMath.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Accent &lt;m:acc></description></item>
            <item><description>Bar &lt;m:bar></description></item>
            <item><description>Box &lt;m:box></description></item>
            <item><description>BorderBox &lt;m:borderBox></description></item>
            <item><description>Delimiter &lt;m:d></description></item>
            <item><description>EquationArray &lt;m:eqArr></description></item>
            <item><description>Fraction &lt;m:f></description></item>
            <item><description>MathFunction &lt;m:func></description></item>
            <item><description>GroupChar &lt;m:groupChr></description></item>
            <item><description>LimitLower &lt;m:limLow></description></item>
            <item><description>LimitUpper &lt;m:limUpp></description></item>
            <item><description>Matrix &lt;m:m></description></item>
            <item><description>Nary &lt;m:nary></description></item>
            <item><description>Phantom &lt;m:phant></description></item>
            <item><description>Radical &lt;m:rad></description></item>
            <item><description>PreSubSuper &lt;m:sPre></description></item>
            <item><description>Subscript &lt;m:sSub></description></item>
            <item><description>SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun &lt;w:customXml></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SimpleField &lt;w:fldSimple></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Hyperlink &lt;w:hyperlink></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>Paragraph &lt;m:oMathPara></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.OfficeMath.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.OfficeMath.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMath.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMath.#ctor">
            <summary>
            Initializes a new instance of the OfficeMath class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMath.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeMath class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMath.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeMath class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMath.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeMath class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMath.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MathProperties">
             <summary>
             <para>Math Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:mathPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MathFont &lt;m:mathFont></description></item>
            <item><description>BreakBinary &lt;m:brkBin></description></item>
            <item><description>BreakBinarySubtraction &lt;m:brkBinSub></description></item>
            <item><description>SmallFraction &lt;m:smallFrac></description></item>
            <item><description>DisplayDefaults &lt;m:dispDef></description></item>
            <item><description>LeftMargin &lt;m:lMargin></description></item>
            <item><description>RightMargin &lt;m:rMargin></description></item>
            <item><description>DefaultJustification &lt;m:defJc></description></item>
            <item><description>PreSpacing &lt;m:preSp></description></item>
            <item><description>PostSpacing &lt;m:postSp></description></item>
            <item><description>InterSpacing &lt;m:interSp></description></item>
            <item><description>IntraSpacing &lt;m:intraSp></description></item>
            <item><description>WrapIndent &lt;m:wrapIndent></description></item>
            <item><description>WrapRight &lt;m:wrapRight></description></item>
            <item><description>IntegralLimitLocation &lt;m:intLim></description></item>
            <item><description>NaryLimitLocation &lt;m:naryLim></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathProperties.#ctor">
            <summary>
            Initializes a new instance of the MathProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MathProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MathProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MathProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.MathFont">
            <summary>
            <para> Math Font.</para>
            <para> Represents the following element tag in the schema: m:mathFont </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.BreakBinary">
            <summary>
            <para> Break on Binary Operators.</para>
            <para> Represents the following element tag in the schema: m:brkBin </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction">
            <summary>
            <para> Break on Binary Subtraction.</para>
            <para> Represents the following element tag in the schema: m:brkBinSub </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.SmallFraction">
            <summary>
            <para> Small Fraction.</para>
            <para> Represents the following element tag in the schema: m:smallFrac </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults">
            <summary>
            <para> Use Display Math Defaults.</para>
            <para> Represents the following element tag in the schema: m:dispDef </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.LeftMargin">
            <summary>
            <para> Left Margin.</para>
            <para> Represents the following element tag in the schema: m:lMargin </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.RightMargin">
            <summary>
            <para> Right Margin.</para>
            <para> Represents the following element tag in the schema: m:rMargin </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification">
            <summary>
            <para> Default Justification.</para>
            <para> Represents the following element tag in the schema: m:defJc </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.PreSpacing">
            <summary>
            <para> Pre-Equation Spacing.</para>
            <para> Represents the following element tag in the schema: m:preSp </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.PostSpacing">
            <summary>
            <para> Post-Equation Spacing.</para>
            <para> Represents the following element tag in the schema: m:postSp </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.InterSpacing">
            <summary>
            <para> Inter-Equation Spacing.</para>
            <para> Represents the following element tag in the schema: m:interSp </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing">
            <summary>
            <para> Intra-Equation Spacing.</para>
            <para> Represents the following element tag in the schema: m:intraSp </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Literal">
            <summary>
            <para>Literal.</para>
            <para> When the object is serialized out as xml, its qualified name is m:lit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Literal.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Literal.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Literal.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Literal.#ctor">
            <summary>
            Initializes a new instance of the Literal class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Literal.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.NormalText">
            <summary>
            <para>Normal Text.</para>
            <para> When the object is serialized out as xml, its qualified name is m:nor.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NormalText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NormalText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NormalText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NormalText.#ctor">
            <summary>
            Initializes a new instance of the NormalText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NormalText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Alignment">
            <summary>
            <para>Align.</para>
            <para> When the object is serialized out as xml, its qualified name is m:aln.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Alignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Alignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Alignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Alignment.#ctor">
            <summary>
            Initializes a new instance of the Alignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Alignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.OperatorEmulator">
            <summary>
            <para>Operator Emulator.</para>
            <para> When the object is serialized out as xml, its qualified name is m:opEmu.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.OperatorEmulator.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.OperatorEmulator.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OperatorEmulator.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OperatorEmulator.#ctor">
            <summary>
            Initializes a new instance of the OperatorEmulator class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OperatorEmulator.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.NoBreak">
            <summary>
            <para>No Break.</para>
            <para> When the object is serialized out as xml, its qualified name is m:noBreak.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NoBreak.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NoBreak.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NoBreak.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NoBreak.#ctor">
            <summary>
            Initializes a new instance of the NoBreak class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NoBreak.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Differential">
            <summary>
            <para>Differential.</para>
            <para> When the object is serialized out as xml, its qualified name is m:diff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Differential.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Differential.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Differential.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Differential.#ctor">
            <summary>
            Initializes a new instance of the Differential class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Differential.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.HideTop">
            <summary>
            <para>Hide Top Edge.</para>
            <para> When the object is serialized out as xml, its qualified name is m:hideTop.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideTop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideTop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideTop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideTop.#ctor">
            <summary>
            Initializes a new instance of the HideTop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideTop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.HideBottom">
            <summary>
            <para>Hide Bottom Edge.</para>
            <para> When the object is serialized out as xml, its qualified name is m:hideBot.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideBottom.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideBottom.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideBottom.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideBottom.#ctor">
            <summary>
            Initializes a new instance of the HideBottom class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideBottom.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.HideLeft">
            <summary>
            <para>Hide Left Edge.</para>
            <para> When the object is serialized out as xml, its qualified name is m:hideLeft.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideLeft.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideLeft.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideLeft.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideLeft.#ctor">
            <summary>
            Initializes a new instance of the HideLeft class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideLeft.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.HideRight">
            <summary>
            <para>Hide Right Edge.</para>
            <para> When the object is serialized out as xml, its qualified name is m:hideRight.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideRight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideRight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideRight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideRight.#ctor">
            <summary>
            Initializes a new instance of the HideRight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideRight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.StrikeHorizontal">
            <summary>
            <para>Border Box Strikethrough Horizontal.</para>
            <para> When the object is serialized out as xml, its qualified name is m:strikeH.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.StrikeHorizontal.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.StrikeHorizontal.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeHorizontal.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeHorizontal.#ctor">
            <summary>
            Initializes a new instance of the StrikeHorizontal class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeHorizontal.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.StrikeVertical">
            <summary>
            <para>Border Box Strikethrough Vertical.</para>
            <para> When the object is serialized out as xml, its qualified name is m:strikeV.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.StrikeVertical.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.StrikeVertical.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeVertical.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeVertical.#ctor">
            <summary>
            Initializes a new instance of the StrikeVertical class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeVertical.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight">
            <summary>
            <para>Border Box Strikethrough Bottom-Left to Top-Right.</para>
            <para> When the object is serialized out as xml, its qualified name is m:strikeBLTR.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.#ctor">
            <summary>
            Initializes a new instance of the StrikeBottomLeftToTopRight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight">
            <summary>
            <para>Border Box Strikethrough Top-Left to Bottom-Right.</para>
            <para> When the object is serialized out as xml, its qualified name is m:strikeTLBR.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.#ctor">
            <summary>
            Initializes a new instance of the StrikeTopLeftToBottomRight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.GrowOperators">
            <summary>
            <para>Delimiter Grow.</para>
            <para> When the object is serialized out as xml, its qualified name is m:grow.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GrowOperators.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GrowOperators.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GrowOperators.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GrowOperators.#ctor">
            <summary>
            Initializes a new instance of the GrowOperators class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GrowOperators.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MaxDistribution">
            <summary>
            <para>Maximum Distribution.</para>
            <para> When the object is serialized out as xml, its qualified name is m:maxDist.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MaxDistribution.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MaxDistribution.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MaxDistribution.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MaxDistribution.#ctor">
            <summary>
            Initializes a new instance of the MaxDistribution class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MaxDistribution.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ObjectDistribution">
            <summary>
            <para>Object Distribution.</para>
            <para> When the object is serialized out as xml, its qualified name is m:objDist.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ObjectDistribution.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ObjectDistribution.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ObjectDistribution.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ObjectDistribution.#ctor">
            <summary>
            Initializes a new instance of the ObjectDistribution class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ObjectDistribution.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.HidePlaceholder">
            <summary>
            <para>Hide Placeholders (Matrix).</para>
            <para> When the object is serialized out as xml, its qualified name is m:plcHide.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HidePlaceholder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HidePlaceholder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HidePlaceholder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HidePlaceholder.#ctor">
            <summary>
            Initializes a new instance of the HidePlaceholder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HidePlaceholder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.HideSubArgument">
            <summary>
            <para>Hide Subscript (n-ary).</para>
            <para> When the object is serialized out as xml, its qualified name is m:subHide.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideSubArgument.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideSubArgument.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideSubArgument.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideSubArgument.#ctor">
            <summary>
            Initializes a new instance of the HideSubArgument class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideSubArgument.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.HideSuperArgument">
            <summary>
            <para>Hide Superscript (n-ary).</para>
            <para> When the object is serialized out as xml, its qualified name is m:supHide.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideSuperArgument.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideSuperArgument.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideSuperArgument.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideSuperArgument.#ctor">
            <summary>
            Initializes a new instance of the HideSuperArgument class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideSuperArgument.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ShowPhantom">
            <summary>
            <para>Phantom Show.</para>
            <para> When the object is serialized out as xml, its qualified name is m:show.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ShowPhantom.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ShowPhantom.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ShowPhantom.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ShowPhantom.#ctor">
            <summary>
            Initializes a new instance of the ShowPhantom class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ShowPhantom.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ZeroWidth">
            <summary>
            <para>Phantom Zero Width.</para>
            <para> When the object is serialized out as xml, its qualified name is m:zeroWid.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ZeroWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ZeroWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ZeroWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ZeroWidth.#ctor">
            <summary>
            Initializes a new instance of the ZeroWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ZeroWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ZeroAscent">
            <summary>
            <para>Phantom Zero Ascent.</para>
            <para> When the object is serialized out as xml, its qualified name is m:zeroAsc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ZeroAscent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ZeroAscent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ZeroAscent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ZeroAscent.#ctor">
            <summary>
            Initializes a new instance of the ZeroAscent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ZeroAscent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ZeroDescent">
            <summary>
            <para>Phantom Zero Descent.</para>
            <para> When the object is serialized out as xml, its qualified name is m:zeroDesc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ZeroDescent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ZeroDescent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ZeroDescent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ZeroDescent.#ctor">
            <summary>
            Initializes a new instance of the ZeroDescent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ZeroDescent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Transparent">
            <summary>
            <para>Transparent (Phantom).</para>
            <para> When the object is serialized out as xml, its qualified name is m:transp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Transparent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Transparent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Transparent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Transparent.#ctor">
            <summary>
            Initializes a new instance of the Transparent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Transparent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.HideDegree">
            <summary>
            <para>Hide Degree.</para>
            <para> When the object is serialized out as xml, its qualified name is m:degHide.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideDegree.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.HideDegree.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideDegree.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideDegree.#ctor">
            <summary>
            Initializes a new instance of the HideDegree class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.HideDegree.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.AlignScripts">
            <summary>
            <para>Align Scripts.</para>
            <para> When the object is serialized out as xml, its qualified name is m:alnScr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.AlignScripts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.AlignScripts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AlignScripts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AlignScripts.#ctor">
            <summary>
            Initializes a new instance of the AlignScripts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AlignScripts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.SmallFraction">
            <summary>
            <para>Small Fraction.</para>
            <para> When the object is serialized out as xml, its qualified name is m:smallFrac.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SmallFraction.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SmallFraction.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SmallFraction.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SmallFraction.#ctor">
            <summary>
            Initializes a new instance of the SmallFraction class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SmallFraction.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.DisplayDefaults">
            <summary>
            <para>Use Display Math Defaults.</para>
            <para> When the object is serialized out as xml, its qualified name is m:dispDef.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DisplayDefaults.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DisplayDefaults.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DisplayDefaults.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DisplayDefaults.#ctor">
            <summary>
            Initializes a new instance of the DisplayDefaults class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DisplayDefaults.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.WrapRight">
            <summary>
            <para>Wrap Right.</para>
            <para> When the object is serialized out as xml, its qualified name is m:wrapRight.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.WrapRight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.WrapRight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.WrapRight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.WrapRight.#ctor">
            <summary>
            Initializes a new instance of the WrapRight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.WrapRight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.OnOffType">
            <summary>
            Defines the OnOffType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.OnOffType.Val">
             <summary>
             <para> value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OnOffType.#ctor">
            <summary>
            Initializes a new instance of the OnOffType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Break">
            <summary>
            <para>Break.</para>
            <para> When the object is serialized out as xml, its qualified name is m:brk.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Break.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Break.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Break.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Break.AlignAt">
             <summary>
             <para> Index of Operator to Align To.</para>
             <para>Represents the following attribute in the schema: m:alnAt </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Break.Val">
             <summary>
             <para> Index of Operator to Align To.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Break.#ctor">
            <summary>
            Initializes a new instance of the Break class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Break.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.RunProperties">
             <summary>
             <para>Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:rPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Literal &lt;m:lit></description></item>
            <item><description>NormalText &lt;m:nor></description></item>
            <item><description>Script &lt;m:scr></description></item>
            <item><description>Style &lt;m:sty></description></item>
            <item><description>Break &lt;m:brk></description></item>
            <item><description>Alignment &lt;m:aln></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RunProperties.#ctor">
            <summary>
            Initializes a new instance of the RunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RunProperties.Literal">
            <summary>
            <para> Literal.</para>
            <para> Represents the following element tag in the schema: m:lit </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Text">
            <summary>
            <para>Text.</para>
            <para> When the object is serialized out as xml, its qualified name is m:t.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Text.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Text.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Text.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Text.Space">
             <summary>
             <para> space.</para>
             <para>Represents the following attribute in the schema: xml:space </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Text.#ctor">
            <summary>
            Initializes a new instance of the Text class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Text.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Text class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Text.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.AccentChar">
            <summary>
            <para>Accent Character.</para>
            <para> When the object is serialized out as xml, its qualified name is m:chr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.AccentChar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.AccentChar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AccentChar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AccentChar.#ctor">
            <summary>
            Initializes a new instance of the AccentChar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AccentChar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BeginChar">
            <summary>
            <para>Delimiter Beginning Character.</para>
            <para> When the object is serialized out as xml, its qualified name is m:begChr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BeginChar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BeginChar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BeginChar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BeginChar.#ctor">
            <summary>
            Initializes a new instance of the BeginChar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BeginChar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.SeparatorChar">
            <summary>
            <para>Delimiter Separator Character.</para>
            <para> When the object is serialized out as xml, its qualified name is m:sepChr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SeparatorChar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SeparatorChar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SeparatorChar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SeparatorChar.#ctor">
            <summary>
            Initializes a new instance of the SeparatorChar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SeparatorChar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.EndChar">
            <summary>
            <para>Delimiter Ending Character.</para>
            <para> When the object is serialized out as xml, its qualified name is m:endChr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EndChar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EndChar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EndChar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EndChar.#ctor">
            <summary>
            Initializes a new instance of the EndChar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EndChar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.CharType">
            <summary>
            Defines the CharType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.CharType.Val">
             <summary>
             <para> value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.CharType.#ctor">
            <summary>
            Initializes a new instance of the CharType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ControlProperties">
             <summary>
             <para>Control Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:ctrlPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Wordprocessing.RunProperties &lt;w:rPr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl &lt;w:moveTo></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ControlProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ControlProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ControlProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ControlProperties.#ctor">
            <summary>
            Initializes a new instance of the ControlProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ControlProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ControlProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ControlProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ControlProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ControlProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ControlProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ControlProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.AccentProperties">
             <summary>
             <para>Accent Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:accPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AccentChar &lt;m:chr></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.AccentProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.AccentProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AccentProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AccentProperties.#ctor">
            <summary>
            Initializes a new instance of the AccentProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AccentProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AccentProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AccentProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AccentProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AccentProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AccentProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.AccentProperties.AccentChar">
            <summary>
            <para> Accent Character.</para>
            <para> Represents the following element tag in the schema: m:chr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties">
            <summary>
            <para> Control Properties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.AccentProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Base">
             <summary>
             <para>Base.</para>
             <para> When the object is serialized out as xml, its qualified name is m:e.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentProperties &lt;m:argPr></description></item>
            <item><description>Accent &lt;m:acc></description></item>
            <item><description>Bar &lt;m:bar></description></item>
            <item><description>Box &lt;m:box></description></item>
            <item><description>BorderBox &lt;m:borderBox></description></item>
            <item><description>Delimiter &lt;m:d></description></item>
            <item><description>EquationArray &lt;m:eqArr></description></item>
            <item><description>Fraction &lt;m:f></description></item>
            <item><description>MathFunction &lt;m:func></description></item>
            <item><description>GroupChar &lt;m:groupChr></description></item>
            <item><description>LimitLower &lt;m:limLow></description></item>
            <item><description>LimitUpper &lt;m:limUpp></description></item>
            <item><description>Matrix &lt;m:m></description></item>
            <item><description>Nary &lt;m:nary></description></item>
            <item><description>Phantom &lt;m:phant></description></item>
            <item><description>Radical &lt;m:rad></description></item>
            <item><description>PreSubSuper &lt;m:sPre></description></item>
            <item><description>Subscript &lt;m:sSub></description></item>
            <item><description>SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun &lt;w:customXml></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SimpleField &lt;w:fldSimple></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Hyperlink &lt;w:hyperlink></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>Paragraph &lt;m:oMathPara></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Base.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Base.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Base.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Base.#ctor">
            <summary>
            Initializes a new instance of the Base class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Base.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Base class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Base.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Base class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Base.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Base class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Base.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Numerator">
             <summary>
             <para>Numerator.</para>
             <para> When the object is serialized out as xml, its qualified name is m:num.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentProperties &lt;m:argPr></description></item>
            <item><description>Accent &lt;m:acc></description></item>
            <item><description>Bar &lt;m:bar></description></item>
            <item><description>Box &lt;m:box></description></item>
            <item><description>BorderBox &lt;m:borderBox></description></item>
            <item><description>Delimiter &lt;m:d></description></item>
            <item><description>EquationArray &lt;m:eqArr></description></item>
            <item><description>Fraction &lt;m:f></description></item>
            <item><description>MathFunction &lt;m:func></description></item>
            <item><description>GroupChar &lt;m:groupChr></description></item>
            <item><description>LimitLower &lt;m:limLow></description></item>
            <item><description>LimitUpper &lt;m:limUpp></description></item>
            <item><description>Matrix &lt;m:m></description></item>
            <item><description>Nary &lt;m:nary></description></item>
            <item><description>Phantom &lt;m:phant></description></item>
            <item><description>Radical &lt;m:rad></description></item>
            <item><description>PreSubSuper &lt;m:sPre></description></item>
            <item><description>Subscript &lt;m:sSub></description></item>
            <item><description>SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun &lt;w:customXml></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SimpleField &lt;w:fldSimple></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Hyperlink &lt;w:hyperlink></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>Paragraph &lt;m:oMathPara></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Numerator.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Numerator.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Numerator.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Numerator.#ctor">
            <summary>
            Initializes a new instance of the Numerator class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Numerator.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Numerator class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Numerator.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Numerator class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Numerator.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Numerator class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Numerator.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Denominator">
             <summary>
             <para>Denominator.</para>
             <para> When the object is serialized out as xml, its qualified name is m:den.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentProperties &lt;m:argPr></description></item>
            <item><description>Accent &lt;m:acc></description></item>
            <item><description>Bar &lt;m:bar></description></item>
            <item><description>Box &lt;m:box></description></item>
            <item><description>BorderBox &lt;m:borderBox></description></item>
            <item><description>Delimiter &lt;m:d></description></item>
            <item><description>EquationArray &lt;m:eqArr></description></item>
            <item><description>Fraction &lt;m:f></description></item>
            <item><description>MathFunction &lt;m:func></description></item>
            <item><description>GroupChar &lt;m:groupChr></description></item>
            <item><description>LimitLower &lt;m:limLow></description></item>
            <item><description>LimitUpper &lt;m:limUpp></description></item>
            <item><description>Matrix &lt;m:m></description></item>
            <item><description>Nary &lt;m:nary></description></item>
            <item><description>Phantom &lt;m:phant></description></item>
            <item><description>Radical &lt;m:rad></description></item>
            <item><description>PreSubSuper &lt;m:sPre></description></item>
            <item><description>Subscript &lt;m:sSub></description></item>
            <item><description>SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun &lt;w:customXml></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SimpleField &lt;w:fldSimple></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Hyperlink &lt;w:hyperlink></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>Paragraph &lt;m:oMathPara></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Denominator.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Denominator.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Denominator.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Denominator.#ctor">
            <summary>
            Initializes a new instance of the Denominator class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Denominator.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Denominator class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Denominator.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Denominator class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Denominator.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Denominator class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Denominator.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.FunctionName">
             <summary>
             <para>Function Name.</para>
             <para> When the object is serialized out as xml, its qualified name is m:fName.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentProperties &lt;m:argPr></description></item>
            <item><description>Accent &lt;m:acc></description></item>
            <item><description>Bar &lt;m:bar></description></item>
            <item><description>Box &lt;m:box></description></item>
            <item><description>BorderBox &lt;m:borderBox></description></item>
            <item><description>Delimiter &lt;m:d></description></item>
            <item><description>EquationArray &lt;m:eqArr></description></item>
            <item><description>Fraction &lt;m:f></description></item>
            <item><description>MathFunction &lt;m:func></description></item>
            <item><description>GroupChar &lt;m:groupChr></description></item>
            <item><description>LimitLower &lt;m:limLow></description></item>
            <item><description>LimitUpper &lt;m:limUpp></description></item>
            <item><description>Matrix &lt;m:m></description></item>
            <item><description>Nary &lt;m:nary></description></item>
            <item><description>Phantom &lt;m:phant></description></item>
            <item><description>Radical &lt;m:rad></description></item>
            <item><description>PreSubSuper &lt;m:sPre></description></item>
            <item><description>Subscript &lt;m:sSub></description></item>
            <item><description>SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun &lt;w:customXml></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SimpleField &lt;w:fldSimple></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Hyperlink &lt;w:hyperlink></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>Paragraph &lt;m:oMathPara></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FunctionName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FunctionName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionName.#ctor">
            <summary>
            Initializes a new instance of the FunctionName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionName.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FunctionName class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionName.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FunctionName class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FunctionName class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Limit">
             <summary>
             <para>Limit (Lower).</para>
             <para> When the object is serialized out as xml, its qualified name is m:lim.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentProperties &lt;m:argPr></description></item>
            <item><description>Accent &lt;m:acc></description></item>
            <item><description>Bar &lt;m:bar></description></item>
            <item><description>Box &lt;m:box></description></item>
            <item><description>BorderBox &lt;m:borderBox></description></item>
            <item><description>Delimiter &lt;m:d></description></item>
            <item><description>EquationArray &lt;m:eqArr></description></item>
            <item><description>Fraction &lt;m:f></description></item>
            <item><description>MathFunction &lt;m:func></description></item>
            <item><description>GroupChar &lt;m:groupChr></description></item>
            <item><description>LimitLower &lt;m:limLow></description></item>
            <item><description>LimitUpper &lt;m:limUpp></description></item>
            <item><description>Matrix &lt;m:m></description></item>
            <item><description>Nary &lt;m:nary></description></item>
            <item><description>Phantom &lt;m:phant></description></item>
            <item><description>Radical &lt;m:rad></description></item>
            <item><description>PreSubSuper &lt;m:sPre></description></item>
            <item><description>Subscript &lt;m:sSub></description></item>
            <item><description>SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun &lt;w:customXml></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SimpleField &lt;w:fldSimple></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Hyperlink &lt;w:hyperlink></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>Paragraph &lt;m:oMathPara></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Limit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Limit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Limit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Limit.#ctor">
            <summary>
            Initializes a new instance of the Limit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Limit.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Limit class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Limit.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Limit class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Limit.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Limit class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Limit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.SubArgument">
             <summary>
             <para>Lower limit (n-ary) .</para>
             <para> When the object is serialized out as xml, its qualified name is m:sub.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentProperties &lt;m:argPr></description></item>
            <item><description>Accent &lt;m:acc></description></item>
            <item><description>Bar &lt;m:bar></description></item>
            <item><description>Box &lt;m:box></description></item>
            <item><description>BorderBox &lt;m:borderBox></description></item>
            <item><description>Delimiter &lt;m:d></description></item>
            <item><description>EquationArray &lt;m:eqArr></description></item>
            <item><description>Fraction &lt;m:f></description></item>
            <item><description>MathFunction &lt;m:func></description></item>
            <item><description>GroupChar &lt;m:groupChr></description></item>
            <item><description>LimitLower &lt;m:limLow></description></item>
            <item><description>LimitUpper &lt;m:limUpp></description></item>
            <item><description>Matrix &lt;m:m></description></item>
            <item><description>Nary &lt;m:nary></description></item>
            <item><description>Phantom &lt;m:phant></description></item>
            <item><description>Radical &lt;m:rad></description></item>
            <item><description>PreSubSuper &lt;m:sPre></description></item>
            <item><description>Subscript &lt;m:sSub></description></item>
            <item><description>SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun &lt;w:customXml></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SimpleField &lt;w:fldSimple></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Hyperlink &lt;w:hyperlink></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>Paragraph &lt;m:oMathPara></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubArgument.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubArgument.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubArgument.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubArgument.#ctor">
            <summary>
            Initializes a new instance of the SubArgument class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubArgument.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SubArgument class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubArgument.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SubArgument class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubArgument.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SubArgument class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubArgument.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.SuperArgument">
             <summary>
             <para>Upper limit (n-ary).</para>
             <para> When the object is serialized out as xml, its qualified name is m:sup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentProperties &lt;m:argPr></description></item>
            <item><description>Accent &lt;m:acc></description></item>
            <item><description>Bar &lt;m:bar></description></item>
            <item><description>Box &lt;m:box></description></item>
            <item><description>BorderBox &lt;m:borderBox></description></item>
            <item><description>Delimiter &lt;m:d></description></item>
            <item><description>EquationArray &lt;m:eqArr></description></item>
            <item><description>Fraction &lt;m:f></description></item>
            <item><description>MathFunction &lt;m:func></description></item>
            <item><description>GroupChar &lt;m:groupChr></description></item>
            <item><description>LimitLower &lt;m:limLow></description></item>
            <item><description>LimitUpper &lt;m:limUpp></description></item>
            <item><description>Matrix &lt;m:m></description></item>
            <item><description>Nary &lt;m:nary></description></item>
            <item><description>Phantom &lt;m:phant></description></item>
            <item><description>Radical &lt;m:rad></description></item>
            <item><description>PreSubSuper &lt;m:sPre></description></item>
            <item><description>Subscript &lt;m:sSub></description></item>
            <item><description>SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun &lt;w:customXml></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SimpleField &lt;w:fldSimple></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Hyperlink &lt;w:hyperlink></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>Paragraph &lt;m:oMathPara></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SuperArgument.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SuperArgument.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperArgument.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperArgument.#ctor">
            <summary>
            Initializes a new instance of the SuperArgument class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperArgument.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SuperArgument class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperArgument.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SuperArgument class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperArgument.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SuperArgument class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperArgument.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Degree">
             <summary>
             <para>Degree.</para>
             <para> When the object is serialized out as xml, its qualified name is m:deg.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentProperties &lt;m:argPr></description></item>
            <item><description>Accent &lt;m:acc></description></item>
            <item><description>Bar &lt;m:bar></description></item>
            <item><description>Box &lt;m:box></description></item>
            <item><description>BorderBox &lt;m:borderBox></description></item>
            <item><description>Delimiter &lt;m:d></description></item>
            <item><description>EquationArray &lt;m:eqArr></description></item>
            <item><description>Fraction &lt;m:f></description></item>
            <item><description>MathFunction &lt;m:func></description></item>
            <item><description>GroupChar &lt;m:groupChr></description></item>
            <item><description>LimitLower &lt;m:limLow></description></item>
            <item><description>LimitUpper &lt;m:limUpp></description></item>
            <item><description>Matrix &lt;m:m></description></item>
            <item><description>Nary &lt;m:nary></description></item>
            <item><description>Phantom &lt;m:phant></description></item>
            <item><description>Radical &lt;m:rad></description></item>
            <item><description>PreSubSuper &lt;m:sPre></description></item>
            <item><description>Subscript &lt;m:sSub></description></item>
            <item><description>SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun &lt;w:customXml></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SimpleField &lt;w:fldSimple></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Hyperlink &lt;w:hyperlink></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>Paragraph &lt;m:oMathPara></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Degree.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Degree.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Degree.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Degree.#ctor">
            <summary>
            Initializes a new instance of the Degree class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Degree.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Degree class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Degree.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Degree class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Degree.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Degree class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Degree.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.OfficeMathArgumentType">
             <summary>
             Defines the OfficeMathArgumentType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentProperties &lt;m:argPr></description></item>
            <item><description>Accent &lt;m:acc></description></item>
            <item><description>Bar &lt;m:bar></description></item>
            <item><description>Box &lt;m:box></description></item>
            <item><description>BorderBox &lt;m:borderBox></description></item>
            <item><description>Delimiter &lt;m:d></description></item>
            <item><description>EquationArray &lt;m:eqArr></description></item>
            <item><description>Fraction &lt;m:f></description></item>
            <item><description>MathFunction &lt;m:func></description></item>
            <item><description>GroupChar &lt;m:groupChr></description></item>
            <item><description>LimitLower &lt;m:limLow></description></item>
            <item><description>LimitUpper &lt;m:limUpp></description></item>
            <item><description>Matrix &lt;m:m></description></item>
            <item><description>Nary &lt;m:nary></description></item>
            <item><description>Phantom &lt;m:phant></description></item>
            <item><description>Radical &lt;m:rad></description></item>
            <item><description>PreSubSuper &lt;m:sPre></description></item>
            <item><description>Subscript &lt;m:sSub></description></item>
            <item><description>SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;m:r></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun &lt;w:customXml></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SimpleField &lt;w:fldSimple></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.Hyperlink &lt;w:hyperlink></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.SdtRun &lt;w:sdt></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ProofError &lt;w:proofErr></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermStart &lt;w:permStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.PermEnd &lt;w:permEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.InsertedRun &lt;w:ins></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.DeletedRun &lt;w:del></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.MoveToRun &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Wordprocessing.ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>Paragraph &lt;m:oMathPara></description></item>
            <item><description>OfficeMath &lt;m:oMath></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties">
            <summary>
            <para> Argument Properties.</para>
            <para> Represents the following element tag in the schema: m:argPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMathArgumentType.#ctor">
            <summary>
            Initializes a new instance of the OfficeMathArgumentType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMathArgumentType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OfficeMathArgumentType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMathArgumentType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OfficeMathArgumentType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMathArgumentType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OfficeMathArgumentType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Position">
            <summary>
            <para>Position (Bar).</para>
            <para> When the object is serialized out as xml, its qualified name is m:pos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Position.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Position.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Position.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Position.#ctor">
            <summary>
            Initializes a new instance of the Position class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Position.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.VerticalJustification">
            <summary>
            <para>Vertical Justification.</para>
            <para> When the object is serialized out as xml, its qualified name is m:vertJc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.VerticalJustification.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.VerticalJustification.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.VerticalJustification.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.VerticalJustification.#ctor">
            <summary>
            Initializes a new instance of the VerticalJustification class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.VerticalJustification.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.TopBottomType">
            <summary>
            Defines the TopBottomType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.TopBottomType.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.TopBottomType.#ctor">
            <summary>
            Initializes a new instance of the TopBottomType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BarProperties">
             <summary>
             <para>Bar Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:barPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Position &lt;m:pos></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BarProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BarProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BarProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BarProperties.#ctor">
            <summary>
            Initializes a new instance of the BarProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BarProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BarProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BarProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BarProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BarProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BarProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BarProperties.Position">
            <summary>
            <para> Position (Bar).</para>
            <para> Represents the following element tag in the schema: m:pos </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BarProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BarProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BoxProperties">
             <summary>
             <para>Box Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:boxPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OperatorEmulator &lt;m:opEmu></description></item>
            <item><description>NoBreak &lt;m:noBreak></description></item>
            <item><description>Differential &lt;m:diff></description></item>
            <item><description>Break &lt;m:brk></description></item>
            <item><description>Alignment &lt;m:aln></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BoxProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BoxProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BoxProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BoxProperties.#ctor">
            <summary>
            Initializes a new instance of the BoxProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BoxProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BoxProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BoxProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BoxProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BoxProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BoxProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator">
            <summary>
            <para> Operator Emulator.</para>
            <para> Represents the following element tag in the schema: m:opEmu </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BoxProperties.NoBreak">
            <summary>
            <para> No Break.</para>
            <para> Represents the following element tag in the schema: m:noBreak </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BoxProperties.Differential">
            <summary>
            <para> Differential.</para>
            <para> Represents the following element tag in the schema: m:diff </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BoxProperties.Break">
            <summary>
            <para> Break.</para>
            <para> Represents the following element tag in the schema: m:brk </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BoxProperties.Alignment">
            <summary>
            <para> Alignment.</para>
            <para> Represents the following element tag in the schema: m:aln </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BoxProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BorderBoxProperties">
             <summary>
             <para>Border Box Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:borderBoxPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HideTop &lt;m:hideTop></description></item>
            <item><description>HideBottom &lt;m:hideBot></description></item>
            <item><description>HideLeft &lt;m:hideLeft></description></item>
            <item><description>HideRight &lt;m:hideRight></description></item>
            <item><description>StrikeHorizontal &lt;m:strikeH></description></item>
            <item><description>StrikeVertical &lt;m:strikeV></description></item>
            <item><description>StrikeBottomLeftToTopRight &lt;m:strikeBLTR></description></item>
            <item><description>StrikeTopLeftToBottomRight &lt;m:strikeTLBR></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBoxProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBoxProperties.#ctor">
            <summary>
            Initializes a new instance of the BorderBoxProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBoxProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BorderBoxProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBoxProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BorderBoxProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBoxProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BorderBoxProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop">
            <summary>
            <para> Hide Top Edge.</para>
            <para> Represents the following element tag in the schema: m:hideTop </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom">
            <summary>
            <para> Hide Bottom Edge.</para>
            <para> Represents the following element tag in the schema: m:hideBot </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft">
            <summary>
            <para> Hide Left Edge.</para>
            <para> Represents the following element tag in the schema: m:hideLeft </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight">
            <summary>
            <para> Hide Right Edge.</para>
            <para> Represents the following element tag in the schema: m:hideRight </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal">
            <summary>
            <para> Border Box Strikethrough Horizontal.</para>
            <para> Represents the following element tag in the schema: m:strikeH </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical">
            <summary>
            <para> Border Box Strikethrough Vertical.</para>
            <para> Represents the following element tag in the schema: m:strikeV </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight">
            <summary>
            <para> Border Box Strikethrough Bottom-Left to Top-Right.</para>
            <para> Represents the following element tag in the schema: m:strikeBLTR </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight">
            <summary>
            <para> Border Box Strikethrough Top-Left to Bottom-Right.</para>
            <para> Represents the following element tag in the schema: m:strikeTLBR </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BorderBoxProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Shape">
            <summary>
            <para>Shape (Delimiters).</para>
            <para> When the object is serialized out as xml, its qualified name is m:shp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Shape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Shape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Shape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Shape.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Shape.#ctor">
            <summary>
            Initializes a new instance of the Shape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Shape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.DelimiterProperties">
             <summary>
             <para>Delimiter Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:dPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BeginChar &lt;m:begChr></description></item>
            <item><description>SeparatorChar &lt;m:sepChr></description></item>
            <item><description>EndChar &lt;m:endChr></description></item>
            <item><description>GrowOperators &lt;m:grow></description></item>
            <item><description>Shape &lt;m:shp></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DelimiterProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DelimiterProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DelimiterProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DelimiterProperties.#ctor">
            <summary>
            Initializes a new instance of the DelimiterProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DelimiterProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DelimiterProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DelimiterProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DelimiterProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DelimiterProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DelimiterProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar">
            <summary>
            <para> Delimiter Beginning Character.</para>
            <para> Represents the following element tag in the schema: m:begChr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar">
            <summary>
            <para> Delimiter Separator Character.</para>
            <para> Represents the following element tag in the schema: m:sepChr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar">
            <summary>
            <para> Delimiter Ending Character.</para>
            <para> Represents the following element tag in the schema: m:endChr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators">
            <summary>
            <para> Delimiter Grow.</para>
            <para> Represents the following element tag in the schema: m:grow </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DelimiterProperties.Shape">
            <summary>
            <para> Shape (Delimiters).</para>
            <para> Represents the following element tag in the schema: m:shp </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DelimiterProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BaseJustification">
            <summary>
            <para>Equation Array Base Justification.</para>
            <para> When the object is serialized out as xml, its qualified name is m:baseJc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BaseJustification.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BaseJustification.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BaseJustification.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BaseJustification.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BaseJustification.#ctor">
            <summary>
            Initializes a new instance of the BaseJustification class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BaseJustification.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.RowSpacingRule">
            <summary>
            <para>Row Spacing Rule.</para>
            <para> When the object is serialized out as xml, its qualified name is m:rSpRule.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RowSpacingRule.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RowSpacingRule.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RowSpacingRule.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RowSpacingRule.#ctor">
            <summary>
            Initializes a new instance of the RowSpacingRule class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RowSpacingRule.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ColumnGapRule">
            <summary>
            <para>Matrix Column Gap Rule.</para>
            <para> When the object is serialized out as xml, its qualified name is m:cGpRule.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ColumnGapRule.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ColumnGapRule.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ColumnGapRule.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ColumnGapRule.#ctor">
            <summary>
            Initializes a new instance of the ColumnGapRule class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ColumnGapRule.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.SpacingRuleType">
            <summary>
            Defines the SpacingRuleType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SpacingRuleType.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SpacingRuleType.#ctor">
            <summary>
            Initializes a new instance of the SpacingRuleType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.RowSpacing">
            <summary>
            <para>Row Spacing (Equation Array).</para>
            <para> When the object is serialized out as xml, its qualified name is m:rSp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RowSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RowSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RowSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RowSpacing.#ctor">
            <summary>
            Initializes a new instance of the RowSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RowSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ColumnGap">
            <summary>
            <para>Matrix Column Gap.</para>
            <para> When the object is serialized out as xml, its qualified name is m:cGp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ColumnGap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ColumnGap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ColumnGap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ColumnGap.#ctor">
            <summary>
            Initializes a new instance of the ColumnGap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ColumnGap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.UnsignedShortType">
            <summary>
            Defines the UnsignedShortType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.UnsignedShortType.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.UnsignedShortType.#ctor">
            <summary>
            Initializes a new instance of the UnsignedShortType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.EquationArrayProperties">
             <summary>
             <para>Equation Array Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:eqArrPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BaseJustification &lt;m:baseJc></description></item>
            <item><description>MaxDistribution &lt;m:maxDist></description></item>
            <item><description>ObjectDistribution &lt;m:objDist></description></item>
            <item><description>RowSpacingRule &lt;m:rSpRule></description></item>
            <item><description>RowSpacing &lt;m:rSp></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArrayProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArrayProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArrayProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArrayProperties.#ctor">
            <summary>
            Initializes a new instance of the EquationArrayProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArrayProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EquationArrayProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArrayProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EquationArrayProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArrayProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EquationArrayProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification">
            <summary>
            <para> Equation Array Base Justification.</para>
            <para> Represents the following element tag in the schema: m:baseJc </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution">
            <summary>
            <para> Maximum Distribution.</para>
            <para> Represents the following element tag in the schema: m:maxDist </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution">
            <summary>
            <para> Object Distribution.</para>
            <para> Represents the following element tag in the schema: m:objDist </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule">
            <summary>
            <para> Row Spacing Rule.</para>
            <para> Represents the following element tag in the schema: m:rSpRule </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing">
            <summary>
            <para> Row Spacing (Equation Array).</para>
            <para> Represents the following element tag in the schema: m:rSp </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.EquationArrayProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.FractionType">
            <summary>
            <para>Fraction type.</para>
            <para> When the object is serialized out as xml, its qualified name is m:type.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FractionType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FractionType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FractionType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FractionType.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FractionType.#ctor">
            <summary>
            Initializes a new instance of the FractionType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FractionType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.FractionProperties">
             <summary>
             <para>Fraction Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:fPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FractionType &lt;m:type></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FractionProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FractionProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FractionProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FractionProperties.#ctor">
            <summary>
            Initializes a new instance of the FractionProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FractionProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FractionProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FractionProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FractionProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FractionProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FractionProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FractionProperties.FractionType">
            <summary>
            <para> Fraction type.</para>
            <para> Represents the following element tag in the schema: m:type </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FractionProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.FunctionProperties">
             <summary>
             <para>Function Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:funcPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FunctionProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FunctionProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionProperties.#ctor">
            <summary>
            Initializes a new instance of the FunctionProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FunctionProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FunctionProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FunctionProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.FunctionProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.GroupCharProperties">
             <summary>
             <para>Group-Character Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:groupChrPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AccentChar &lt;m:chr></description></item>
            <item><description>Position &lt;m:pos></description></item>
            <item><description>VerticalJustification &lt;m:vertJc></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GroupCharProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GroupCharProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupCharProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupCharProperties.#ctor">
            <summary>
            Initializes a new instance of the GroupCharProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupCharProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupCharProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupCharProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupCharProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupCharProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupCharProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar">
            <summary>
            <para> Group Character (Grouping Character).</para>
            <para> Represents the following element tag in the schema: m:chr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GroupCharProperties.Position">
            <summary>
            <para> Position (Group Character).</para>
            <para> Represents the following element tag in the schema: m:pos </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification">
            <summary>
            <para> Vertical Justification.</para>
            <para> Represents the following element tag in the schema: m:vertJc </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.GroupCharProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.LimitLowerProperties">
             <summary>
             <para>Lower Limit Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:limLowPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLowerProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLowerProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLowerProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLowerProperties.#ctor">
            <summary>
            Initializes a new instance of the LimitLowerProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLowerProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LimitLowerProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLowerProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LimitLowerProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLowerProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LimitLowerProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLowerProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.LimitUpperProperties">
             <summary>
             <para>Upper Limit Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:limUppPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitUpperProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitUpperProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpperProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpperProperties.#ctor">
            <summary>
            Initializes a new instance of the LimitUpperProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpperProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LimitUpperProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpperProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LimitUpperProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpperProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LimitUpperProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitUpperProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MatrixColumnCount">
            <summary>
            <para>Matrix Column Count.</para>
            <para> When the object is serialized out as xml, its qualified name is m:count.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumnCount.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumnCount.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnCount.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumnCount.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnCount.#ctor">
            <summary>
            Initializes a new instance of the MatrixColumnCount class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnCount.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MatrixColumnJustification">
            <summary>
            <para>Matrix Column Justification.</para>
            <para> When the object is serialized out as xml, its qualified name is m:mcJc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumnJustification.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumnJustification.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnJustification.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnJustification.#ctor">
            <summary>
            Initializes a new instance of the MatrixColumnJustification class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnJustification.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MatrixColumnProperties">
             <summary>
             <para>Matrix Column Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:mcPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MatrixColumnCount &lt;m:count></description></item>
            <item><description>MatrixColumnJustification &lt;m:mcJc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumnProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumnProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnProperties.#ctor">
            <summary>
            Initializes a new instance of the MatrixColumnProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MatrixColumnProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MatrixColumnProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MatrixColumnProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount">
            <summary>
            <para> Matrix Column Count.</para>
            <para> Represents the following element tag in the schema: m:count </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification">
            <summary>
            <para> Matrix Column Justification.</para>
            <para> Represents the following element tag in the schema: m:mcJc </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumnProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MatrixColumn">
             <summary>
             <para>Matrix Column.</para>
             <para> When the object is serialized out as xml, its qualified name is m:mc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MatrixColumnProperties &lt;m:mcPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumn.#ctor">
            <summary>
            Initializes a new instance of the MatrixColumn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumn.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MatrixColumn class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumn.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MatrixColumn class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumn.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MatrixColumn class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties">
            <summary>
            <para> Matrix Column Properties.</para>
            <para> Represents the following element tag in the schema: m:mcPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ColumnSpacing">
            <summary>
            <para>Matrix Column Spacing.</para>
            <para> When the object is serialized out as xml, its qualified name is m:cSp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ColumnSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ColumnSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ColumnSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ColumnSpacing.#ctor">
            <summary>
            Initializes a new instance of the ColumnSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ColumnSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.LeftMargin">
            <summary>
            <para>Left Margin.</para>
            <para> When the object is serialized out as xml, its qualified name is m:lMargin.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LeftMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LeftMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LeftMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LeftMargin.#ctor">
            <summary>
            Initializes a new instance of the LeftMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LeftMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.RightMargin">
            <summary>
            <para>Right Margin.</para>
            <para> When the object is serialized out as xml, its qualified name is m:rMargin.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RightMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RightMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RightMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RightMargin.#ctor">
            <summary>
            Initializes a new instance of the RightMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RightMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.PreSpacing">
            <summary>
            <para>Pre-Equation Spacing.</para>
            <para> When the object is serialized out as xml, its qualified name is m:preSp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSpacing.#ctor">
            <summary>
            Initializes a new instance of the PreSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.PostSpacing">
            <summary>
            <para>Post-Equation Spacing.</para>
            <para> When the object is serialized out as xml, its qualified name is m:postSp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PostSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PostSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PostSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PostSpacing.#ctor">
            <summary>
            Initializes a new instance of the PostSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PostSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.InterSpacing">
            <summary>
            <para>Inter-Equation Spacing.</para>
            <para> When the object is serialized out as xml, its qualified name is m:interSp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.InterSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.InterSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.InterSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.InterSpacing.#ctor">
            <summary>
            Initializes a new instance of the InterSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.InterSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.IntraSpacing">
            <summary>
            <para>Intra-Equation Spacing.</para>
            <para> When the object is serialized out as xml, its qualified name is m:intraSp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.IntraSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.IntraSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.IntraSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.IntraSpacing.#ctor">
            <summary>
            Initializes a new instance of the IntraSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.IntraSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.WrapIndent">
            <summary>
            <para>Wrap Indent.</para>
            <para> When the object is serialized out as xml, its qualified name is m:wrapIndent.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.WrapIndent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.WrapIndent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.WrapIndent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.WrapIndent.#ctor">
            <summary>
            Initializes a new instance of the WrapIndent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.WrapIndent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.TwipsMeasureType">
            <summary>
            Defines the TwipsMeasureType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.TwipsMeasureType.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.TwipsMeasureType.#ctor">
            <summary>
            Initializes a new instance of the TwipsMeasureType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MatrixColumns">
             <summary>
             <para>Matrix Columns.</para>
             <para> When the object is serialized out as xml, its qualified name is m:mcs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MatrixColumn &lt;m:mc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumns.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixColumns.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumns.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumns.#ctor">
            <summary>
            Initializes a new instance of the MatrixColumns class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumns.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MatrixColumns class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumns.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MatrixColumns class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumns.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MatrixColumns class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixColumns.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MatrixProperties">
             <summary>
             <para>Matrix Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:mPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BaseJustification &lt;m:baseJc></description></item>
            <item><description>HidePlaceholder &lt;m:plcHide></description></item>
            <item><description>RowSpacingRule &lt;m:rSpRule></description></item>
            <item><description>ColumnGapRule &lt;m:cGpRule></description></item>
            <item><description>RowSpacing &lt;m:rSp></description></item>
            <item><description>ColumnSpacing &lt;m:cSp></description></item>
            <item><description>ColumnGap &lt;m:cGp></description></item>
            <item><description>MatrixColumns &lt;m:mcs></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixProperties.#ctor">
            <summary>
            Initializes a new instance of the MatrixProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MatrixProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MatrixProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MatrixProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification">
            <summary>
            <para> Matrix Base Justification.</para>
            <para> Represents the following element tag in the schema: m:baseJc </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder">
            <summary>
            <para> Hide Placeholders (Matrix).</para>
            <para> Represents the following element tag in the schema: m:plcHide </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule">
            <summary>
            <para> Row Spacing Rule.</para>
            <para> Represents the following element tag in the schema: m:rSpRule </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule">
            <summary>
            <para> Matrix Column Gap Rule.</para>
            <para> Represents the following element tag in the schema: m:cGpRule </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing">
            <summary>
            <para> Row Spacing (Matrix).</para>
            <para> Represents the following element tag in the schema: m:rSp </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing">
            <summary>
            <para> Matrix Column Spacing.</para>
            <para> Represents the following element tag in the schema: m:cSp </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap">
            <summary>
            <para> Matrix Column Gap.</para>
            <para> Represents the following element tag in the schema: m:cGp </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns">
            <summary>
            <para> Matrix Columns.</para>
            <para> Represents the following element tag in the schema: m:mcs </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MatrixRow">
             <summary>
             <para>Matrix Row.</para>
             <para> When the object is serialized out as xml, its qualified name is m:mr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Base &lt;m:e></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MatrixRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixRow.#ctor">
            <summary>
            Initializes a new instance of the MatrixRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MatrixRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MatrixRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MatrixRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MatrixRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.LimitLocation">
            <summary>
            <para>n-ary Limit Location.</para>
            <para> When the object is serialized out as xml, its qualified name is m:limLoc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLocation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLocation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLocation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLocation.#ctor">
            <summary>
            Initializes a new instance of the LimitLocation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLocation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.IntegralLimitLocation">
            <summary>
            <para>Integral Limit Locations.</para>
            <para> When the object is serialized out as xml, its qualified name is m:intLim.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.IntegralLimitLocation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.IntegralLimitLocation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.IntegralLimitLocation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.IntegralLimitLocation.#ctor">
            <summary>
            Initializes a new instance of the IntegralLimitLocation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.IntegralLimitLocation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.NaryLimitLocation">
            <summary>
            <para>n-ary Limit Location.</para>
            <para> When the object is serialized out as xml, its qualified name is m:naryLim.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NaryLimitLocation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NaryLimitLocation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NaryLimitLocation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NaryLimitLocation.#ctor">
            <summary>
            Initializes a new instance of the NaryLimitLocation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NaryLimitLocation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.LimitLocationType">
            <summary>
            Defines the LimitLocationType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.LimitLocationType.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.LimitLocationType.#ctor">
            <summary>
            Initializes a new instance of the LimitLocationType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.NaryProperties">
             <summary>
             <para>n-ary Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:naryPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AccentChar &lt;m:chr></description></item>
            <item><description>LimitLocation &lt;m:limLoc></description></item>
            <item><description>GrowOperators &lt;m:grow></description></item>
            <item><description>HideSubArgument &lt;m:subHide></description></item>
            <item><description>HideSuperArgument &lt;m:supHide></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NaryProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NaryProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NaryProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NaryProperties.#ctor">
            <summary>
            Initializes a new instance of the NaryProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NaryProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NaryProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NaryProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NaryProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NaryProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NaryProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NaryProperties.AccentChar">
            <summary>
            <para> n-ary Operator Character.</para>
            <para> Represents the following element tag in the schema: m:chr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation">
            <summary>
            <para> n-ary Limit Location.</para>
            <para> Represents the following element tag in the schema: m:limLoc </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators">
            <summary>
            <para> n-ary Grow.</para>
            <para> Represents the following element tag in the schema: m:grow </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument">
            <summary>
            <para> Hide Subscript (n-ary).</para>
            <para> Represents the following element tag in the schema: m:subHide </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument">
            <summary>
            <para> Hide Superscript (n-ary).</para>
            <para> Represents the following element tag in the schema: m:supHide </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.NaryProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.PhantomProperties">
             <summary>
             <para>Phantom Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:phantPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShowPhantom &lt;m:show></description></item>
            <item><description>ZeroWidth &lt;m:zeroWid></description></item>
            <item><description>ZeroAscent &lt;m:zeroAsc></description></item>
            <item><description>ZeroDescent &lt;m:zeroDesc></description></item>
            <item><description>Transparent &lt;m:transp></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PhantomProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PhantomProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PhantomProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PhantomProperties.#ctor">
            <summary>
            Initializes a new instance of the PhantomProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PhantomProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PhantomProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PhantomProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PhantomProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PhantomProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PhantomProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom">
            <summary>
            <para> Phantom Show.</para>
            <para> Represents the following element tag in the schema: m:show </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth">
            <summary>
            <para> Phantom Zero Width.</para>
            <para> Represents the following element tag in the schema: m:zeroWid </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent">
            <summary>
            <para> Phantom Zero Ascent.</para>
            <para> Represents the following element tag in the schema: m:zeroAsc </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent">
            <summary>
            <para> Phantom Zero Descent.</para>
            <para> Represents the following element tag in the schema: m:zeroDesc </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PhantomProperties.Transparent">
            <summary>
            <para> Transparent (Phantom).</para>
            <para> Represents the following element tag in the schema: m:transp </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PhantomProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.RadicalProperties">
             <summary>
             <para>Radical Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:radPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HideDegree &lt;m:degHide></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RadicalProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RadicalProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RadicalProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RadicalProperties.#ctor">
            <summary>
            Initializes a new instance of the RadicalProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RadicalProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RadicalProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RadicalProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RadicalProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RadicalProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadicalProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree">
            <summary>
            <para> Hide Degree.</para>
            <para> Represents the following element tag in the schema: m:degHide </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.RadicalProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.PreSubSuperProperties">
             <summary>
             <para>Pre-Sub-Superscript Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:sPrePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSubSuperProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSubSuperProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuperProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuperProperties.#ctor">
            <summary>
            Initializes a new instance of the PreSubSuperProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuperProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreSubSuperProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuperProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreSubSuperProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuperProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreSubSuperProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.PreSubSuperProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.SubscriptProperties">
             <summary>
             <para>Subscript Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:sSubPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubscriptProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubscriptProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubscriptProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubscriptProperties.#ctor">
            <summary>
            Initializes a new instance of the SubscriptProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubscriptProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SubscriptProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubscriptProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SubscriptProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubscriptProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SubscriptProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubscriptProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.SubSuperscriptProperties">
             <summary>
             <para>Sub-Superscript Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:sSubSupPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AlignScripts &lt;m:alnScr></description></item>
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubSuperscriptProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscriptProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscriptProperties.#ctor">
            <summary>
            Initializes a new instance of the SubSuperscriptProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscriptProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SubSuperscriptProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscriptProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SubSuperscriptProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscriptProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SubSuperscriptProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts">
            <summary>
            <para> Align Scripts.</para>
            <para> Represents the following element tag in the schema: m:alnScr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SubSuperscriptProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.SuperscriptProperties">
             <summary>
             <para>Superscript Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:sSupPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlProperties &lt;m:ctrlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SuperscriptProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SuperscriptProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperscriptProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperscriptProperties.#ctor">
            <summary>
            Initializes a new instance of the SuperscriptProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperscriptProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SuperscriptProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperscriptProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SuperscriptProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperscriptProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SuperscriptProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties">
            <summary>
            <para> ControlProperties.</para>
            <para> Represents the following element tag in the schema: m:ctrlPr </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.SuperscriptProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ArgumentSize">
            <summary>
            <para>Argument Size.</para>
            <para> When the object is serialized out as xml, its qualified name is m:argSz.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ArgumentSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ArgumentSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ArgumentSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ArgumentSize.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ArgumentSize.#ctor">
            <summary>
            Initializes a new instance of the ArgumentSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ArgumentSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ArgumentProperties">
             <summary>
             <para>Argument Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:argPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ArgumentSize &lt;m:argSz></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ArgumentProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ArgumentProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ArgumentProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ArgumentProperties.#ctor">
            <summary>
            Initializes a new instance of the ArgumentProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ArgumentProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ArgumentProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ArgumentProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ArgumentProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ArgumentProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ArgumentProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize">
            <summary>
            <para> Argument Size.</para>
            <para> Represents the following element tag in the schema: m:argSz </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ArgumentProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.Justification">
            <summary>
            <para>Justification.</para>
            <para> When the object is serialized out as xml, its qualified name is m:jc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Justification.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.Justification.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Justification.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Justification.#ctor">
            <summary>
            Initializes a new instance of the Justification class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.Justification.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.DefaultJustification">
            <summary>
            <para>Default Justification.</para>
            <para> When the object is serialized out as xml, its qualified name is m:defJc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DefaultJustification.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.DefaultJustification.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DefaultJustification.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DefaultJustification.#ctor">
            <summary>
            Initializes a new instance of the DefaultJustification class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.DefaultJustification.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.OfficeMathJustificationType">
            <summary>
            Defines the OfficeMathJustificationType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.OfficeMathJustificationType.#ctor">
            <summary>
            Initializes a new instance of the OfficeMathJustificationType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.MathFont">
            <summary>
            <para>Math Font.</para>
            <para> When the object is serialized out as xml, its qualified name is m:mathFont.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.MathFont.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathFont.#ctor">
            <summary>
            Initializes a new instance of the MathFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.MathFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BreakBinary">
            <summary>
            <para>Break on Binary Operators.</para>
            <para> When the object is serialized out as xml, its qualified name is m:brkBin.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BreakBinary.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BreakBinary.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BreakBinary.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BreakBinary.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BreakBinary.#ctor">
            <summary>
            Initializes a new instance of the BreakBinary class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BreakBinary.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BreakBinarySubtraction">
            <summary>
            <para>Break on Binary Subtraction.</para>
            <para> When the object is serialized out as xml, its qualified name is m:brkBinSub.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BreakBinarySubtraction.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BreakBinarySubtraction.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BreakBinarySubtraction.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: m:val </para>
             </summary>
            <remark> xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BreakBinarySubtraction.#ctor">
            <summary>
            Initializes a new instance of the BreakBinarySubtraction class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.BreakBinarySubtraction.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ParagraphProperties">
             <summary>
             <para>Office Math Paragraph Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is m:oMathParaPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Justification &lt;m:jc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Math.ParagraphProperties.Justification">
            <summary>
            <para> Justification.</para>
            <para> Represents the following element tag in the schema: m:jc </para>
            </summary>
            <remark>
            xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Math.ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.HorizontalAlignmentValues">
            <summary>
            Defines the HorizontalAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Left">
            <summary>
            Left Justification.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ShapeDelimiterValues">
            <summary>
            Defines the ShapeDelimiterValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Centered">
            <summary>
            Centered (Delimiters).
            <para>When the item is serialized out as xml, its value is "centered".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Match">
            <summary>
            Match.
            <para>When the item is serialized out as xml, its value is "match".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.FractionTypeValues">
            <summary>
            Defines the FractionTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.FractionTypeValues.Bar">
            <summary>
            Bar Fraction.
            <para>When the item is serialized out as xml, its value is "bar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.FractionTypeValues.Skewed">
            <summary>
            Skewed.
            <para>When the item is serialized out as xml, its value is "skw".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.FractionTypeValues.Linear">
            <summary>
            Linear Fraction.
            <para>When the item is serialized out as xml, its value is "lin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.FractionTypeValues.NoBar">
            <summary>
            No-Bar Fraction (Stack).
            <para>When the item is serialized out as xml, its value is "noBar".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.LimitLocationValues">
            <summary>
            Defines the LimitLocationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.LimitLocationValues.UnderOver">
            <summary>
            Under-Over location.
            <para>When the item is serialized out as xml, its value is "undOvr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.LimitLocationValues.SubscriptSuperscript">
            <summary>
            Subscript-Superscript location.
            <para>When the item is serialized out as xml, its value is "subSup".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.VerticalJustificationValues">
            <summary>
            Defines the VerticalJustificationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.VerticalJustificationValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.VerticalJustificationValues.Bottom">
            <summary>
            Bottom Alignment.
            <para>When the item is serialized out as xml, its value is "bot".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.ScriptValues">
            <summary>
            Defines the ScriptValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.ScriptValues.Roman">
            <summary>
            Roman.
            <para>When the item is serialized out as xml, its value is "roman".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.ScriptValues.Script">
            <summary>
            Script.
            <para>When the item is serialized out as xml, its value is "script".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.ScriptValues.Fraktur">
            <summary>
            Fraktur.
            <para>When the item is serialized out as xml, its value is "fraktur".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.ScriptValues.DoubleStruck">
            <summary>
            double-struck.
            <para>When the item is serialized out as xml, its value is "double-struck".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.ScriptValues.SansSerif">
            <summary>
            Sans-Serif.
            <para>When the item is serialized out as xml, its value is "sans-serif".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.ScriptValues.Monospace">
            <summary>
            Monospace.
            <para>When the item is serialized out as xml, its value is "monospace".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.StyleValues">
            <summary>
            Defines the StyleValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.StyleValues.Plain">
            <summary>
            Plain.
            <para>When the item is serialized out as xml, its value is "p".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.StyleValues.Bold">
            <summary>
            Bold.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.StyleValues.Italic">
            <summary>
            Italic.
            <para>When the item is serialized out as xml, its value is "i".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.StyleValues.BoldItalic">
            <summary>
            Bold-Italic.
            <para>When the item is serialized out as xml, its value is "bi".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.JustificationValues">
            <summary>
            Defines the JustificationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.JustificationValues.Left">
            <summary>
            Left Justification.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.JustificationValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.JustificationValues.Center">
            <summary>
            Center (Equation).
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.JustificationValues.CenterGroup">
            <summary>
            Centered as Group (Equations).
            <para>When the item is serialized out as xml, its value is "centerGroup".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues">
            <summary>
            Defines the BreakBinaryOperatorValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Before">
            <summary>
            Before.
            <para>When the item is serialized out as xml, its value is "before".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.After">
            <summary>
            After.
            <para>When the item is serialized out as xml, its value is "after".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Repeat">
            <summary>
            Repeat.
            <para>When the item is serialized out as xml, its value is "repeat".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues">
            <summary>
            Defines the BreakBinarySubtractionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusMinus">
            <summary>
            Minus Minus.
            <para>When the item is serialized out as xml, its value is "--".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusPlus">
            <summary>
            Minus Plus.
            <para>When the item is serialized out as xml, its value is "-+".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.PlusMinus">
            <summary>
            Plus Minus.
            <para>When the item is serialized out as xml, its value is "+-".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.VerticalAlignmentValues">
            <summary>
            Defines the VerticalAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Center">
            <summary>
            Center (Function).
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bottom">
            <summary>
            bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bot">
            <summary>
            Bottom Alignment.
            <para>When the item is serialized out as xml, its value is "bot".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Math.BooleanValues">
            <summary>
            Defines the BooleanValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BooleanValues.True">
            <summary>
            true.
            <para>When the item is serialized out as xml, its value is "true".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BooleanValues.False">
            <summary>
            false.
            <para>When the item is serialized out as xml, its value is "false".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BooleanValues.On">
            <summary>
            On.
            <para>When the item is serialized out as xml, its value is "on".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BooleanValues.Off">
            <summary>
            Off.
            <para>When the item is serialized out as xml, its value is "off".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BooleanValues.Zero">
            <summary>
            0.
            <para>When the item is serialized out as xml, its value is "0".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Math.BooleanValues.One">
            <summary>
            1.
            <para>When the item is serialized out as xml, its value is "1".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideAll">
            <summary>
            <para>All Slides.</para>
            <para> When the object is serialized out as xml, its qualified name is p:sldAll.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideAll.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideAll.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideAll.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideAll.#ctor">
            <summary>
            Initializes a new instance of the SlideAll class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideAll.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PresenterSlideMode">
            <summary>
            <para>Presenter Slide Show Mode.</para>
            <para> When the object is serialized out as xml, its qualified name is p:present.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresenterSlideMode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresenterSlideMode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresenterSlideMode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresenterSlideMode.#ctor">
            <summary>
            Initializes a new instance of the PresenterSlideMode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresenterSlideMode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.EndSoundAction">
            <summary>
            <para>Stop Sound Action.</para>
            <para> When the object is serialized out as xml, its qualified name is p:endSnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EndSoundAction.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EndSoundAction.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndSoundAction.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndSoundAction.#ctor">
            <summary>
            Initializes a new instance of the EndSoundAction class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndSoundAction.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BuildAsOne">
            <summary>
            <para>Build As One.</para>
            <para> When the object is serialized out as xml, its qualified name is p:bldAsOne.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildAsOne.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildAsOne.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildAsOne.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildAsOne.#ctor">
            <summary>
            Initializes a new instance of the BuildAsOne class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildAsOne.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideTarget">
            <summary>
            <para>Slide Target.</para>
            <para> When the object is serialized out as xml, its qualified name is p:sldTgt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideTarget.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideTarget.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideTarget.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideTarget.#ctor">
            <summary>
            Initializes a new instance of the SlideTarget class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideTarget.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BackgroundAnimation">
            <summary>
            <para>Background.</para>
            <para> When the object is serialized out as xml, its qualified name is p:bg.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundAnimation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundAnimation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundAnimation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundAnimation.#ctor">
            <summary>
            Initializes a new instance of the BackgroundAnimation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundAnimation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CircleTransition">
            <summary>
            <para>Defines the CircleTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:circle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CircleTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CircleTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CircleTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CircleTransition.#ctor">
            <summary>
            Initializes a new instance of the CircleTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CircleTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.DissolveTransition">
            <summary>
            <para>Defines the DissolveTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:dissolve.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.DissolveTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.DissolveTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DissolveTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DissolveTransition.#ctor">
            <summary>
            Initializes a new instance of the DissolveTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DissolveTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.DiamondTransition">
            <summary>
            <para>Defines the DiamondTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:diamond.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.DiamondTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.DiamondTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DiamondTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DiamondTransition.#ctor">
            <summary>
            Initializes a new instance of the DiamondTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DiamondTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NewsflashTransition">
            <summary>
            <para>Defines the NewsflashTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:newsflash.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NewsflashTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NewsflashTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NewsflashTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NewsflashTransition.#ctor">
            <summary>
            Initializes a new instance of the NewsflashTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NewsflashTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PlusTransition">
            <summary>
            <para>Defines the PlusTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:plus.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PlusTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PlusTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PlusTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PlusTransition.#ctor">
            <summary>
            Initializes a new instance of the PlusTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PlusTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.RandomTransition">
            <summary>
            <para>Defines the RandomTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:random.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RandomTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RandomTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RandomTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RandomTransition.#ctor">
            <summary>
            Initializes a new instance of the RandomTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RandomTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.WedgeTransition">
            <summary>
            <para>Defines the WedgeTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:wedge.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WedgeTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WedgeTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WedgeTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WedgeTransition.#ctor">
            <summary>
            Initializes a new instance of the WedgeTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WedgeTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.EmptyType">
            <summary>
            Defines the EmptyType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmptyType.#ctor">
            <summary>
            Initializes a new instance of the EmptyType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideRange">
            <summary>
            <para>Slide Range.</para>
            <para> When the object is serialized out as xml, its qualified name is p:sldRg.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideRange.#ctor">
            <summary>
            Initializes a new instance of the SlideRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CharRange">
            <summary>
            <para>Character Range.</para>
            <para> When the object is serialized out as xml, its qualified name is p:charRg.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CharRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CharRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CharRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CharRange.#ctor">
            <summary>
            Initializes a new instance of the CharRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CharRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ParagraphIndexRange">
            <summary>
            <para>Paragraph Text Range.</para>
            <para> When the object is serialized out as xml, its qualified name is p:pRg.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.#ctor">
            <summary>
            Initializes a new instance of the ParagraphIndexRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.IndexRangeType">
            <summary>
            Defines the IndexRangeType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.IndexRangeType.Start">
            <summary>
            <para> Start.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.IndexRangeType.End">
            <summary>
            <para> End.</para>
            <para>Represents the following attribute in the schema: end </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.IndexRangeType.#ctor">
            <summary>
            Initializes a new instance of the IndexRangeType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CustomShowReference">
            <summary>
            <para>Custom Show.</para>
            <para> When the object is serialized out as xml, its qualified name is p:custShow.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShowReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShowReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShowReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShowReference.Id">
            <summary>
            <para> Custom Show Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShowReference.#ctor">
            <summary>
            Initializes a new instance of the CustomShowReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShowReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Extension">
            <summary>
            <para>Extension.</para>
            <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Extension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Extension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Extension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Extension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Extension.#ctor">
            <summary>
            Initializes a new instance of the Extension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Extension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Extension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Extension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Extension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Extension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Extension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Extension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BrowseSlideMode">
            <summary>
            <para>Browse Slide Show Mode.</para>
            <para> When the object is serialized out as xml, its qualified name is p:browse.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BrowseSlideMode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BrowseSlideMode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar">
            <summary>
            <para> Show Scroll Bar in Window.</para>
            <para>Represents the following attribute in the schema: showScrollbar </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BrowseSlideMode.#ctor">
            <summary>
            Initializes a new instance of the BrowseSlideMode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BrowseSlideMode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.KioskSlideMode">
            <summary>
            <para>Kiosk Slide Show Mode.</para>
            <para> When the object is serialized out as xml, its qualified name is p:kiosk.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.KioskSlideMode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.KioskSlideMode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.KioskSlideMode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart">
            <summary>
            <para> Restart Show.</para>
            <para>Represents the following attribute in the schema: restart </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.KioskSlideMode.#ctor">
            <summary>
            Initializes a new instance of the KioskSlideMode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.KioskSlideMode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ColorMap">
             <summary>
             <para>Color Scheme Map.</para>
             <para> When the object is serialized out as xml, its qualified name is p:clrMap.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Background1">
            <summary>
            <para> Background 1.</para>
            <para>Represents the following attribute in the schema: bg1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Text1">
            <summary>
            <para> Text 1.</para>
            <para>Represents the following attribute in the schema: tx1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Background2">
            <summary>
            <para> Background 2.</para>
            <para>Represents the following attribute in the schema: bg2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Text2">
            <summary>
            <para> Text 2.</para>
            <para>Represents the following attribute in the schema: tx2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Accent1">
            <summary>
            <para> Accent 1.</para>
            <para>Represents the following attribute in the schema: accent1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Accent2">
            <summary>
            <para> Accent 2.</para>
            <para>Represents the following attribute in the schema: accent2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Accent3">
            <summary>
            <para> Accent 3.</para>
            <para>Represents the following attribute in the schema: accent3 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Accent4">
            <summary>
            <para> Accent 4.</para>
            <para>Represents the following attribute in the schema: accent4 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Accent5">
            <summary>
            <para> Accent 5.</para>
            <para>Represents the following attribute in the schema: accent5 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Accent6">
            <summary>
            <para> Accent 6.</para>
            <para>Represents the following attribute in the schema: accent6 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink">
            <summary>
            <para> Hyperlink.</para>
            <para>Represents the following attribute in the schema: hlink </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink">
            <summary>
            <para> Followed Hyperlink.</para>
            <para>Represents the following attribute in the schema: folHlink </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMap.#ctor">
            <summary>
            Initializes a new instance of the ColorMap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMap.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorMap class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMap.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorMap class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorMap class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ColorMapOverride">
             <summary>
             <para>Color Scheme Map Override.</para>
             <para> When the object is serialized out as xml, its qualified name is p:clrMapOvr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.MasterColorMapping &lt;a:masterClrMapping></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.OverrideColorMapping &lt;a:overrideClrMapping></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMapOverride.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMapOverride.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMapOverride.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMapOverride.#ctor">
            <summary>
            Initializes a new instance of the ColorMapOverride class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMapOverride.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorMapOverride class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMapOverride.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorMapOverride class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMapOverride.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorMapOverride class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping">
            <summary>
            <para> Master Color Mapping.</para>
            <para> Represents the following element tag in the schema: a:masterClrMapping </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping">
            <summary>
            <para> Override Color Mapping.</para>
            <para> Represents the following element tag in the schema: a:overrideClrMapping </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMapOverride.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BackgroundProperties">
             <summary>
             <para>Background Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:bgPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle">
            <summary>
            <para> Shade to Title.</para>
            <para>Represents the following attribute in the schema: shadeToTitle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundProperties.#ctor">
            <summary>
            Initializes a new instance of the BackgroundProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackgroundProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackgroundProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackgroundProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference">
             <summary>
             <para>Background Style Reference.</para>
             <para> When the object is serialized out as xml, its qualified name is p:bgRef.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index">
            <summary>
            <para> Style Matrix Index.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.#ctor">
            <summary>
            Initializes a new instance of the BackgroundStyleReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BackgroundStyleReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BackgroundStyleReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackgroundStyleReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommentAuthorList">
             <summary>
             <para>List of Comment Authors. The root element of CommentAuthorsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cmAuthorLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommentAuthor &lt;p:cmAuthor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthorList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthorList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorList.#ctor(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart)">
            <summary>
            CommentAuthorList constructor.
            </summary>
            <param name="ownerPart">The owner part of the CommentAuthorList.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorList.Load(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart)">
            <summary>
            Loads the DOM from the CommentAuthorsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorsPart">
            <summary>
            Gets the CommentAuthorsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentAuthorList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentAuthorList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentAuthorList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorList.#ctor">
            <summary>
            Initializes a new instance of the CommentAuthorList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorList.Save(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart)">
            <summary>
            Saves the DOM into the CommentAuthorsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommentList">
             <summary>
             <para>Comment List. The root element of SlideCommentsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cmLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Comment &lt;p:cm></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentList.#ctor(DocumentFormat.OpenXml.Packaging.SlideCommentsPart)">
            <summary>
            CommentList constructor.
            </summary>
            <param name="ownerPart">The owner part of the CommentList.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentList.Load(DocumentFormat.OpenXml.Packaging.SlideCommentsPart)">
            <summary>
            Loads the DOM from the SlideCommentsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentList.SlideCommentsPart">
            <summary>
            Gets the SlideCommentsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentList.#ctor">
            <summary>
            Initializes a new instance of the CommentList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentList.Save(DocumentFormat.OpenXml.Packaging.SlideCommentsPart)">
            <summary>
            Saves the DOM into the SlideCommentsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OleObject">
             <summary>
             <para>Global Element for OLE Objects and Controls.</para>
             <para> When the object is serialized out as xml, its qualified name is p:oleObj.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OleObjectEmbed &lt;p:embed></description></item>
            <item><description>OleObjectLink &lt;p:link></description></item>
            <item><description>Picture &lt;p:pic></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObject.ShapeId">
            <summary>
            <para> spid.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObject.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon">
            <summary>
            <para> showAsIcon.</para>
            <para>Represents the following attribute in the schema: showAsIcon </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObject.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth">
            <summary>
            <para> imgW.</para>
            <para>Represents the following attribute in the schema: imgW </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight">
            <summary>
            <para> imgH.</para>
            <para>Represents the following attribute in the schema: imgH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObject.ProgId">
            <summary>
            <para> progId.</para>
            <para>Represents the following attribute in the schema: progId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObject.#ctor">
            <summary>
            Initializes a new instance of the OleObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObject.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OleObject class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObject.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OleObject class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleObject class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Presentation">
             <summary>
             <para>Presentation. The root element of PresentationPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:presentation.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideMasterIdList &lt;p:sldMasterIdLst></description></item>
            <item><description>NotesMasterIdList &lt;p:notesMasterIdLst></description></item>
            <item><description>HandoutMasterIdList &lt;p:handoutMasterIdLst></description></item>
            <item><description>SlideIdList &lt;p:sldIdLst></description></item>
            <item><description>SlideSize &lt;p:sldSz></description></item>
            <item><description>NotesSize &lt;p:notesSz></description></item>
            <item><description>EmbeddedFontList &lt;p:embeddedFontLst></description></item>
            <item><description>CustomShowList &lt;p:custShowLst></description></item>
            <item><description>PhotoAlbum &lt;p:photoAlbum></description></item>
            <item><description>CustomerDataList &lt;p:custDataLst></description></item>
            <item><description>Kinsoku &lt;p:kinsoku></description></item>
            <item><description>DefaultTextStyle &lt;p:defaultTextStyle></description></item>
            <item><description>ModificationVerifier &lt;p:modifyVerifier></description></item>
            <item><description>PresentationExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Presentation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom">
            <summary>
            <para> serverZoom.</para>
            <para>Represents the following attribute in the schema: serverZoom </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum">
            <summary>
            <para> firstSlideNum.</para>
            <para>Represents the following attribute in the schema: firstSlideNum </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide">
            <summary>
            <para> showSpecialPlsOnTitleSld.</para>
            <para>Represents the following attribute in the schema: showSpecialPlsOnTitleSld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft">
            <summary>
            <para> rtl.</para>
            <para>Represents the following attribute in the schema: rtl </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave">
            <summary>
            <para> removePersonalInfoOnSave.</para>
            <para>Represents the following attribute in the schema: removePersonalInfoOnSave </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode">
            <summary>
            <para> compatMode.</para>
            <para>Represents the following attribute in the schema: compatMode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars">
            <summary>
            <para> strictFirstAndLastChars.</para>
            <para>Represents the following attribute in the schema: strictFirstAndLastChars </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts">
            <summary>
            <para> embedTrueTypeFonts.</para>
            <para>Represents the following attribute in the schema: embedTrueTypeFonts </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts">
            <summary>
            <para> saveSubsetFonts.</para>
            <para>Represents the following attribute in the schema: saveSubsetFonts </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures">
            <summary>
            <para> autoCompressPictures.</para>
            <para>Represents the following attribute in the schema: autoCompressPictures </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed">
            <summary>
            <para> bookmarkIdSeed.</para>
            <para>Represents the following attribute in the schema: bookmarkIdSeed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.Conformance">
            <summary>
            <para> conformance.</para>
            <para>Represents the following attribute in the schema: conformance </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Presentation.#ctor(DocumentFormat.OpenXml.Packaging.PresentationPart)">
            <summary>
            Presentation constructor.
            </summary>
            <param name="ownerPart">The owner part of the Presentation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Presentation.Load(DocumentFormat.OpenXml.Packaging.PresentationPart)">
            <summary>
            Loads the DOM from the PresentationPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.PresentationPart">
            <summary>
            Gets the PresentationPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Presentation.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Presentation class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Presentation.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Presentation class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Presentation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Presentation class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Presentation.#ctor">
            <summary>
            Initializes a new instance of the Presentation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Presentation.Save(DocumentFormat.OpenXml.Packaging.PresentationPart)">
            <summary>
            Saves the DOM into the PresentationPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList">
            <summary>
            <para> SlideMasterIdList.</para>
            <para> Represents the following element tag in the schema: p:sldMasterIdLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList">
            <summary>
            <para> NotesMasterIdList.</para>
            <para> Represents the following element tag in the schema: p:notesMasterIdLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList">
            <summary>
            <para> HandoutMasterIdList.</para>
            <para> Represents the following element tag in the schema: p:handoutMasterIdLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList">
            <summary>
            <para> SlideIdList.</para>
            <para> Represents the following element tag in the schema: p:sldIdLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.SlideSize">
            <summary>
            <para> SlideSize.</para>
            <para> Represents the following element tag in the schema: p:sldSz </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.NotesSize">
            <summary>
            <para> NotesSize.</para>
            <para> Represents the following element tag in the schema: p:notesSz </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList">
            <summary>
            <para> EmbeddedFontList.</para>
            <para> Represents the following element tag in the schema: p:embeddedFontLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList">
            <summary>
            <para> CustomShowList.</para>
            <para> Represents the following element tag in the schema: p:custShowLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum">
            <summary>
            <para> PhotoAlbum.</para>
            <para> Represents the following element tag in the schema: p:photoAlbum </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList">
            <summary>
            <para> CustomerDataList.</para>
            <para> Represents the following element tag in the schema: p:custDataLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku">
            <summary>
            <para> Kinsoku.</para>
            <para> Represents the following element tag in the schema: p:kinsoku </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle">
            <summary>
            <para> DefaultTextStyle.</para>
            <para> Represents the following element tag in the schema: p:defaultTextStyle </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier">
            <summary>
            <para> ModificationVerifier.</para>
            <para> Represents the following element tag in the schema: p:modifyVerifier </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList">
            <summary>
            <para> PresentationExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Presentation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PresentationProperties">
             <summary>
             <para>Presentation-wide Properties. The root element of PresentationPropertiesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:presentationPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HtmlPublishProperties &lt;p:htmlPubPr></description></item>
            <item><description>WebProperties &lt;p:webPr></description></item>
            <item><description>PrintingProperties &lt;p:prnPr></description></item>
            <item><description>ShowProperties &lt;p:showPr></description></item>
            <item><description>ColorMostRecentlyUsed &lt;p:clrMru></description></item>
            <item><description>PresentationPropertiesExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationProperties.#ctor(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart)">
            <summary>
            PresentationProperties constructor.
            </summary>
            <param name="ownerPart">The owner part of the PresentationProperties.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationProperties.Load(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart)">
            <summary>
            Loads the DOM from the PresentationPropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesPart">
            <summary>
            Gets the PresentationPropertiesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresentationProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresentationProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresentationProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationProperties.#ctor">
            <summary>
            Initializes a new instance of the PresentationProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationProperties.Save(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart)">
            <summary>
            Saves the DOM into the PresentationPropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties">
            <summary>
            <para> HTML Publishing Properties, this property is only available in Office2007.</para>
            <para> Represents the following element tag in the schema: p:htmlPubPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties">
            <summary>
            <para> Web Properties, this property is only available in Office2007.</para>
            <para> Represents the following element tag in the schema: p:webPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties">
            <summary>
            <para> PrintingProperties.</para>
            <para> Represents the following element tag in the schema: p:prnPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties">
            <summary>
            <para> ShowProperties.</para>
            <para> Represents the following element tag in the schema: p:showPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed">
            <summary>
            <para> ColorMostRecentlyUsed.</para>
            <para> Represents the following element tag in the schema: p:clrMru </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList">
            <summary>
            <para> PresentationPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Slide">
             <summary>
             <para>Presentation Slide. The root element of SlidePart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sld.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonSlideData &lt;p:cSld></description></item>
            <item><description>ColorMapOverride &lt;p:clrMapOvr></description></item>
            <item><description>Transition &lt;p:transition></description></item>
            <item><description>Timing &lt;p:timing></description></item>
            <item><description>SlideExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Slide.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes">
            <summary>
            <para> Show Master Shapes.</para>
            <para>Represents the following attribute in the schema: showMasterSp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations">
            <summary>
            <para> Show Master Placeholder Animations.</para>
            <para>Represents the following attribute in the schema: showMasterPhAnim </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.Show">
            <summary>
            <para> Show Slide in Slide Show.</para>
            <para>Represents the following attribute in the schema: show </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Slide.#ctor(DocumentFormat.OpenXml.Packaging.SlidePart)">
            <summary>
            Slide constructor.
            </summary>
            <param name="ownerPart">The owner part of the Slide.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Slide.Load(DocumentFormat.OpenXml.Packaging.SlidePart)">
            <summary>
            Loads the DOM from the SlidePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.SlidePart">
            <summary>
            Gets the SlidePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Slide.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Slide class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Slide.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Slide class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Slide.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Slide class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Slide.#ctor">
            <summary>
            Initializes a new instance of the Slide class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Slide.Save(DocumentFormat.OpenXml.Packaging.SlidePart)">
            <summary>
            Saves the DOM into the SlidePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData">
            <summary>
            <para> Common slide data for slides.</para>
            <para> Represents the following element tag in the schema: p:cSld </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride">
            <summary>
            <para> Color Scheme Map Override.</para>
            <para> Represents the following element tag in the schema: p:clrMapOvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.Transition">
            <summary>
            <para> Slide Transition.</para>
            <para> Represents the following element tag in the schema: p:transition </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.Timing">
            <summary>
            <para> Slide Timing Information for a Slide.</para>
            <para> Represents the following element tag in the schema: p:timing </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList">
            <summary>
            <para> SlideExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Slide.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideLayout">
             <summary>
             <para>Slide Layout. The root element of SlideLayoutPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldLayout.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonSlideData &lt;p:cSld></description></item>
            <item><description>ColorMapOverride &lt;p:clrMapOvr></description></item>
            <item><description>Transition &lt;p:transition></description></item>
            <item><description>Timing &lt;p:timing></description></item>
            <item><description>HeaderFooter &lt;p:hf></description></item>
            <item><description>SlideLayoutExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes">
            <summary>
            <para> Show Master Shapes.</para>
            <para>Represents the following attribute in the schema: showMasterSp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations">
            <summary>
            <para> Show Master Placeholder Animations.</para>
            <para>Represents the following attribute in the schema: showMasterPhAnim </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName">
            <summary>
            <para> matchingName.</para>
            <para>Represents the following attribute in the schema: matchingName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve">
            <summary>
            <para> preserve.</para>
            <para>Represents the following attribute in the schema: preserve </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn">
            <summary>
            <para> userDrawn.</para>
            <para>Represents the following attribute in the schema: userDrawn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayout.#ctor(DocumentFormat.OpenXml.Packaging.SlideLayoutPart)">
            <summary>
            SlideLayout constructor.
            </summary>
            <param name="ownerPart">The owner part of the SlideLayout.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayout.Load(DocumentFormat.OpenXml.Packaging.SlideLayoutPart)">
            <summary>
            Loads the DOM from the SlideLayoutPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutPart">
            <summary>
            Gets the SlideLayoutPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayout.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideLayout class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayout.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideLayout class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayout.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideLayout class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayout.#ctor">
            <summary>
            Initializes a new instance of the SlideLayout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayout.Save(DocumentFormat.OpenXml.Packaging.SlideLayoutPart)">
            <summary>
            Saves the DOM into the SlideLayoutPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData">
            <summary>
            <para> CommonSlideData.</para>
            <para> Represents the following element tag in the schema: p:cSld </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride">
            <summary>
            <para> Color Scheme Map Override.</para>
            <para> Represents the following element tag in the schema: p:clrMapOvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.Transition">
            <summary>
            <para> Transition.</para>
            <para> Represents the following element tag in the schema: p:transition </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.Timing">
            <summary>
            <para> Timing.</para>
            <para> Represents the following element tag in the schema: p:timing </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter">
            <summary>
            <para> HeaderFooter.</para>
            <para> Represents the following element tag in the schema: p:hf </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList">
            <summary>
            <para> SlideLayoutExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideMaster">
             <summary>
             <para>Slide Master. The root element of SlideMasterPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldMaster.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonSlideData &lt;p:cSld></description></item>
            <item><description>ColorMap &lt;p:clrMap></description></item>
            <item><description>SlideLayoutIdList &lt;p:sldLayoutIdLst></description></item>
            <item><description>Transition &lt;p:transition></description></item>
            <item><description>Timing &lt;p:timing></description></item>
            <item><description>HeaderFooter &lt;p:hf></description></item>
            <item><description>TextStyles &lt;p:txStyles></description></item>
            <item><description>SlideMasterExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMaster.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve">
            <summary>
            <para> preserve.</para>
            <para>Represents the following attribute in the schema: preserve </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMaster.#ctor(DocumentFormat.OpenXml.Packaging.SlideMasterPart)">
            <summary>
            SlideMaster constructor.
            </summary>
            <param name="ownerPart">The owner part of the SlideMaster.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMaster.Load(DocumentFormat.OpenXml.Packaging.SlideMasterPart)">
            <summary>
            Loads the DOM from the SlideMasterPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterPart">
            <summary>
            Gets the SlideMasterPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMaster.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideMaster class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMaster.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideMaster class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMaster.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideMaster class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMaster.#ctor">
            <summary>
            Initializes a new instance of the SlideMaster class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMaster.Save(DocumentFormat.OpenXml.Packaging.SlideMasterPart)">
            <summary>
            Saves the DOM into the SlideMasterPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData">
            <summary>
            <para> CommonSlideData.</para>
            <para> Represents the following element tag in the schema: p:cSld </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap">
            <summary>
            <para> Color Scheme Map.</para>
            <para> Represents the following element tag in the schema: p:clrMap </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList">
            <summary>
            <para> SlideLayoutIdList.</para>
            <para> Represents the following element tag in the schema: p:sldLayoutIdLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.Transition">
            <summary>
            <para> Transition.</para>
            <para> Represents the following element tag in the schema: p:transition </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.Timing">
            <summary>
            <para> Timing.</para>
            <para> Represents the following element tag in the schema: p:timing </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter">
            <summary>
            <para> HeaderFooter.</para>
            <para> Represents the following element tag in the schema: p:hf </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles">
            <summary>
            <para> TextStyles.</para>
            <para> Represents the following element tag in the schema: p:txStyles </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList">
            <summary>
            <para> SlideMasterExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMaster.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.HandoutMaster">
             <summary>
             <para>Handout Master. The root element of HandoutMasterPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:handoutMaster.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonSlideData &lt;p:cSld></description></item>
            <item><description>ColorMap &lt;p:clrMap></description></item>
            <item><description>HeaderFooter &lt;p:hf></description></item>
            <item><description>HandoutMasterExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMaster.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMaster.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMaster.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMaster.#ctor(DocumentFormat.OpenXml.Packaging.HandoutMasterPart)">
            <summary>
            HandoutMaster constructor.
            </summary>
            <param name="ownerPart">The owner part of the HandoutMaster.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMaster.Load(DocumentFormat.OpenXml.Packaging.HandoutMasterPart)">
            <summary>
            Loads the DOM from the HandoutMasterPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterPart">
            <summary>
            Gets the HandoutMasterPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMaster.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HandoutMaster class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMaster.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HandoutMaster class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMaster.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HandoutMaster class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMaster.#ctor">
            <summary>
            Initializes a new instance of the HandoutMaster class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMaster.Save(DocumentFormat.OpenXml.Packaging.HandoutMasterPart)">
            <summary>
            Saves the DOM into the HandoutMasterPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData">
            <summary>
            <para> CommonSlideData.</para>
            <para> Represents the following element tag in the schema: p:cSld </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap">
            <summary>
            <para> Color Scheme Map.</para>
            <para> Represents the following element tag in the schema: p:clrMap </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter">
            <summary>
            <para> HeaderFooter.</para>
            <para> Represents the following element tag in the schema: p:hf </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList">
            <summary>
            <para> HandoutMasterExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMaster.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NotesMaster">
             <summary>
             <para>Notes Master. The root element of NotesMasterPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:notesMaster.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonSlideData &lt;p:cSld></description></item>
            <item><description>ColorMap &lt;p:clrMap></description></item>
            <item><description>HeaderFooter &lt;p:hf></description></item>
            <item><description>NotesStyle &lt;p:notesStyle></description></item>
            <item><description>NotesMasterExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMaster.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMaster.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMaster.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMaster.#ctor(DocumentFormat.OpenXml.Packaging.NotesMasterPart)">
            <summary>
            NotesMaster constructor.
            </summary>
            <param name="ownerPart">The owner part of the NotesMaster.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMaster.Load(DocumentFormat.OpenXml.Packaging.NotesMasterPart)">
            <summary>
            Loads the DOM from the NotesMasterPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterPart">
            <summary>
            Gets the NotesMasterPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMaster.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NotesMaster class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMaster.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NotesMaster class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMaster.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NotesMaster class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMaster.#ctor">
            <summary>
            Initializes a new instance of the NotesMaster class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMaster.Save(DocumentFormat.OpenXml.Packaging.NotesMasterPart)">
            <summary>
            Saves the DOM into the NotesMasterPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData">
            <summary>
            <para> CommonSlideData.</para>
            <para> Represents the following element tag in the schema: p:cSld </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap">
            <summary>
            <para> Color Scheme Map.</para>
            <para> Represents the following element tag in the schema: p:clrMap </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter">
            <summary>
            <para> HeaderFooter.</para>
            <para> Represents the following element tag in the schema: p:hf </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle">
            <summary>
            <para> NotesStyle.</para>
            <para> Represents the following element tag in the schema: p:notesStyle </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList">
            <summary>
            <para> NotesMasterExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMaster.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NotesSlide">
             <summary>
             <para>Notes Slide. The root element of NotesSlidePart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:notes.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonSlideData &lt;p:cSld></description></item>
            <item><description>ColorMapOverride &lt;p:clrMapOvr></description></item>
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesSlide.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesSlide.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSlide.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes">
            <summary>
            <para> Show Master Shapes.</para>
            <para>Represents the following attribute in the schema: showMasterSp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations">
            <summary>
            <para> Show Master Placeholder Animations.</para>
            <para>Represents the following attribute in the schema: showMasterPhAnim </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSlide.#ctor(DocumentFormat.OpenXml.Packaging.NotesSlidePart)">
            <summary>
            NotesSlide constructor.
            </summary>
            <param name="ownerPart">The owner part of the NotesSlide.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSlide.Load(DocumentFormat.OpenXml.Packaging.NotesSlidePart)">
            <summary>
            Loads the DOM from the NotesSlidePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlidePart">
            <summary>
            Gets the NotesSlidePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSlide.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NotesSlide class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSlide.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NotesSlide class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSlide.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NotesSlide class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSlide.#ctor">
            <summary>
            Initializes a new instance of the NotesSlide class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSlide.Save(DocumentFormat.OpenXml.Packaging.NotesSlidePart)">
            <summary>
            Saves the DOM into the NotesSlidePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData">
            <summary>
            <para> Common slide data for notes slides.</para>
            <para> Represents the following element tag in the schema: p:cSld </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride">
            <summary>
            <para> Color Scheme Map Override.</para>
            <para> Represents the following element tag in the schema: p:clrMapOvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification">
            <summary>
            <para> ExtensionListWithModification.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSlide.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideSyncProperties">
             <summary>
             <para>Slide Synchronization Properties. The root element of SlideSyncDataPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldSyncPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId">
            <summary>
            <para> Server's Slide File ID.</para>
            <para>Represents the following attribute in the schema: serverSldId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime">
            <summary>
            <para> Server's Slide File's modification date/time.</para>
            <para>Represents the following attribute in the schema: serverSldModifiedTime </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime">
            <summary>
            <para> Client Slide Insertion date/time.</para>
            <para>Represents the following attribute in the schema: clientInsertedTime </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.#ctor(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart)">
            <summary>
            SlideSyncProperties constructor.
            </summary>
            <param name="ownerPart">The owner part of the SlideSyncProperties.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Load(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart)">
            <summary>
            Loads the DOM from the SlideSyncDataPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncDataPart">
            <summary>
            Gets the SlideSyncDataPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideSyncProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideSyncProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideSyncProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.#ctor">
            <summary>
            Initializes a new instance of the SlideSyncProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Save(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart)">
            <summary>
            Saves the DOM into the SlideSyncDataPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSyncProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TagList">
             <summary>
             <para>Programmable Tab List. The root element of UserDefinedTagsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:tagLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tag &lt;p:tag></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TagList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TagList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TagList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TagList.#ctor(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart)">
            <summary>
            TagList constructor.
            </summary>
            <param name="ownerPart">The owner part of the TagList.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TagList.Load(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart)">
            <summary>
            Loads the DOM from the UserDefinedTagsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TagList.UserDefinedTagsPart">
            <summary>
            Gets the UserDefinedTagsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TagList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TagList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TagList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TagList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TagList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TagList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TagList.#ctor">
            <summary>
            Initializes a new instance of the TagList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TagList.Save(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart)">
            <summary>
            Saves the DOM into the UserDefinedTagsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TagList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ViewProperties">
             <summary>
             <para>Presentation-wide View Properties. The root element of ViewPropertiesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is p:viewPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NormalViewProperties &lt;p:normalViewPr></description></item>
            <item><description>SlideViewProperties &lt;p:slideViewPr></description></item>
            <item><description>OutlineViewProperties &lt;p:outlineViewPr></description></item>
            <item><description>NotesTextViewProperties &lt;p:notesTextViewPr></description></item>
            <item><description>SorterViewProperties &lt;p:sorterViewPr></description></item>
            <item><description>NotesViewProperties &lt;p:notesViewPr></description></item>
            <item><description>GridSpacing &lt;p:gridSpacing></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ViewProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.LastView">
            <summary>
            <para> Last View.</para>
            <para>Represents the following attribute in the schema: lastView </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments">
            <summary>
            <para> Show Comments.</para>
            <para>Represents the following attribute in the schema: showComments </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ViewProperties.#ctor(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart)">
            <summary>
            ViewProperties constructor.
            </summary>
            <param name="ownerPart">The owner part of the ViewProperties.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ViewProperties.Load(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart)">
            <summary>
            Loads the DOM from the ViewPropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.ViewPropertiesPart">
            <summary>
            Gets the ViewPropertiesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ViewProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ViewProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ViewProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ViewProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ViewProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ViewProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ViewProperties.#ctor">
            <summary>
            Initializes a new instance of the ViewProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ViewProperties.Save(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart)">
            <summary>
            Saves the DOM into the ViewPropertiesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties">
            <summary>
            <para> Normal View Properties.</para>
            <para> Represents the following element tag in the schema: p:normalViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties">
            <summary>
            <para> Slide View Properties.</para>
            <para> Represents the following element tag in the schema: p:slideViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties">
            <summary>
            <para> Outline View Properties.</para>
            <para> Represents the following element tag in the schema: p:outlineViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties">
            <summary>
            <para> Notes Text View Properties.</para>
            <para> Represents the following element tag in the schema: p:notesTextViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties">
            <summary>
            <para> Slide Sorter View Properties.</para>
            <para> Represents the following element tag in the schema: p:sorterViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties">
            <summary>
            <para> Notes View Properties.</para>
            <para> Represents the following element tag in the schema: p:notesViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing">
            <summary>
            <para> Grid Spacing.</para>
            <para> Represents the following element tag in the schema: p:gridSpacing </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ViewProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ContentPart">
             <summary>
             <para>Defines the ContentPart Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is p:contentPart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties &lt;p14:nvContentPartPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D &lt;p14:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify &lt;p14:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ContentPart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ContentPart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ContentPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ContentPart.BwMode">
             <summary>
             <para> bwMode.</para>
             <para>Represents the following attribute in the schema: p14:bwMode </para>
             </summary>
            <remark> xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ContentPart.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ContentPart.#ctor">
            <summary>
            Initializes a new instance of the ContentPart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ContentPart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ContentPart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ContentPart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ContentPart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ContentPart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ContentPart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties">
            <summary>
            <para> NonVisualContentPartProperties.</para>
            <para> Represents the following element tag in the schema: p14:nvContentPartPr </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D">
            <summary>
            <para> Transform2D.</para>
            <para> Represents the following element tag in the schema: p14:xfrm </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify">
            <summary>
            <para> ExtensionListModify.</para>
            <para> Represents the following element tag in the schema: p14:extLst </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ContentPart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Sound">
            <summary>
            <para>Sound.</para>
            <para> When the object is serialized out as xml, its qualified name is p:snd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Sound.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Sound.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Sound.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Sound.#ctor">
            <summary>
            Initializes a new instance of the Sound class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Sound.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SoundTarget">
            <summary>
            <para>Sound Target.</para>
            <para> When the object is serialized out as xml, its qualified name is p:sndTgt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SoundTarget.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SoundTarget.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SoundTarget.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SoundTarget.#ctor">
            <summary>
            Initializes a new instance of the SoundTarget class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SoundTarget.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType">
            <summary>
            Defines the EmbeddedWavAudioFileType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed">
             <summary>
             <para> Embedded Audio File Relationship ID.</para>
             <para>Represents the following attribute in the schema: r:embed </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name">
            <summary>
            <para> Sound Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn">
            <summary>
            <para> Recognized Built-In Sound.</para>
            <para>Represents the following attribute in the schema: builtIn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.#ctor">
            <summary>
            Initializes a new instance of the EmbeddedWavAudioFileType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.StartSoundAction">
             <summary>
             <para>Start Sound Action.</para>
             <para> When the object is serialized out as xml, its qualified name is p:stSnd.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Sound &lt;p:snd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StartSoundAction.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StartSoundAction.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartSoundAction.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop">
            <summary>
            <para> Loop Sound.</para>
            <para>Represents the following attribute in the schema: loop </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartSoundAction.#ctor">
            <summary>
            Initializes a new instance of the StartSoundAction class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartSoundAction.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StartSoundAction class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartSoundAction.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StartSoundAction class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartSoundAction.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StartSoundAction class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound">
            <summary>
            <para> Sound.</para>
            <para> Represents the following element tag in the schema: p:snd </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartSoundAction.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeAbsolute">
            <summary>
            <para>Time Absolute.</para>
            <para> When the object is serialized out as xml, its qualified name is p:tmAbs.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeAbsolute.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeAbsolute.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAbsolute.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val">
            <summary>
            <para> Time.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAbsolute.#ctor">
            <summary>
            Initializes a new instance of the TimeAbsolute class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAbsolute.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimePercentage">
            <summary>
            <para>Time Percentage.</para>
            <para> When the object is serialized out as xml, its qualified name is p:tmPct.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimePercentage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimePercentage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimePercentage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimePercentage.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimePercentage.#ctor">
            <summary>
            Initializes a new instance of the TimePercentage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimePercentage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TargetElement">
             <summary>
             <para>Target Element Trigger Choice.</para>
             <para> When the object is serialized out as xml, its qualified name is p:tgtEl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideTarget &lt;p:sldTgt></description></item>
            <item><description>SoundTarget &lt;p:sndTgt></description></item>
            <item><description>ShapeTarget &lt;p:spTgt></description></item>
            <item><description>InkTarget &lt;p:inkTgt></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget &lt;p14:bmkTgt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TargetElement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TargetElement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TargetElement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TargetElement.#ctor">
            <summary>
            Initializes a new instance of the TargetElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TargetElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TargetElement class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TargetElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TargetElement class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TargetElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TargetElement class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget">
            <summary>
            <para> Slide Target.</para>
            <para> Represents the following element tag in the schema: p:sldTgt </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget">
            <summary>
            <para> Sound Target.</para>
            <para> Represents the following element tag in the schema: p:sndTgt </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget">
            <summary>
            <para> Shape Target.</para>
            <para> Represents the following element tag in the schema: p:spTgt </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget">
            <summary>
            <para> Ink Target.</para>
            <para> Represents the following element tag in the schema: p:inkTgt </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget">
            <summary>
            <para> BookmarkTarget.</para>
            <para> Represents the following element tag in the schema: p14:bmkTgt </para>
            </summary>
            <remark>
            xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TargetElement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeNode">
            <summary>
            <para>Time Node.</para>
            <para> When the object is serialized out as xml, its qualified name is p:tn.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeNode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeNode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeNode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeNode.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeNode.#ctor">
            <summary>
            Initializes a new instance of the TimeNode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeNode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger">
            <summary>
            <para>Runtime Node Trigger Choice.</para>
            <para> When the object is serialized out as xml, its qualified name is p:rtn.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.#ctor">
            <summary>
            Initializes a new instance of the RuntimeNodeTrigger class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Condition">
             <summary>
             <para>Condition.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cond.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TargetElement &lt;p:tgtEl></description></item>
            <item><description>TimeNode &lt;p:tn></description></item>
            <item><description>RuntimeNodeTrigger &lt;p:rtn></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Condition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Condition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Condition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Condition.#ctor">
            <summary>
            Initializes a new instance of the Condition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Condition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Condition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Condition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Condition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Condition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Condition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Condition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.EndSync">
             <summary>
             <para>Defines the EndSync Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:endSync.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TargetElement &lt;p:tgtEl></description></item>
            <item><description>TimeNode &lt;p:tn></description></item>
            <item><description>RuntimeNodeTrigger &lt;p:rtn></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EndSync.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EndSync.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndSync.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndSync.#ctor">
            <summary>
            Initializes a new instance of the EndSync class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndSync.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EndSync class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndSync.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EndSync class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndSync.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EndSync class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndSync.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeListConditionalType">
             <summary>
             Defines the TimeListConditionalType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TargetElement &lt;p:tgtEl></description></item>
            <item><description>TimeNode &lt;p:tn></description></item>
            <item><description>RuntimeNodeTrigger &lt;p:rtn></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event">
            <summary>
            <para> Trigger Event.</para>
            <para>Represents the following attribute in the schema: evt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay">
            <summary>
            <para> Trigger Delay.</para>
            <para>Represents the following attribute in the schema: delay </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement">
            <summary>
            <para> Target Element Trigger Choice.</para>
            <para> Represents the following element tag in the schema: p:tgtEl </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode">
            <summary>
            <para> Time Node.</para>
            <para> Represents the following element tag in the schema: p:tn </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger">
            <summary>
            <para> Runtime Node Trigger Choice.</para>
            <para> Represents the following element tag in the schema: p:rtn </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListConditionalType.#ctor">
            <summary>
            Initializes a new instance of the TimeListConditionalType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListConditionalType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimeListConditionalType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListConditionalType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimeListConditionalType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListConditionalType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimeListConditionalType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ParallelTimeNode">
             <summary>
             <para>Parallel Time Node.</para>
             <para> When the object is serialized out as xml, its qualified name is p:par.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonTimeNode &lt;p:cTn></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ParallelTimeNode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ParallelTimeNode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ParallelTimeNode.#ctor">
            <summary>
            Initializes a new instance of the ParallelTimeNode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ParallelTimeNode.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParallelTimeNode class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ParallelTimeNode.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParallelTimeNode class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ParallelTimeNode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParallelTimeNode class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode">
            <summary>
            <para> Parallel TimeNode.</para>
            <para> Represents the following element tag in the schema: p:cTn </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SequenceTimeNode">
             <summary>
             <para>Sequence Time Node.</para>
             <para> When the object is serialized out as xml, its qualified name is p:seq.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonTimeNode &lt;p:cTn></description></item>
            <item><description>PreviousConditionList &lt;p:prevCondLst></description></item>
            <item><description>NextConditionList &lt;p:nextCondLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent">
            <summary>
            <para> Concurrent.</para>
            <para>Represents the following attribute in the schema: concurrent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction">
            <summary>
            <para> Previous Action.</para>
            <para>Represents the following attribute in the schema: prevAc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction">
            <summary>
            <para> Next Action.</para>
            <para>Represents the following attribute in the schema: nextAc </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.#ctor">
            <summary>
            Initializes a new instance of the SequenceTimeNode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SequenceTimeNode class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SequenceTimeNode class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SequenceTimeNode class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode">
            <summary>
            <para> Common TimeNode Properties.</para>
            <para> Represents the following element tag in the schema: p:cTn </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList">
            <summary>
            <para> Previous Conditions List.</para>
            <para> Represents the following element tag in the schema: p:prevCondLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList">
            <summary>
            <para> Next Conditions List.</para>
            <para> Represents the following element tag in the schema: p:nextCondLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode">
             <summary>
             <para>Exclusive.</para>
             <para> When the object is serialized out as xml, its qualified name is p:excl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonTimeNode &lt;p:cTn></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.#ctor">
            <summary>
            Initializes a new instance of the ExclusiveTimeNode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExclusiveTimeNode class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExclusiveTimeNode class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExclusiveTimeNode class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode">
            <summary>
            <para> Common TimeNode Properties.</para>
            <para> Represents the following element tag in the schema: p:cTn </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Animate">
             <summary>
             <para>Animate.</para>
             <para> When the object is serialized out as xml, its qualified name is p:anim.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonBehavior &lt;p:cBhvr></description></item>
            <item><description>TimeAnimateValueList &lt;p:tavLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Animate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Animate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Animate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Animate.By">
            <summary>
            <para> by.</para>
            <para>Represents the following attribute in the schema: by </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Animate.From">
            <summary>
            <para> from.</para>
            <para>Represents the following attribute in the schema: from </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Animate.To">
            <summary>
            <para> to.</para>
            <para>Represents the following attribute in the schema: to </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Animate.CalculationMode">
            <summary>
            <para> calcmode.</para>
            <para>Represents the following attribute in the schema: calcmode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Animate.ValueType">
            <summary>
            <para> valueType.</para>
            <para>Represents the following attribute in the schema: valueType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Animate.BounceEnd">
             <summary>
             <para> bounceEnd.</para>
             <para>Represents the following attribute in the schema: p14:bounceEnd </para>
             </summary>
            <remark> xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Animate.#ctor">
            <summary>
            Initializes a new instance of the Animate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Animate.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Animate class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Animate.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Animate class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Animate.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Animate class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior">
            <summary>
            <para> CommonBehavior.</para>
            <para> Represents the following element tag in the schema: p:cBhvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList">
            <summary>
            <para> TimeAnimateValueList.</para>
            <para> Represents the following element tag in the schema: p:tavLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Animate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateColor">
             <summary>
             <para>Animate Color Behavior.</para>
             <para> When the object is serialized out as xml, its qualified name is p:animClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonBehavior &lt;p:cBhvr></description></item>
            <item><description>ByColor &lt;p:by></description></item>
            <item><description>FromColor &lt;p:from></description></item>
            <item><description>ToColor &lt;p:to></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace">
            <summary>
            <para> Color Space.</para>
            <para>Represents the following attribute in the schema: clrSpc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateColor.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateColor.#ctor">
            <summary>
            Initializes a new instance of the AnimateColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AnimateColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AnimateColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AnimateColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior">
            <summary>
            <para> CommonBehavior.</para>
            <para> Represents the following element tag in the schema: p:cBhvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor">
            <summary>
            <para> By.</para>
            <para> Represents the following element tag in the schema: p:by </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor">
            <summary>
            <para> From.</para>
            <para> Represents the following element tag in the schema: p:from </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor">
            <summary>
            <para> To.</para>
            <para> Represents the following element tag in the schema: p:to </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateEffect">
             <summary>
             <para>Animate Effect.</para>
             <para> When the object is serialized out as xml, its qualified name is p:animEffect.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonBehavior &lt;p:cBhvr></description></item>
            <item><description>Progress &lt;p:progress></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateEffect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateEffect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateEffect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition">
            <summary>
            <para> Transition.</para>
            <para>Represents the following attribute in the schema: transition </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter">
            <summary>
            <para> Filter.</para>
            <para>Represents the following attribute in the schema: filter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList">
            <summary>
            <para> Property List.</para>
            <para>Represents the following attribute in the schema: prLst </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateEffect.#ctor">
            <summary>
            Initializes a new instance of the AnimateEffect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateEffect.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AnimateEffect class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateEffect.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AnimateEffect class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateEffect.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AnimateEffect class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior">
            <summary>
            <para> CommonBehavior.</para>
            <para> Represents the following element tag in the schema: p:cBhvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress">
            <summary>
            <para> Progress.</para>
            <para> Represents the following element tag in the schema: p:progress </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateEffect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateMotion">
             <summary>
             <para>Animate Motion.</para>
             <para> When the object is serialized out as xml, its qualified name is p:animMotion.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonBehavior &lt;p:cBhvr></description></item>
            <item><description>ByPosition &lt;p:by></description></item>
            <item><description>FromPosition &lt;p:from></description></item>
            <item><description>ToPosition &lt;p:to></description></item>
            <item><description>RotationCenter &lt;p:rCtr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateMotion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin">
            <summary>
            <para> origin.</para>
            <para>Represents the following attribute in the schema: origin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.Path">
            <summary>
            <para> path.</para>
            <para>Represents the following attribute in the schema: path </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode">
            <summary>
            <para> pathEditMode.</para>
            <para>Represents the following attribute in the schema: pathEditMode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle">
            <summary>
            <para> rAng.</para>
            <para>Represents the following attribute in the schema: rAng </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes">
            <summary>
            <para> ptsTypes.</para>
            <para>Represents the following attribute in the schema: ptsTypes </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd">
             <summary>
             <para> bounceEnd.</para>
             <para>Represents the following attribute in the schema: p14:bounceEnd </para>
             </summary>
            <remark> xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateMotion.#ctor">
            <summary>
            Initializes a new instance of the AnimateMotion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateMotion.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AnimateMotion class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateMotion.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AnimateMotion class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateMotion.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AnimateMotion class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior">
            <summary>
            <para> CommonBehavior.</para>
            <para> Represents the following element tag in the schema: p:cBhvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition">
            <summary>
            <para> ByPosition.</para>
            <para> Represents the following element tag in the schema: p:by </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition">
            <summary>
            <para> FromPosition.</para>
            <para> Represents the following element tag in the schema: p:from </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition">
            <summary>
            <para> ToPosition.</para>
            <para> Represents the following element tag in the schema: p:to </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter">
            <summary>
            <para> RotationCenter.</para>
            <para> Represents the following element tag in the schema: p:rCtr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateMotion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateRotation">
             <summary>
             <para>Animate Rotation.</para>
             <para> When the object is serialized out as xml, its qualified name is p:animRot.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonBehavior &lt;p:cBhvr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateRotation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateRotation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateRotation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateRotation.By">
            <summary>
            <para> by.</para>
            <para>Represents the following attribute in the schema: by </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateRotation.From">
            <summary>
            <para> from.</para>
            <para>Represents the following attribute in the schema: from </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateRotation.To">
            <summary>
            <para> to.</para>
            <para>Represents the following attribute in the schema: to </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd">
             <summary>
             <para> bounceEnd.</para>
             <para>Represents the following attribute in the schema: p14:bounceEnd </para>
             </summary>
            <remark> xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateRotation.#ctor">
            <summary>
            Initializes a new instance of the AnimateRotation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateRotation.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AnimateRotation class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateRotation.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AnimateRotation class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateRotation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AnimateRotation class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior">
            <summary>
            <para> CommonBehavior.</para>
            <para> Represents the following element tag in the schema: p:cBhvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateRotation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateScale">
             <summary>
             <para>Animate Scale.</para>
             <para> When the object is serialized out as xml, its qualified name is p:animScale.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonBehavior &lt;p:cBhvr></description></item>
            <item><description>ByPosition &lt;p:by></description></item>
            <item><description>FromPosition &lt;p:from></description></item>
            <item><description>ToPosition &lt;p:to></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateScale.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateScale.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateScale.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents">
            <summary>
            <para> zoomContents.</para>
            <para>Represents the following attribute in the schema: zoomContents </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd">
             <summary>
             <para> bounceEnd.</para>
             <para>Represents the following attribute in the schema: p14:bounceEnd </para>
             </summary>
            <remark> xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateScale.#ctor">
            <summary>
            Initializes a new instance of the AnimateScale class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateScale.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AnimateScale class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateScale.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AnimateScale class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateScale.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AnimateScale class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior">
            <summary>
            <para> CommonBehavior.</para>
            <para> Represents the following element tag in the schema: p:cBhvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition">
            <summary>
            <para> ByPosition.</para>
            <para> Represents the following element tag in the schema: p:by </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition">
            <summary>
            <para> FromPosition.</para>
            <para> Represents the following element tag in the schema: p:from </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition">
            <summary>
            <para> ToPosition.</para>
            <para> Represents the following element tag in the schema: p:to </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AnimateScale.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Command">
             <summary>
             <para>Command.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cmd.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonBehavior &lt;p:cBhvr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Command.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Command.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Command.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Command.Type">
            <summary>
            <para> Command Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Command.CommandName">
            <summary>
            <para> Command.</para>
            <para>Represents the following attribute in the schema: cmd </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Command.#ctor">
            <summary>
            Initializes a new instance of the Command class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Command.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Command class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Command.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Command class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Command.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Command class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Command.CommonBehavior">
            <summary>
            <para> CommonBehavior.</para>
            <para> Represents the following element tag in the schema: p:cBhvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Command.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SetBehavior">
             <summary>
             <para>Set Time Node Behavior.</para>
             <para> When the object is serialized out as xml, its qualified name is p:set.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonBehavior &lt;p:cBhvr></description></item>
            <item><description>ToVariantValue &lt;p:to></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SetBehavior.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SetBehavior.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SetBehavior.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SetBehavior.#ctor">
            <summary>
            Initializes a new instance of the SetBehavior class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SetBehavior.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SetBehavior class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SetBehavior.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SetBehavior class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SetBehavior.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SetBehavior class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior">
            <summary>
            <para> Common Behavior.</para>
            <para> Represents the following element tag in the schema: p:cBhvr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue">
            <summary>
            <para> To.</para>
            <para> Represents the following element tag in the schema: p:to </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SetBehavior.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Audio">
             <summary>
             <para>Audio.</para>
             <para> When the object is serialized out as xml, its qualified name is p:audio.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonMediaNode &lt;p:cMediaNode></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Audio.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Audio.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Audio.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Audio.IsNarration">
            <summary>
            <para> Is Narration.</para>
            <para>Represents the following attribute in the schema: isNarration </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Audio.#ctor">
            <summary>
            Initializes a new instance of the Audio class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Audio.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Audio class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Audio.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Audio class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Audio.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Audio class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode">
            <summary>
            <para> Common Media Node Properties.</para>
            <para> Represents the following element tag in the schema: p:cMediaNode </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Audio.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Video">
             <summary>
             <para>Video.</para>
             <para> When the object is serialized out as xml, its qualified name is p:video.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonMediaNode &lt;p:cMediaNode></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Video.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Video.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Video.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Video.FullScreen">
            <summary>
            <para> Full Screen.</para>
            <para>Represents the following attribute in the schema: fullScrn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Video.#ctor">
            <summary>
            Initializes a new instance of the Video class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Video.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Video class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Video.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Video class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Video.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Video class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode">
            <summary>
            <para> Common Media Node Properties.</para>
            <para> Represents the following element tag in the schema: p:cMediaNode </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Video.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommonTimeNode">
             <summary>
             <para>Parallel TimeNode.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cTn.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StartConditionList &lt;p:stCondLst></description></item>
            <item><description>EndConditionList &lt;p:endCondLst></description></item>
            <item><description>EndSync &lt;p:endSync></description></item>
            <item><description>Iterate &lt;p:iterate></description></item>
            <item><description>ChildTimeNodeList &lt;p:childTnLst></description></item>
            <item><description>SubTimeNodeList &lt;p:subTnLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonTimeNode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId">
            <summary>
            <para> presetID.</para>
            <para>Represents the following attribute in the schema: presetID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass">
            <summary>
            <para> presetClass.</para>
            <para>Represents the following attribute in the schema: presetClass </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype">
            <summary>
            <para> presetSubtype.</para>
            <para>Represents the following attribute in the schema: presetSubtype </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration">
            <summary>
            <para> dur.</para>
            <para>Represents the following attribute in the schema: dur </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount">
            <summary>
            <para> repeatCount.</para>
            <para>Represents the following attribute in the schema: repeatCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration">
            <summary>
            <para> repeatDur.</para>
            <para>Represents the following attribute in the schema: repeatDur </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed">
            <summary>
            <para> spd.</para>
            <para>Represents the following attribute in the schema: spd </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration">
            <summary>
            <para> accel.</para>
            <para>Represents the following attribute in the schema: accel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration">
            <summary>
            <para> decel.</para>
            <para>Represents the following attribute in the schema: decel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse">
            <summary>
            <para> autoRev.</para>
            <para>Represents the following attribute in the schema: autoRev </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart">
            <summary>
            <para> restart.</para>
            <para>Represents the following attribute in the schema: restart </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill">
            <summary>
            <para> fill.</para>
            <para>Represents the following attribute in the schema: fill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior">
            <summary>
            <para> syncBehavior.</para>
            <para>Represents the following attribute in the schema: syncBehavior </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter">
            <summary>
            <para> tmFilter.</para>
            <para>Represents the following attribute in the schema: tmFilter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter">
            <summary>
            <para> evtFilter.</para>
            <para>Represents the following attribute in the schema: evtFilter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display">
            <summary>
            <para> display.</para>
            <para>Represents the following attribute in the schema: display </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation">
            <summary>
            <para> masterRel.</para>
            <para>Represents the following attribute in the schema: masterRel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel">
            <summary>
            <para> bldLvl.</para>
            <para>Represents the following attribute in the schema: bldLvl </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId">
            <summary>
            <para> grpId.</para>
            <para>Represents the following attribute in the schema: grpId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect">
            <summary>
            <para> afterEffect.</para>
            <para>Represents the following attribute in the schema: afterEffect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType">
            <summary>
            <para> nodeType.</para>
            <para>Represents the following attribute in the schema: nodeType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder">
            <summary>
            <para> nodePh.</para>
            <para>Represents the following attribute in the schema: nodePh </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd">
             <summary>
             <para> presetBounceEnd.</para>
             <para>Represents the following attribute in the schema: p14:presetBounceEnd </para>
             </summary>
            <remark> xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonTimeNode.#ctor">
            <summary>
            Initializes a new instance of the CommonTimeNode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonTimeNode.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommonTimeNode class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonTimeNode.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommonTimeNode class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonTimeNode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommonTimeNode class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList">
            <summary>
            <para> StartConditionList.</para>
            <para> Represents the following element tag in the schema: p:stCondLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList">
            <summary>
            <para> EndConditionList.</para>
            <para> Represents the following element tag in the schema: p:endCondLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync">
            <summary>
            <para> EndSync.</para>
            <para> Represents the following element tag in the schema: p:endSync </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate">
            <summary>
            <para> Iterate.</para>
            <para> Represents the following element tag in the schema: p:iterate </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList">
            <summary>
            <para> ChildTimeNodeList.</para>
            <para> Represents the following element tag in the schema: p:childTnLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList">
            <summary>
            <para> SubTimeNodeList.</para>
            <para> Represents the following element tag in the schema: p:subTnLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonTimeNode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PreviousConditionList">
             <summary>
             <para>Previous Conditions List.</para>
             <para> When the object is serialized out as xml, its qualified name is p:prevCondLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Condition &lt;p:cond></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PreviousConditionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PreviousConditionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PreviousConditionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PreviousConditionList.#ctor">
            <summary>
            Initializes a new instance of the PreviousConditionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PreviousConditionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreviousConditionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PreviousConditionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreviousConditionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PreviousConditionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreviousConditionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PreviousConditionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NextConditionList">
             <summary>
             <para>Next Conditions List.</para>
             <para> When the object is serialized out as xml, its qualified name is p:nextCondLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Condition &lt;p:cond></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NextConditionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NextConditionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NextConditionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NextConditionList.#ctor">
            <summary>
            Initializes a new instance of the NextConditionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NextConditionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NextConditionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NextConditionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NextConditionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NextConditionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NextConditionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NextConditionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.StartConditionList">
             <summary>
             <para>Defines the StartConditionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:stCondLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Condition &lt;p:cond></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StartConditionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StartConditionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartConditionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartConditionList.#ctor">
            <summary>
            Initializes a new instance of the StartConditionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartConditionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StartConditionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartConditionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StartConditionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartConditionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StartConditionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StartConditionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.EndConditionList">
             <summary>
             <para>Defines the EndConditionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:endCondLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Condition &lt;p:cond></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EndConditionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EndConditionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndConditionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndConditionList.#ctor">
            <summary>
            Initializes a new instance of the EndConditionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndConditionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EndConditionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndConditionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EndConditionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndConditionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EndConditionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EndConditionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType">
             <summary>
             Defines the TimeListTimeConditionalListType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Condition &lt;p:cond></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.#ctor">
            <summary>
            Initializes a new instance of the TimeListTimeConditionalListType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimeListTimeConditionalListType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimeListTimeConditionalListType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimeListTimeConditionalListType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AttributeName">
            <summary>
            <para>Attribute Name.</para>
            <para> When the object is serialized out as xml, its qualified name is p:attrName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AttributeName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AttributeName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AttributeName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AttributeName.#ctor">
            <summary>
            Initializes a new instance of the AttributeName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AttributeName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AttributeName class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AttributeName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Text">
            <summary>
            <para>Defines the Text Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:text.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Text.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Text.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Text.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Text.#ctor">
            <summary>
            Initializes a new instance of the Text class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Text.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Text class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Text.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AttributeNameList">
             <summary>
             <para>Attribute Name List.</para>
             <para> When the object is serialized out as xml, its qualified name is p:attrNameLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AttributeName &lt;p:attrName></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AttributeNameList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.AttributeNameList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AttributeNameList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AttributeNameList.#ctor">
            <summary>
            Initializes a new instance of the AttributeNameList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AttributeNameList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AttributeNameList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AttributeNameList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AttributeNameList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AttributeNameList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AttributeNameList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.AttributeNameList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BooleanVariantValue">
            <summary>
            <para>Boolean Variant.</para>
            <para> When the object is serialized out as xml, its qualified name is p:boolVal.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BooleanVariantValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BooleanVariantValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BooleanVariantValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BooleanVariantValue.#ctor">
            <summary>
            Initializes a new instance of the BooleanVariantValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BooleanVariantValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.IntegerVariantValue">
            <summary>
            <para>Integer.</para>
            <para> When the object is serialized out as xml, its qualified name is p:intVal.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.IntegerVariantValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.IntegerVariantValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.IntegerVariantValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.IntegerVariantValue.#ctor">
            <summary>
            Initializes a new instance of the IntegerVariantValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.IntegerVariantValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.FloatVariantValue">
            <summary>
            <para>Float Value.</para>
            <para> When the object is serialized out as xml, its qualified name is p:fltVal.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.FloatVariantValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.FloatVariantValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FloatVariantValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FloatVariantValue.#ctor">
            <summary>
            Initializes a new instance of the FloatVariantValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FloatVariantValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.StringVariantValue">
            <summary>
            <para>String Value.</para>
            <para> When the object is serialized out as xml, its qualified name is p:strVal.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StringVariantValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StringVariantValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StringVariantValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StringVariantValue.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StringVariantValue.#ctor">
            <summary>
            Initializes a new instance of the StringVariantValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StringVariantValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ColorValue">
             <summary>
             <para>Color Value.</para>
             <para> When the object is serialized out as xml, its qualified name is p:clrVal.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorValue.#ctor">
            <summary>
            Initializes a new instance of the ColorValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorValue.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorValue class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorValue.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorValue class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorValue class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PenColor">
             <summary>
             <para>Pen Color for Slide Show.</para>
             <para> When the object is serialized out as xml, its qualified name is p:penClr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PenColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PenColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PenColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PenColor.#ctor">
            <summary>
            Initializes a new instance of the PenColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PenColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PenColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PenColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PenColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PenColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PenColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PenColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ColorType">
             <summary>
             Defines the ColorType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorType.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorType.SystemColor">
            <summary>
            <para> System Color.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorType.PresetColor">
            <summary>
            <para> Preset Color.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorType.#ctor">
            <summary>
            Initializes a new instance of the ColorType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeAnimateValue">
             <summary>
             <para>Time Animate Value.</para>
             <para> When the object is serialized out as xml, its qualified name is p:tav.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VariantValue &lt;p:val></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time">
            <summary>
            <para> Time.</para>
            <para>Represents the following attribute in the schema: tm </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula">
            <summary>
            <para> Formula.</para>
            <para>Represents the following attribute in the schema: fmla </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.#ctor">
            <summary>
            Initializes a new instance of the TimeAnimateValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimeAnimateValue class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimeAnimateValue class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimeAnimateValue class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue">
            <summary>
            <para> Value.</para>
            <para> Represents the following element tag in the schema: p:val </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.RgbColor">
            <summary>
            <para>RGB.</para>
            <para> When the object is serialized out as xml, its qualified name is p:rgb.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RgbColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RgbColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RgbColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RgbColor.Red">
            <summary>
            <para> Red.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RgbColor.Green">
            <summary>
            <para> Green.</para>
            <para>Represents the following attribute in the schema: g </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RgbColor.Blue">
            <summary>
            <para> Blue.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RgbColor.#ctor">
            <summary>
            Initializes a new instance of the RgbColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RgbColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.HslColor">
            <summary>
            <para>HSL.</para>
            <para> When the object is serialized out as xml, its qualified name is p:hsl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HslColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HslColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HslColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HslColor.Hue">
            <summary>
            <para> Hue.</para>
            <para>Represents the following attribute in the schema: h </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HslColor.Saturation">
            <summary>
            <para> Saturation.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HslColor.Lightness">
            <summary>
            <para> Lightness.</para>
            <para>Represents the following attribute in the schema: l </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HslColor.#ctor">
            <summary>
            Initializes a new instance of the HslColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HslColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommonBehavior">
             <summary>
             <para>Defines the CommonBehavior Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cBhvr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonTimeNode &lt;p:cTn></description></item>
            <item><description>TargetElement &lt;p:tgtEl></description></item>
            <item><description>AttributeNameList &lt;p:attrNameLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonBehavior.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive">
            <summary>
            <para> Additive.</para>
            <para>Represents the following attribute in the schema: additive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate">
            <summary>
            <para> Accumulate.</para>
            <para>Represents the following attribute in the schema: accumulate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType">
            <summary>
            <para> Transform Type.</para>
            <para>Represents the following attribute in the schema: xfrmType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.From">
            <summary>
            <para> From.</para>
            <para>Represents the following attribute in the schema: from </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.To">
            <summary>
            <para> To.</para>
            <para>Represents the following attribute in the schema: to </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.By">
            <summary>
            <para> By.</para>
            <para>Represents the following attribute in the schema: by </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext">
            <summary>
            <para> Runtime Context.</para>
            <para>Represents the following attribute in the schema: rctx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.Override">
            <summary>
            <para> Override.</para>
            <para>Represents the following attribute in the schema: override </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonBehavior.#ctor">
            <summary>
            Initializes a new instance of the CommonBehavior class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonBehavior.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommonBehavior class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonBehavior.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommonBehavior class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonBehavior.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommonBehavior class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode">
            <summary>
            <para> CommonTimeNode.</para>
            <para> Represents the following element tag in the schema: p:cTn </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement">
            <summary>
            <para> Target Element.</para>
            <para> Represents the following element tag in the schema: p:tgtEl </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList">
            <summary>
            <para> Attribute Name List.</para>
            <para> Represents the following element tag in the schema: p:attrNameLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonBehavior.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Progress">
             <summary>
             <para>Progress.</para>
             <para> When the object is serialized out as xml, its qualified name is p:progress.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FloatVariantValue &lt;p:fltVal></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Progress.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Progress.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Progress.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Progress.#ctor">
            <summary>
            Initializes a new instance of the Progress class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Progress.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Progress class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Progress.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Progress class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Progress.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Progress class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue">
            <summary>
            <para> Float Value.</para>
            <para> Represents the following element tag in the schema: p:fltVal </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Progress.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ToVariantValue">
             <summary>
             <para>To.</para>
             <para> When the object is serialized out as xml, its qualified name is p:to.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BooleanVariantValue &lt;p:boolVal></description></item>
            <item><description>IntegerVariantValue &lt;p:intVal></description></item>
            <item><description>FloatVariantValue &lt;p:fltVal></description></item>
            <item><description>StringVariantValue &lt;p:strVal></description></item>
            <item><description>ColorValue &lt;p:clrVal></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ToVariantValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ToVariantValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToVariantValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToVariantValue.#ctor">
            <summary>
            Initializes a new instance of the ToVariantValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToVariantValue.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ToVariantValue class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToVariantValue.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ToVariantValue class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToVariantValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ToVariantValue class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToVariantValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.VariantValue">
             <summary>
             <para>Value.</para>
             <para> When the object is serialized out as xml, its qualified name is p:val.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BooleanVariantValue &lt;p:boolVal></description></item>
            <item><description>IntegerVariantValue &lt;p:intVal></description></item>
            <item><description>FloatVariantValue &lt;p:fltVal></description></item>
            <item><description>StringVariantValue &lt;p:strVal></description></item>
            <item><description>ColorValue &lt;p:clrVal></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.VariantValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.VariantValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.VariantValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.VariantValue.#ctor">
            <summary>
            Initializes a new instance of the VariantValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.VariantValue.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VariantValue class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.VariantValue.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VariantValue class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.VariantValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VariantValue class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.VariantValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType">
             <summary>
             Defines the TimeListAnimationVariantType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BooleanVariantValue &lt;p:boolVal></description></item>
            <item><description>IntegerVariantValue &lt;p:intVal></description></item>
            <item><description>FloatVariantValue &lt;p:fltVal></description></item>
            <item><description>StringVariantValue &lt;p:strVal></description></item>
            <item><description>ColorValue &lt;p:clrVal></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue">
            <summary>
            <para> Boolean Variant.</para>
            <para> Represents the following element tag in the schema: p:boolVal </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue">
            <summary>
            <para> Integer.</para>
            <para> Represents the following element tag in the schema: p:intVal </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue">
            <summary>
            <para> Float Value.</para>
            <para> Represents the following element tag in the schema: p:fltVal </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue">
            <summary>
            <para> String Value.</para>
            <para> Represents the following element tag in the schema: p:strVal </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue">
            <summary>
            <para> Color Value.</para>
            <para> Represents the following element tag in the schema: p:clrVal </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.#ctor">
            <summary>
            Initializes a new instance of the TimeListAnimationVariantType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimeListAnimationVariantType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimeListAnimationVariantType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimeListAnimationVariantType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommonMediaNode">
             <summary>
             <para>Common Media Node Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cMediaNode.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonTimeNode &lt;p:cTn></description></item>
            <item><description>TargetElement &lt;p:tgtEl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonMediaNode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonMediaNode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonMediaNode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume">
            <summary>
            <para> Volume.</para>
            <para>Represents the following attribute in the schema: vol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute">
            <summary>
            <para> Mute.</para>
            <para>Represents the following attribute in the schema: mute </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount">
            <summary>
            <para> Number of Slides.</para>
            <para>Represents the following attribute in the schema: numSld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped">
            <summary>
            <para> Show When Stopped.</para>
            <para>Represents the following attribute in the schema: showWhenStopped </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonMediaNode.#ctor">
            <summary>
            Initializes a new instance of the CommonMediaNode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonMediaNode.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommonMediaNode class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonMediaNode.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommonMediaNode class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonMediaNode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommonMediaNode class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode">
            <summary>
            <para> Common Time Node Properties.</para>
            <para> Represents the following element tag in the schema: p:cTn </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement">
            <summary>
            <para> TargetElement.</para>
            <para> Represents the following element tag in the schema: p:tgtEl </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonMediaNode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeNodeList">
             <summary>
             <para>Time Node List.</para>
             <para> When the object is serialized out as xml, its qualified name is p:tnLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParallelTimeNode &lt;p:par></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeNodeList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeNodeList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeNodeList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeNodeList.#ctor">
            <summary>
            Initializes a new instance of the TimeNodeList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeNodeList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimeNodeList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeNodeList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimeNodeList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeNodeList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimeNodeList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode">
            <summary>
            <para> ParallelTimeNode.</para>
            <para> Represents the following element tag in the schema: p:par </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeNodeList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Template">
             <summary>
             <para>Template Effects.</para>
             <para> When the object is serialized out as xml, its qualified name is p:tmpl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimeNodeList &lt;p:tnLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Template.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Template.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Template.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Template.Level">
            <summary>
            <para> Level.</para>
            <para>Represents the following attribute in the schema: lvl </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Template.#ctor">
            <summary>
            Initializes a new instance of the Template class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Template.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Template class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Template.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Template class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Template.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Template class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Template.TimeNodeList">
            <summary>
            <para> Time Node List.</para>
            <para> Represents the following element tag in the schema: p:tnLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Template.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TemplateList">
             <summary>
             <para>Template effects.</para>
             <para> When the object is serialized out as xml, its qualified name is p:tmplLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Template &lt;p:tmpl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TemplateList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TemplateList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TemplateList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TemplateList.#ctor">
            <summary>
            Initializes a new instance of the TemplateList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TemplateList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TemplateList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TemplateList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TemplateList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TemplateList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TemplateList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TemplateList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BuildSubElement">
             <summary>
             <para>Build Sub Elements.</para>
             <para> When the object is serialized out as xml, its qualified name is p:bldSub.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BuildDiagram &lt;a:bldDgm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BuildChart &lt;a:bldChart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildSubElement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildSubElement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildSubElement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildSubElement.#ctor">
            <summary>
            Initializes a new instance of the BuildSubElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildSubElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BuildSubElement class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildSubElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BuildSubElement class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildSubElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BuildSubElement class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram">
            <summary>
            <para> Build Diagram.</para>
            <para> Represents the following element tag in the schema: a:bldDgm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart">
            <summary>
            <para> Build Chart.</para>
            <para> Represents the following element tag in the schema: a:bldChart </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildSubElement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BuildParagraph">
             <summary>
             <para>Build Paragraph.</para>
             <para> When the object is serialized out as xml, its qualified name is p:bldP.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TemplateList &lt;p:tmplLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildParagraph.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId">
            <summary>
            <para> Shape ID.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId">
            <summary>
            <para> Group ID.</para>
            <para>Represents the following attribute in the schema: grpId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand">
            <summary>
            <para> Expand UI.</para>
            <para>Represents the following attribute in the schema: uiExpand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.Build">
            <summary>
            <para> Build Types.</para>
            <para>Represents the following attribute in the schema: build </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel">
            <summary>
            <para> Build Level.</para>
            <para>Represents the following attribute in the schema: bldLvl </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground">
            <summary>
            <para> Animate Background.</para>
            <para>Represents the following attribute in the schema: animBg </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground">
            <summary>
            <para> Auto Update Animation Background.</para>
            <para>Represents the following attribute in the schema: autoUpdateAnimBg </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse">
            <summary>
            <para> Reverse.</para>
            <para>Represents the following attribute in the schema: rev </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance">
            <summary>
            <para> Auto Advance Time.</para>
            <para>Represents the following attribute in the schema: advAuto </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildParagraph.#ctor">
            <summary>
            Initializes a new instance of the BuildParagraph class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildParagraph.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BuildParagraph class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildParagraph.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BuildParagraph class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildParagraph.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BuildParagraph class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList">
            <summary>
            <para> Template effects.</para>
            <para> Represents the following element tag in the schema: p:tmplLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildParagraph.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BuildDiagram">
            <summary>
            <para>Build Diagram.</para>
            <para> When the object is serialized out as xml, its qualified name is p:bldDgm.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildDiagram.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildDiagram.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildDiagram.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId">
            <summary>
            <para> Shape ID.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId">
            <summary>
            <para> Group ID.</para>
            <para>Represents the following attribute in the schema: grpId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand">
            <summary>
            <para> Expand UI.</para>
            <para>Represents the following attribute in the schema: uiExpand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildDiagram.Build">
            <summary>
            <para> Diagram Build Types.</para>
            <para>Represents the following attribute in the schema: bld </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildDiagram.#ctor">
            <summary>
            Initializes a new instance of the BuildDiagram class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildDiagram.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BuildOleChart">
            <summary>
            <para>Build OLE Chart.</para>
            <para> When the object is serialized out as xml, its qualified name is p:bldOleChart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildOleChart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildOleChart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildOleChart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId">
            <summary>
            <para> Shape ID.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId">
            <summary>
            <para> Group ID.</para>
            <para>Represents the following attribute in the schema: grpId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand">
            <summary>
            <para> Expand UI.</para>
            <para>Represents the following attribute in the schema: uiExpand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildOleChart.Build">
            <summary>
            <para> Build.</para>
            <para>Represents the following attribute in the schema: bld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground">
            <summary>
            <para> Animate Background.</para>
            <para>Represents the following attribute in the schema: animBg </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildOleChart.#ctor">
            <summary>
            Initializes a new instance of the BuildOleChart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildOleChart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BuildGraphics">
             <summary>
             <para>Build Graphics.</para>
             <para> When the object is serialized out as xml, its qualified name is p:bldGraphic.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BuildAsOne &lt;p:bldAsOne></description></item>
            <item><description>BuildSubElement &lt;p:bldSub></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildGraphics.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildGraphics.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildGraphics.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId">
            <summary>
            <para> Shape ID.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId">
            <summary>
            <para> Group ID.</para>
            <para>Represents the following attribute in the schema: grpId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand">
            <summary>
            <para> Expand UI.</para>
            <para>Represents the following attribute in the schema: uiExpand </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildGraphics.#ctor">
            <summary>
            Initializes a new instance of the BuildGraphics class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildGraphics.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BuildGraphics class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildGraphics.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BuildGraphics class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildGraphics.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BuildGraphics class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne">
            <summary>
            <para> Build As One.</para>
            <para> Represents the following element tag in the schema: p:bldAsOne </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement">
            <summary>
            <para> Build Sub Elements.</para>
            <para> Represents the following element tag in the schema: p:bldSub </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildGraphics.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BuildList">
             <summary>
             <para>Build List.</para>
             <para> When the object is serialized out as xml, its qualified name is p:bldLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BuildParagraph &lt;p:bldP></description></item>
            <item><description>BuildDiagram &lt;p:bldDgm></description></item>
            <item><description>BuildOleChart &lt;p:bldOleChart></description></item>
            <item><description>BuildGraphics &lt;p:bldGraphic></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BuildList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildList.#ctor">
            <summary>
            Initializes a new instance of the BuildList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BuildList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BuildList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BuildList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BuildList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ExtensionListWithModification">
             <summary>
             <para>Defines the ExtensionListWithModification Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Extension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify">
            <summary>
            <para> Modify.</para>
            <para>Represents the following attribute in the schema: mod </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.#ctor">
            <summary>
            Initializes a new instance of the ExtensionListWithModification class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionListWithModification class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionListWithModification class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionListWithModification class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ByColor">
             <summary>
             <para>By.</para>
             <para> When the object is serialized out as xml, its qualified name is p:by.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColor &lt;p:rgb></description></item>
            <item><description>HslColor &lt;p:hsl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ByColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ByColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ByColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ByColor.#ctor">
            <summary>
            Initializes a new instance of the ByColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ByColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ByColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ByColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ByColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ByColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ByColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ByColor.RgbColor">
            <summary>
            <para> RGB.</para>
            <para> Represents the following element tag in the schema: p:rgb </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ByColor.HslColor">
            <summary>
            <para> HSL.</para>
            <para> Represents the following element tag in the schema: p:hsl </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ByColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.FromColor">
             <summary>
             <para>From.</para>
             <para> When the object is serialized out as xml, its qualified name is p:from.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.FromColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.FromColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FromColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FromColor.#ctor">
            <summary>
            Initializes a new instance of the FromColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FromColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FromColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FromColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FromColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FromColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FromColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FromColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ToColor">
             <summary>
             <para>To.</para>
             <para> When the object is serialized out as xml, its qualified name is p:to.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ToColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ToColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToColor.#ctor">
            <summary>
            Initializes a new instance of the ToColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToColor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ToColor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToColor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ToColor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ToColor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Color3Type">
             <summary>
             Defines the Color3Type class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage">
            <summary>
            <para> RGB Color Model - Percentage Variant, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: a:scrgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex">
            <summary>
            <para> RGB Color Model - Hex Variant.</para>
            <para> Represents the following element tag in the schema: a:srgbClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Color3Type.HslColor">
            <summary>
            <para> Hue, Saturation, Luminance Color Model, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: a:hslClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor">
            <summary>
            <para> System Color, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: a:sysClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor">
            <summary>
            <para> Scheme Color.</para>
            <para> Represents the following element tag in the schema: a:schemeClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor">
            <summary>
            <para> Preset Color, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: a:prstClr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Color3Type.#ctor">
            <summary>
            Initializes a new instance of the Color3Type class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Color3Type.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Color3Type class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Color3Type.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Color3Type class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Color3Type.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Color3Type class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideListEntry">
            <summary>
            <para>Presentation Slide.</para>
            <para> When the object is serialized out as xml, its qualified name is p:sld.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideListEntry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideListEntry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideListEntry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideListEntry.Id">
             <summary>
             <para> Relationship ID.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideListEntry.#ctor">
            <summary>
            Initializes a new instance of the SlideListEntry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideListEntry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CustomerData">
            <summary>
            <para>Customer Data.</para>
            <para> When the object is serialized out as xml, its qualified name is p:custData.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomerData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomerData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomerData.Id">
             <summary>
             <para> Relationship ID.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerData.#ctor">
            <summary>
            Initializes a new instance of the CustomerData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CustomerDataTags">
            <summary>
            <para>Customer Data Tags.</para>
            <para> When the object is serialized out as xml, its qualified name is p:tags.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomerDataTags.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomerDataTags.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerDataTags.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id">
             <summary>
             <para> Relationship ID.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerDataTags.#ctor">
            <summary>
            Initializes a new instance of the CustomerDataTags class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerDataTags.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommentAuthor">
             <summary>
             <para>Comment Author.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cmAuthor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommentAuthorExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthor.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthor.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials">
            <summary>
            <para> initials.</para>
            <para>Represents the following attribute in the schema: initials </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex">
            <summary>
            <para> lastIdx.</para>
            <para>Represents the following attribute in the schema: lastIdx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex">
            <summary>
            <para> clrIdx.</para>
            <para>Represents the following attribute in the schema: clrIdx </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthor.#ctor">
            <summary>
            Initializes a new instance of the CommentAuthor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentAuthor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentAuthor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentAuthor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList">
            <summary>
            <para> CommentAuthorExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Comment">
             <summary>
             <para>Comment.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Position &lt;p:pos></description></item>
            <item><description>Text &lt;p:text></description></item>
            <item><description>CommentExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Comment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Comment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Comment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Comment.AuthorId">
            <summary>
            <para> authorId.</para>
            <para>Represents the following attribute in the schema: authorId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Comment.DateTime">
            <summary>
            <para> dt.</para>
            <para>Represents the following attribute in the schema: dt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Comment.Index">
            <summary>
            <para> idx.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Comment.#ctor">
            <summary>
            Initializes a new instance of the Comment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Comment.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Comment class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Comment.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Comment class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Comment.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Comment class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Comment.Position">
            <summary>
            <para> Position.</para>
            <para> Represents the following element tag in the schema: p:pos </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Comment.Text">
            <summary>
            <para> Text.</para>
            <para> Represents the following element tag in the schema: p:text </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList">
            <summary>
            <para> CommentExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Comment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ExtensionList">
             <summary>
             <para>Defines the ExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Extension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Control">
             <summary>
             <para>Embedded Control.</para>
             <para> When the object is serialized out as xml, its qualified name is p:control.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
            <item><description>Picture &lt;p:pic></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Control.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Control.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Control.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Control.ShapeId">
            <summary>
            <para> spid.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Control.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon">
            <summary>
            <para> showAsIcon.</para>
            <para>Represents the following attribute in the schema: showAsIcon </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Control.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Control.ImageWidth">
            <summary>
            <para> imgW.</para>
            <para>Represents the following attribute in the schema: imgW </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Control.ImageHeight">
            <summary>
            <para> imgH.</para>
            <para>Represents the following attribute in the schema: imgH </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Control.#ctor">
            <summary>
            Initializes a new instance of the Control class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Control.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Control class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Control.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Control class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Control.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Control class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Control.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Control.Picture">
            <summary>
            <para> Picture.</para>
            <para> Represents the following element tag in the schema: p:pic </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Control.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideId">
             <summary>
             <para>Slide ID.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldId.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideId.Id">
            <summary>
            <para> Slide Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId">
             <summary>
             <para> Relationship Identifier.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideId.#ctor">
            <summary>
            Initializes a new instance of the SlideId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideId.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideId class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideId.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideId class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideId class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideMasterId">
             <summary>
             <para>Slide Master ID.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldMasterId.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterId.Id">
            <summary>
            <para> Slide Master Identifier.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId">
             <summary>
             <para> Relationship Identifier.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterId.#ctor">
            <summary>
            Initializes a new instance of the SlideMasterId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterId.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideMasterId class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterId.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideMasterId class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideMasterId class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NotesMasterId">
             <summary>
             <para>Notes Master ID.</para>
             <para> When the object is serialized out as xml, its qualified name is p:notesMasterId.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterId.Id">
             <summary>
             <para> Relationship Identifier.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterId.#ctor">
            <summary>
            Initializes a new instance of the NotesMasterId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterId.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NotesMasterId class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterId.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NotesMasterId class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NotesMasterId class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.HandoutMasterId">
             <summary>
             <para>Handout Master ID.</para>
             <para> When the object is serialized out as xml, its qualified name is p:handoutMasterId.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id">
             <summary>
             <para> Relationship Identifier.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterId.#ctor">
            <summary>
            Initializes a new instance of the HandoutMasterId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterId.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HandoutMasterId class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterId.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HandoutMasterId class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HandoutMasterId class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Font">
            <summary>
            <para>Embedded Font Name.</para>
            <para> When the object is serialized out as xml, its qualified name is p:font.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Font.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Font.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Font.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Font.Typeface">
            <summary>
            <para> Text Typeface.</para>
            <para>Represents the following attribute in the schema: typeface </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Font.Panose">
            <summary>
            <para> Panose Setting.</para>
            <para>Represents the following attribute in the schema: panose </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Font.PitchFamily">
            <summary>
            <para> Similar Font Family.</para>
            <para>Represents the following attribute in the schema: pitchFamily </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Font.CharacterSet">
            <summary>
            <para> Similar Character Set.</para>
            <para>Represents the following attribute in the schema: charset </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Font.#ctor">
            <summary>
            Initializes a new instance of the Font class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Font.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.RegularFont">
            <summary>
            <para>Regular Embedded Font.</para>
            <para> When the object is serialized out as xml, its qualified name is p:regular.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RegularFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RegularFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RegularFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RegularFont.#ctor">
            <summary>
            Initializes a new instance of the RegularFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RegularFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BoldFont">
            <summary>
            <para>Bold Embedded Font.</para>
            <para> When the object is serialized out as xml, its qualified name is p:bold.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BoldFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BoldFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BoldFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BoldFont.#ctor">
            <summary>
            Initializes a new instance of the BoldFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BoldFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ItalicFont">
            <summary>
            <para>Italic Embedded Font.</para>
            <para> When the object is serialized out as xml, its qualified name is p:italic.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ItalicFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ItalicFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ItalicFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ItalicFont.#ctor">
            <summary>
            Initializes a new instance of the ItalicFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ItalicFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BoldItalicFont">
            <summary>
            <para>Bold Italic Embedded Font.</para>
            <para> When the object is serialized out as xml, its qualified name is p:boldItalic.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BoldItalicFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BoldItalicFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BoldItalicFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BoldItalicFont.#ctor">
            <summary>
            Initializes a new instance of the BoldItalicFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BoldItalicFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType">
            <summary>
            Defines the EmbeddedFontDataIdType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id">
             <summary>
             <para> Relationship Identifier.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.#ctor">
            <summary>
            Initializes a new instance of the EmbeddedFontDataIdType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.EmbeddedFont">
             <summary>
             <para>Embedded Font.</para>
             <para> When the object is serialized out as xml, its qualified name is p:embeddedFont.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Font &lt;p:font></description></item>
            <item><description>RegularFont &lt;p:regular></description></item>
            <item><description>BoldFont &lt;p:bold></description></item>
            <item><description>ItalicFont &lt;p:italic></description></item>
            <item><description>BoldItalicFont &lt;p:boldItalic></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFont.#ctor">
            <summary>
            Initializes a new instance of the EmbeddedFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFont.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EmbeddedFont class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFont.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EmbeddedFont class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFont.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EmbeddedFont class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font">
            <summary>
            <para> Embedded Font Name.</para>
            <para> Represents the following element tag in the schema: p:font </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont">
            <summary>
            <para> Regular Embedded Font.</para>
            <para> Represents the following element tag in the schema: p:regular </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont">
            <summary>
            <para> Bold Embedded Font.</para>
            <para> Represents the following element tag in the schema: p:bold </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont">
            <summary>
            <para> Italic Embedded Font.</para>
            <para> Represents the following element tag in the schema: p:italic </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont">
            <summary>
            <para> Bold Italic Embedded Font.</para>
            <para> Represents the following element tag in the schema: p:boldItalic </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideList">
             <summary>
             <para>List of Presentation Slides.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideListEntry &lt;p:sld></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideList.#ctor">
            <summary>
            Initializes a new instance of the SlideList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CustomShow">
             <summary>
             <para>Custom Show.</para>
             <para> When the object is serialized out as xml, its qualified name is p:custShow.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideList &lt;p:sldLst></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShow.Name">
            <summary>
            <para> Custom Show Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShow.Id">
            <summary>
            <para> Custom Show ID.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShow.#ctor">
            <summary>
            Initializes a new instance of the CustomShow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomShow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomShow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomShow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShow.SlideList">
            <summary>
            <para> List of Presentation Slides.</para>
            <para> Represents the following element tag in the schema: p:sldLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties">
             <summary>
             <para>Non-Visual Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cNvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnClick &lt;a:hlinkClick></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HyperlinkOnHover &lt;a:hlinkHover></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description">
            <summary>
            <para> descr.</para>
            <para>Represents the following attribute in the schema: descr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title">
            <summary>
            <para> title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick">
            <summary>
            <para> HyperlinkOnClick.</para>
            <para> Represents the following element tag in the schema: a:hlinkClick </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover">
            <summary>
            <para> HyperlinkOnHover.</para>
            <para> Represents the following element tag in the schema: a:hlinkHover </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList">
            <summary>
            <para> NonVisualDrawingPropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties">
             <summary>
             <para>Non-Visual Drawing Properties for a Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cNvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ShapeLocks &lt;a:spLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox">
            <summary>
            <para> Text Box.</para>
            <para>Represents the following attribute in the schema: txBox </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks">
            <summary>
            <para> Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:spLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties">
             <summary>
             <para>Application Non-Visual Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:nvPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PlaceholderShape &lt;p:ph></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AudioFromCD &lt;a:audioCd></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.WaveAudioFile &lt;a:wavAudioFile></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.AudioFromFile &lt;a:audioFile></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.VideoFromFile &lt;a:videoFile></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.QuickTimeFromFile &lt;a:quickTimeFile></description></item>
            <item><description>CustomerDataList &lt;p:custDataLst></description></item>
            <item><description>ApplicationNonVisualDrawingPropertiesExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto">
            <summary>
            <para> Is a Photo Album.</para>
            <para>Represents the following attribute in the schema: isPhoto </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn">
            <summary>
            <para> Is User Drawn.</para>
            <para>Represents the following attribute in the schema: userDrawn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape">
            <summary>
            <para> Placeholder Shape.</para>
            <para> Represents the following element tag in the schema: p:ph </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties">
             <summary>
             <para>Non-Visual Properties for a Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is p:nvSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;p:cNvPr></description></item>
            <item><description>NonVisualShapeDrawingProperties &lt;p:cNvSpPr></description></item>
            <item><description>ApplicationNonVisualDrawingProperties &lt;p:nvPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> Non-Visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:cNvPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties">
            <summary>
            <para> Non-Visual Drawing Properties for a Shape.</para>
            <para> Represents the following element tag in the schema: p:cNvSpPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties">
            <summary>
            <para> Application Non-Visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:nvPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ShapeProperties">
             <summary>
             <para>Defines the ShapeProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:spPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Transform2D &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.CustomGeometry &lt;a:custGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetGeometry &lt;a:prstGeom></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Outline &lt;a:ln></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Shape3DType &lt;a:sp3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the ShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D">
            <summary>
            <para> 2D Transform for Individual Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ShapeStyle">
             <summary>
             <para>Shape Style.</para>
             <para> When the object is serialized out as xml, its qualified name is p:style.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.LineReference &lt;a:lnRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FillReference &lt;a:fillRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectReference &lt;a:effectRef></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.FontReference &lt;a:fontRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeStyle.#ctor">
            <summary>
            Initializes a new instance of the ShapeStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference">
            <summary>
            <para> LineReference.</para>
            <para> Represents the following element tag in the schema: a:lnRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference">
            <summary>
            <para> FillReference.</para>
            <para> Represents the following element tag in the schema: a:fillRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference">
            <summary>
            <para> EffectReference.</para>
            <para> Represents the following element tag in the schema: a:effectRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference">
            <summary>
            <para> Font Reference.</para>
            <para> Represents the following element tag in the schema: a:fontRef </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TextBody">
             <summary>
             <para>Shape Text Body.</para>
             <para> When the object is serialized out as xml, its qualified name is p:txBody.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.BodyProperties &lt;a:bodyPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ListStyle &lt;a:lstStyle></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Paragraph &lt;a:p></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextBody.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextBody.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextBody.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextBody.#ctor">
            <summary>
            Initializes a new instance of the TextBody class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextBody.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextBody.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBody class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextBody.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBody class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties">
            <summary>
            <para> Body Properties.</para>
            <para> Represents the following element tag in the schema: a:bodyPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextBody.ListStyle">
            <summary>
            <para> Text List Styles.</para>
            <para> Represents the following element tag in the schema: a:lstStyle </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextBody.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties">
             <summary>
             <para>Non-Visual Connector Shape Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cNvCxnSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks &lt;a:cxnSpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.StartConnection &lt;a:stCxn></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EndConnection &lt;a:endCxn></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualConnectorShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks">
            <summary>
            <para> Connection Shape Locks.</para>
            <para> Represents the following element tag in the schema: a:cxnSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection">
            <summary>
            <para> Connection Start.</para>
            <para> Represents the following element tag in the schema: a:stCxn </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection">
            <summary>
            <para> Connection End.</para>
            <para> Represents the following element tag in the schema: a:endCxn </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties">
             <summary>
             <para>Non-Visual Properties for a Connection Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is p:nvCxnSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;p:cNvPr></description></item>
            <item><description>NonVisualConnectorShapeDrawingProperties &lt;p:cNvCxnSpPr></description></item>
            <item><description>ApplicationNonVisualDrawingProperties &lt;p:nvPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualConnectionShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> Non-Visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:cNvPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties">
            <summary>
            <para> Non-Visual Connector Shape Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:cNvCxnSpPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties">
            <summary>
            <para> Application Non-Visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:nvPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties">
             <summary>
             <para>Non-Visual Picture Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cNvPicPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.PictureLocks &lt;a:picLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize">
            <summary>
            <para> preferRelativeResize.</para>
            <para>Represents the following attribute in the schema: preferRelativeResize </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPictureDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks">
            <summary>
            <para> PictureLocks.</para>
            <para> Represents the following element tag in the schema: a:picLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList">
            <summary>
            <para> NonVisualPicturePropertiesExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties">
             <summary>
             <para>Non-Visual Properties for a Picture.</para>
             <para> When the object is serialized out as xml, its qualified name is p:nvPicPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;p:cNvPr></description></item>
            <item><description>NonVisualPictureDrawingProperties &lt;p:cNvPicPr></description></item>
            <item><description>ApplicationNonVisualDrawingProperties &lt;p:nvPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualPictureProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualPictureProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties">
            <summary>
            <para> NonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: p:cNvPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties">
            <summary>
            <para> Non-Visual Picture Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:cNvPicPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties">
            <summary>
            <para> ApplicationNonVisualDrawingProperties.</para>
            <para> Represents the following element tag in the schema: p:nvPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BlipFill">
             <summary>
             <para>Picture Fill.</para>
             <para> When the object is serialized out as xml, its qualified name is p:blipFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Blip &lt;a:blip></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SourceRectangle &lt;a:srcRect></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Tile &lt;a:tile></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Stretch &lt;a:stretch></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BlipFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BlipFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BlipFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BlipFill.Dpi">
            <summary>
            <para> DPI Setting.</para>
            <para>Represents the following attribute in the schema: dpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape">
            <summary>
            <para> Rotate With Shape.</para>
            <para>Represents the following attribute in the schema: rotWithShape </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BlipFill.#ctor">
            <summary>
            Initializes a new instance of the BlipFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BlipFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BlipFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BlipFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BlipFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BlipFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BlipFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BlipFill.Blip">
            <summary>
            <para> Blip.</para>
            <para> Represents the following element tag in the schema: a:blip </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle">
            <summary>
            <para> Source Rectangle.</para>
            <para> Represents the following element tag in the schema: a:srcRect </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BlipFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties">
             <summary>
             <para>Non-Visual Graphic Frame Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cNvGraphicFramePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.GraphicFrameLocks &lt;a:graphicFrameLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks">
            <summary>
            <para> Graphic Frame Locks.</para>
            <para> Represents the following element tag in the schema: a:graphicFrameLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties">
             <summary>
             <para>Non-Visual Properties for a Graphic Frame.</para>
             <para> When the object is serialized out as xml, its qualified name is p:nvGraphicFramePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;p:cNvPr></description></item>
            <item><description>NonVisualGraphicFrameDrawingProperties &lt;p:cNvGraphicFramePr></description></item>
            <item><description>ApplicationNonVisualDrawingProperties &lt;p:nvPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGraphicFrameProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties">
            <summary>
            <para> Non-Visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:cNvPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties">
            <summary>
            <para> Non-Visual Graphic Frame Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:cNvGraphicFramePr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties">
            <summary>
            <para> Application Non-Visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:nvPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Transform">
             <summary>
             <para>2D Transform for Graphic Frame.</para>
             <para> When the object is serialized out as xml, its qualified name is p:xfrm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Offset &lt;a:off></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Extents &lt;a:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transform.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transform.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transform.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transform.Rotation">
            <summary>
            <para> Rotation.</para>
            <para>Represents the following attribute in the schema: rot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip">
            <summary>
            <para> Horizontal Flip.</para>
            <para>Represents the following attribute in the schema: flipH </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip">
            <summary>
            <para> Vertical Flip.</para>
            <para>Represents the following attribute in the schema: flipV </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transform.#ctor">
            <summary>
            Initializes a new instance of the Transform class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transform.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transform class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transform.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transform class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transform.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transform class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transform.Offset">
            <summary>
            <para> Offset.</para>
            <para> Represents the following element tag in the schema: a:off </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transform.Extents">
            <summary>
            <para> Extents.</para>
            <para> Represents the following element tag in the schema: a:ext </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transform.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties">
             <summary>
             <para>Non-Visual Group Shape Drawing Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cNvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.GroupShapeLocks &lt;a:grpSpLocks></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeDrawingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks">
            <summary>
            <para> GroupShapeLocks.</para>
            <para> Represents the following element tag in the schema: a:grpSpLocks </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList">
            <summary>
            <para> NonVisualGroupDrawingShapePropsExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TitleStyle">
             <summary>
             <para>Slide Master Title Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is p:titleStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties &lt;a:defPPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties &lt;a:lvl1pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties &lt;a:lvl2pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties &lt;a:lvl3pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties &lt;a:lvl4pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties &lt;a:lvl5pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties &lt;a:lvl6pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties &lt;a:lvl7pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties &lt;a:lvl8pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties &lt;a:lvl9pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TitleStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TitleStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TitleStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TitleStyle.#ctor">
            <summary>
            Initializes a new instance of the TitleStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TitleStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TitleStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TitleStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TitleStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TitleStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TitleStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TitleStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BodyStyle">
             <summary>
             <para>Slide Master Body Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is p:bodyStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties &lt;a:defPPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties &lt;a:lvl1pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties &lt;a:lvl2pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties &lt;a:lvl3pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties &lt;a:lvl4pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties &lt;a:lvl5pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties &lt;a:lvl6pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties &lt;a:lvl7pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties &lt;a:lvl8pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties &lt;a:lvl9pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BodyStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BodyStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BodyStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BodyStyle.#ctor">
            <summary>
            Initializes a new instance of the BodyStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BodyStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BodyStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BodyStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BodyStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BodyStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BodyStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BodyStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OtherStyle">
             <summary>
             <para>Slide Master Other Text Style.</para>
             <para> When the object is serialized out as xml, its qualified name is p:otherStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties &lt;a:defPPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties &lt;a:lvl1pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties &lt;a:lvl2pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties &lt;a:lvl3pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties &lt;a:lvl4pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties &lt;a:lvl5pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties &lt;a:lvl6pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties &lt;a:lvl7pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties &lt;a:lvl8pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties &lt;a:lvl9pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OtherStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OtherStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OtherStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OtherStyle.#ctor">
            <summary>
            Initializes a new instance of the OtherStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OtherStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OtherStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OtherStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OtherStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OtherStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OtherStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OtherStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.DefaultTextStyle">
             <summary>
             <para>Defines the DefaultTextStyle Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:defaultTextStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties &lt;a:defPPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties &lt;a:lvl1pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties &lt;a:lvl2pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties &lt;a:lvl3pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties &lt;a:lvl4pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties &lt;a:lvl5pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties &lt;a:lvl6pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties &lt;a:lvl7pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties &lt;a:lvl8pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties &lt;a:lvl9pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.DefaultTextStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.DefaultTextStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DefaultTextStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DefaultTextStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultTextStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DefaultTextStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DefaultTextStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DefaultTextStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DefaultTextStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DefaultTextStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefaultTextStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.DefaultTextStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NotesStyle">
             <summary>
             <para>Defines the NotesStyle Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:notesStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties &lt;a:defPPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties &lt;a:lvl1pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties &lt;a:lvl2pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties &lt;a:lvl3pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties &lt;a:lvl4pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties &lt;a:lvl5pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties &lt;a:lvl6pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties &lt;a:lvl7pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties &lt;a:lvl8pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties &lt;a:lvl9pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesStyle.#ctor">
            <summary>
            Initializes a new instance of the NotesStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NotesStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NotesStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NotesStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TextListStyleType">
             <summary>
             Defines the TextListStyleType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties &lt;a:defPPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties &lt;a:lvl1pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties &lt;a:lvl2pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties &lt;a:lvl3pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties &lt;a:lvl4pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties &lt;a:lvl5pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties &lt;a:lvl6pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties &lt;a:lvl7pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties &lt;a:lvl8pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties &lt;a:lvl9pPr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties">
            <summary>
            <para> Default Paragraph Style.</para>
            <para> Represents the following element tag in the schema: a:defPPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties">
            <summary>
            <para> List Level 1 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl1pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties">
            <summary>
            <para> List Level 2 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl2pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties">
            <summary>
            <para> List Level 3 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl3pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties">
            <summary>
            <para> List Level 4 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl4pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties">
            <summary>
            <para> List Level 5 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl5pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties">
            <summary>
            <para> List Level 6 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl6pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties">
            <summary>
            <para> List Level 7 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl7pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties">
            <summary>
            <para> List Level 8 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl8pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties">
            <summary>
            <para> List Level 9 Text Style.</para>
            <para> Represents the following element tag in the schema: a:lvl9pPr </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: a:extLst </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextListStyleType.#ctor">
            <summary>
            Initializes a new instance of the TextListStyleType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextListStyleType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextListStyleType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextListStyleType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextListStyleType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextListStyleType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextListStyleType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideLayoutId">
             <summary>
             <para>Slide Layout Id.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldLayoutId.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id">
            <summary>
            <para> ID Tag.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId">
             <summary>
             <para> ID Tag.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutId.#ctor">
            <summary>
            Initializes a new instance of the SlideLayoutId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutId.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideLayoutId class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutId.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideLayoutId class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideLayoutId class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommonSlideData">
             <summary>
             <para>Common slide data for notes slides.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cSld.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Background &lt;p:bg></description></item>
            <item><description>ShapeTree &lt;p:spTree></description></item>
            <item><description>CustomerDataList &lt;p:custDataLst></description></item>
            <item><description>ControlList &lt;p:controls></description></item>
            <item><description>CommonSlideDataExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideData.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideData.#ctor">
            <summary>
            Initializes a new instance of the CommonSlideData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommonSlideData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommonSlideData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommonSlideData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideData.Background">
            <summary>
            <para> Slide Background.</para>
            <para> Represents the following element tag in the schema: p:bg </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree">
            <summary>
            <para> Shape Tree.</para>
            <para> Represents the following element tag in the schema: p:spTree </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList">
            <summary>
            <para> Customer Data List.</para>
            <para> Represents the following element tag in the schema: p:custDataLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList">
            <summary>
            <para> List of controls.</para>
            <para> Represents the following element tag in the schema: p:controls </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList">
            <summary>
            <para> CommonSlideDataExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Tag">
            <summary>
            <para>Programmable Extensibility Tag.</para>
            <para> When the object is serialized out as xml, its qualified name is p:tag.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Tag.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Tag.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Tag.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Tag.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Tag.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Tag.#ctor">
            <summary>
            Initializes a new instance of the Tag class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Tag.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.RestoredLeft">
            <summary>
            <para>Normal View Restored Left Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is p:restoredLeft.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RestoredLeft.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RestoredLeft.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RestoredLeft.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RestoredLeft.#ctor">
            <summary>
            Initializes a new instance of the RestoredLeft class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RestoredLeft.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.RestoredTop">
            <summary>
            <para>Normal View Restored Top Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is p:restoredTop.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RestoredTop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RestoredTop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RestoredTop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RestoredTop.#ctor">
            <summary>
            Initializes a new instance of the RestoredTop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RestoredTop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NormalViewPortionType">
            <summary>
            Defines the NormalViewPortionType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size">
            <summary>
            <para> Normal View Dimension Size.</para>
            <para>Represents the following attribute in the schema: sz </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust">
            <summary>
            <para> Auto Adjust Normal View.</para>
            <para>Represents the following attribute in the schema: autoAdjust </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NormalViewPortionType.#ctor">
            <summary>
            Initializes a new instance of the NormalViewPortionType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ScaleFactor">
             <summary>
             <para>View Scale.</para>
             <para> When the object is serialized out as xml, its qualified name is p:scale.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.ScaleX &lt;a:sx></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ScaleY &lt;a:sy></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ScaleFactor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ScaleFactor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ScaleFactor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ScaleFactor.#ctor">
            <summary>
            Initializes a new instance of the ScaleFactor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ScaleFactor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ScaleFactor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ScaleFactor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ScaleFactor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ScaleFactor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScaleFactor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX">
            <summary>
            <para> Horizontal Ratio.</para>
            <para> Represents the following element tag in the schema: a:sx </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY">
            <summary>
            <para> Vertical Ratio.</para>
            <para> Represents the following element tag in the schema: a:sy </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ScaleFactor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Origin">
            <summary>
            <para>View Origin.</para>
            <para> When the object is serialized out as xml, its qualified name is p:origin.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Origin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Origin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Origin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Origin.#ctor">
            <summary>
            Initializes a new instance of the Origin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Origin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Position">
            <summary>
            <para>Defines the Position Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:pos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Position.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Position.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Position.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Position.#ctor">
            <summary>
            Initializes a new instance of the Position class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Position.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Point2DType">
            <summary>
            Defines the Point2DType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Point2DType.X">
            <summary>
            <para> X-Axis Coordinate.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Point2DType.Y">
            <summary>
            <para> Y-Axis Coordinate.</para>
            <para>Represents the following attribute in the schema: y </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Point2DType.#ctor">
            <summary>
            Initializes a new instance of the Point2DType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommonViewProperties">
             <summary>
             <para>Base properties for Notes View.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cViewPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ScaleFactor &lt;p:scale></description></item>
            <item><description>Origin &lt;p:origin></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonViewProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonViewProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonViewProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale">
            <summary>
            <para> Variable Scale.</para>
            <para>Represents the following attribute in the schema: varScale </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonViewProperties.#ctor">
            <summary>
            Initializes a new instance of the CommonViewProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonViewProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommonViewProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonViewProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommonViewProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonViewProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommonViewProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor">
            <summary>
            <para> View Scale.</para>
            <para> Represents the following element tag in the schema: p:scale </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin">
            <summary>
            <para> View Origin.</para>
            <para> Represents the following element tag in the schema: p:origin </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonViewProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry">
            <summary>
            <para>Presentation Slide.</para>
            <para> When the object is serialized out as xml, its qualified name is p:sld.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id">
             <summary>
             <para> Relationship Identifier.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse">
            <summary>
            <para> Collapsed.</para>
            <para>Represents the following attribute in the schema: collapse </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.#ctor">
            <summary>
            Initializes a new instance of the OutlineViewSlideListEntry class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OutlineViewSlideList">
             <summary>
             <para>List of Presentation Slides.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OutlineViewSlideListEntry &lt;p:sld></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.#ctor">
            <summary>
            Initializes a new instance of the OutlineViewSlideList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OutlineViewSlideList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OutlineViewSlideList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OutlineViewSlideList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Guide">
            <summary>
            <para>A Guide.</para>
            <para> When the object is serialized out as xml, its qualified name is p:guide.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Guide.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Guide.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Guide.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Guide.Orientation">
            <summary>
            <para> Guide Orientation.</para>
            <para>Represents the following attribute in the schema: orient </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Guide.Position">
            <summary>
            <para> Guide Position.</para>
            <para>Represents the following attribute in the schema: pos </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Guide.#ctor">
            <summary>
            Initializes a new instance of the Guide class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Guide.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.GuideList">
             <summary>
             <para>List of Guides.</para>
             <para> When the object is serialized out as xml, its qualified name is p:guideLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Guide &lt;p:guide></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GuideList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GuideList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GuideList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GuideList.#ctor">
            <summary>
            Initializes a new instance of the GuideList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GuideList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GuideList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GuideList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GuideList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GuideList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GuideList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GuideList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties">
             <summary>
             <para>Defines the CommonSlideViewProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cSldViewPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonViewProperties &lt;p:cViewPr></description></item>
            <item><description>GuideList &lt;p:guideLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid">
            <summary>
            <para> Snap Objects to Grid.</para>
            <para>Represents the following attribute in the schema: snapToGrid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects">
            <summary>
            <para> Snap Objects to Objects.</para>
            <para>Represents the following attribute in the schema: snapToObjects </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides">
            <summary>
            <para> Show Guides in View.</para>
            <para>Represents the following attribute in the schema: showGuides </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.#ctor">
            <summary>
            Initializes a new instance of the CommonSlideViewProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommonSlideViewProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommonSlideViewProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommonSlideViewProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties">
            <summary>
            <para> Base properties for Slide View.</para>
            <para> Represents the following element tag in the schema: p:cViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList">
            <summary>
            <para> List of Guides.</para>
            <para> Represents the following element tag in the schema: p:guideLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NormalViewProperties">
             <summary>
             <para>Normal View Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:normalViewPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RestoredLeft &lt;p:restoredLeft></description></item>
            <item><description>RestoredTop &lt;p:restoredTop></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NormalViewProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons">
            <summary>
            <para> Show Outline Icons in Normal View.</para>
            <para>Represents the following attribute in the schema: showOutlineIcons </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter">
            <summary>
            <para> Snap Vertical Splitter.</para>
            <para>Represents the following attribute in the schema: snapVertSplitter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState">
            <summary>
            <para> State of the Vertical Splitter Bar.</para>
            <para>Represents the following attribute in the schema: vertBarState </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState">
            <summary>
            <para> State of the Horizontal Splitter Bar.</para>
            <para>Represents the following attribute in the schema: horzBarState </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView">
            <summary>
            <para> Prefer Single View.</para>
            <para>Represents the following attribute in the schema: preferSingleView </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NormalViewProperties.#ctor">
            <summary>
            Initializes a new instance of the NormalViewProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NormalViewProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NormalViewProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NormalViewProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NormalViewProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NormalViewProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NormalViewProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft">
            <summary>
            <para> Normal View Restored Left Properties.</para>
            <para> Represents the following element tag in the schema: p:restoredLeft </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop">
            <summary>
            <para> Normal View Restored Top Properties.</para>
            <para> Represents the following element tag in the schema: p:restoredTop </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NormalViewProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideViewProperties">
             <summary>
             <para>Slide View Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:slideViewPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonSlideViewProperties &lt;p:cSldViewPr></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideViewProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideViewProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideViewProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideViewProperties.#ctor">
            <summary>
            Initializes a new instance of the SlideViewProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideViewProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideViewProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideViewProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideViewProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideViewProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideViewProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties">
            <summary>
            <para> CommonSlideViewProperties.</para>
            <para> Represents the following element tag in the schema: p:cSldViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideViewProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OutlineViewProperties">
             <summary>
             <para>Outline View Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:outlineViewPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonViewProperties &lt;p:cViewPr></description></item>
            <item><description>OutlineViewSlideList &lt;p:sldLst></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.#ctor">
            <summary>
            Initializes a new instance of the OutlineViewProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OutlineViewProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OutlineViewProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OutlineViewProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties">
            <summary>
            <para> Common View Properties.</para>
            <para> Represents the following element tag in the schema: p:cViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList">
            <summary>
            <para> List of Presentation Slides.</para>
            <para> Represents the following element tag in the schema: p:sldLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties">
             <summary>
             <para>Notes Text View Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:notesTextViewPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonViewProperties &lt;p:cViewPr></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.#ctor">
            <summary>
            Initializes a new instance of the NotesTextViewProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NotesTextViewProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NotesTextViewProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NotesTextViewProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties">
            <summary>
            <para> Base properties for Notes View.</para>
            <para> Represents the following element tag in the schema: p:cViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SorterViewProperties">
             <summary>
             <para>Slide Sorter View Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sorterViewPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonViewProperties &lt;p:cViewPr></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SorterViewProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SorterViewProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SorterViewProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting">
            <summary>
            <para> Show Formatting.</para>
            <para>Represents the following attribute in the schema: showFormatting </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SorterViewProperties.#ctor">
            <summary>
            Initializes a new instance of the SorterViewProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SorterViewProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SorterViewProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SorterViewProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SorterViewProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SorterViewProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SorterViewProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties">
            <summary>
            <para> Base properties for Slide Sorter View.</para>
            <para> Represents the following element tag in the schema: p:cViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SorterViewProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NotesViewProperties">
             <summary>
             <para>Notes View Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:notesViewPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonSlideViewProperties &lt;p:cSldViewPr></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesViewProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesViewProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesViewProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesViewProperties.#ctor">
            <summary>
            Initializes a new instance of the NotesViewProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesViewProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NotesViewProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesViewProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NotesViewProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesViewProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NotesViewProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties">
            <summary>
            <para> Common Slide View Properties.</para>
            <para> Represents the following element tag in the schema: p:cSldViewPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesViewProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.GridSpacing">
            <summary>
            <para>Grid Spacing.</para>
            <para> When the object is serialized out as xml, its qualified name is p:gridSpacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GridSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GridSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GridSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GridSpacing.#ctor">
            <summary>
            Initializes a new instance of the GridSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GridSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NotesSize">
            <summary>
            <para>Defines the NotesSize Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:notesSz.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSize.#ctor">
            <summary>
            Initializes a new instance of the NotesSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PositiveSize2DType">
            <summary>
            Defines the PositiveSize2DType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx">
            <summary>
            <para> Extent Length.</para>
            <para>Represents the following attribute in the schema: cx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy">
            <summary>
            <para> Extent Width.</para>
            <para>Represents the following attribute in the schema: cy </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PositiveSize2DType.#ctor">
            <summary>
            Initializes a new instance of the PositiveSize2DType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideExtension">
             <summary>
             <para>Defines the SlideExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList &lt;p14:laserTraceLst></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList &lt;p14:showEvtLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtension.#ctor">
            <summary>
            Initializes a new instance of the SlideExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension">
             <summary>
             <para>Defines the CommonSlideDataExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId &lt;p14:creationId></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.#ctor">
            <summary>
            Initializes a new instance of the CommonSlideDataExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommonSlideDataExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommonSlideDataExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommonSlideDataExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension">
             <summary>
             <para>Defines the ShowPropertiesExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode &lt;p14:browseMode></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor &lt;p14:laserClr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls &lt;p14:showMediaCtrls></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.#ctor">
            <summary>
            Initializes a new instance of the ShowPropertiesExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShowPropertiesExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShowPropertiesExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShowPropertiesExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Picture">
             <summary>
             <para>Defines the Picture Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:pic.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualPictureProperties &lt;p:nvPicPr></description></item>
            <item><description>BlipFill &lt;p:blipFill></description></item>
            <item><description>ShapeProperties &lt;p:spPr></description></item>
            <item><description>ShapeStyle &lt;p:style></description></item>
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Picture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Picture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Picture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Picture.#ctor">
            <summary>
            Initializes a new instance of the Picture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Picture.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Picture class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Picture.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Picture class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Picture.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Picture class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties">
            <summary>
            <para> Non-Visual Properties for a Picture.</para>
            <para> Represents the following element tag in the schema: p:nvPicPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Picture.BlipFill">
            <summary>
            <para> Picture Fill.</para>
            <para> Represents the following element tag in the schema: p:blipFill </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties">
            <summary>
            <para> ShapeProperties.</para>
            <para> Represents the following element tag in the schema: p:spPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle">
            <summary>
            <para> ShapeStyle.</para>
            <para> Represents the following element tag in the schema: p:style </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification">
            <summary>
            <para> ExtensionListWithModification.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Picture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OleObjectEmbed">
             <summary>
             <para>Defines the OleObjectEmbed Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:embed.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObjectEmbed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectEmbed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme">
            <summary>
            <para> Color Scheme Properties for OLE Object.</para>
            <para>Represents the following attribute in the schema: followColorScheme </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectEmbed.#ctor">
            <summary>
            Initializes a new instance of the OleObjectEmbed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectEmbed.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OleObjectEmbed class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectEmbed.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OleObjectEmbed class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectEmbed.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleObjectEmbed class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectEmbed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OleObjectLink">
             <summary>
             <para>Defines the OleObjectLink Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:link.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObjectLink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObjectLink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectLink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate">
            <summary>
            <para> Update Linked OLE Objects Automatically.</para>
            <para>Represents the following attribute in the schema: updateAutomatic </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectLink.#ctor">
            <summary>
            Initializes a new instance of the OleObjectLink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectLink.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OleObjectLink class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectLink.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OleObjectLink class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectLink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleObjectLink class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleObjectLink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Transition">
             <summary>
             <para>Slide Transition.</para>
             <para> When the object is serialized out as xml, its qualified name is p:transition.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BlindsTransition &lt;p:blinds></description></item>
            <item><description>CheckerTransition &lt;p:checker></description></item>
            <item><description>CircleTransition &lt;p:circle></description></item>
            <item><description>DissolveTransition &lt;p:dissolve></description></item>
            <item><description>CombTransition &lt;p:comb></description></item>
            <item><description>CoverTransition &lt;p:cover></description></item>
            <item><description>CutTransition &lt;p:cut></description></item>
            <item><description>DiamondTransition &lt;p:diamond></description></item>
            <item><description>FadeTransition &lt;p:fade></description></item>
            <item><description>NewsflashTransition &lt;p:newsflash></description></item>
            <item><description>PlusTransition &lt;p:plus></description></item>
            <item><description>PullTransition &lt;p:pull></description></item>
            <item><description>PushTransition &lt;p:push></description></item>
            <item><description>RandomTransition &lt;p:random></description></item>
            <item><description>RandomBarTransition &lt;p:randomBar></description></item>
            <item><description>SplitTransition &lt;p:split></description></item>
            <item><description>StripsTransition &lt;p:strips></description></item>
            <item><description>WedgeTransition &lt;p:wedge></description></item>
            <item><description>WheelTransition &lt;p:wheel></description></item>
            <item><description>WipeTransition &lt;p:wipe></description></item>
            <item><description>ZoomTransition &lt;p:zoom></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition &lt;p14:flash></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition &lt;p14:vortex></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition &lt;p14:switch></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition &lt;p14:flip></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition &lt;p14:ripple></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition &lt;p14:glitter></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition &lt;p14:honeycomb></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition &lt;p14:prism></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition &lt;p14:doors></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition &lt;p14:window></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition &lt;p14:shred></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition &lt;p14:ferris></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition &lt;p14:flythrough></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition &lt;p14:warp></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition &lt;p14:gallery></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition &lt;p14:conveyor></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition &lt;p14:pan></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition &lt;p14:reveal></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition &lt;p14:wheelReverse></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition &lt;p15:prstTrans></description></item>
            <item><description>SoundAction &lt;p:sndAc></description></item>
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transition.Speed">
            <summary>
            <para> spd.</para>
            <para>Represents the following attribute in the schema: spd </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transition.Duration">
             <summary>
             <para> dur, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: p14:dur </para>
             </summary>
            <remark> xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick">
            <summary>
            <para> Specifies whether a mouse click will advance the slide..</para>
            <para>Represents the following attribute in the schema: advClick </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime">
            <summary>
            <para> advTm.</para>
            <para>Represents the following attribute in the schema: advTm </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transition.#ctor">
            <summary>
            Initializes a new instance of the Transition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Transition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Transition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Transition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Transition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Timing">
             <summary>
             <para>Slide Timing Information for a Slide.</para>
             <para> When the object is serialized out as xml, its qualified name is p:timing.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimeNodeList &lt;p:tnLst></description></item>
            <item><description>BuildList &lt;p:bldLst></description></item>
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Timing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Timing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Timing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Timing.#ctor">
            <summary>
            Initializes a new instance of the Timing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Timing.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Timing class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Timing.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Timing class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Timing.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Timing class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList">
            <summary>
            <para> TimeNodeList.</para>
            <para> Represents the following element tag in the schema: p:tnLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Timing.BuildList">
            <summary>
            <para> Build List.</para>
            <para> Represents the following element tag in the schema: p:bldLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification">
            <summary>
            <para> ExtensionListWithModification.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Timing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideExtensionList">
             <summary>
             <para>Defines the SlideExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtensionList.#ctor">
            <summary>
            Initializes a new instance of the SlideExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Background">
             <summary>
             <para>Slide Background.</para>
             <para> When the object is serialized out as xml, its qualified name is p:bg.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackgroundProperties &lt;p:bgPr></description></item>
            <item><description>BackgroundStyleReference &lt;p:bgRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Background.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Background.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Background.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Background.#ctor">
            <summary>
            Initializes a new instance of the Background class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Background.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Background class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Background.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Background class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Background.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Background class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties">
            <summary>
            <para> Background Properties.</para>
            <para> Represents the following element tag in the schema: p:bgPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference">
            <summary>
            <para> Background Style Reference.</para>
            <para> Represents the following element tag in the schema: p:bgRef </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Background.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ShapeTree">
             <summary>
             <para>Shape Tree.</para>
             <para> When the object is serialized out as xml, its qualified name is p:spTree.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGroupShapeProperties &lt;p:nvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;p:grpSpPr></description></item>
            <item><description>Shape &lt;p:sp></description></item>
            <item><description>GroupShape &lt;p:grpSp></description></item>
            <item><description>GraphicFrame &lt;p:graphicFrame></description></item>
            <item><description>ConnectionShape &lt;p:cxnSp></description></item>
            <item><description>Picture &lt;p:pic></description></item>
            <item><description>ContentPart &lt;p:contentPart></description></item>
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeTree.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeTree.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTree.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTree.#ctor">
            <summary>
            Initializes a new instance of the ShapeTree class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTree.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeTree class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTree.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeTree class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTree.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeTree class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTree.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.GroupShape">
             <summary>
             <para>Group Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is p:grpSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGroupShapeProperties &lt;p:nvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;p:grpSpPr></description></item>
            <item><description>Shape &lt;p:sp></description></item>
            <item><description>GroupShape &lt;p:grpSp></description></item>
            <item><description>GraphicFrame &lt;p:graphicFrame></description></item>
            <item><description>ConnectionShape &lt;p:cxnSp></description></item>
            <item><description>Picture &lt;p:pic></description></item>
            <item><description>ContentPart &lt;p:contentPart></description></item>
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GroupShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GroupShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShape.#ctor">
            <summary>
            Initializes a new instance of the GroupShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.GroupShapeType">
             <summary>
             Defines the GroupShapeType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGroupShapeProperties &lt;p:nvGrpSpPr></description></item>
            <item><description>GroupShapeProperties &lt;p:grpSpPr></description></item>
            <item><description>Shape &lt;p:sp></description></item>
            <item><description>GroupShape &lt;p:grpSp></description></item>
            <item><description>GraphicFrame &lt;p:graphicFrame></description></item>
            <item><description>ConnectionShape &lt;p:cxnSp></description></item>
            <item><description>Picture &lt;p:pic></description></item>
            <item><description>ContentPart &lt;p:contentPart></description></item>
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties">
            <summary>
            <para> Non-Visual Properties for a Group Shape.</para>
            <para> Represents the following element tag in the schema: p:nvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties">
            <summary>
            <para> Group Shape Properties.</para>
            <para> Represents the following element tag in the schema: p:grpSpPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShapeType.#ctor">
            <summary>
            Initializes a new instance of the GroupShapeType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShapeType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShapeType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShapeType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShapeType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShapeType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShapeType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CustomerDataList">
             <summary>
             <para>Customer Data List.</para>
             <para> When the object is serialized out as xml, its qualified name is p:custDataLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomerData &lt;p:custData></description></item>
            <item><description>CustomerDataTags &lt;p:tags></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomerDataList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomerDataList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerDataList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerDataList.#ctor">
            <summary>
            Initializes a new instance of the CustomerDataList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerDataList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomerDataList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerDataList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomerDataList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerDataList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomerDataList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomerDataList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ControlList">
             <summary>
             <para>List of controls.</para>
             <para> When the object is serialized out as xml, its qualified name is p:controls.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Control &lt;p:control></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ControlList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ControlList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ControlList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ControlList.#ctor">
            <summary>
            Initializes a new instance of the ControlList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ControlList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ControlList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ControlList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ControlList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ControlList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ControlList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ControlList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList">
             <summary>
             <para>Defines the CommonSlideDataExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommonSlideDataExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.#ctor">
            <summary>
            Initializes a new instance of the CommonSlideDataExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommonSlideDataExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommonSlideDataExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommonSlideDataExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties">
             <summary>
             <para>Non-Visual Properties for a Group Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is p:nvGrpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualDrawingProperties &lt;p:cNvPr></description></item>
            <item><description>NonVisualGroupShapeDrawingProperties &lt;p:cNvGrpSpPr></description></item>
            <item><description>ApplicationNonVisualDrawingProperties &lt;p:nvPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NonVisualGroupShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties">
            <summary>
            <para> Non-visual Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:cNvPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties">
            <summary>
            <para> Non-Visual Group Shape Drawing Properties.</para>
            <para> Represents the following element tag in the schema: p:cNvGrpSpPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties">
            <summary>
            <para> Non-Visual Properties.</para>
            <para> Represents the following element tag in the schema: p:nvPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.GroupShapeProperties">
             <summary>
             <para>Group Shape Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is p:grpSpPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.TransformGroup &lt;a:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.NoFill &lt;a:noFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SolidFill &lt;a:solidFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GradientFill &lt;a:gradFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.BlipFill &lt;a:blipFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PatternFill &lt;a:pattFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.GroupFill &lt;a:grpFill></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectList &lt;a:effectLst></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.EffectDag &lt;a:effectDag></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Scene3DType &lt;a:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.ExtensionList &lt;a:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GroupShapeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GroupShapeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShapeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode">
            <summary>
            <para> Black and White Mode.</para>
            <para>Represents the following attribute in the schema: bwMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShapeProperties.#ctor">
            <summary>
            Initializes a new instance of the GroupShapeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShapeProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupShapeProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShapeProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupShapeProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShapeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupShapeProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup">
            <summary>
            <para> 2D Transform for Grouped Objects.</para>
            <para> Represents the following element tag in the schema: a:xfrm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GroupShapeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Shape">
             <summary>
             <para>Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualShapeProperties &lt;p:nvSpPr></description></item>
            <item><description>ShapeProperties &lt;p:spPr></description></item>
            <item><description>ShapeStyle &lt;p:style></description></item>
            <item><description>TextBody &lt;p:txBody></description></item>
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Shape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Shape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Shape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill">
            <summary>
            <para> Use Background Fill.</para>
            <para>Represents the following attribute in the schema: useBgFill </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Shape.#ctor">
            <summary>
            Initializes a new instance of the Shape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Shape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Shape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Shape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Shape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Shape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Shape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties">
            <summary>
            <para> Non-Visual Properties for a Shape.</para>
            <para> Represents the following element tag in the schema: p:nvSpPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties">
            <summary>
            <para> ShapeProperties.</para>
            <para> Represents the following element tag in the schema: p:spPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle">
            <summary>
            <para> Shape Style.</para>
            <para> Represents the following element tag in the schema: p:style </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Shape.TextBody">
            <summary>
            <para> Shape Text Body.</para>
            <para> Represents the following element tag in the schema: p:txBody </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification">
            <summary>
            <para> ExtensionListWithModification.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Shape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.GraphicFrame">
             <summary>
             <para>Graphic Frame.</para>
             <para> When the object is serialized out as xml, its qualified name is p:graphicFrame.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualGraphicFrameProperties &lt;p:nvGraphicFramePr></description></item>
            <item><description>Transform &lt;p:xfrm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Graphic &lt;a:graphic></description></item>
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GraphicFrame.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GraphicFrame.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicFrame.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicFrame.#ctor">
            <summary>
            Initializes a new instance of the GraphicFrame class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicFrame.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GraphicFrame class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicFrame.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GraphicFrame class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicFrame.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphicFrame class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties">
            <summary>
            <para> Non-Visual Properties for a Graphic Frame.</para>
            <para> Represents the following element tag in the schema: p:nvGraphicFramePr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform">
            <summary>
            <para> 2D Transform for Graphic Frame.</para>
            <para> Represents the following element tag in the schema: p:xfrm </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic">
            <summary>
            <para> Graphic.</para>
            <para> Represents the following element tag in the schema: a:graphic </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification">
            <summary>
            <para> Extension List with Modification Flag.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicFrame.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ConnectionShape">
             <summary>
             <para>Connection Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is p:cxnSp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NonVisualConnectionShapeProperties &lt;p:nvCxnSpPr></description></item>
            <item><description>ShapeProperties &lt;p:spPr></description></item>
            <item><description>ShapeStyle &lt;p:style></description></item>
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ConnectionShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ConnectionShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ConnectionShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ConnectionShape.#ctor">
            <summary>
            Initializes a new instance of the ConnectionShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ConnectionShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectionShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ConnectionShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectionShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ConnectionShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectionShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties">
            <summary>
            <para> Non-Visual Properties for a Connection Shape.</para>
            <para> Represents the following element tag in the schema: p:nvCxnSpPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties">
            <summary>
            <para> Shape Properties.</para>
            <para> Represents the following element tag in the schema: p:spPr </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle">
            <summary>
            <para> Connector Shape Style.</para>
            <para> Represents the following element tag in the schema: p:style </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification">
            <summary>
            <para> ExtensionListWithModification.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ConnectionShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList">
             <summary>
             <para>Defines the ShowPropertiesExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ShowPropertiesExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ShowPropertiesExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShowPropertiesExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShowPropertiesExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShowPropertiesExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ShapeTarget">
             <summary>
             <para>Shape Target.</para>
             <para> When the object is serialized out as xml, its qualified name is p:spTgt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BackgroundAnimation &lt;p:bg></description></item>
            <item><description>SubShape &lt;p:subSp></description></item>
            <item><description>OleChartElement &lt;p:oleChartEl></description></item>
            <item><description>TextElement &lt;p:txEl></description></item>
            <item><description>GraphicElement &lt;p:graphicEl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeTarget.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeTarget.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTarget.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId">
            <summary>
            <para> Shape ID.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTarget.#ctor">
            <summary>
            Initializes a new instance of the ShapeTarget class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTarget.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeTarget class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTarget.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeTarget class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTarget.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeTarget class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation">
            <summary>
            <para> Background.</para>
            <para> Represents the following element tag in the schema: p:bg </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape">
            <summary>
            <para> Subshape.</para>
            <para> Represents the following element tag in the schema: p:subSp </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement">
            <summary>
            <para> OLE Chart Element.</para>
            <para> Represents the following element tag in the schema: p:oleChartEl </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement">
            <summary>
            <para> Text Element.</para>
            <para> Represents the following element tag in the schema: p:txEl </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement">
            <summary>
            <para> Graphic Element.</para>
            <para> Represents the following element tag in the schema: p:graphicEl </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShapeTarget.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.InkTarget">
            <summary>
            <para>Ink Target.</para>
            <para> When the object is serialized out as xml, its qualified name is p:inkTgt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.InkTarget.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.InkTarget.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.InkTarget.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.InkTarget.#ctor">
            <summary>
            Initializes a new instance of the InkTarget class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.InkTarget.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SubShape">
            <summary>
            <para>Subshape.</para>
            <para> When the object is serialized out as xml, its qualified name is p:subSp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SubShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SubShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SubShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SubShape.#ctor">
            <summary>
            Initializes a new instance of the SubShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SubShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType">
            <summary>
            Defines the TimeListSubShapeIdType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId">
            <summary>
            <para> Shape ID.</para>
            <para>Represents the following attribute in the schema: spid </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.#ctor">
            <summary>
            Initializes a new instance of the TimeListSubShapeIdType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommentAuthorExtension">
             <summary>
             <para>Defines the CommentAuthorExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo &lt;p15:presenceInfo></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.#ctor">
            <summary>
            Initializes a new instance of the CommentAuthorExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentAuthorExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentAuthorExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentAuthorExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommentExtension">
             <summary>
             <para>Defines the CommentExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo &lt;p15:threadingInfo></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtension.#ctor">
            <summary>
            Initializes a new instance of the CommentExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideLayoutExtension">
             <summary>
             <para>Defines the SlideLayoutExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList &lt;p15:sldGuideLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.#ctor">
            <summary>
            Initializes a new instance of the SlideLayoutExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideLayoutExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideLayoutExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideLayoutExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideMasterExtension">
             <summary>
             <para>Defines the SlideMasterExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList &lt;p15:sldGuideLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtension.#ctor">
            <summary>
            Initializes a new instance of the SlideMasterExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideMasterExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideMasterExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideMasterExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.HandoutMasterExtension">
             <summary>
             <para>Defines the HandoutMasterExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList &lt;p15:sldGuideLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.#ctor">
            <summary>
            Initializes a new instance of the HandoutMasterExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HandoutMasterExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HandoutMasterExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HandoutMasterExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NotesMasterExtension">
             <summary>
             <para>Defines the NotesMasterExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList &lt;p15:sldGuideLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtension.#ctor">
            <summary>
            Initializes a new instance of the NotesMasterExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NotesMasterExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NotesMasterExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NotesMasterExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PlaceholderShape">
             <summary>
             <para>Placeholder Shape.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ph.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PlaceholderShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PlaceholderShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PlaceholderShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type">
            <summary>
            <para> Placeholder Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation">
            <summary>
            <para> Placeholder Orientation.</para>
            <para>Represents the following attribute in the schema: orient </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size">
            <summary>
            <para> Placeholder Size.</para>
            <para>Represents the following attribute in the schema: sz </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index">
            <summary>
            <para> Placeholder Index.</para>
            <para>Represents the following attribute in the schema: idx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt">
            <summary>
            <para> Placeholder has custom prompt.</para>
            <para>Represents the following attribute in the schema: hasCustomPrompt </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PlaceholderShape.#ctor">
            <summary>
            Initializes a new instance of the PlaceholderShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PlaceholderShape.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PlaceholderShape class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PlaceholderShape.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PlaceholderShape class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PlaceholderShape.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PlaceholderShape class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification">
            <summary>
            <para> ExtensionListWithModification.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PlaceholderShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList">
             <summary>
             <para>Defines the ApplicationNonVisualDrawingPropertiesExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ApplicationNonVisualDrawingPropertiesExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingPropertiesExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingPropertiesExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingPropertiesExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingPropertiesExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension">
             <summary>
             <para>Defines the ApplicationNonVisualDrawingPropertiesExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.Media &lt;p14:media></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId &lt;p14:modId></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.#ctor">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingPropertiesExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingPropertiesExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingPropertiesExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ApplicationNonVisualDrawingPropertiesExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Iterate">
             <summary>
             <para>Defines the Iterate Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:iterate.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimeAbsolute &lt;p:tmAbs></description></item>
            <item><description>TimePercentage &lt;p:tmPct></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Iterate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Iterate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Iterate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Iterate.Type">
            <summary>
            <para> Iterate Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Iterate.Backwards">
            <summary>
            <para> Backwards.</para>
            <para>Represents the following attribute in the schema: backwards </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Iterate.#ctor">
            <summary>
            Initializes a new instance of the Iterate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Iterate.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Iterate class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Iterate.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Iterate class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Iterate.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Iterate class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute">
            <summary>
            <para> Time Absolute.</para>
            <para> Represents the following element tag in the schema: p:tmAbs </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage">
            <summary>
            <para> Time Percentage.</para>
            <para> Represents the following element tag in the schema: p:tmPct </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Iterate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ChildTimeNodeList">
             <summary>
             <para>Defines the ChildTimeNodeList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:childTnLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParallelTimeNode &lt;p:par></description></item>
            <item><description>SequenceTimeNode &lt;p:seq></description></item>
            <item><description>ExclusiveTimeNode &lt;p:excl></description></item>
            <item><description>Animate &lt;p:anim></description></item>
            <item><description>AnimateColor &lt;p:animClr></description></item>
            <item><description>AnimateEffect &lt;p:animEffect></description></item>
            <item><description>AnimateMotion &lt;p:animMotion></description></item>
            <item><description>AnimateRotation &lt;p:animRot></description></item>
            <item><description>AnimateScale &lt;p:animScale></description></item>
            <item><description>Command &lt;p:cmd></description></item>
            <item><description>SetBehavior &lt;p:set></description></item>
            <item><description>Audio &lt;p:audio></description></item>
            <item><description>Video &lt;p:video></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.#ctor">
            <summary>
            Initializes a new instance of the ChildTimeNodeList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChildTimeNodeList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChildTimeNodeList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChildTimeNodeList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SubTimeNodeList">
             <summary>
             <para>Defines the SubTimeNodeList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:subTnLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParallelTimeNode &lt;p:par></description></item>
            <item><description>SequenceTimeNode &lt;p:seq></description></item>
            <item><description>ExclusiveTimeNode &lt;p:excl></description></item>
            <item><description>Animate &lt;p:anim></description></item>
            <item><description>AnimateColor &lt;p:animClr></description></item>
            <item><description>AnimateEffect &lt;p:animEffect></description></item>
            <item><description>AnimateMotion &lt;p:animMotion></description></item>
            <item><description>AnimateRotation &lt;p:animRot></description></item>
            <item><description>AnimateScale &lt;p:animScale></description></item>
            <item><description>Command &lt;p:cmd></description></item>
            <item><description>SetBehavior &lt;p:set></description></item>
            <item><description>Audio &lt;p:audio></description></item>
            <item><description>Video &lt;p:video></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SubTimeNodeList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SubTimeNodeList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SubTimeNodeList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SubTimeNodeList.#ctor">
            <summary>
            Initializes a new instance of the SubTimeNodeList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SubTimeNodeList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SubTimeNodeList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SubTimeNodeList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SubTimeNodeList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SubTimeNodeList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SubTimeNodeList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SubTimeNodeList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeTypeListType">
             <summary>
             Defines the TimeTypeListType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParallelTimeNode &lt;p:par></description></item>
            <item><description>SequenceTimeNode &lt;p:seq></description></item>
            <item><description>ExclusiveTimeNode &lt;p:excl></description></item>
            <item><description>Animate &lt;p:anim></description></item>
            <item><description>AnimateColor &lt;p:animClr></description></item>
            <item><description>AnimateEffect &lt;p:animEffect></description></item>
            <item><description>AnimateMotion &lt;p:animMotion></description></item>
            <item><description>AnimateRotation &lt;p:animRot></description></item>
            <item><description>AnimateScale &lt;p:animScale></description></item>
            <item><description>Command &lt;p:cmd></description></item>
            <item><description>SetBehavior &lt;p:set></description></item>
            <item><description>Audio &lt;p:audio></description></item>
            <item><description>Video &lt;p:video></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeTypeListType.#ctor">
            <summary>
            Initializes a new instance of the TimeTypeListType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeTypeListType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimeTypeListType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeTypeListType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimeTypeListType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeTypeListType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimeTypeListType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeAnimateValueList">
             <summary>
             <para>Defines the TimeAnimateValueList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:tavLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TimeAnimateValue &lt;p:tav></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.#ctor">
            <summary>
            Initializes a new instance of the TimeAnimateValueList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TimeAnimateValueList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TimeAnimateValueList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimeAnimateValueList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ByPosition">
            <summary>
            <para>Defines the ByPosition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:by.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ByPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ByPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ByPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ByPosition.#ctor">
            <summary>
            Initializes a new instance of the ByPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ByPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.FromPosition">
            <summary>
            <para>Defines the FromPosition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:from.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.FromPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.FromPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FromPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FromPosition.#ctor">
            <summary>
            Initializes a new instance of the FromPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FromPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ToPosition">
            <summary>
            <para>Defines the ToPosition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:to.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ToPosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ToPosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToPosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToPosition.#ctor">
            <summary>
            Initializes a new instance of the ToPosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ToPosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.RotationCenter">
            <summary>
            <para>Defines the RotationCenter Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:rCtr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RotationCenter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RotationCenter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RotationCenter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RotationCenter.#ctor">
            <summary>
            Initializes a new instance of the RotationCenter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RotationCenter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeListType">
            <summary>
            Defines the TimeListType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListType.X">
            <summary>
            <para> X coordinate.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TimeListType.Y">
            <summary>
            <para> Y coordinate.</para>
            <para>Represents the following attribute in the schema: y </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TimeListType.#ctor">
            <summary>
            Initializes a new instance of the TimeListType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList">
             <summary>
             <para>Defines the CommentAuthorExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommentAuthorExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.#ctor">
            <summary>
            Initializes a new instance of the CommentAuthorExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentAuthorExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentAuthorExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentAuthorExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommentExtensionList">
             <summary>
             <para>Defines the CommentExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommentExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CommentExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtensionList.#ctor">
            <summary>
            Initializes a new instance of the CommentExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CommentExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideMasterIdList">
             <summary>
             <para>Defines the SlideMasterIdList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldMasterIdLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideMasterId &lt;p:sldMasterId></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterIdList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterIdList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterIdList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterIdList.#ctor">
            <summary>
            Initializes a new instance of the SlideMasterIdList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterIdList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideMasterIdList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterIdList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideMasterIdList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterIdList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideMasterIdList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterIdList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NotesMasterIdList">
             <summary>
             <para>Defines the NotesMasterIdList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:notesMasterIdLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NotesMasterId &lt;p:notesMasterId></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterIdList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterIdList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterIdList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterIdList.#ctor">
            <summary>
            Initializes a new instance of the NotesMasterIdList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterIdList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NotesMasterIdList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterIdList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NotesMasterIdList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterIdList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NotesMasterIdList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId">
            <summary>
            <para> Notes Master ID.</para>
            <para> Represents the following element tag in the schema: p:notesMasterId </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterIdList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.HandoutMasterIdList">
             <summary>
             <para>Defines the HandoutMasterIdList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:handoutMasterIdLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HandoutMasterId &lt;p:handoutMasterId></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.#ctor">
            <summary>
            Initializes a new instance of the HandoutMasterIdList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HandoutMasterIdList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HandoutMasterIdList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HandoutMasterIdList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId">
            <summary>
            <para> Handout Master ID.</para>
            <para> Represents the following element tag in the schema: p:handoutMasterId </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideIdList">
             <summary>
             <para>Defines the SlideIdList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldIdLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideId &lt;p:sldId></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideIdList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideIdList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideIdList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideIdList.#ctor">
            <summary>
            Initializes a new instance of the SlideIdList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideIdList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideIdList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideIdList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideIdList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideIdList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideIdList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideIdList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideSize">
            <summary>
            <para>Defines the SlideSize Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:sldSz.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSize.Cx">
            <summary>
            <para> Extent Length.</para>
            <para>Represents the following attribute in the schema: cx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSize.Cy">
            <summary>
            <para> Extent Width.</para>
            <para>Represents the following attribute in the schema: cy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideSize.Type">
            <summary>
            <para> Type of Size.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSize.#ctor">
            <summary>
            Initializes a new instance of the SlideSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.EmbeddedFontList">
             <summary>
             <para>Defines the EmbeddedFontList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:embeddedFontLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EmbeddedFont &lt;p:embeddedFont></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedFontList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EmbeddedFontList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFontList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFontList.#ctor">
            <summary>
            Initializes a new instance of the EmbeddedFontList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFontList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EmbeddedFontList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFontList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EmbeddedFontList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFontList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EmbeddedFontList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EmbeddedFontList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CustomShowList">
             <summary>
             <para>Defines the CustomShowList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:custShowLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomShow &lt;p:custShow></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShowList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CustomShowList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShowList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShowList.#ctor">
            <summary>
            Initializes a new instance of the CustomShowList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShowList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomShowList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShowList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomShowList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShowList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomShowList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CustomShowList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PhotoAlbum">
             <summary>
             <para>Defines the PhotoAlbum Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:photoAlbum.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PhotoAlbum.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PhotoAlbum.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PhotoAlbum.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite">
            <summary>
            <para> Black and White.</para>
            <para>Represents the following attribute in the schema: bw </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions">
            <summary>
            <para> Show/Hide Captions.</para>
            <para>Represents the following attribute in the schema: showCaptions </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout">
            <summary>
            <para> Photo Album Layout.</para>
            <para>Represents the following attribute in the schema: layout </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame">
            <summary>
            <para> Frame Type.</para>
            <para>Represents the following attribute in the schema: frame </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PhotoAlbum.#ctor">
            <summary>
            Initializes a new instance of the PhotoAlbum class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PhotoAlbum.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PhotoAlbum class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PhotoAlbum.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PhotoAlbum class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PhotoAlbum.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PhotoAlbum class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PhotoAlbum.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.Kinsoku">
            <summary>
            <para>Defines the Kinsoku Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:kinsoku.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Kinsoku.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Kinsoku.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Kinsoku.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Kinsoku.Language">
            <summary>
            <para> Language.</para>
            <para>Represents the following attribute in the schema: lang </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars">
            <summary>
            <para> Invalid Kinsoku Start Characters.</para>
            <para>Represents the following attribute in the schema: invalStChars </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars">
            <summary>
            <para> Invalid Kinsoku End Characters.</para>
            <para>Represents the following attribute in the schema: invalEndChars </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Kinsoku.#ctor">
            <summary>
            Initializes a new instance of the Kinsoku class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.Kinsoku.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ModificationVerifier">
            <summary>
            <para>Defines the ModificationVerifier Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:modifyVerifier.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ModificationVerifier.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType">
            <summary>
            <para> Cryptographic Provider Type.</para>
            <para>Represents the following attribute in the schema: cryptProviderType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass">
            <summary>
            <para> Cryptographic Algorithm Class.</para>
            <para>Represents the following attribute in the schema: cryptAlgorithmClass </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType">
            <summary>
            <para> Cryptographic Algorithm Type.</para>
            <para>Represents the following attribute in the schema: cryptAlgorithmType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid">
            <summary>
            <para> Cryptographic Hashing Algorithm.</para>
            <para>Represents the following attribute in the schema: cryptAlgorithmSid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount">
            <summary>
            <para> Iterations to Run Hashing Algorithm.</para>
            <para>Represents the following attribute in the schema: spinCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData">
            <summary>
            <para> Salt for Password Verifier.</para>
            <para>Represents the following attribute in the schema: saltData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData">
            <summary>
            <para> Password Hash.</para>
            <para>Represents the following attribute in the schema: hashData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider">
            <summary>
            <para> Cryptographic Provider.</para>
            <para>Represents the following attribute in the schema: cryptProvider </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm">
            <summary>
            <para> Cryptographic Algorithm Extensibility.</para>
            <para>Represents the following attribute in the schema: algIdExt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource">
            <summary>
            <para> Algorithm Extensibility Source.</para>
            <para>Represents the following attribute in the schema: algIdExtSource </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility">
            <summary>
            <para> Cryptographic Provider Type Extensibility.</para>
            <para>Represents the following attribute in the schema: cryptProviderTypeExt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource">
            <summary>
            <para> Provider Type Extensibility Source.</para>
            <para>Represents the following attribute in the schema: cryptProviderTypeExtSource </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName">
            <summary>
            <para> algorithmName, this property is only available in Office2010.</para>
            <para>Represents the following attribute in the schema: algorithmName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue">
            <summary>
            <para> hashValue, this property is only available in Office2010.</para>
            <para>Represents the following attribute in the schema: hashValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue">
            <summary>
            <para> saltValue, this property is only available in Office2010.</para>
            <para>Represents the following attribute in the schema: saltValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue">
            <summary>
            <para> spinValue, this property is only available in Office2010.</para>
            <para>Represents the following attribute in the schema: spinValue </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ModificationVerifier.#ctor">
            <summary>
            Initializes a new instance of the ModificationVerifier class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ModificationVerifier.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PresentationExtensionList">
             <summary>
             <para>Defines the PresentationExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PresentationExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtensionList.#ctor">
            <summary>
            Initializes a new instance of the PresentationExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresentationExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresentationExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresentationExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PresentationExtension">
             <summary>
             <para>Defines the PresentationExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties &lt;p14:sectionPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList &lt;p14:sectionLst></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList &lt;p15:sldGuideLst></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList &lt;p15:notesGuideLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtension.#ctor">
            <summary>
            Initializes a new instance of the PresentationExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresentationExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresentationExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresentationExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties">
             <summary>
             <para>HTML Publishing Properties.</para>
            <para>This class is only available in Office2007.</para>
             <para> When the object is serialized out as xml, its qualified name is p:htmlPubPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideAll &lt;p:sldAll></description></item>
            <item><description>SlideRange &lt;p:sldRg></description></item>
            <item><description>CustomShowReference &lt;p:custShow></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes">
            <summary>
            <para> Show Speaker Notes.</para>
            <para>Represents the following attribute in the schema: showSpeakerNotes </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser">
            <summary>
            <para> Browser Support Target.</para>
            <para>Represents the following attribute in the schema: pubBrowser </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id">
             <summary>
             <para> Publish Path.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.#ctor">
            <summary>
            Initializes a new instance of the HtmlPublishProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HtmlPublishProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HtmlPublishProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HtmlPublishProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.WebProperties">
             <summary>
             <para>Web Properties.</para>
            <para>This class is only available in Office2007.</para>
             <para> When the object is serialized out as xml, its qualified name is p:webPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WebProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation">
            <summary>
            <para> Show animation in HTML output.</para>
            <para>Represents the following attribute in the schema: showAnimation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics">
            <summary>
            <para> Resize graphics in HTML output.</para>
            <para>Represents the following attribute in the schema: resizeGraphics </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng">
            <summary>
            <para> Allow PNG in HTML output.</para>
            <para>Represents the following attribute in the schema: allowPng </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml">
            <summary>
            <para> Rely on VML for HTML output.</para>
            <para>Represents the following attribute in the schema: relyOnVml </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders">
            <summary>
            <para> Organize HTML output in folders.</para>
            <para>Represents the following attribute in the schema: organizeInFolders </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames">
            <summary>
            <para> Use long file names in HTML output.</para>
            <para>Represents the following attribute in the schema: useLongFilenames </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize">
            <summary>
            <para> Image size for HTML output.</para>
            <para>Represents the following attribute in the schema: imgSz </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.Encoding">
            <summary>
            <para> Encoding for HTML output.</para>
            <para>Represents the following attribute in the schema: encoding </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.Color">
            <summary>
            <para> Slide Navigation Colors for HTML output.</para>
            <para>Represents the following attribute in the schema: clr </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WebProperties.#ctor">
            <summary>
            Initializes a new instance of the WebProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WebProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WebProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WebProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WebProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PrintingProperties">
             <summary>
             <para>Defines the PrintingProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:prnPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PrintingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PrintingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PrintingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat">
            <summary>
            <para> Print Output.</para>
            <para>Represents the following attribute in the schema: prnWhat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode">
            <summary>
            <para> Print Color Mode.</para>
            <para>Represents the following attribute in the schema: clrMode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides">
            <summary>
            <para> Print Hidden Slides.</para>
            <para>Represents the following attribute in the schema: hiddenSlides </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper">
            <summary>
            <para> Scale to Fit Paper when printing.</para>
            <para>Represents the following attribute in the schema: scaleToFitPaper </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides">
            <summary>
            <para> Frame slides when printing.</para>
            <para>Represents the following attribute in the schema: frameSlides </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PrintingProperties.#ctor">
            <summary>
            Initializes a new instance of the PrintingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PrintingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PrintingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PrintingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PrintingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PrintingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PrintingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PrintingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ShowProperties">
             <summary>
             <para>Defines the ShowProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:showPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PresenterSlideMode &lt;p:present></description></item>
            <item><description>BrowseSlideMode &lt;p:browse></description></item>
            <item><description>KioskSlideMode &lt;p:kiosk></description></item>
            <item><description>SlideAll &lt;p:sldAll></description></item>
            <item><description>SlideRange &lt;p:sldRg></description></item>
            <item><description>CustomShowReference &lt;p:custShow></description></item>
            <item><description>PenColor &lt;p:penClr></description></item>
            <item><description>ShowPropertiesExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowProperties.Loop">
            <summary>
            <para> Loop Slide Show.</para>
            <para>Represents the following attribute in the schema: loop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration">
            <summary>
            <para> Show Narration in Slide Show.</para>
            <para>Represents the following attribute in the schema: showNarration </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation">
            <summary>
            <para> Show Animation in Slide Show.</para>
            <para>Represents the following attribute in the schema: showAnimation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings">
            <summary>
            <para> Use Timings in Slide Show.</para>
            <para>Represents the following attribute in the schema: useTimings </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowProperties.#ctor">
            <summary>
            Initializes a new instance of the ShowProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShowProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShowProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShowProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ShowProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed">
             <summary>
             <para>Defines the ColorMostRecentlyUsed Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:clrMru.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage &lt;a:scrgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.RgbColorModelHex &lt;a:srgbClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.HslColor &lt;a:hslClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SystemColor &lt;a:sysClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.SchemeColor &lt;a:schemeClr></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.PresetColor &lt;a:prstClr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.#ctor">
            <summary>
            Initializes a new instance of the ColorMostRecentlyUsed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorMostRecentlyUsed class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorMostRecentlyUsed class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorMostRecentlyUsed class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList">
             <summary>
             <para>Defines the PresentationPropertiesExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PresentationPropertiesExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.#ctor">
            <summary>
            Initializes a new instance of the PresentationPropertiesExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresentationPropertiesExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresentationPropertiesExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresentationPropertiesExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension">
             <summary>
             <para>Defines the PresentationPropertiesExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData &lt;p14:discardImageEditData></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi &lt;p14:defaultImageDpi></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Drawing.TextMath &lt;a14:m></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased &lt;p15:chartTrackingRefBased></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.#ctor">
            <summary>
            Initializes a new instance of the PresentationPropertiesExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PresentationPropertiesExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PresentationPropertiesExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PresentationPropertiesExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.HeaderFooter">
             <summary>
             <para>Defines the HeaderFooter Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:hf.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionListWithModification &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HeaderFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HeaderFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HeaderFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber">
            <summary>
            <para> Slide Number Placeholder.</para>
            <para>Represents the following attribute in the schema: sldNum </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HeaderFooter.Header">
            <summary>
            <para> Header Placeholder.</para>
            <para>Represents the following attribute in the schema: hdr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer">
            <summary>
            <para> Footer Placeholder.</para>
            <para>Represents the following attribute in the schema: ftr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime">
            <summary>
            <para> Date/Time Placeholder.</para>
            <para>Represents the following attribute in the schema: dt </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HeaderFooter.#ctor">
            <summary>
            Initializes a new instance of the HeaderFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HeaderFooter.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HeaderFooter class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HeaderFooter.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HeaderFooter class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HeaderFooter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HeaderFooter class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification">
            <summary>
            <para> ExtensionListWithModification.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HeaderFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList">
             <summary>
             <para>Defines the SlideLayoutExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideLayoutExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.#ctor">
            <summary>
            Initializes a new instance of the SlideLayoutExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideLayoutExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideLayoutExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideLayoutExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideLayoutIdList">
             <summary>
             <para>Defines the SlideLayoutIdList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sldLayoutIdLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideLayoutId &lt;p:sldLayoutId></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.#ctor">
            <summary>
            Initializes a new instance of the SlideLayoutIdList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideLayoutIdList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideLayoutIdList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideLayoutIdList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TextStyles">
             <summary>
             <para>Defines the TextStyles Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:txStyles.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TitleStyle &lt;p:titleStyle></description></item>
            <item><description>BodyStyle &lt;p:bodyStyle></description></item>
            <item><description>OtherStyle &lt;p:otherStyle></description></item>
            <item><description>ExtensionList &lt;p:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextStyles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextStyles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextStyles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextStyles.#ctor">
            <summary>
            Initializes a new instance of the TextStyles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextStyles.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextStyles class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextStyles.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextStyles class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextStyles.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextStyles class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle">
            <summary>
            <para> Slide Master Title Text Style.</para>
            <para> Represents the following element tag in the schema: p:titleStyle </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle">
            <summary>
            <para> Slide Master Body Text Style.</para>
            <para> Represents the following element tag in the schema: p:bodyStyle </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle">
            <summary>
            <para> Slide Master Other Text Style.</para>
            <para> Represents the following element tag in the schema: p:otherStyle </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: p:extLst </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextStyles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList">
             <summary>
             <para>Defines the SlideMasterExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SlideMasterExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.#ctor">
            <summary>
            Initializes a new instance of the SlideMasterExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlideMasterExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlideMasterExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlideMasterExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList">
             <summary>
             <para>Defines the HandoutMasterExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HandoutMasterExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.#ctor">
            <summary>
            Initializes a new instance of the HandoutMasterExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HandoutMasterExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HandoutMasterExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HandoutMasterExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList">
             <summary>
             <para>Defines the NotesMasterExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NotesMasterExtension &lt;p:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.#ctor">
            <summary>
            Initializes a new instance of the NotesMasterExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NotesMasterExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NotesMasterExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NotesMasterExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OleChartElement">
            <summary>
            <para>OLE Chart Element.</para>
            <para> When the object is serialized out as xml, its qualified name is p:oleChartEl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleChartElement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleChartElement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleChartElement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleChartElement.Type">
            <summary>
            <para> Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OleChartElement.Level">
            <summary>
            <para> Level.</para>
            <para>Represents the following attribute in the schema: lvl </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleChartElement.#ctor">
            <summary>
            Initializes a new instance of the OleChartElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OleChartElement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TextElement">
             <summary>
             <para>Text Element.</para>
             <para> When the object is serialized out as xml, its qualified name is p:txEl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CharRange &lt;p:charRg></description></item>
            <item><description>ParagraphIndexRange &lt;p:pRg></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextElement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextElement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextElement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextElement.#ctor">
            <summary>
            Initializes a new instance of the TextElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextElement class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextElement class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextElement class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextElement.CharRange">
            <summary>
            <para> Character Range.</para>
            <para> Represents the following element tag in the schema: p:charRg </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange">
            <summary>
            <para> Paragraph Text Range.</para>
            <para> Represents the following element tag in the schema: p:pRg </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.TextElement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.GraphicElement">
             <summary>
             <para>Graphic Element.</para>
             <para> When the object is serialized out as xml, its qualified name is p:graphicEl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Diagram &lt;a:dgm></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Chart &lt;a:chart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GraphicElement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GraphicElement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicElement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicElement.#ctor">
            <summary>
            Initializes a new instance of the GraphicElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GraphicElement class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GraphicElement class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphicElement class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram">
            <summary>
            <para> Diagram to Animate.</para>
            <para> Represents the following element tag in the schema: a:dgm </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.GraphicElement.Chart">
            <summary>
            <para> Chart to Animate.</para>
            <para> Represents the following element tag in the schema: a:chart </para>
            </summary>
            <remark>
            xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.GraphicElement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BlindsTransition">
            <summary>
            <para>Defines the BlindsTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:blinds.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BlindsTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.BlindsTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BlindsTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BlindsTransition.#ctor">
            <summary>
            Initializes a new instance of the BlindsTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.BlindsTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CheckerTransition">
            <summary>
            <para>Defines the CheckerTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:checker.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CheckerTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CheckerTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CheckerTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CheckerTransition.#ctor">
            <summary>
            Initializes a new instance of the CheckerTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CheckerTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CombTransition">
            <summary>
            <para>Defines the CombTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:comb.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CombTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CombTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CombTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CombTransition.#ctor">
            <summary>
            Initializes a new instance of the CombTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CombTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.RandomBarTransition">
            <summary>
            <para>Defines the RandomBarTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:randomBar.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RandomBarTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.RandomBarTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RandomBarTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RandomBarTransition.#ctor">
            <summary>
            Initializes a new instance of the RandomBarTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.RandomBarTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OrientationTransitionType">
            <summary>
            Defines the OrientationTransitionType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction">
            <summary>
            <para> Transition Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OrientationTransitionType.#ctor">
            <summary>
            Initializes a new instance of the OrientationTransitionType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CoverTransition">
            <summary>
            <para>Defines the CoverTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:cover.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CoverTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CoverTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CoverTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CoverTransition.#ctor">
            <summary>
            Initializes a new instance of the CoverTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CoverTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PullTransition">
            <summary>
            <para>Defines the PullTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:pull.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PullTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PullTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PullTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PullTransition.#ctor">
            <summary>
            Initializes a new instance of the PullTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PullTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType">
            <summary>
            Defines the EightDirectionTransitionType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.#ctor">
            <summary>
            Initializes a new instance of the EightDirectionTransitionType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CutTransition">
            <summary>
            <para>Defines the CutTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:cut.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CutTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.CutTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CutTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CutTransition.#ctor">
            <summary>
            Initializes a new instance of the CutTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.CutTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.FadeTransition">
            <summary>
            <para>Defines the FadeTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:fade.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.FadeTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.FadeTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FadeTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FadeTransition.#ctor">
            <summary>
            Initializes a new instance of the FadeTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.FadeTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType">
            <summary>
            Defines the OptionalBlackTransitionType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack">
            <summary>
            <para> Transition Through Black.</para>
            <para>Represents the following attribute in the schema: thruBlk </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.#ctor">
            <summary>
            Initializes a new instance of the OptionalBlackTransitionType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PushTransition">
            <summary>
            <para>Defines the PushTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:push.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PushTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.PushTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PushTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PushTransition.#ctor">
            <summary>
            Initializes a new instance of the PushTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.PushTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.WipeTransition">
            <summary>
            <para>Defines the WipeTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:wipe.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WipeTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WipeTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WipeTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WipeTransition.#ctor">
            <summary>
            Initializes a new instance of the WipeTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WipeTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType">
            <summary>
            Defines the SideDirectionTransitionType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.#ctor">
            <summary>
            Initializes a new instance of the SideDirectionTransitionType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SplitTransition">
            <summary>
            <para>Defines the SplitTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:split.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SplitTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SplitTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SplitTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation">
            <summary>
            <para> Orientation.</para>
            <para>Represents the following attribute in the schema: orient </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SplitTransition.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SplitTransition.#ctor">
            <summary>
            Initializes a new instance of the SplitTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SplitTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.StripsTransition">
            <summary>
            <para>Defines the StripsTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:strips.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StripsTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StripsTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StripsTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.StripsTransition.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StripsTransition.#ctor">
            <summary>
            Initializes a new instance of the StripsTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.StripsTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.WheelTransition">
            <summary>
            <para>Defines the WheelTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:wheel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WheelTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WheelTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WheelTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes">
            <summary>
            <para> Spokes.</para>
            <para>Represents the following attribute in the schema: spokes </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WheelTransition.#ctor">
            <summary>
            Initializes a new instance of the WheelTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.WheelTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ZoomTransition">
            <summary>
            <para>Defines the ZoomTransition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is p:zoom.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ZoomTransition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ZoomTransition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ZoomTransition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction">
            <summary>
            <para> Direction.</para>
            <para>Represents the following attribute in the schema: dir </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ZoomTransition.#ctor">
            <summary>
            Initializes a new instance of the ZoomTransition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.ZoomTransition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SoundAction">
             <summary>
             <para>Defines the SoundAction Class.</para>
             <para> When the object is serialized out as xml, its qualified name is p:sndAc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StartSoundAction &lt;p:stSnd></description></item>
            <item><description>EndSoundAction &lt;p:endSnd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SoundAction.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SoundAction.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SoundAction.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SoundAction.#ctor">
            <summary>
            Initializes a new instance of the SoundAction class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SoundAction.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SoundAction class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SoundAction.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SoundAction class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SoundAction.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SoundAction class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction">
            <summary>
            <para> Start Sound Action.</para>
            <para> Represents the following element tag in the schema: p:stSnd </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction">
            <summary>
            <para> Stop Sound Action.</para>
            <para> Represents the following element tag in the schema: p:endSnd </para>
            </summary>
            <remark>
            xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Presentation.SoundAction.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues">
            <summary>
            Transition Slide Direction Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Left">
            <summary>
            Transition Slide Direction Enum ( Left ).
            <para>When the item is serialized out as xml, its value is "l".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Up">
            <summary>
            Transition Slide Direction Enum ( Up ).
            <para>When the item is serialized out as xml, its value is "u".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Right">
            <summary>
            Transition Slide Direction ( Right ).
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Down">
            <summary>
            Transition Slide Direction Enum ( Down ).
            <para>When the item is serialized out as xml, its value is "d".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues">
            <summary>
            Transition Corner Direction Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftUp">
            <summary>
            Transition Corner Direction Enum ( Left-Up ).
            <para>When the item is serialized out as xml, its value is "lu".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightUp">
            <summary>
            Transition Corner Direction Enum ( Right-Up ).
            <para>When the item is serialized out as xml, its value is "ru".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftDown">
            <summary>
            Transition Corner Direction Enum ( Left-Down ).
            <para>When the item is serialized out as xml, its value is "ld".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightDown">
            <summary>
            Transition Corner Direction Enum ( Right-Down ).
            <para>When the item is serialized out as xml, its value is "rd".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues">
            <summary>
            Transition In/Out Direction Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.Out">
            <summary>
            Transition In/Out Direction Enum ( Out ).
            <para>When the item is serialized out as xml, its value is "out".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.In">
            <summary>
            Transition In/Out Direction Enum ( In ).
            <para>When the item is serialized out as xml, its value is "in".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TransitionSpeedValues">
            <summary>
            Transition Speed
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Slow">
            <summary>
            low.
            <para>When the item is serialized out as xml, its value is "slow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Medium">
            <summary>
            Medium.
            <para>When the item is serialized out as xml, its value is "med".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Fast">
            <summary>
            Fast.
            <para>When the item is serialized out as xml, its value is "fast".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues">
            <summary>
            Indefinite Time Declaration
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues.Indefinite">
            <summary>
            Indefinite Type Enum.
            <para>When the item is serialized out as xml, its value is "indefinite".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.IterateValues">
            <summary>
            Iterate Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.IterateValues.Element">
            <summary>
            Element.
            <para>When the item is serialized out as xml, its value is "el".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.IterateValues.Word">
            <summary>
            Word.
            <para>When the item is serialized out as xml, its value is "wd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.IterateValues.Letter">
            <summary>
            Letter.
            <para>When the item is serialized out as xml, its value is "lt".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ChartSubElementValues">
            <summary>
            Chart Subelement Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ChartSubElementValues.GridLegend">
            <summary>
            Chart Build Element Type Enum ( Grid Legend ).
            <para>When the item is serialized out as xml, its value is "gridLegend".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Series">
            <summary>
            Chart Build Element Type Enum ( Series ).
            <para>When the item is serialized out as xml, its value is "series".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Category">
            <summary>
            Chart Build Element Type Enum ( Category ).
            <para>When the item is serialized out as xml, its value is "category".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInSeries">
            <summary>
            Chart Build Element Type Enum ( Point in Series ).
            <para>When the item is serialized out as xml, its value is "ptInSeries".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInCategory">
            <summary>
            Chart Build Element Type Enum ( Point in Cat ).
            <para>When the item is serialized out as xml, its value is "ptInCategory".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues">
            <summary>
            Trigger RunTime Node
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.First">
            <summary>
            Trigger RunTime Node ( First ).
            <para>When the item is serialized out as xml, its value is "first".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.Last">
            <summary>
            Trigger RunTime Node ( Last ).
            <para>When the item is serialized out as xml, its value is "last".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.All">
            <summary>
            Trigger RunTime Node Enum ( All ).
            <para>When the item is serialized out as xml, its value is "all".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues">
            <summary>
            Time Node Preset Class Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Entrance">
            <summary>
            Preset Type Enum ( Entrance ).
            <para>When the item is serialized out as xml, its value is "entr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Exit">
            <summary>
            Exit.
            <para>When the item is serialized out as xml, its value is "exit".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Emphasis">
            <summary>
            Preset Type Enum ( Emphasis ).
            <para>When the item is serialized out as xml, its value is "emph".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Path">
            <summary>
            Preset Type Enum ( Path ).
            <para>When the item is serialized out as xml, its value is "path".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Verb">
            <summary>
            Preset Type Enum ( Verb ).
            <para>When the item is serialized out as xml, its value is "verb".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.MediaCall">
            <summary>
            Preset Type Enum ( Media Call ).
            <para>When the item is serialized out as xml, its value is "mediacall".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues">
            <summary>
            Time Node Restart Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Always">
            <summary>
            Restart Enum ( Always ).
            <para>When the item is serialized out as xml, its value is "always".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.WhenNotActive">
            <summary>
            Restart Enum ( When Not Active ).
            <para>When the item is serialized out as xml, its value is "whenNotActive".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Never">
            <summary>
            Restart Enum ( Never ).
            <para>When the item is serialized out as xml, its value is "never".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeNodeFillValues">
            <summary>
            Time Node Fill Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Remove">
            <summary>
            Remove.
            <para>When the item is serialized out as xml, its value is "remove".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Freeze">
            <summary>
            Freeze.
            <para>When the item is serialized out as xml, its value is "freeze".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Hold">
            <summary>
            TimeNode Fill Type Enum ( Hold ).
            <para>When the item is serialized out as xml, its value is "hold".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Transition">
            <summary>
            Transition.
            <para>When the item is serialized out as xml, its value is "transition".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeNodeValues">
            <summary>
            Time Node Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickEffect">
            <summary>
            Node Type Enum ( Click Effect ).
            <para>When the item is serialized out as xml, its value is "clickEffect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithEffect">
            <summary>
            Node Type Enum ( With Effect ).
            <para>When the item is serialized out as xml, its value is "withEffect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterEffect">
            <summary>
            Node Type Enum ( After Effect ).
            <para>When the item is serialized out as xml, its value is "afterEffect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeValues.MainSequence">
            <summary>
            Node Type Enum ( Main Sequence ).
            <para>When the item is serialized out as xml, its value is "mainSeq".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeValues.InteractiveSequence">
            <summary>
            Node Type Enum ( Interactive Sequence ).
            <para>When the item is serialized out as xml, its value is "interactiveSeq".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickParagraph">
            <summary>
            Node Type Enum ( Click Paragraph ).
            <para>When the item is serialized out as xml, its value is "clickPar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithGroup">
            <summary>
            Node Type Enum ( With Group ).
            <para>When the item is serialized out as xml, its value is "withGroup".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterGroup">
            <summary>
            Node Type Enum ( After Group ).
            <para>When the item is serialized out as xml, its value is "afterGroup".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeValues.TmingRoot">
            <summary>
            Node Type Enum ( Timing Root ).
            <para>When the item is serialized out as xml, its value is "tmRoot".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.NextActionValues">
            <summary>
            Next Action Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.NextActionValues.None">
            <summary>
            Next Action Type Enum ( None ).
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.NextActionValues.Seek">
            <summary>
            Next Action Type Enum ( Seek ).
            <para>When the item is serialized out as xml, its value is "seek".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PreviousActionValues">
            <summary>
            Previous Action Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PreviousActionValues.None">
            <summary>
            Previous Action Type Enum ( None ).
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PreviousActionValues.SkipTimed">
            <summary>
            Previous Action Type Enum ( Skip Timed ).
            <para>When the item is serialized out as xml, its value is "skipTimed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues">
            <summary>
            Behavior Additive Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Base">
            <summary>
            Additive Enum ( Base ).
            <para>When the item is serialized out as xml, its value is "base".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Sum">
            <summary>
            Additive Enum ( Sum ).
            <para>When the item is serialized out as xml, its value is "sum".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Replace">
            <summary>
            Additive Enum ( Replace ).
            <para>When the item is serialized out as xml, its value is "repl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Multiply">
            <summary>
            Additive Enum ( Multiply ).
            <para>When the item is serialized out as xml, its value is "mult".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues">
            <summary>
            Behavior Accumulate Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.None">
            <summary>
            Accumulate Enum ( None ).
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.Always">
            <summary>
            Accumulate Enum ( Always ).
            <para>When the item is serialized out as xml, its value is "always".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BehaviorTransformValues">
            <summary>
            Behavior Transform Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Point">
            <summary>
            Point.
            <para>When the item is serialized out as xml, its value is "pt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Image">
            <summary>
            Image.
            <para>When the item is serialized out as xml, its value is "img".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues">
            <summary>
            Behavior Override Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.Normal">
            <summary>
            Override Enum ( Normal ).
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.ChildStyle">
            <summary>
            Override Enum ( Child Style ).
            <para>When the item is serialized out as xml, its value is "childStyle".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues">
            <summary>
            Time List Animate Behavior Calculate Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Discrete">
            <summary>
            Calc Mode Enum ( Discrete ).
            <para>When the item is serialized out as xml, its value is "discrete".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Linear">
            <summary>
            Calc Mode Enum ( Linear ).
            <para>When the item is serialized out as xml, its value is "lin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Formula">
            <summary>
            Calc Mode Enum ( Formula ).
            <para>When the item is serialized out as xml, its value is "fmla".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues">
            <summary>
            Time List Animate Behavior Value Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.String">
            <summary>
            Value Type Enum ( String ).
            <para>When the item is serialized out as xml, its value is "str".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Number">
            <summary>
            Value Type Enum ( Number ).
            <para>When the item is serialized out as xml, its value is "num".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Color">
            <summary>
            Value Type Enum ( Color ).
            <para>When the item is serialized out as xml, its value is "clr".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues">
            <summary>
            Time List Animate Color Space
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Rgb">
            <summary>
            Color Space Enum ( RGB ).
            <para>When the item is serialized out as xml, its value is "rgb".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Hsl">
            <summary>
            Color Space Enum ( HSL ).
            <para>When the item is serialized out as xml, its value is "hsl".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues">
            <summary>
            Time List Animate Color Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.Clockwise">
            <summary>
            Direction Enum ( Clockwise ).
            <para>When the item is serialized out as xml, its value is "cw".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.CounterClockwise">
            <summary>
            Counter-Clockwise.
            <para>When the item is serialized out as xml, its value is "ccw".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues">
            <summary>
            Time List Animate Effect Transition
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.In">
            <summary>
            Transition Enum ( In ).
            <para>When the item is serialized out as xml, its value is "in".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.Out">
            <summary>
            Transition Enum ( Out ).
            <para>When the item is serialized out as xml, its value is "out".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.None">
            <summary>
            Transition Enum ( None ).
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues">
            <summary>
            Time List Animate Motion Behavior Origin
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Parent">
            <summary>
            Origin Enum ( Parent ).
            <para>When the item is serialized out as xml, its value is "parent".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Layout">
            <summary>
            Origin Enum ( Layout ).
            <para>When the item is serialized out as xml, its value is "layout".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues">
            <summary>
            Time List Animate Motion Path Edit Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Relative">
            <summary>
            Path Edit Mode Enum ( Relative ).
            <para>When the item is serialized out as xml, its value is "relative".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Fixed">
            <summary>
            Path Edit Mode Enum ( Fixed ).
            <para>When the item is serialized out as xml, its value is "fixed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CommandValues">
            <summary>
            Command Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.CommandValues.Event">
            <summary>
            Command Type Enum ( Event ).
            <para>When the item is serialized out as xml, its value is "evt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.CommandValues.Call">
            <summary>
            Command Type Enum ( Call ).
            <para>When the item is serialized out as xml, its value is "call".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.CommandValues.Verb">
            <summary>
            Command Type Enum ( Verb ).
            <para>When the item is serialized out as xml, its value is "verb".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ParagraphBuildValues">
            <summary>
            Paragraph Build Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.AllAtOnce">
            <summary>
            All At Once.
            <para>When the item is serialized out as xml, its value is "allAtOnce".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Paragraph">
            <summary>
            Paragraph.
            <para>When the item is serialized out as xml, its value is "p".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Custom">
            <summary>
            Custom.
            <para>When the item is serialized out as xml, its value is "cust".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Whole">
            <summary>
            Whole.
            <para>When the item is serialized out as xml, its value is "whole".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.DiagramBuildValues">
            <summary>
            Diagram Build Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Whole">
            <summary>
            Diagram Build Type Enum ( Whole ).
            <para>When the item is serialized out as xml, its value is "whole".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByNode">
            <summary>
            Diagram Build Type Enum ( Depth By Node ).
            <para>When the item is serialized out as xml, its value is "depthByNode".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByBranch">
            <summary>
            Diagram Build Type Enum ( Depth By Branch ).
            <para>When the item is serialized out as xml, its value is "depthByBranch".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByNode">
            <summary>
            Diagram Build Type Enum ( Breadth By Node ).
            <para>When the item is serialized out as xml, its value is "breadthByNode".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByLevel">
            <summary>
            Diagram Build Type Enum ( Breadth By Level ).
            <para>When the item is serialized out as xml, its value is "breadthByLvl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Clockwise">
            <summary>
            Diagram Build Type Enum ( Clockwise ).
            <para>When the item is serialized out as xml, its value is "cw".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseIn">
            <summary>
            Diagram Build Type Enum ( Clockwise-In ).
            <para>When the item is serialized out as xml, its value is "cwIn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseOut">
            <summary>
            Diagram Build Type Enum ( Clockwise-Out ).
            <para>When the item is serialized out as xml, its value is "cwOut".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwise">
            <summary>
            Diagram Build Type Enum ( Counter-Clockwise ).
            <para>When the item is serialized out as xml, its value is "ccw".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseIn">
            <summary>
            Diagram Build Type Enum ( Counter-Clockwise-In ).
            <para>When the item is serialized out as xml, its value is "ccwIn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseOut">
            <summary>
            Diagram Build Type Enum ( Counter-Clockwise-Out ).
            <para>When the item is serialized out as xml, its value is "ccwOut".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.InByRing">
            <summary>
            Diagram Build Type Enum ( In-By-Ring ).
            <para>When the item is serialized out as xml, its value is "inByRing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.OutByRing">
            <summary>
            Diagram Build Type Enum ( Out-By-Ring ).
            <para>When the item is serialized out as xml, its value is "outByRing".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Up">
            <summary>
            Diagram Build Type Enum ( Up ).
            <para>When the item is serialized out as xml, its value is "up".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Down">
            <summary>
            Diagram Build Type Enum ( Down ).
            <para>When the item is serialized out as xml, its value is "down".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.AllAtOnce">
            <summary>
            Diagram Build Type Enum ( All At Once ).
            <para>When the item is serialized out as xml, its value is "allAtOnce".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Custom">
            <summary>
            Diagram Build Type Enum ( Custom ).
            <para>When the item is serialized out as xml, its value is "cust".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OleChartBuildValues">
            <summary>
            OLE Chart Build Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.OleChartBuildValues.AllAtOnce">
            <summary>
            Chart Build Type Enum ( All At Once ).
            <para>When the item is serialized out as xml, its value is "allAtOnce".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Series">
            <summary>
            Chart Build Type Enum ( Series ).
            <para>When the item is serialized out as xml, its value is "series".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Category">
            <summary>
            Chart Build Type Enum ( Category ).
            <para>When the item is serialized out as xml, its value is "category".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.OleChartBuildValues.SeriesElement">
            <summary>
            Chart Build Type Enum ( Series Element ).
            <para>When the item is serialized out as xml, its value is "seriesEl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.OleChartBuildValues.CategoryElement">
            <summary>
            Chart Build Type Enum ( Category Element ).
            <para>When the item is serialized out as xml, its value is "categoryEl".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues">
            <summary>
            Time Node Master Relation
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.SameClick">
            <summary>
            TimeNode Master Relation Enum ( Same Click ).
            <para>When the item is serialized out as xml, its value is "sameClick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.NextClick">
            <summary>
            TimeNode Master Relation Enum ( Next Click ).
            <para>When the item is serialized out as xml, its value is "nextClick".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues">
            <summary>
            Time Node Sync Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.CanSlip">
            <summary>
            TimeNode Sync Enum ( Can Slip ).
            <para>When the item is serialized out as xml, its value is "canSlip".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.Locked">
            <summary>
            TimeNode Sync Enum ( Locked ).
            <para>When the item is serialized out as xml, its value is "locked".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.DirectionValues">
            <summary>
            Direction
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DirectionValues.Horizontal">
            <summary>
            Horizontal.
            <para>When the item is serialized out as xml, its value is "horz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.DirectionValues.Vertical">
            <summary>
            Vertical.
            <para>When the item is serialized out as xml, its value is "vert".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues">
            <summary>
            OLE Object to Follow Color Scheme
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.Full">
            <summary>
            Full.
            <para>When the item is serialized out as xml, its value is "full".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.TextAndBackground">
            <summary>
            Text and Background.
            <para>When the item is serialized out as xml, its value is "textAndBackground".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues">
            <summary>
            Photo Album Layout Definition
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FitToSlide">
            <summary>
            Fit Photos to Slide.
            <para>When the item is serialized out as xml, its value is "fitToSlide".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePic">
            <summary>
            1 Photo per Slide.
            <para>When the item is serialized out as xml, its value is "1pic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPic">
            <summary>
            2 Photos per Slide.
            <para>When the item is serialized out as xml, its value is "2pic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPic">
            <summary>
            4 Photos per Slide.
            <para>When the item is serialized out as xml, its value is "4pic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePicWithTitle">
            <summary>
            1 Photo per Slide with Titles.
            <para>When the item is serialized out as xml, its value is "1picTitle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPicWithTitle">
            <summary>
            2 Photos per Slide with Titles.
            <para>When the item is serialized out as xml, its value is "2picTitle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPicWithTitle">
            <summary>
            4 Photos per Slide with Titles.
            <para>When the item is serialized out as xml, its value is "4picTitle".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues">
            <summary>
            Photo Album Shape for Photo Mask
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle1">
            <summary>
            Rectangle Photo Frame.
            <para>When the item is serialized out as xml, its value is "frameStyle1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle2">
            <summary>
            Rounded Rectangle Photo Frame.
            <para>When the item is serialized out as xml, its value is "frameStyle2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle3">
            <summary>
            Simple White Photo Frame.
            <para>When the item is serialized out as xml, its value is "frameStyle3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle4">
            <summary>
            Simple Black Photo Frame.
            <para>When the item is serialized out as xml, its value is "frameStyle4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle5">
            <summary>
            Compound Black Photo Frame.
            <para>When the item is serialized out as xml, its value is "frameStyle5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle6">
            <summary>
            Center Shadow Photo Frame.
            <para>When the item is serialized out as xml, its value is "frameStyle6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle7">
            <summary>
            Soft Edge Photo Frame.
            <para>When the item is serialized out as xml, its value is "frameStyle7".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideSizeValues">
            <summary>
            Slide Size Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen4x3">
            <summary>
            Screen 4x3.
            <para>When the item is serialized out as xml, its value is "screen4x3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.Letter">
            <summary>
            Letter.
            <para>When the item is serialized out as xml, its value is "letter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.A4">
            <summary>
            A4.
            <para>When the item is serialized out as xml, its value is "A4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.Film35mm">
            <summary>
            35mm Film.
            <para>When the item is serialized out as xml, its value is "35mm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.Overhead">
            <summary>
            Overhead.
            <para>When the item is serialized out as xml, its value is "overhead".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.Banner">
            <summary>
            Banner.
            <para>When the item is serialized out as xml, its value is "banner".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.Custom">
            <summary>
            Custom.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.Ledger">
            <summary>
            Ledger.
            <para>When the item is serialized out as xml, its value is "ledger".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.A3">
            <summary>
            A3.
            <para>When the item is serialized out as xml, its value is "A3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4ISO">
            <summary>
            B4ISO.
            <para>When the item is serialized out as xml, its value is "B4ISO".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5ISO">
            <summary>
            B5ISO.
            <para>When the item is serialized out as xml, its value is "B5ISO".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4JIS">
            <summary>
            B4JIS.
            <para>When the item is serialized out as xml, its value is "B4JIS".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5JIS">
            <summary>
            B5JIS.
            <para>When the item is serialized out as xml, its value is "B5JIS".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.HagakiCard">
            <summary>
            Hagaki Card.
            <para>When the item is serialized out as xml, its value is "hagakiCard".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x9">
            <summary>
            Screen 16x9.
            <para>When the item is serialized out as xml, its value is "screen16x9".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x10">
            <summary>
            Screen 16x10.
            <para>When the item is serialized out as xml, its value is "screen16x10".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CryptProviderValues">
            <summary>
            Cryptographic Provider Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaAES">
            <summary>
            RSA AES Encryption Scheme.
            <para>When the item is serialized out as xml, its value is "rsaAES".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaFull">
            <summary>
            RSA Full Encryption Scheme.
            <para>When the item is serialized out as xml, its value is "rsaFull".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.CryptProviderValues.Invalid">
            <summary>
            Invalid Encryption Scheme.
            <para>When the item is serialized out as xml, its value is "invalid".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues">
            <summary>
            Cryptographic Algorithm Classes
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Hash">
            <summary>
            Hash Algorithm Class.
            <para>When the item is serialized out as xml, its value is "hash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Invalid">
            <summary>
            Invalid Algorithm Class.
            <para>When the item is serialized out as xml, its value is "invalid".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues">
            <summary>
            Cryptographic Algorithm Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.TypeAny">
            <summary>
            Any Algorithm Type.
            <para>When the item is serialized out as xml, its value is "typeAny".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.Invalid">
            <summary>
            Invalid Algorithm Type.
            <para>When the item is serialized out as xml, its value is "invalid".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues">
            <summary>
            Web browsers supported for HTML output
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V4">
            <summary>
            Browser v4.
            <para>When the item is serialized out as xml, its value is "v4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3">
            <summary>
            Browser v3.
            <para>When the item is serialized out as xml, its value is "v3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3v4">
            <summary>
            Browser v3v4.
            <para>When the item is serialized out as xml, its value is "v3v4".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.WebColorValues">
            <summary>
            HTML Slide Navigation Control Colors
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebColorValues.None">
            <summary>
            Non-specific Colors.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebColorValues.Browser">
            <summary>
            Browser Colors.
            <para>When the item is serialized out as xml, its value is "browser".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationText">
            <summary>
            Presentation Text Colors.
            <para>When the item is serialized out as xml, its value is "presentationText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationAccent">
            <summary>
            Presentation Accent Colors.
            <para>When the item is serialized out as xml, its value is "presentationAccent".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebColorValues.WhiteTextOnBlack">
            <summary>
            White Text on Black Colors.
            <para>When the item is serialized out as xml, its value is "whiteTextOnBlack".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebColorValues.BlackTextOnWhite">
            <summary>
            Black Text on White Colors.
            <para>When the item is serialized out as xml, its value is "blackTextOnWhite".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues">
            <summary>
            HTML/Web Screen Size Target
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz544x376">
            <summary>
            HTML/Web Size Enumeration 544x376.
            <para>When the item is serialized out as xml, its value is "544x376".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz640x480">
            <summary>
            HTML/Web Size Enumeration 640x480.
            <para>When the item is serialized out as xml, its value is "640x480".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz720x512">
            <summary>
            HTML/Web Size Enumeration 720x515.
            <para>When the item is serialized out as xml, its value is "720x512".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz800x600">
            <summary>
            HTML/Web Size Enumeration 800x600.
            <para>When the item is serialized out as xml, its value is "800x600".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1024x768">
            <summary>
            HTML/Web Size Enumeration 1024x768.
            <para>When the item is serialized out as xml, its value is "1024x768".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x882">
            <summary>
            HTML/Web Size Enumeration 1152x882.
            <para>When the item is serialized out as xml, its value is "1152x882".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x900">
            <summary>
            HTML/Web Size Enumeration 1152x900.
            <para>When the item is serialized out as xml, its value is "1152x900".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1280x1024">
            <summary>
            HTML/Web Size Enumeration 1280x1024.
            <para>When the item is serialized out as xml, its value is "1280x1024".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1600x1200">
            <summary>
            HTML/Web Size Enumeration 1600x1200.
            <para>When the item is serialized out as xml, its value is "1600x1200".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1800x1400">
            <summary>
            HTML/Web Size Enumeration 1800x1400.
            <para>When the item is serialized out as xml, its value is "1800x1400".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1920x1200">
            <summary>
            HTML/Web Size Enumeration 1920x1200.
            <para>When the item is serialized out as xml, its value is "1920x1200".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PrintOutputValues">
            <summary>
            Default print output
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintOutputValues.Slides">
            <summary>
            Slides.
            <para>When the item is serialized out as xml, its value is "slides".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts1">
            <summary>
            1 Slide / Handout Page.
            <para>When the item is serialized out as xml, its value is "handouts1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts2">
            <summary>
            2 Slides / Handout Page.
            <para>When the item is serialized out as xml, its value is "handouts2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts3">
            <summary>
            3 Slides / Handout Page.
            <para>When the item is serialized out as xml, its value is "handouts3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts4">
            <summary>
            4 Slides / Handout Page.
            <para>When the item is serialized out as xml, its value is "handouts4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts6">
            <summary>
            6 Slides / Handout Page.
            <para>When the item is serialized out as xml, its value is "handouts6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts9">
            <summary>
            9 Slides / Handout Page.
            <para>When the item is serialized out as xml, its value is "handouts9".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintOutputValues.Notes">
            <summary>
            Notes.
            <para>When the item is serialized out as xml, its value is "notes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintOutputValues.Outline">
            <summary>
            Outline.
            <para>When the item is serialized out as xml, its value is "outline".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PrintColorModeValues">
            <summary>
            Print Color Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintColorModeValues.BlackWhite">
            <summary>
            Black and White Mode.
            <para>When the item is serialized out as xml, its value is "bw".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Gray">
            <summary>
            Grayscale Mode.
            <para>When the item is serialized out as xml, its value is "gray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Color">
            <summary>
            Color Mode.
            <para>When the item is serialized out as xml, its value is "clr".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PlaceholderValues">
            <summary>
            Placeholder IDs
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.Title">
            <summary>
            Title.
            <para>When the item is serialized out as xml, its value is "title".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.Body">
            <summary>
            Body.
            <para>When the item is serialized out as xml, its value is "body".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.CenteredTitle">
            <summary>
            Centered Title.
            <para>When the item is serialized out as xml, its value is "ctrTitle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.SubTitle">
            <summary>
            Subtitle.
            <para>When the item is serialized out as xml, its value is "subTitle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.DateAndTime">
            <summary>
            Date and Time.
            <para>When the item is serialized out as xml, its value is "dt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideNumber">
            <summary>
            Slide Number.
            <para>When the item is serialized out as xml, its value is "sldNum".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.Footer">
            <summary>
            Footer.
            <para>When the item is serialized out as xml, its value is "ftr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.Header">
            <summary>
            Header.
            <para>When the item is serialized out as xml, its value is "hdr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.Object">
            <summary>
            Object.
            <para>When the item is serialized out as xml, its value is "obj".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.Chart">
            <summary>
            Chart.
            <para>When the item is serialized out as xml, its value is "chart".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.Table">
            <summary>
            Table.
            <para>When the item is serialized out as xml, its value is "tbl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.ClipArt">
            <summary>
            Clip Art.
            <para>When the item is serialized out as xml, its value is "clipArt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.Diagram">
            <summary>
            Diagram.
            <para>When the item is serialized out as xml, its value is "dgm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.Media">
            <summary>
            Media.
            <para>When the item is serialized out as xml, its value is "media".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideImage">
            <summary>
            Slide Image.
            <para>When the item is serialized out as xml, its value is "sldImg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderValues.Picture">
            <summary>
            Picture.
            <para>When the item is serialized out as xml, its value is "pic".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues">
            <summary>
            Placeholder Size
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Full">
            <summary>
            Full.
            <para>When the item is serialized out as xml, its value is "full".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Half">
            <summary>
            Half.
            <para>When the item is serialized out as xml, its value is "half".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Quarter">
            <summary>
            Quarter.
            <para>When the item is serialized out as xml, its value is "quarter".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SlideLayoutValues">
            <summary>
            Slide Layout Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Title">
            <summary>
            Slide Layout Type Enumeration ( Title ).
            <para>When the item is serialized out as xml, its value is "title".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Text">
            <summary>
            Slide Layout Type Enumeration ( Text ).
            <para>When the item is serialized out as xml, its value is "tx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoColumnText">
            <summary>
            Slide Layout Type Enumeration ( Two Column Text ).
            <para>When the item is serialized out as xml, its value is "twoColTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Table">
            <summary>
            Slide Layout Type Enumeration ( Table ).
            <para>When the item is serialized out as xml, its value is "tbl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndChart">
            <summary>
            Slide Layout Type Enumeration ( Text and Chart ).
            <para>When the item is serialized out as xml, its value is "txAndChart".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ChartAndText">
            <summary>
            Slide Layout Type Enumeration ( Chart and Text ).
            <para>When the item is serialized out as xml, its value is "chartAndTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Diagram">
            <summary>
            Slide Layout Type Enumeration ( Diagram ).
            <para>When the item is serialized out as xml, its value is "dgm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Chart">
            <summary>
            Chart.
            <para>When the item is serialized out as xml, its value is "chart".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndClipArt">
            <summary>
            Text and Clip Art.
            <para>When the item is serialized out as xml, its value is "txAndClipArt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndText">
            <summary>
            Clip Art and Text.
            <para>When the item is serialized out as xml, its value is "clipArtAndTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TitleOnly">
            <summary>
            Slide Layout Type Enumeration ( Title Only ).
            <para>When the item is serialized out as xml, its value is "titleOnly".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Blank">
            <summary>
            Slide Layout Type Enumeration ( Blank ).
            <para>When the item is serialized out as xml, its value is "blank".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndObject">
            <summary>
            Slide Layout Type Enumeration ( Text and Object ).
            <para>When the item is serialized out as xml, its value is "txAndObj".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndText">
            <summary>
            Slide Layout Type Enumeration ( Object and Text ).
            <para>When the item is serialized out as xml, its value is "objAndTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOnly">
            <summary>
            Object.
            <para>When the item is serialized out as xml, its value is "objOnly".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Object">
            <summary>
            Title and Object.
            <para>When the item is serialized out as xml, its value is "obj".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndMedia">
            <summary>
            Slide Layout Type Enumeration ( Text and Media ).
            <para>When the item is serialized out as xml, its value is "txAndMedia".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.MidiaAndText">
            <summary>
            Slide Layout Type Enumeration ( Media and Text ).
            <para>When the item is serialized out as xml, its value is "mediaAndTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOverText">
            <summary>
            Slide Layout Type Enumeration ( Object over Text).
            <para>When the item is serialized out as xml, its value is "objOverTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextOverObject">
            <summary>
            Slide Layout Type Enumeration ( Text over Object).
            <para>When the item is serialized out as xml, its value is "txOverObj".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndTwoObjects">
            <summary>
            Text and Two Objects.
            <para>When the item is serialized out as xml, its value is "txAndTwoObj".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndText">
            <summary>
            Two Objects and Text.
            <para>When the item is serialized out as xml, its value is "twoObjAndTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsOverText">
            <summary>
            Two Objects over Text.
            <para>When the item is serialized out as xml, its value is "twoObjOverTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.FourObjects">
            <summary>
            Four Objects.
            <para>When the item is serialized out as xml, its value is "fourObj".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalText">
            <summary>
            Vertical Text.
            <para>When the item is serialized out as xml, its value is "vertTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndVerticalText">
            <summary>
            Clip Art and Vertical Text.
            <para>When the item is serialized out as xml, its value is "clipArtAndVertTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndText">
            <summary>
            Vertical Title and Text.
            <para>When the item is serialized out as xml, its value is "vertTitleAndTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndTextOverChart">
            <summary>
            Vertical Title and Text Over Chart.
            <para>When the item is serialized out as xml, its value is "vertTitleAndTxOverChart".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjects">
            <summary>
            Two Objects.
            <para>When the item is serialized out as xml, its value is "twoObj".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndTwoObjects">
            <summary>
            Object and Two Object.
            <para>When the item is serialized out as xml, its value is "objAndTwoObj".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndObject">
            <summary>
            Two Objects and Object.
            <para>When the item is serialized out as xml, its value is "twoObjAndObj".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Custom">
            <summary>
            Slide Layout Type Enumeration ( Custom ).
            <para>When the item is serialized out as xml, its value is "cust".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.SectionHeader">
            <summary>
            Section Header.
            <para>When the item is serialized out as xml, its value is "secHead".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoTextAndTwoObjects">
            <summary>
            Two Text and Two Objects.
            <para>When the item is serialized out as xml, its value is "twoTxTwoObj".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectText">
            <summary>
            Title, Object, and Caption.
            <para>When the item is serialized out as xml, its value is "objTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SlideLayoutValues.PictureText">
            <summary>
            Picture and Caption.
            <para>When the item is serialized out as xml, its value is "picTx".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.SplitterBarStateValues">
            <summary>
            Splitter Bar State
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Minimized">
            <summary>
            Min.
            <para>When the item is serialized out as xml, its value is "minimized".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Restored">
            <summary>
            Restored.
            <para>When the item is serialized out as xml, its value is "restored".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Maximized">
            <summary>
            Max.
            <para>When the item is serialized out as xml, its value is "maximized".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ViewValues">
            <summary>
            List of View Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ViewValues.SlideView">
            <summary>
            Normal Slide View.
            <para>When the item is serialized out as xml, its value is "sldView".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ViewValues.SlideMasterView">
            <summary>
            Slide Master View.
            <para>When the item is serialized out as xml, its value is "sldMasterView".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ViewValues.NotesView">
            <summary>
            Notes View.
            <para>When the item is serialized out as xml, its value is "notesView".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ViewValues.HandoutView">
            <summary>
            Handout View.
            <para>When the item is serialized out as xml, its value is "handoutView".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ViewValues.NotesMasterView">
            <summary>
            Notes Master View.
            <para>When the item is serialized out as xml, its value is "notesMasterView".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ViewValues.OutlineView">
            <summary>
            Outline View.
            <para>When the item is serialized out as xml, its value is "outlineView".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ViewValues.SlideSorterView">
            <summary>
            Slide Sorter View.
            <para>When the item is serialized out as xml, its value is "sldSorterView".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ViewValues.SlideThumbnailView">
            <summary>
            Slide Thumbnail View.
            <para>When the item is serialized out as xml, its value is "sldThumbnailView".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.TriggerEventValues">
            <summary>
            Trigger Event
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnBegin">
            <summary>
            Trigger Event Enum ( On Begin ).
            <para>When the item is serialized out as xml, its value is "onBegin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnEnd">
            <summary>
            Trigger Event Enum ( On End ).
            <para>When the item is serialized out as xml, its value is "onEnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.Begin">
            <summary>
            Trigger Event Enum ( Begin ).
            <para>When the item is serialized out as xml, its value is "begin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.End">
            <summary>
            Trigger Event Enum ( End ).
            <para>When the item is serialized out as xml, its value is "end".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnClick">
            <summary>
            Trigger Event Enum ( On Click ).
            <para>When the item is serialized out as xml, its value is "onClick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnDoubleClick">
            <summary>
            Trigger Event Enum ( On Double Click ).
            <para>When the item is serialized out as xml, its value is "onDblClick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOver">
            <summary>
            Trigger Event Enum ( On Mouse Over ).
            <para>When the item is serialized out as xml, its value is "onMouseOver".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOut">
            <summary>
            Trigger Event Enum ( On Mouse Out ).
            <para>When the item is serialized out as xml, its value is "onMouseOut".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnNext">
            <summary>
            Trigger Event Enum ( On Next ).
            <para>When the item is serialized out as xml, its value is "onNext".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnPrevious">
            <summary>
            Trigger Event Enum ( On Previous ).
            <para>When the item is serialized out as xml, its value is "onPrev".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnStopAudio">
            <summary>
            Trigger Event Enum ( On Stop Audio ).
            <para>When the item is serialized out as xml, its value is "onStopAudio".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMediaBookmark">
            <summary>
            onMediaBookmark.
            <para>When the item is serialized out as xml, its value is "onMediaBookmark".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Presentation.ConformanceClassValues">
            <summary>
            Defines the ConformanceClassValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Strict">
            <summary>
            strict.
            <para>When the item is serialized out as xml, its value is "strict".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Transitional">
            <summary>
            transitional.
            <para>When the item is serialized out as xml, its value is "transitional".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary">
             <summary>
             <para>Embedded Custom XML Schema Supplementary Data.</para>
             <para> When the object is serialized out as xml, its qualified name is sl:schemaLibrary.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Schema &lt;sl:schema></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.#ctor">
            <summary>
            Initializes a new instance of the SchemaLibrary class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SchemaLibrary class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SchemaLibrary class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SchemaLibrary class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema">
            <summary>
            <para>Custom XML Schema Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is sl:schema.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri">
             <summary>
             <para> Custom XML Schema Namespace.</para>
             <para>Represents the following attribute in the schema: sl:uri </para>
             </summary>
            <remark> xmlns:sl=http://schemas.openxmlformats.org/schemaLibrary/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation">
             <summary>
             <para> Resource File Location.</para>
             <para>Represents the following attribute in the schema: sl:manifestLocation </para>
             </summary>
            <remark> xmlns:sl=http://schemas.openxmlformats.org/schemaLibrary/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation">
             <summary>
             <para> Custom XML Schema Location.</para>
             <para>Represents the following attribute in the schema: sl:schemaLocation </para>
             </summary>
            <remark> xmlns:sl=http://schemas.openxmlformats.org/schemaLibrary/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.#ctor">
            <summary>
            Initializes a new instance of the Schema class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Extension">
            <summary>
            <para>Extension.</para>
            <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Extension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Extension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Extension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Extension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Extension.#ctor">
            <summary>
            Initializes a new instance of the Extension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Extension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Extension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Extension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Extension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Extension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Extension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Extension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculationChain">
             <summary>
             <para>Calculation Chain Info. The root element of CalculationChainPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:calcChain.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CalculationCell &lt;x:c></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.#ctor(DocumentFormat.OpenXml.Packaging.CalculationChainPart)">
            <summary>
            CalculationChain constructor.
            </summary>
            <param name="ownerPart">The owner part of the CalculationChain.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Load(DocumentFormat.OpenXml.Packaging.CalculationChainPart)">
            <summary>
            Loads the DOM from the CalculationChainPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChainPart">
            <summary>
            Gets the CalculationChainPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CalculationChain class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CalculationChain class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CalculationChain class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.#ctor">
            <summary>
            Initializes a new instance of the CalculationChain class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Save(DocumentFormat.OpenXml.Packaging.CalculationChainPart)">
            <summary>
            Saves the DOM into the CalculationChainPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Comments">
             <summary>
             <para>Comments. The root element of WorksheetCommentsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:comments.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Authors &lt;x:authors></description></item>
            <item><description>CommentList &lt;x:commentList></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comments.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comments.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comments.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comments.#ctor(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart)">
            <summary>
            Comments constructor.
            </summary>
            <param name="ownerPart">The owner part of the Comments.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comments.Load(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart)">
            <summary>
            Loads the DOM from the WorksheetCommentsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comments.WorksheetCommentsPart">
            <summary>
            Gets the WorksheetCommentsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comments.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Comments class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comments.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Comments class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comments.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Comments class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comments.#ctor">
            <summary>
            Initializes a new instance of the Comments class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comments.Save(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart)">
            <summary>
            Saves the DOM into the WorksheetCommentsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comments.Authors">
            <summary>
            <para> Authors.</para>
            <para> Represents the following element tag in the schema: x:authors </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList">
            <summary>
            <para> List of Comments.</para>
            <para> Represents the following element tag in the schema: x:commentList </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comments.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MapInfo">
             <summary>
             <para>XML Mapping. The root element of CustomXmlMappingsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:MapInfo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Schema &lt;x:Schema></description></item>
            <item><description>Map &lt;x:Map></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MapInfo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MapInfo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MapInfo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces">
            <summary>
            <para> Prefix Mappings for XPath Expressions.</para>
            <para>Represents the following attribute in the schema: SelectionNamespaces </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MapInfo.#ctor(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart)">
            <summary>
            MapInfo constructor.
            </summary>
            <param name="ownerPart">The owner part of the MapInfo.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MapInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart)">
            <summary>
            Loads the DOM from the CustomXmlMappingsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MapInfo.CustomXmlMappingsPart">
            <summary>
            Gets the CustomXmlMappingsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MapInfo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MapInfo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MapInfo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MapInfo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MapInfo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MapInfo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MapInfo.#ctor">
            <summary>
            Initializes a new instance of the MapInfo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MapInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart)">
            <summary>
            Saves the DOM into the CustomXmlMappingsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MapInfo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Connections">
             <summary>
             <para>Connections. The root element of ConnectionsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:connections.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Connection &lt;x:connection></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connections.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connections.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connections.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connections.#ctor(DocumentFormat.OpenXml.Packaging.ConnectionsPart)">
            <summary>
            Connections constructor.
            </summary>
            <param name="ownerPart">The owner part of the Connections.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connections.Load(DocumentFormat.OpenXml.Packaging.ConnectionsPart)">
            <summary>
            Loads the DOM from the ConnectionsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connections.ConnectionsPart">
            <summary>
            Gets the ConnectionsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connections.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Connections class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connections.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Connections class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connections.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Connections class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connections.#ctor">
            <summary>
            Initializes a new instance of the Connections class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connections.Save(DocumentFormat.OpenXml.Packaging.ConnectionsPart)">
            <summary>
            Saves the DOM into the ConnectionsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connections.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition">
             <summary>
             <para>PivotCache Definition. The root element of PivotTableCacheDefinitionPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotCacheDefinition.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CacheSource &lt;x:cacheSource></description></item>
            <item><description>CacheFields &lt;x:cacheFields></description></item>
            <item><description>CacheHierarchies &lt;x:cacheHierarchies></description></item>
            <item><description>Kpis &lt;x:kpis></description></item>
            <item><description>TupleCache &lt;x:tupleCache></description></item>
            <item><description>CalculatedItems &lt;x:calculatedItems></description></item>
            <item><description>CalculatedMembers &lt;x:calculatedMembers></description></item>
            <item><description>Dimensions &lt;x:dimensions></description></item>
            <item><description>MeasureGroups &lt;x:measureGroups></description></item>
            <item><description>Maps &lt;x:maps></description></item>
            <item><description>PivotCacheDefinitionExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid">
            <summary>
            <para> invalid.</para>
            <para>Represents the following attribute in the schema: invalid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData">
            <summary>
            <para> saveData.</para>
            <para>Represents the following attribute in the schema: saveData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad">
            <summary>
            <para> refreshOnLoad.</para>
            <para>Represents the following attribute in the schema: refreshOnLoad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory">
            <summary>
            <para> optimizeMemory.</para>
            <para>Represents the following attribute in the schema: optimizeMemory </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh">
            <summary>
            <para> enableRefresh.</para>
            <para>Represents the following attribute in the schema: enableRefresh </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy">
            <summary>
            <para> refreshedBy.</para>
            <para>Represents the following attribute in the schema: refreshedBy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso">
            <summary>
            <para> refreshedDateIso.</para>
            <para>Represents the following attribute in the schema: refreshedDateIso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate">
            <summary>
            <para> refreshedDate.</para>
            <para>Represents the following attribute in the schema: refreshedDate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery">
            <summary>
            <para> backgroundQuery.</para>
            <para>Represents the following attribute in the schema: backgroundQuery </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit">
            <summary>
            <para> missingItemsLimit.</para>
            <para>Represents the following attribute in the schema: missingItemsLimit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion">
            <summary>
            <para> createdVersion.</para>
            <para>Represents the following attribute in the schema: createdVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion">
            <summary>
            <para> refreshedVersion.</para>
            <para>Represents the following attribute in the schema: refreshedVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion">
            <summary>
            <para> minRefreshableVersion.</para>
            <para>Represents the following attribute in the schema: minRefreshableVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount">
            <summary>
            <para> recordCount.</para>
            <para>Represents the following attribute in the schema: recordCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh">
            <summary>
            <para> upgradeOnRefresh.</para>
            <para>Represents the following attribute in the schema: upgradeOnRefresh </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache">
            <summary>
            <para> tupleCache.</para>
            <para>Represents the following attribute in the schema: tupleCache </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery">
            <summary>
            <para> supportSubquery.</para>
            <para>Represents the following attribute in the schema: supportSubquery </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill">
            <summary>
            <para> supportAdvancedDrill.</para>
            <para>Represents the following attribute in the schema: supportAdvancedDrill </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.#ctor(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart)">
            <summary>
            PivotCacheDefinition constructor.
            </summary>
            <param name="ownerPart">The owner part of the PivotCacheDefinition.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart)">
            <summary>
            Loads the DOM from the PivotTableCacheDefinitionPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotTableCacheDefinitionPart">
            <summary>
            Gets the PivotTableCacheDefinitionPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotCacheDefinition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotCacheDefinition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotCacheDefinition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.#ctor">
            <summary>
            Initializes a new instance of the PivotCacheDefinition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart)">
            <summary>
            Saves the DOM into the PivotTableCacheDefinitionPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource">
            <summary>
            <para> CacheSource.</para>
            <para> Represents the following element tag in the schema: x:cacheSource </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields">
            <summary>
            <para> CacheFields.</para>
            <para> Represents the following element tag in the schema: x:cacheFields </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies">
            <summary>
            <para> CacheHierarchies.</para>
            <para> Represents the following element tag in the schema: x:cacheHierarchies </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis">
            <summary>
            <para> Kpis.</para>
            <para> Represents the following element tag in the schema: x:kpis </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache">
            <summary>
            <para> TupleCache.</para>
            <para> Represents the following element tag in the schema: x:tupleCache </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems">
            <summary>
            <para> CalculatedItems.</para>
            <para> Represents the following element tag in the schema: x:calculatedItems </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers">
            <summary>
            <para> CalculatedMembers.</para>
            <para> Represents the following element tag in the schema: x:calculatedMembers </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions">
            <summary>
            <para> Dimensions.</para>
            <para> Represents the following element tag in the schema: x:dimensions </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups">
            <summary>
            <para> MeasureGroups.</para>
            <para> Represents the following element tag in the schema: x:measureGroups </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps">
            <summary>
            <para> Maps.</para>
            <para> Represents the following element tag in the schema: x:maps </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList">
            <summary>
            <para> PivotCacheDefinitionExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords">
             <summary>
             <para>PivotCache Records. The root element of PivotTableCacheRecordsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotCacheRecords.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotCacheRecord &lt;x:r></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count">
            <summary>
            <para> PivotCache Records Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.#ctor(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart)">
            <summary>
            PivotCacheRecords constructor.
            </summary>
            <param name="ownerPart">The owner part of the PivotCacheRecords.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart)">
            <summary>
            Loads the DOM from the PivotTableCacheRecordsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotTableCacheRecordsPart">
            <summary>
            Gets the PivotTableCacheRecordsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotCacheRecords class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotCacheRecords class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotCacheRecords class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.#ctor">
            <summary>
            Initializes a new instance of the PivotCacheRecords class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart)">
            <summary>
            Saves the DOM into the PivotTableCacheRecordsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition">
             <summary>
             <para>PivotTable Definition. The root element of PivotTablePart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotTableDefinition.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Location &lt;x:location></description></item>
            <item><description>PivotFields &lt;x:pivotFields></description></item>
            <item><description>RowFields &lt;x:rowFields></description></item>
            <item><description>RowItems &lt;x:rowItems></description></item>
            <item><description>ColumnFields &lt;x:colFields></description></item>
            <item><description>ColumnItems &lt;x:colItems></description></item>
            <item><description>PageFields &lt;x:pageFields></description></item>
            <item><description>DataFields &lt;x:dataFields></description></item>
            <item><description>Formats &lt;x:formats></description></item>
            <item><description>ConditionalFormats &lt;x:conditionalFormats></description></item>
            <item><description>ChartFormats &lt;x:chartFormats></description></item>
            <item><description>PivotHierarchies &lt;x:pivotHierarchies></description></item>
            <item><description>PivotTableStyle &lt;x:pivotTableStyleInfo></description></item>
            <item><description>PivotFilters &lt;x:filters></description></item>
            <item><description>RowHierarchiesUsage &lt;x:rowHierarchiesUsage></description></item>
            <item><description>ColumnHierarchiesUsage &lt;x:colHierarchiesUsage></description></item>
            <item><description>PivotTableDefinitionExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId">
            <summary>
            <para> cacheId.</para>
            <para>Represents the following attribute in the schema: cacheId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows">
            <summary>
            <para> dataOnRows.</para>
            <para>Represents the following attribute in the schema: dataOnRows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition">
            <summary>
            <para> dataPosition.</para>
            <para>Represents the following attribute in the schema: dataPosition </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId">
            <summary>
            <para> Auto Format Id.</para>
            <para>Represents the following attribute in the schema: autoFormatId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats">
            <summary>
            <para> Apply Number Formats.</para>
            <para>Represents the following attribute in the schema: applyNumberFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats">
            <summary>
            <para> Apply Border Formats.</para>
            <para>Represents the following attribute in the schema: applyBorderFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats">
            <summary>
            <para> Apply Font Formats.</para>
            <para>Represents the following attribute in the schema: applyFontFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats">
            <summary>
            <para> Apply Pattern Formats.</para>
            <para>Represents the following attribute in the schema: applyPatternFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats">
            <summary>
            <para> Apply Alignment Formats.</para>
            <para>Represents the following attribute in the schema: applyAlignmentFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats">
            <summary>
            <para> Apply Width / Height Formats.</para>
            <para>Represents the following attribute in the schema: applyWidthHeightFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption">
            <summary>
            <para> dataCaption.</para>
            <para>Represents the following attribute in the schema: dataCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption">
            <summary>
            <para> grandTotalCaption.</para>
            <para>Represents the following attribute in the schema: grandTotalCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption">
            <summary>
            <para> errorCaption.</para>
            <para>Represents the following attribute in the schema: errorCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError">
            <summary>
            <para> showError.</para>
            <para>Represents the following attribute in the schema: showError </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption">
            <summary>
            <para> missingCaption.</para>
            <para>Represents the following attribute in the schema: missingCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing">
            <summary>
            <para> showMissing.</para>
            <para>Represents the following attribute in the schema: showMissing </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle">
            <summary>
            <para> pageStyle.</para>
            <para>Represents the following attribute in the schema: pageStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName">
            <summary>
            <para> pivotTableStyle.</para>
            <para>Represents the following attribute in the schema: pivotTableStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle">
            <summary>
            <para> vacatedStyle.</para>
            <para>Represents the following attribute in the schema: vacatedStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag">
            <summary>
            <para> tag.</para>
            <para>Represents the following attribute in the schema: tag </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion">
            <summary>
            <para> updatedVersion.</para>
            <para>Represents the following attribute in the schema: updatedVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion">
            <summary>
            <para> minRefreshableVersion.</para>
            <para>Represents the following attribute in the schema: minRefreshableVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals">
            <summary>
            <para> asteriskTotals.</para>
            <para>Represents the following attribute in the schema: asteriskTotals </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems">
            <summary>
            <para> showItems.</para>
            <para>Represents the following attribute in the schema: showItems </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData">
            <summary>
            <para> editData.</para>
            <para>Represents the following attribute in the schema: editData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList">
            <summary>
            <para> disableFieldList.</para>
            <para>Represents the following attribute in the schema: disableFieldList </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers">
            <summary>
            <para> showCalcMbrs.</para>
            <para>Represents the following attribute in the schema: showCalcMbrs </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals">
            <summary>
            <para> visualTotals.</para>
            <para>Represents the following attribute in the schema: visualTotals </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel">
            <summary>
            <para> showMultipleLabel.</para>
            <para>Represents the following attribute in the schema: showMultipleLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown">
            <summary>
            <para> showDataDropDown.</para>
            <para>Represents the following attribute in the schema: showDataDropDown </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill">
            <summary>
            <para> showDrill.</para>
            <para>Represents the following attribute in the schema: showDrill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill">
            <summary>
            <para> printDrill.</para>
            <para>Represents the following attribute in the schema: printDrill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips">
            <summary>
            <para> showMemberPropertyTips.</para>
            <para>Represents the following attribute in the schema: showMemberPropertyTips </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips">
            <summary>
            <para> showDataTips.</para>
            <para>Represents the following attribute in the schema: showDataTips </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard">
            <summary>
            <para> enableWizard.</para>
            <para>Represents the following attribute in the schema: enableWizard </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill">
            <summary>
            <para> enableDrill.</para>
            <para>Represents the following attribute in the schema: enableDrill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties">
            <summary>
            <para> enableFieldProperties.</para>
            <para>Represents the following attribute in the schema: enableFieldProperties </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting">
            <summary>
            <para> preserveFormatting.</para>
            <para>Represents the following attribute in the schema: preserveFormatting </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting">
            <summary>
            <para> useAutoFormatting.</para>
            <para>Represents the following attribute in the schema: useAutoFormatting </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap">
            <summary>
            <para> pageWrap.</para>
            <para>Represents the following attribute in the schema: pageWrap </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown">
            <summary>
            <para> pageOverThenDown.</para>
            <para>Represents the following attribute in the schema: pageOverThenDown </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems">
            <summary>
            <para> subtotalHiddenItems.</para>
            <para>Represents the following attribute in the schema: subtotalHiddenItems </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals">
            <summary>
            <para> rowGrandTotals.</para>
            <para>Represents the following attribute in the schema: rowGrandTotals </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals">
            <summary>
            <para> colGrandTotals.</para>
            <para>Represents the following attribute in the schema: colGrandTotals </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles">
            <summary>
            <para> fieldPrintTitles.</para>
            <para>Represents the following attribute in the schema: fieldPrintTitles </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles">
            <summary>
            <para> itemPrintTitles.</para>
            <para>Represents the following attribute in the schema: itemPrintTitles </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem">
            <summary>
            <para> mergeItem.</para>
            <para>Represents the following attribute in the schema: mergeItem </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones">
            <summary>
            <para> showDropZones.</para>
            <para>Represents the following attribute in the schema: showDropZones </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion">
            <summary>
            <para> createdVersion.</para>
            <para>Represents the following attribute in the schema: createdVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent">
            <summary>
            <para> indent.</para>
            <para>Represents the following attribute in the schema: indent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow">
            <summary>
            <para> showEmptyRow.</para>
            <para>Represents the following attribute in the schema: showEmptyRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn">
            <summary>
            <para> showEmptyCol.</para>
            <para>Represents the following attribute in the schema: showEmptyCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders">
            <summary>
            <para> showHeaders.</para>
            <para>Represents the following attribute in the schema: showHeaders </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact">
            <summary>
            <para> compact.</para>
            <para>Represents the following attribute in the schema: compact </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline">
            <summary>
            <para> outline.</para>
            <para>Represents the following attribute in the schema: outline </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData">
            <summary>
            <para> outlineData.</para>
            <para>Represents the following attribute in the schema: outlineData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData">
            <summary>
            <para> compactData.</para>
            <para>Represents the following attribute in the schema: compactData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published">
            <summary>
            <para> published.</para>
            <para>Represents the following attribute in the schema: published </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones">
            <summary>
            <para> gridDropZones.</para>
            <para>Represents the following attribute in the schema: gridDropZones </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi">
            <summary>
            <para> immersive.</para>
            <para>Represents the following attribute in the schema: immersive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters">
            <summary>
            <para> multipleFieldFilters.</para>
            <para>Represents the following attribute in the schema: multipleFieldFilters </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat">
            <summary>
            <para> chartFormat.</para>
            <para>Represents the following attribute in the schema: chartFormat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption">
            <summary>
            <para> rowHeaderCaption.</para>
            <para>Represents the following attribute in the schema: rowHeaderCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption">
            <summary>
            <para> colHeaderCaption.</para>
            <para>Represents the following attribute in the schema: colHeaderCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending">
            <summary>
            <para> fieldListSortAscending.</para>
            <para>Represents the following attribute in the schema: fieldListSortAscending </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries">
            <summary>
            <para> mdxSubqueries.</para>
            <para>Represents the following attribute in the schema: mdxSubqueries </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort">
            <summary>
            <para> customListSort.</para>
            <para>Represents the following attribute in the schema: customListSort </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.#ctor(DocumentFormat.OpenXml.Packaging.PivotTablePart)">
            <summary>
            PivotTableDefinition constructor.
            </summary>
            <param name="ownerPart">The owner part of the PivotTableDefinition.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTablePart)">
            <summary>
            Loads the DOM from the PivotTablePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTablePart">
            <summary>
            Gets the PivotTablePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotTableDefinition class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotTableDefinition class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotTableDefinition class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.#ctor">
            <summary>
            Initializes a new instance of the PivotTableDefinition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTablePart)">
            <summary>
            Saves the DOM into the PivotTablePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location">
            <summary>
            <para> Location.</para>
            <para> Represents the following element tag in the schema: x:location </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields">
            <summary>
            <para> PivotFields.</para>
            <para> Represents the following element tag in the schema: x:pivotFields </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields">
            <summary>
            <para> RowFields.</para>
            <para> Represents the following element tag in the schema: x:rowFields </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems">
            <summary>
            <para> RowItems.</para>
            <para> Represents the following element tag in the schema: x:rowItems </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields">
            <summary>
            <para> ColumnFields.</para>
            <para> Represents the following element tag in the schema: x:colFields </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems">
            <summary>
            <para> ColumnItems.</para>
            <para> Represents the following element tag in the schema: x:colItems </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields">
            <summary>
            <para> PageFields.</para>
            <para> Represents the following element tag in the schema: x:pageFields </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields">
            <summary>
            <para> DataFields.</para>
            <para> Represents the following element tag in the schema: x:dataFields </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats">
            <summary>
            <para> Formats.</para>
            <para> Represents the following element tag in the schema: x:formats </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats">
            <summary>
            <para> ConditionalFormats.</para>
            <para> Represents the following element tag in the schema: x:conditionalFormats </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats">
            <summary>
            <para> ChartFormats.</para>
            <para> Represents the following element tag in the schema: x:chartFormats </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies">
            <summary>
            <para> PivotHierarchies.</para>
            <para> Represents the following element tag in the schema: x:pivotHierarchies </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle">
            <summary>
            <para> PivotTableStyle.</para>
            <para> Represents the following element tag in the schema: x:pivotTableStyleInfo </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters">
            <summary>
            <para> PivotFilters.</para>
            <para> Represents the following element tag in the schema: x:filters </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage">
            <summary>
            <para> RowHierarchiesUsage.</para>
            <para> Represents the following element tag in the schema: x:rowHierarchiesUsage </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage">
            <summary>
            <para> ColumnHierarchiesUsage.</para>
            <para> Represents the following element tag in the schema: x:colHierarchiesUsage </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList">
            <summary>
            <para> PivotTableDefinitionExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTable">
             <summary>
             <para>Query Table. The root element of QueryTablePart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:queryTable.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>QueryTableRefresh &lt;x:queryTableRefresh></description></item>
            <item><description>QueryTableExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers">
            <summary>
            <para> headers.</para>
            <para>Represents the following attribute in the schema: headers </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers">
            <summary>
            <para> rowNumbers.</para>
            <para>Represents the following attribute in the schema: rowNumbers </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh">
            <summary>
            <para> disableRefresh.</para>
            <para>Represents the following attribute in the schema: disableRefresh </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh">
            <summary>
            <para> backgroundRefresh.</para>
            <para>Represents the following attribute in the schema: backgroundRefresh </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh">
            <summary>
            <para> firstBackgroundRefresh.</para>
            <para>Represents the following attribute in the schema: firstBackgroundRefresh </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad">
            <summary>
            <para> refreshOnLoad.</para>
            <para>Represents the following attribute in the schema: refreshOnLoad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType">
            <summary>
            <para> growShrinkType.</para>
            <para>Represents the following attribute in the schema: growShrinkType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas">
            <summary>
            <para> fillFormulas.</para>
            <para>Represents the following attribute in the schema: fillFormulas </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave">
            <summary>
            <para> removeDataOnSave.</para>
            <para>Represents the following attribute in the schema: removeDataOnSave </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit">
            <summary>
            <para> disableEdit.</para>
            <para>Represents the following attribute in the schema: disableEdit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting">
            <summary>
            <para> preserveFormatting.</para>
            <para>Represents the following attribute in the schema: preserveFormatting </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth">
            <summary>
            <para> adjustColumnWidth.</para>
            <para>Represents the following attribute in the schema: adjustColumnWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate">
            <summary>
            <para> intermediate.</para>
            <para>Represents the following attribute in the schema: intermediate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId">
            <summary>
            <para> connectionId.</para>
            <para>Represents the following attribute in the schema: connectionId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId">
            <summary>
            <para> Auto Format Id.</para>
            <para>Represents the following attribute in the schema: autoFormatId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats">
            <summary>
            <para> Apply Number Formats.</para>
            <para>Represents the following attribute in the schema: applyNumberFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats">
            <summary>
            <para> Apply Border Formats.</para>
            <para>Represents the following attribute in the schema: applyBorderFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats">
            <summary>
            <para> Apply Font Formats.</para>
            <para>Represents the following attribute in the schema: applyFontFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats">
            <summary>
            <para> Apply Pattern Formats.</para>
            <para>Represents the following attribute in the schema: applyPatternFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats">
            <summary>
            <para> Apply Alignment Formats.</para>
            <para>Represents the following attribute in the schema: applyAlignmentFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats">
            <summary>
            <para> Apply Width / Height Formats.</para>
            <para>Represents the following attribute in the schema: applyWidthHeightFormats </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTable.#ctor(DocumentFormat.OpenXml.Packaging.QueryTablePart)">
            <summary>
            QueryTable constructor.
            </summary>
            <param name="ownerPart">The owner part of the QueryTable.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTable.Load(DocumentFormat.OpenXml.Packaging.QueryTablePart)">
            <summary>
            Loads the DOM from the QueryTablePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTablePart">
            <summary>
            Gets the QueryTablePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTable.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QueryTable class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTable.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QueryTable class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTable.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QueryTable class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTable.#ctor">
            <summary>
            Initializes a new instance of the QueryTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTable.Save(DocumentFormat.OpenXml.Packaging.QueryTablePart)">
            <summary>
            Saves the DOM into the QueryTablePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh">
            <summary>
            <para> QueryTableRefresh.</para>
            <para> Represents the following element tag in the schema: x:queryTableRefresh </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList">
            <summary>
            <para> QueryTableExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable">
             <summary>
             <para>Shared String Table. The root element of SharedStringTablePart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SharedStringItem &lt;x:si></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count">
            <summary>
            <para> String Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount">
            <summary>
            <para> Unique String Count.</para>
            <para>Represents the following attribute in the schema: uniqueCount </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.#ctor(DocumentFormat.OpenXml.Packaging.SharedStringTablePart)">
            <summary>
            SharedStringTable constructor.
            </summary>
            <param name="ownerPart">The owner part of the SharedStringTable.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Load(DocumentFormat.OpenXml.Packaging.SharedStringTablePart)">
            <summary>
            Loads the DOM from the SharedStringTablePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTablePart">
            <summary>
            Gets the SharedStringTablePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SharedStringTable class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SharedStringTable class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SharedStringTable class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.#ctor">
            <summary>
            Initializes a new instance of the SharedStringTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Save(DocumentFormat.OpenXml.Packaging.SharedStringTablePart)">
            <summary>
            Saves the DOM into the SharedStringTablePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Headers">
             <summary>
             <para>Revision Headers. The root element of WorkbookRevisionHeaderPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:headers.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Header &lt;x:header></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Headers.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.Guid">
            <summary>
            <para> Last Revision GUID.</para>
            <para>Represents the following attribute in the schema: guid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid">
            <summary>
            <para> Last GUID.</para>
            <para>Represents the following attribute in the schema: lastGuid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.Shared">
            <summary>
            <para> Shared Workbook.</para>
            <para>Represents the following attribute in the schema: shared </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions">
            <summary>
            <para> Disk Revisions.</para>
            <para>Represents the following attribute in the schema: diskRevisions </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.History">
            <summary>
            <para> History.</para>
            <para>Represents the following attribute in the schema: history </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions">
            <summary>
            <para> Track Revisions.</para>
            <para>Represents the following attribute in the schema: trackRevisions </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive">
            <summary>
            <para> Exclusive Mode.</para>
            <para>Represents the following attribute in the schema: exclusive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId">
            <summary>
            <para> Revision Id.</para>
            <para>Represents the following attribute in the schema: revisionId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.Version">
            <summary>
            <para> Version.</para>
            <para>Represents the following attribute in the schema: version </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory">
            <summary>
            <para> Keep Change History.</para>
            <para>Represents the following attribute in the schema: keepChangeHistory </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.Protected">
            <summary>
            <para> Protected.</para>
            <para>Represents the following attribute in the schema: protected </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory">
            <summary>
            <para> Preserve History.</para>
            <para>Represents the following attribute in the schema: preserveHistory </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Headers.#ctor(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart)">
            <summary>
            Headers constructor.
            </summary>
            <param name="ownerPart">The owner part of the Headers.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Headers.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart)">
            <summary>
            Loads the DOM from the WorkbookRevisionHeaderPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Headers.WorkbookRevisionHeaderPart">
            <summary>
            Gets the WorkbookRevisionHeaderPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Headers.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Headers class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Headers.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Headers class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Headers.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Headers class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Headers.#ctor">
            <summary>
            Initializes a new instance of the Headers class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Headers.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart)">
            <summary>
            Saves the DOM into the WorkbookRevisionHeaderPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Headers.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Revisions">
             <summary>
             <para>Revisions. The root element of WorkbookRevisionLogPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:revisions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RevisionRowColumn &lt;x:rrc></description></item>
            <item><description>RevisionMove &lt;x:rm></description></item>
            <item><description>RevisionCustomView &lt;x:rcv></description></item>
            <item><description>RevisionSheetName &lt;x:rsnm></description></item>
            <item><description>RevisionInsertSheet &lt;x:ris></description></item>
            <item><description>RevisionCellChange &lt;x:rcc></description></item>
            <item><description>RevisionFormat &lt;x:rfmt></description></item>
            <item><description>RevisionAutoFormat &lt;x:raf></description></item>
            <item><description>RevisionDefinedName &lt;x:rdn></description></item>
            <item><description>RevisionComment &lt;x:rcmt></description></item>
            <item><description>RevisionQueryTable &lt;x:rqt></description></item>
            <item><description>RevisionConflict &lt;x:rcft></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Revisions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Revisions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Revisions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Revisions.#ctor(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart)">
            <summary>
            Revisions constructor.
            </summary>
            <param name="ownerPart">The owner part of the Revisions.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Revisions.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart)">
            <summary>
            Loads the DOM from the WorkbookRevisionLogPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Revisions.WorkbookRevisionLogPart">
            <summary>
            Gets the WorkbookRevisionLogPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Revisions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Revisions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Revisions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Revisions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Revisions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Revisions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Revisions.#ctor">
            <summary>
            Initializes a new instance of the Revisions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Revisions.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart)">
            <summary>
            Saves the DOM into the WorkbookRevisionLogPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Revisions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Users">
             <summary>
             <para>User List. The root element of WorkbookUserDataPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:users.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>UserInfo &lt;x:userInfo></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Users.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Users.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Users.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Users.Count">
            <summary>
            <para> Active User Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Users.#ctor(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart)">
            <summary>
            Users constructor.
            </summary>
            <param name="ownerPart">The owner part of the Users.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Users.Load(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart)">
            <summary>
            Loads the DOM from the WorkbookUserDataPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Users.WorkbookUserDataPart">
            <summary>
            Gets the WorkbookUserDataPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Users.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Users class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Users.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Users class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Users.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Users class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Users.#ctor">
            <summary>
            Initializes a new instance of the Users class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Users.Save(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart)">
            <summary>
            Saves the DOM into the WorkbookUserDataPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Users.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Worksheet">
             <summary>
             <para>Worksheet. The root element of WorksheetPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:worksheet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SheetProperties &lt;x:sheetPr></description></item>
            <item><description>SheetDimension &lt;x:dimension></description></item>
            <item><description>SheetViews &lt;x:sheetViews></description></item>
            <item><description>SheetFormatProperties &lt;x:sheetFormatPr></description></item>
            <item><description>Columns &lt;x:cols></description></item>
            <item><description>SheetData &lt;x:sheetData></description></item>
            <item><description>SheetCalculationProperties &lt;x:sheetCalcPr></description></item>
            <item><description>SheetProtection &lt;x:sheetProtection></description></item>
            <item><description>ProtectedRanges &lt;x:protectedRanges></description></item>
            <item><description>Scenarios &lt;x:scenarios></description></item>
            <item><description>AutoFilter &lt;x:autoFilter></description></item>
            <item><description>SortState &lt;x:sortState></description></item>
            <item><description>DataConsolidate &lt;x:dataConsolidate></description></item>
            <item><description>CustomSheetViews &lt;x:customSheetViews></description></item>
            <item><description>MergeCells &lt;x:mergeCells></description></item>
            <item><description>PhoneticProperties &lt;x:phoneticPr></description></item>
            <item><description>ConditionalFormatting &lt;x:conditionalFormatting></description></item>
            <item><description>DataValidations &lt;x:dataValidations></description></item>
            <item><description>Hyperlinks &lt;x:hyperlinks></description></item>
            <item><description>PrintOptions &lt;x:printOptions></description></item>
            <item><description>PageMargins &lt;x:pageMargins></description></item>
            <item><description>PageSetup &lt;x:pageSetup></description></item>
            <item><description>HeaderFooter &lt;x:headerFooter></description></item>
            <item><description>RowBreaks &lt;x:rowBreaks></description></item>
            <item><description>ColumnBreaks &lt;x:colBreaks></description></item>
            <item><description>CustomProperties &lt;x:customProperties></description></item>
            <item><description>CellWatches &lt;x:cellWatches></description></item>
            <item><description>IgnoredErrors &lt;x:ignoredErrors></description></item>
            <item><description>Drawing &lt;x:drawing></description></item>
            <item><description>LegacyDrawing &lt;x:legacyDrawing></description></item>
            <item><description>LegacyDrawingHeaderFooter &lt;x:legacyDrawingHF></description></item>
            <item><description>DrawingHeaderFooter &lt;x:drawingHF></description></item>
            <item><description>Picture &lt;x:picture></description></item>
            <item><description>OleObjects &lt;x:oleObjects></description></item>
            <item><description>Controls &lt;x:controls></description></item>
            <item><description>WebPublishItems &lt;x:webPublishItems></description></item>
            <item><description>TableParts &lt;x:tableParts></description></item>
            <item><description>WorksheetExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Worksheet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Worksheet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Worksheet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Worksheet.#ctor(DocumentFormat.OpenXml.Packaging.WorksheetPart)">
            <summary>
            Worksheet constructor.
            </summary>
            <param name="ownerPart">The owner part of the Worksheet.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Worksheet.Load(DocumentFormat.OpenXml.Packaging.WorksheetPart)">
            <summary>
            Loads the DOM from the WorksheetPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Worksheet.WorksheetPart">
            <summary>
            Gets the WorksheetPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Worksheet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Worksheet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Worksheet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Worksheet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Worksheet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Worksheet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Worksheet.#ctor">
            <summary>
            Initializes a new instance of the Worksheet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Worksheet.Save(DocumentFormat.OpenXml.Packaging.WorksheetPart)">
            <summary>
            Saves the DOM into the WorksheetPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties">
            <summary>
            <para> SheetProperties.</para>
            <para> Represents the following element tag in the schema: x:sheetPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension">
            <summary>
            <para> SheetDimension.</para>
            <para> Represents the following element tag in the schema: x:dimension </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews">
            <summary>
            <para> SheetViews.</para>
            <para> Represents the following element tag in the schema: x:sheetViews </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties">
            <summary>
            <para> SheetFormatProperties.</para>
            <para> Represents the following element tag in the schema: x:sheetFormatPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Worksheet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Chartsheet">
             <summary>
             <para>Chart Sheet. The root element of ChartsheetPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:chartsheet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartSheetProperties &lt;x:sheetPr></description></item>
            <item><description>ChartSheetViews &lt;x:sheetViews></description></item>
            <item><description>ChartSheetProtection &lt;x:sheetProtection></description></item>
            <item><description>CustomChartsheetViews &lt;x:customSheetViews></description></item>
            <item><description>PageMargins &lt;x:pageMargins></description></item>
            <item><description>ChartSheetPageSetup &lt;x:pageSetup></description></item>
            <item><description>HeaderFooter &lt;x:headerFooter></description></item>
            <item><description>Drawing &lt;x:drawing></description></item>
            <item><description>LegacyDrawing &lt;x:legacyDrawing></description></item>
            <item><description>LegacyDrawingHeaderFooter &lt;x:legacyDrawingHF></description></item>
            <item><description>DrawingHeaderFooter &lt;x:drawingHF></description></item>
            <item><description>Picture &lt;x:picture></description></item>
            <item><description>WebPublishItems &lt;x:webPublishItems></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.#ctor(DocumentFormat.OpenXml.Packaging.ChartsheetPart)">
            <summary>
            Chartsheet constructor.
            </summary>
            <param name="ownerPart">The owner part of the Chartsheet.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Load(DocumentFormat.OpenXml.Packaging.ChartsheetPart)">
            <summary>
            Loads the DOM from the ChartsheetPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartsheetPart">
            <summary>
            Gets the ChartsheetPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Chartsheet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Chartsheet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Chartsheet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.#ctor">
            <summary>
            Initializes a new instance of the Chartsheet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Save(DocumentFormat.OpenXml.Packaging.ChartsheetPart)">
            <summary>
            Saves the DOM into the ChartsheetPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties">
            <summary>
            <para> Chart Sheet Properties.</para>
            <para> Represents the following element tag in the schema: x:sheetPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews">
            <summary>
            <para> Chart Sheet Views.</para>
            <para> Represents the following element tag in the schema: x:sheetViews </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection">
            <summary>
            <para> Chart Sheet Protection.</para>
            <para> Represents the following element tag in the schema: x:sheetProtection </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews">
            <summary>
            <para> Custom Chart Sheet Views.</para>
            <para> Represents the following element tag in the schema: x:customSheetViews </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins">
            <summary>
            <para> PageMargins.</para>
            <para> Represents the following element tag in the schema: x:pageMargins </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup">
            <summary>
            <para> ChartSheetPageSetup.</para>
            <para> Represents the following element tag in the schema: x:pageSetup </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter">
            <summary>
            <para> HeaderFooter.</para>
            <para> Represents the following element tag in the schema: x:headerFooter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing">
            <summary>
            <para> Drawing.</para>
            <para> Represents the following element tag in the schema: x:drawing </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing">
            <summary>
            <para> LegacyDrawing.</para>
            <para> Represents the following element tag in the schema: x:legacyDrawing </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter">
            <summary>
            <para> Legacy Drawing Reference in Header Footer.</para>
            <para> Represents the following element tag in the schema: x:legacyDrawingHF </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter">
            <summary>
            <para> DrawingHeaderFooter, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: x:drawingHF </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture">
            <summary>
            <para> Picture.</para>
            <para> Represents the following element tag in the schema: x:picture </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems">
            <summary>
            <para> WebPublishItems.</para>
            <para> Represents the following element tag in the schema: x:webPublishItems </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DialogSheet">
             <summary>
             <para>Dialog Sheet. The root element of DialogsheetPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dialogsheet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SheetProperties &lt;x:sheetPr></description></item>
            <item><description>SheetViews &lt;x:sheetViews></description></item>
            <item><description>SheetFormatProperties &lt;x:sheetFormatPr></description></item>
            <item><description>SheetProtection &lt;x:sheetProtection></description></item>
            <item><description>CustomSheetViews &lt;x:customSheetViews></description></item>
            <item><description>PrintOptions &lt;x:printOptions></description></item>
            <item><description>PageMargins &lt;x:pageMargins></description></item>
            <item><description>PageSetup &lt;x:pageSetup></description></item>
            <item><description>HeaderFooter &lt;x:headerFooter></description></item>
            <item><description>Drawing &lt;x:drawing></description></item>
            <item><description>LegacyDrawing &lt;x:legacyDrawing></description></item>
            <item><description>LegacyDrawingHeaderFooter &lt;x:legacyDrawingHF></description></item>
            <item><description>DrawingHeaderFooter &lt;x:drawingHF></description></item>
            <item><description>OleObjects &lt;x:oleObjects></description></item>
            <item><description>Controls &lt;x:controls></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.#ctor(DocumentFormat.OpenXml.Packaging.DialogsheetPart)">
            <summary>
            DialogSheet constructor.
            </summary>
            <param name="ownerPart">The owner part of the DialogSheet.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Load(DocumentFormat.OpenXml.Packaging.DialogsheetPart)">
            <summary>
            Loads the DOM from the DialogsheetPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogsheetPart">
            <summary>
            Gets the DialogsheetPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DialogSheet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DialogSheet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DialogSheet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.#ctor">
            <summary>
            Initializes a new instance of the DialogSheet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Save(DocumentFormat.OpenXml.Packaging.DialogsheetPart)">
            <summary>
            Saves the DOM into the DialogsheetPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties">
            <summary>
            <para> Sheet Properties.</para>
            <para> Represents the following element tag in the schema: x:sheetPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews">
            <summary>
            <para> Dialog Sheet Views.</para>
            <para> Represents the following element tag in the schema: x:sheetViews </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties">
            <summary>
            <para> Dialog Sheet Format Properties.</para>
            <para> Represents the following element tag in the schema: x:sheetFormatPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection">
            <summary>
            <para> Sheet Protection.</para>
            <para> Represents the following element tag in the schema: x:sheetProtection </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews">
            <summary>
            <para> Custom Sheet Views.</para>
            <para> Represents the following element tag in the schema: x:customSheetViews </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions">
            <summary>
            <para> Print Options.</para>
            <para> Represents the following element tag in the schema: x:printOptions </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins">
            <summary>
            <para> Page Margins.</para>
            <para> Represents the following element tag in the schema: x:pageMargins </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup">
            <summary>
            <para> Page Setup Settings.</para>
            <para> Represents the following element tag in the schema: x:pageSetup </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter">
            <summary>
            <para> Header and Footer Settings.</para>
            <para> Represents the following element tag in the schema: x:headerFooter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing">
            <summary>
            <para> Drawing.</para>
            <para> Represents the following element tag in the schema: x:drawing </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing">
            <summary>
            <para> Legacy Drawing.</para>
            <para> Represents the following element tag in the schema: x:legacyDrawing </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter">
            <summary>
            <para> Legacy Drawing Header Footer.</para>
            <para> Represents the following element tag in the schema: x:legacyDrawingHF </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter">
            <summary>
            <para> DrawingHeaderFooter, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: x:drawingHF </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects">
            <summary>
            <para> OleObjects.</para>
            <para> Represents the following element tag in the schema: x:oleObjects </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls">
            <summary>
            <para> Controls, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: x:controls </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Metadata">
             <summary>
             <para>Metadata. The root element of CellMetadataPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:metadata.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MetadataTypes &lt;x:metadataTypes></description></item>
            <item><description>MetadataStrings &lt;x:metadataStrings></description></item>
            <item><description>MdxMetadata &lt;x:mdxMetadata></description></item>
            <item><description>FutureMetadata &lt;x:futureMetadata></description></item>
            <item><description>CellMetadata &lt;x:cellMetadata></description></item>
            <item><description>ValueMetadata &lt;x:valueMetadata></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Metadata.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Metadata.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Metadata.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Metadata.#ctor(DocumentFormat.OpenXml.Packaging.CellMetadataPart)">
            <summary>
            Metadata constructor.
            </summary>
            <param name="ownerPart">The owner part of the Metadata.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Metadata.Load(DocumentFormat.OpenXml.Packaging.CellMetadataPart)">
            <summary>
            Loads the DOM from the CellMetadataPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Metadata.CellMetadataPart">
            <summary>
            Gets the CellMetadataPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Metadata.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Metadata class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Metadata.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Metadata class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Metadata.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Metadata class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Metadata.#ctor">
            <summary>
            Initializes a new instance of the Metadata class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Metadata.Save(DocumentFormat.OpenXml.Packaging.CellMetadataPart)">
            <summary>
            Saves the DOM into the CellMetadataPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes">
            <summary>
            <para> Metadata Types Collection.</para>
            <para> Represents the following element tag in the schema: x:metadataTypes </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings">
            <summary>
            <para> Metadata String Store.</para>
            <para> Represents the following element tag in the schema: x:metadataStrings </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata">
            <summary>
            <para> MDX Metadata Information.</para>
            <para> Represents the following element tag in the schema: x:mdxMetadata </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Metadata.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells">
             <summary>
             <para>Single Cells. The root element of SingleCellTablePart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:singleXmlCells.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SingleXmlCell &lt;x:singleXmlCell></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.#ctor(DocumentFormat.OpenXml.Packaging.SingleCellTablePart)">
            <summary>
            SingleXmlCells constructor.
            </summary>
            <param name="ownerPart">The owner part of the SingleXmlCells.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Load(DocumentFormat.OpenXml.Packaging.SingleCellTablePart)">
            <summary>
            Loads the DOM from the SingleCellTablePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleCellTablePart">
            <summary>
            Gets the SingleCellTablePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SingleXmlCells class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SingleXmlCells class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SingleXmlCells class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.#ctor">
            <summary>
            Initializes a new instance of the SingleXmlCells class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Save(DocumentFormat.OpenXml.Packaging.SingleCellTablePart)">
            <summary>
            Saves the DOM into the SingleCellTablePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Stylesheet">
             <summary>
             <para>Style Sheet. The root element of WorkbookStylesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:styleSheet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumberingFormats &lt;x:numFmts></description></item>
            <item><description>Fonts &lt;x:fonts></description></item>
            <item><description>Fills &lt;x:fills></description></item>
            <item><description>Borders &lt;x:borders></description></item>
            <item><description>CellStyleFormats &lt;x:cellStyleXfs></description></item>
            <item><description>CellFormats &lt;x:cellXfs></description></item>
            <item><description>CellStyles &lt;x:cellStyles></description></item>
            <item><description>DifferentialFormats &lt;x:dxfs></description></item>
            <item><description>TableStyles &lt;x:tableStyles></description></item>
            <item><description>Colors &lt;x:colors></description></item>
            <item><description>StylesheetExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.#ctor(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart)">
            <summary>
            Stylesheet constructor.
            </summary>
            <param name="ownerPart">The owner part of the Stylesheet.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Load(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart)">
            <summary>
            Loads the DOM from the WorkbookStylesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.WorkbookStylesPart">
            <summary>
            Gets the WorkbookStylesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Stylesheet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Stylesheet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Stylesheet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.#ctor">
            <summary>
            Initializes a new instance of the Stylesheet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Save(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart)">
            <summary>
            Saves the DOM into the WorkbookStylesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats">
            <summary>
            <para> NumberingFormats.</para>
            <para> Represents the following element tag in the schema: x:numFmts </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts">
            <summary>
            <para> Fonts.</para>
            <para> Represents the following element tag in the schema: x:fonts </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills">
            <summary>
            <para> Fills.</para>
            <para> Represents the following element tag in the schema: x:fills </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders">
            <summary>
            <para> Borders.</para>
            <para> Represents the following element tag in the schema: x:borders </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats">
            <summary>
            <para> CellStyleFormats.</para>
            <para> Represents the following element tag in the schema: x:cellStyleXfs </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats">
            <summary>
            <para> CellFormats.</para>
            <para> Represents the following element tag in the schema: x:cellXfs </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles">
            <summary>
            <para> CellStyles.</para>
            <para> Represents the following element tag in the schema: x:cellStyles </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats">
            <summary>
            <para> DifferentialFormats.</para>
            <para> Represents the following element tag in the schema: x:dxfs </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles">
            <summary>
            <para> TableStyles.</para>
            <para> Represents the following element tag in the schema: x:tableStyles </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors">
            <summary>
            <para> Colors.</para>
            <para> Represents the following element tag in the schema: x:colors </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList">
            <summary>
            <para> StylesheetExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalLink">
             <summary>
             <para>External Reference. The root element of ExternalWorkbookPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:externalLink.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExternalBook &lt;x:externalBook></description></item>
            <item><description>DdeLink &lt;x:ddeLink></description></item>
            <item><description>OleLink &lt;x:oleLink></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.#ctor(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart)">
            <summary>
            ExternalLink constructor.
            </summary>
            <param name="ownerPart">The owner part of the ExternalLink.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Load(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart)">
            <summary>
            Loads the DOM from the ExternalWorkbookPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalWorkbookPart">
            <summary>
            Gets the ExternalWorkbookPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExternalLink class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExternalLink class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExternalLink class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.#ctor">
            <summary>
            Initializes a new instance of the ExternalLink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Save(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart)">
            <summary>
            Saves the DOM into the ExternalWorkbookPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalLink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Table">
             <summary>
             <para>Table. The root element of TableDefinitionPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:table.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AutoFilter &lt;x:autoFilter></description></item>
            <item><description>SortState &lt;x:sortState></description></item>
            <item><description>TableColumns &lt;x:tableColumns></description></item>
            <item><description>TableStyleInfo &lt;x:tableStyleInfo></description></item>
            <item><description>TableExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Table.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.Id">
            <summary>
            <para> Table Id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName">
            <summary>
            <para> Table Name.</para>
            <para>Represents the following attribute in the schema: displayName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.Comment">
            <summary>
            <para> Table Comment.</para>
            <para>Represents the following attribute in the schema: comment </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.TableType">
            <summary>
            <para> Table Type.</para>
            <para>Represents the following attribute in the schema: tableType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount">
            <summary>
            <para> Header Row Count.</para>
            <para>Represents the following attribute in the schema: headerRowCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow">
            <summary>
            <para> Insert Row Showing.</para>
            <para>Represents the following attribute in the schema: insertRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift">
            <summary>
            <para> Insert Row Shift.</para>
            <para>Represents the following attribute in the schema: insertRowShift </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount">
            <summary>
            <para> Totals Row Count.</para>
            <para>Represents the following attribute in the schema: totalsRowCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown">
            <summary>
            <para> Totals Row Shown.</para>
            <para>Represents the following attribute in the schema: totalsRowShown </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.Published">
            <summary>
            <para> Published.</para>
            <para>Represents the following attribute in the schema: published </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId">
            <summary>
            <para> Header Row Format Id.</para>
            <para>Represents the following attribute in the schema: headerRowDxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId">
            <summary>
            <para> Data Area Format Id.</para>
            <para>Represents the following attribute in the schema: dataDxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId">
            <summary>
            <para> Totals Row Format Id.</para>
            <para>Represents the following attribute in the schema: totalsRowDxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId">
            <summary>
            <para> Header Row Border Format Id.</para>
            <para>Represents the following attribute in the schema: headerRowBorderDxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId">
            <summary>
            <para> Table Border Format Id.</para>
            <para>Represents the following attribute in the schema: tableBorderDxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId">
            <summary>
            <para> Totals Row Border Format Id.</para>
            <para>Represents the following attribute in the schema: totalsRowBorderDxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle">
            <summary>
            <para> Header Row Style.</para>
            <para>Represents the following attribute in the schema: headerRowCellStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle">
            <summary>
            <para> Data Style Name.</para>
            <para>Represents the following attribute in the schema: dataCellStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle">
            <summary>
            <para> Totals Row Style.</para>
            <para>Represents the following attribute in the schema: totalsRowCellStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId">
            <summary>
            <para> Connection ID.</para>
            <para>Represents the following attribute in the schema: connectionId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Table.#ctor(DocumentFormat.OpenXml.Packaging.TableDefinitionPart)">
            <summary>
            Table constructor.
            </summary>
            <param name="ownerPart">The owner part of the Table.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Table.Load(DocumentFormat.OpenXml.Packaging.TableDefinitionPart)">
            <summary>
            Loads the DOM from the TableDefinitionPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.TableDefinitionPart">
            <summary>
            Gets the TableDefinitionPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Table.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Table class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Table.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Table class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Table.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Table class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Table.#ctor">
            <summary>
            Initializes a new instance of the Table class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Table.Save(DocumentFormat.OpenXml.Packaging.TableDefinitionPart)">
            <summary>
            Saves the DOM into the TableDefinitionPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter">
            <summary>
            <para> Table AutoFilter.</para>
            <para> Represents the following element tag in the schema: x:autoFilter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.SortState">
            <summary>
            <para> Sort State.</para>
            <para> Represents the following element tag in the schema: x:sortState </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns">
            <summary>
            <para> Table Columns.</para>
            <para> Represents the following element tag in the schema: x:tableColumns </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo">
            <summary>
            <para> Table Style.</para>
            <para> Represents the following element tag in the schema: x:tableStyleInfo </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Table.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes">
             <summary>
             <para>Volatile Dependency Types. The root element of VolatileDependenciesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:volTypes.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>VolatileType &lt;x:volType></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.#ctor(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart)">
            <summary>
            VolatileTypes constructor.
            </summary>
            <param name="ownerPart">The owner part of the VolatileTypes.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Load(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart)">
            <summary>
            Loads the DOM from the VolatileDependenciesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileDependenciesPart">
            <summary>
            Gets the VolatileDependenciesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VolatileTypes class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VolatileTypes class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VolatileTypes class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.#ctor">
            <summary>
            Initializes a new instance of the VolatileTypes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Save(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart)">
            <summary>
            Saves the DOM into the VolatileDependenciesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Workbook">
             <summary>
             <para>Workbook. The root element of WorkbookPart.</para>
             <para> When the object is serialized out as xml, its qualified name is x:workbook.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FileVersion &lt;x:fileVersion></description></item>
            <item><description>FileSharing &lt;x:fileSharing></description></item>
            <item><description>WorkbookProperties &lt;x:workbookPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath &lt;x15ac:absPath></description></item>
            <item><description>WorkbookProtection &lt;x:workbookProtection></description></item>
            <item><description>BookViews &lt;x:bookViews></description></item>
            <item><description>Sheets &lt;x:sheets></description></item>
            <item><description>FunctionGroups &lt;x:functionGroups></description></item>
            <item><description>ExternalReferences &lt;x:externalReferences></description></item>
            <item><description>DefinedNames &lt;x:definedNames></description></item>
            <item><description>CalculationProperties &lt;x:calcPr></description></item>
            <item><description>OleSize &lt;x:oleSize></description></item>
            <item><description>CustomWorkbookViews &lt;x:customWorkbookViews></description></item>
            <item><description>PivotCaches &lt;x:pivotCaches></description></item>
            <item><description>WebPublishing &lt;x:webPublishing></description></item>
            <item><description>FileRecoveryProperties &lt;x:fileRecoveryPr></description></item>
            <item><description>WebPublishObjects &lt;x:webPublishObjects></description></item>
            <item><description>WorkbookExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Workbook.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance">
            <summary>
            <para> conformance.</para>
            <para>Represents the following attribute in the schema: conformance </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Workbook.#ctor(DocumentFormat.OpenXml.Packaging.WorkbookPart)">
            <summary>
            Workbook constructor.
            </summary>
            <param name="ownerPart">The owner part of the Workbook.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Workbook.Load(DocumentFormat.OpenXml.Packaging.WorkbookPart)">
            <summary>
            Loads the DOM from the WorkbookPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookPart">
            <summary>
            Gets the WorkbookPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Workbook.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Workbook class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Workbook.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Workbook class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Workbook.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Workbook class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Workbook.#ctor">
            <summary>
            Initializes a new instance of the Workbook class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Workbook.Save(DocumentFormat.OpenXml.Packaging.WorkbookPart)">
            <summary>
            Saves the DOM into the WorkbookPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion">
            <summary>
            <para> FileVersion.</para>
            <para> Represents the following element tag in the schema: x:fileVersion </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing">
            <summary>
            <para> FileSharing.</para>
            <para> Represents the following element tag in the schema: x:fileSharing </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties">
            <summary>
            <para> WorkbookProperties.</para>
            <para> Represents the following element tag in the schema: x:workbookPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath">
            <summary>
            <para> AbsolutePath, this property is only available in Office2013.</para>
            <para> Represents the following element tag in the schema: x15ac:absPath </para>
            </summary>
            <remark>
            xmlns:x15ac = http://schemas.microsoft.com/office/spreadsheetml/2010/11/ac
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection">
            <summary>
            <para> WorkbookProtection.</para>
            <para> Represents the following element tag in the schema: x:workbookProtection </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews">
            <summary>
            <para> BookViews.</para>
            <para> Represents the following element tag in the schema: x:bookViews </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets">
            <summary>
            <para> Sheets.</para>
            <para> Represents the following element tag in the schema: x:sheets </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups">
            <summary>
            <para> FunctionGroups.</para>
            <para> Represents the following element tag in the schema: x:functionGroups </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences">
            <summary>
            <para> ExternalReferences.</para>
            <para> Represents the following element tag in the schema: x:externalReferences </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames">
            <summary>
            <para> DefinedNames.</para>
            <para> Represents the following element tag in the schema: x:definedNames </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties">
            <summary>
            <para> CalculationProperties.</para>
            <para> Represents the following element tag in the schema: x:calcPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize">
            <summary>
            <para> OleSize.</para>
            <para> Represents the following element tag in the schema: x:oleSize </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews">
            <summary>
            <para> CustomWorkbookViews.</para>
            <para> Represents the following element tag in the schema: x:customWorkbookViews </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches">
            <summary>
            <para> PivotCaches.</para>
            <para> Represents the following element tag in the schema: x:pivotCaches </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing">
            <summary>
            <para> WebPublishing.</para>
            <para> Represents the following element tag in the schema: x:webPublishing </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Workbook.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FilterColumn">
             <summary>
             <para>AutoFilter Column.</para>
             <para> When the object is serialized out as xml, its qualified name is x:filterColumn.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Filters &lt;x:filters></description></item>
            <item><description>Top10 &lt;x:top10></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.CustomFilters &lt;x14:customFilters></description></item>
            <item><description>CustomFilters &lt;x:customFilters></description></item>
            <item><description>DynamicFilter &lt;x:dynamicFilter></description></item>
            <item><description>ColorFilter &lt;x:colorFilter></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.IconFilter &lt;x14:iconFilter></description></item>
            <item><description>IconFilter &lt;x:iconFilter></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId">
            <summary>
            <para> Filter Column Data.</para>
            <para>Represents the following attribute in the schema: colId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton">
            <summary>
            <para> Hidden AutoFilter Button.</para>
            <para>Represents the following attribute in the schema: hiddenButton </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton">
            <summary>
            <para> Show Filter Button.</para>
            <para>Represents the following attribute in the schema: showButton </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.#ctor">
            <summary>
            Initializes a new instance of the FilterColumn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FilterColumn class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FilterColumn class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilterColumn class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters">
            <summary>
            <para> Filter Criteria.</para>
            <para> Represents the following element tag in the schema: x:filters </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10">
            <summary>
            <para> Top 10.</para>
            <para> Represents the following element tag in the schema: x:top10 </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14">
            <summary>
            <para> CustomFilters14.</para>
            <para> Represents the following element tag in the schema: x14:customFilters </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters">
            <summary>
            <para> Custom Filters.</para>
            <para> Represents the following element tag in the schema: x:customFilters </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter">
            <summary>
            <para> Dynamic Filter.</para>
            <para> Represents the following element tag in the schema: x:dynamicFilter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter">
            <summary>
            <para> Color Filter Criteria.</para>
            <para> Represents the following element tag in the schema: x:colorFilter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14">
            <summary>
            <para> IconFilter14.</para>
            <para> Represents the following element tag in the schema: x14:iconFilter </para>
            </summary>
            <remark>
            xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter">
            <summary>
            <para> Icon Filter.</para>
            <para> Represents the following element tag in the schema: x:iconFilter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SortState">
             <summary>
             <para>Sort State for Auto Filter.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sortState.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.SortCondition &lt;x14:sortCondition></description></item>
            <item><description>SortCondition &lt;x:sortCondition></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortState.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortState.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortState.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort">
            <summary>
            <para> Sort by Columns.</para>
            <para>Represents the following attribute in the schema: columnSort </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive">
            <summary>
            <para> Case Sensitive.</para>
            <para>Represents the following attribute in the schema: caseSensitive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod">
            <summary>
            <para> Sort Method.</para>
            <para>Represents the following attribute in the schema: sortMethod </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortState.Reference">
            <summary>
            <para> Sort Range.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortState.#ctor">
            <summary>
            Initializes a new instance of the SortState class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortState.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SortState class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortState.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SortState class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortState.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SortState class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortState.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExtensionList">
             <summary>
             <para>Defines the ExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Extension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomFilter">
            <summary>
            <para>Custom Filter Criteria.</para>
            <para> When the object is serialized out as xml, its qualified name is x:customFilter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator">
            <summary>
            <para> Filter Comparison Operator.</para>
            <para>Represents the following attribute in the schema: operator </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val">
            <summary>
            <para> Top or Bottom Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomFilter.#ctor">
            <summary>
            Initializes a new instance of the CustomFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculationCell">
            <summary>
            <para>Cell.</para>
            <para> When the object is serialized out as xml, its qualified name is x:c.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference">
            <summary>
            <para> Cell Reference.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain">
            <summary>
            <para> Child Chain.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel">
            <summary>
            <para> New Dependency Level.</para>
            <para>Represents the following attribute in the schema: l </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread">
            <summary>
            <para> New Thread.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array">
            <summary>
            <para> Array.</para>
            <para>Represents the following attribute in the schema: a </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.#ctor">
            <summary>
            Initializes a new instance of the CalculationCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Authors">
             <summary>
             <para>Authors.</para>
             <para> When the object is serialized out as xml, its qualified name is x:authors.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Author &lt;x:author></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Authors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Authors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Authors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Authors.#ctor">
            <summary>
            Initializes a new instance of the Authors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Authors.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Authors class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Authors.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Authors class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Authors.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Authors class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Authors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CommentList">
             <summary>
             <para>List of Comments.</para>
             <para> When the object is serialized out as xml, its qualified name is x:commentList.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Comment &lt;x:comment></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentList.#ctor">
            <summary>
            Initializes a new instance of the CommentList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Comment">
             <summary>
             <para>Comment.</para>
             <para> When the object is serialized out as xml, its qualified name is x:comment.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CommentText &lt;x:text></description></item>
            <item><description>CommentProperties &lt;x:commentPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comment.Reference">
            <summary>
            <para> Cell Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId">
            <summary>
            <para> Author Id.</para>
            <para>Represents the following attribute in the schema: authorId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comment.Guid">
            <summary>
            <para> Unique Identifier for Comment.</para>
            <para>Represents the following attribute in the schema: guid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId">
            <summary>
            <para> shapeId, this property is only available in Office2010.</para>
            <para>Represents the following attribute in the schema: shapeId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comment.#ctor">
            <summary>
            Initializes a new instance of the Comment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comment.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Comment class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comment.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Comment class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comment.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Comment class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText">
            <summary>
            <para> Comment Text.</para>
            <para> Represents the following element tag in the schema: x:text </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties">
            <summary>
            <para> CommentProperties, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: x:commentPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Comment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Author">
            <summary>
            <para>Author.</para>
            <para> When the object is serialized out as xml, its qualified name is x:author.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Author.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Author.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Author.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Author.#ctor">
            <summary>
            Initializes a new instance of the Author class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Author.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Author class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Author.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Text">
            <summary>
            <para>Text.</para>
            <para> When the object is serialized out as xml, its qualified name is x:t.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Text.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Text.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Text.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Text.#ctor">
            <summary>
            Initializes a new instance of the Text class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Text.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Text class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Text.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellValue">
            <summary>
            <para>Cell Value.</para>
            <para> When the object is serialized out as xml, its qualified name is x:v.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.#ctor">
            <summary>
            Initializes a new instance of the CellValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellValue class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Formula">
            <summary>
            <para>Formula.</para>
            <para> When the object is serialized out as xml, its qualified name is x:formula.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Formula.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Formula.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula.#ctor">
            <summary>
            Initializes a new instance of the Formula class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Formula class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OldFormula">
            <summary>
            <para>Old Formula.</para>
            <para> When the object is serialized out as xml, its qualified name is x:oldFormula.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OldFormula.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OldFormula.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldFormula.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldFormula.#ctor">
            <summary>
            Initializes a new instance of the OldFormula class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldFormula.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OldFormula class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldFormula.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OddHeader">
            <summary>
            <para>Odd Header.</para>
            <para> When the object is serialized out as xml, its qualified name is x:oddHeader.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OddHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OddHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OddHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OddHeader.#ctor">
            <summary>
            Initializes a new instance of the OddHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OddHeader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OddHeader class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OddHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OddFooter">
            <summary>
            <para>Odd Page Footer.</para>
            <para> When the object is serialized out as xml, its qualified name is x:oddFooter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OddFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OddFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OddFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OddFooter.#ctor">
            <summary>
            Initializes a new instance of the OddFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OddFooter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OddFooter class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OddFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.EvenHeader">
            <summary>
            <para>Even Page Header.</para>
            <para> When the object is serialized out as xml, its qualified name is x:evenHeader.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EvenHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EvenHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EvenHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EvenHeader.#ctor">
            <summary>
            Initializes a new instance of the EvenHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EvenHeader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EvenHeader class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EvenHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.EvenFooter">
            <summary>
            <para>Even Page Footer.</para>
            <para> When the object is serialized out as xml, its qualified name is x:evenFooter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EvenFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EvenFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EvenFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EvenFooter.#ctor">
            <summary>
            Initializes a new instance of the EvenFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EvenFooter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EvenFooter class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EvenFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FirstHeader">
            <summary>
            <para>First Page Header.</para>
            <para> When the object is serialized out as xml, its qualified name is x:firstHeader.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FirstHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FirstHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FirstHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FirstHeader.#ctor">
            <summary>
            Initializes a new instance of the FirstHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FirstHeader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FirstHeader class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FirstHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FirstFooter">
            <summary>
            <para>First Page Footer.</para>
            <para> When the object is serialized out as xml, its qualified name is x:firstFooter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FirstFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FirstFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FirstFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FirstFooter.#ctor">
            <summary>
            Initializes a new instance of the FirstFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FirstFooter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FirstFooter class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FirstFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue">
            <summary>
            <para>DDE Link Value.</para>
            <para> When the object is serialized out as xml, its qualified name is x:val.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.#ctor">
            <summary>
            Initializes a new instance of the DdeLinkValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DdeLinkValue class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Subtopic">
            <summary>
            <para>Strings in Subtopic.</para>
            <para> When the object is serialized out as xml, its qualified name is x:stp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Subtopic.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Subtopic.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Subtopic.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Subtopic.#ctor">
            <summary>
            Initializes a new instance of the Subtopic class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Subtopic.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Subtopic class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Subtopic.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Formula1">
            <summary>
            <para>Defines the Formula1 Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:formula1.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Formula1.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Formula1.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula1.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula1.#ctor">
            <summary>
            Initializes a new instance of the Formula1 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula1.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Formula1 class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula1.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Formula2">
            <summary>
            <para>Defines the Formula2 Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:formula2.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Formula2.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Formula2.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula2.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula2.#ctor">
            <summary>
            Initializes a new instance of the Formula2 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula2.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Formula2 class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formula2.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.XstringType">
            <summary>
            Defines the XstringType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XstringType.Space">
             <summary>
             <para> Content Contains Significant Whitespace.</para>
             <para>Represents the following attribute in the schema: xml:space </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XstringType.#ctor">
            <summary>
            Initializes a new instance of the XstringType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XstringType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the XstringType class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Schema">
            <summary>
            <para>XML Schema.</para>
            <para> When the object is serialized out as xml, its qualified name is x:Schema.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Schema.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Schema.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Schema.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Schema.Id">
            <summary>
            <para> Schema ID.</para>
            <para>Represents the following attribute in the schema: ID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference">
            <summary>
            <para> Schema Reference.</para>
            <para>Represents the following attribute in the schema: SchemaRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace">
            <summary>
            <para> Schema Root Namespace.</para>
            <para>Represents the following attribute in the schema: Namespace </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Schema.#ctor">
            <summary>
            Initializes a new instance of the Schema class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Schema.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Schema class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Schema.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Schema class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Schema.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Schema class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Schema.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Map">
             <summary>
             <para>XML Mapping Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:Map.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataBinding &lt;x:DataBinding></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Map.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.ID">
            <summary>
            <para> XML Mapping ID.</para>
            <para>Represents the following attribute in the schema: ID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.Name">
            <summary>
            <para> XML Mapping Name.</para>
            <para>Represents the following attribute in the schema: Name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.RootElement">
            <summary>
            <para> Root Element Name.</para>
            <para>Represents the following attribute in the schema: RootElement </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId">
            <summary>
            <para> Schema Name.</para>
            <para>Represents the following attribute in the schema: SchemaID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors">
            <summary>
            <para> Show Validation Errors.</para>
            <para>Represents the following attribute in the schema: ShowImportExportValidationErrors </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit">
            <summary>
            <para> AutoFit Table on Refresh.</para>
            <para>Represents the following attribute in the schema: AutoFit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.AppendData">
            <summary>
            <para> Append Data to Table.</para>
            <para>Represents the following attribute in the schema: Append </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState">
            <summary>
            <para> Preserve AutoFilter State.</para>
            <para>Represents the following attribute in the schema: PreserveSortAFLayout </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat">
            <summary>
            <para> Preserve Cell Formatting.</para>
            <para>Represents the following attribute in the schema: PreserveFormat </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Map.#ctor">
            <summary>
            Initializes a new instance of the Map class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Map.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Map class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Map.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Map class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Map.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Map class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding">
            <summary>
            <para> XML Mapping.</para>
            <para> Represents the following element tag in the schema: x:DataBinding </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Map.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataBinding">
            <summary>
            <para>XML Mapping.</para>
            <para> When the object is serialized out as xml, its qualified name is x:DataBinding.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBinding.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBinding.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBinding.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName">
            <summary>
            <para> DataBindingName.</para>
            <para>Represents the following attribute in the schema: DataBindingName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding">
            <summary>
            <para> FileBinding.</para>
            <para>Represents the following attribute in the schema: FileBinding </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId">
            <summary>
            <para> ConnectionID.</para>
            <para>Represents the following attribute in the schema: ConnectionID </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName">
            <summary>
            <para> FileBindingName.</para>
            <para>Represents the following attribute in the schema: FileBindingName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode">
            <summary>
            <para> DataBindingLoadMode.</para>
            <para>Represents the following attribute in the schema: DataBindingLoadMode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBinding.#ctor">
            <summary>
            Initializes a new instance of the DataBinding class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBinding.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataBinding class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBinding.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataBinding class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBinding.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataBinding class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBinding.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Connection">
             <summary>
             <para>Connection.</para>
             <para> When the object is serialized out as xml, its qualified name is x:connection.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DatabaseProperties &lt;x:dbPr></description></item>
            <item><description>OlapProperties &lt;x:olapPr></description></item>
            <item><description>WebQueryProperties &lt;x:webPr></description></item>
            <item><description>TextProperties &lt;x:textPr></description></item>
            <item><description>Parameters &lt;x:parameters></description></item>
            <item><description>ConnectionExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile">
            <summary>
            <para> sourceFile.</para>
            <para>Represents the following attribute in the schema: sourceFile </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile">
            <summary>
            <para> odcFile.</para>
            <para>Represents the following attribute in the schema: odcFile </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive">
            <summary>
            <para> keepAlive.</para>
            <para>Represents the following attribute in the schema: keepAlive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.Interval">
            <summary>
            <para> interval.</para>
            <para>Represents the following attribute in the schema: interval </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod">
            <summary>
            <para> reconnectionMethod.</para>
            <para>Represents the following attribute in the schema: reconnectionMethod </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion">
            <summary>
            <para> refreshedVersion.</para>
            <para>Represents the following attribute in the schema: refreshedVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion">
            <summary>
            <para> minRefreshableVersion.</para>
            <para>Represents the following attribute in the schema: minRefreshableVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword">
            <summary>
            <para> savePassword.</para>
            <para>Represents the following attribute in the schema: savePassword </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.New">
            <summary>
            <para> new.</para>
            <para>Represents the following attribute in the schema: new </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted">
            <summary>
            <para> deleted.</para>
            <para>Represents the following attribute in the schema: deleted </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile">
            <summary>
            <para> onlyUseConnectionFile.</para>
            <para>Represents the following attribute in the schema: onlyUseConnectionFile </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.Background">
            <summary>
            <para> background.</para>
            <para>Represents the following attribute in the schema: background </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad">
            <summary>
            <para> refreshOnLoad.</para>
            <para>Represents the following attribute in the schema: refreshOnLoad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData">
            <summary>
            <para> saveData.</para>
            <para>Represents the following attribute in the schema: saveData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials">
            <summary>
            <para> credentials.</para>
            <para>Represents the following attribute in the schema: credentials </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId">
            <summary>
            <para> singleSignOnId.</para>
            <para>Represents the following attribute in the schema: singleSignOnId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connection.#ctor">
            <summary>
            Initializes a new instance of the Connection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connection.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Connection class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connection.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Connection class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Connection class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties">
            <summary>
            <para> DatabaseProperties.</para>
            <para> Represents the following element tag in the schema: x:dbPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties">
            <summary>
            <para> OlapProperties.</para>
            <para> Represents the following element tag in the schema: x:olapPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties">
            <summary>
            <para> WebQueryProperties.</para>
            <para> Represents the following element tag in the schema: x:webPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties">
            <summary>
            <para> TextProperties.</para>
            <para> Represents the following element tag in the schema: x:textPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters">
            <summary>
            <para> Parameters.</para>
            <para> Represents the following element tag in the schema: x:parameters </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList">
            <summary>
            <para> ConnectionExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Connection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Tables">
             <summary>
             <para>Tables.</para>
             <para> When the object is serialized out as xml, its qualified name is x:tables.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MissingTable &lt;x:m></description></item>
            <item><description>CharacterValue &lt;x:s></description></item>
            <item><description>FieldItem &lt;x:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Tables.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Tables.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tables.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Tables.Count">
            <summary>
            <para> Count of Tables.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tables.#ctor">
            <summary>
            Initializes a new instance of the Tables class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tables.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Tables class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tables.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Tables class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tables.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Tables class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tables.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Parameter">
            <summary>
            <para>Parameter Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is x:parameter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Parameter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.Name">
            <summary>
            <para> Parameter Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType">
            <summary>
            <para> SQL Data Type.</para>
            <para>Represents the following attribute in the schema: sqlType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType">
            <summary>
            <para> Parameter Type.</para>
            <para>Represents the following attribute in the schema: parameterType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange">
            <summary>
            <para> Refresh on Change.</para>
            <para>Represents the following attribute in the schema: refreshOnChange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt">
            <summary>
            <para> Parameter Prompt String.</para>
            <para>Represents the following attribute in the schema: prompt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean">
            <summary>
            <para> Boolean.</para>
            <para>Represents the following attribute in the schema: boolean </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.Double">
            <summary>
            <para> Double.</para>
            <para>Represents the following attribute in the schema: double </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer">
            <summary>
            <para> Integer.</para>
            <para>Represents the following attribute in the schema: integer </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.String">
            <summary>
            <para> String.</para>
            <para>Represents the following attribute in the schema: string </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell">
            <summary>
            <para> Cell Reference.</para>
            <para>Represents the following attribute in the schema: cell </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Parameter.#ctor">
            <summary>
            Initializes a new instance of the Parameter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Parameter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MissingTable">
            <summary>
            <para>No Value.</para>
            <para> When the object is serialized out as xml, its qualified name is x:m.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MissingTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MissingTable.#ctor">
            <summary>
            Initializes a new instance of the MissingTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MissingTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CharacterValue">
            <summary>
            <para>Character Value.</para>
            <para> When the object is serialized out as xml, its qualified name is x:s.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CharacterValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CharacterValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CharacterValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CharacterValue.#ctor">
            <summary>
            Initializes a new instance of the CharacterValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FieldItem">
            <summary>
            <para>Index.</para>
            <para> When the object is serialized out as xml, its qualified name is x:x.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val">
            <summary>
            <para> Shared Items Index.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldItem.#ctor">
            <summary>
            Initializes a new instance of the FieldItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TextField">
            <summary>
            <para>Text Import Field Settings.</para>
            <para> When the object is serialized out as xml, its qualified name is x:textField.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextField.Type">
            <summary>
            <para> Field Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextField.Position">
            <summary>
            <para> Position.</para>
            <para>Represents the following attribute in the schema: position </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextField.#ctor">
            <summary>
            Initializes a new instance of the TextField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheField">
             <summary>
             <para>PivotCache Field.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cacheField.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SharedItems &lt;x:sharedItems></description></item>
            <item><description>FieldGroup &lt;x:fieldGroup></description></item>
            <item><description>MemberPropertiesMap &lt;x:mpMap></description></item>
            <item><description>CacheFieldExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption">
            <summary>
            <para> caption.</para>
            <para>Represents the following attribute in the schema: caption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName">
            <summary>
            <para> propertyName.</para>
            <para>Represents the following attribute in the schema: propertyName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField">
            <summary>
            <para> serverField.</para>
            <para>Represents the following attribute in the schema: serverField </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList">
            <summary>
            <para> uniqueList.</para>
            <para>Represents the following attribute in the schema: uniqueList </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId">
            <summary>
            <para> numFmtId.</para>
            <para>Represents the following attribute in the schema: numFmtId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula">
            <summary>
            <para> formula.</para>
            <para>Represents the following attribute in the schema: formula </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType">
            <summary>
            <para> sqlType.</para>
            <para>Represents the following attribute in the schema: sqlType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy">
            <summary>
            <para> hierarchy.</para>
            <para>Represents the following attribute in the schema: hierarchy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.Level">
            <summary>
            <para> level.</para>
            <para>Represents the following attribute in the schema: level </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField">
            <summary>
            <para> databaseField.</para>
            <para>Represents the following attribute in the schema: databaseField </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount">
            <summary>
            <para> mappingCount.</para>
            <para>Represents the following attribute in the schema: mappingCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField">
            <summary>
            <para> memberPropertyField.</para>
            <para>Represents the following attribute in the schema: memberPropertyField </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheField.#ctor">
            <summary>
            Initializes a new instance of the CacheField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheField.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheField class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheField.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheField class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheField.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheField class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems">
            <summary>
            <para> SharedItems.</para>
            <para> Represents the following element tag in the schema: x:sharedItems </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup">
            <summary>
            <para> FieldGroup.</para>
            <para> Represents the following element tag in the schema: x:fieldGroup </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Pages">
             <summary>
             <para>Page Item Values.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pages.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Page &lt;x:page></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Pages.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Pages.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Pages.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Pages.Count">
            <summary>
            <para> Page Item String Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Pages.#ctor">
            <summary>
            Initializes a new instance of the Pages class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Pages.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Pages class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Pages.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Pages class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Pages.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Pages class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Pages.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RangeSets">
             <summary>
             <para>Range Sets.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rangeSets.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RangeSet &lt;x:rangeSet></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSets.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSets.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeSets.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count">
            <summary>
            <para> Reference and Page Item Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeSets.#ctor">
            <summary>
            Initializes a new instance of the RangeSets class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeSets.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RangeSets class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeSets.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RangeSets class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeSets.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RangeSets class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeSets.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Page">
             <summary>
             <para>Page Items.</para>
             <para> When the object is serialized out as xml, its qualified name is x:page.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PageItem &lt;x:pageItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Page.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Page.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Page.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Page.Count">
            <summary>
            <para> Page Item String Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Page.#ctor">
            <summary>
            Initializes a new instance of the Page class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Page.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Page class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Page.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Page class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Page.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Page class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Page.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageItem">
            <summary>
            <para>Page Item.</para>
            <para> When the object is serialized out as xml, its qualified name is x:pageItem.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageItem.Name">
            <summary>
            <para> Page Item Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageItem.#ctor">
            <summary>
            Initializes a new instance of the PageItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RangeSet">
            <summary>
            <para>Range Set.</para>
            <para> When the object is serialized out as xml, its qualified name is x:rangeSet.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1">
            <summary>
            <para> Field Item Index Page 1.</para>
            <para>Represents the following attribute in the schema: i1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2">
            <summary>
            <para> Field Item Index Page 2.</para>
            <para>Represents the following attribute in the schema: i2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3">
            <summary>
            <para> Field Item index Page 3.</para>
            <para>Represents the following attribute in the schema: i3 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4">
            <summary>
            <para> Field Item Index Page 4.</para>
            <para>Represents the following attribute in the schema: i4 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name">
            <summary>
            <para> Named Range.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet">
            <summary>
            <para> Sheet Name.</para>
            <para>Represents the following attribute in the schema: sheet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeSet.#ctor">
            <summary>
            Initializes a new instance of the RangeSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MissingItem">
             <summary>
             <para>No Value.</para>
             <para> When the object is serialized out as xml, its qualified name is x:m.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tuples &lt;x:tpls></description></item>
            <item><description>MemberPropertyIndex &lt;x:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MissingItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused">
            <summary>
            <para> Unused Item.</para>
            <para>Represents the following attribute in the schema: u </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated">
            <summary>
            <para> Calculated Item.</para>
            <para>Represents the following attribute in the schema: f </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption">
            <summary>
            <para> Caption.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount">
            <summary>
            <para> Member Property Count.</para>
            <para>Represents the following attribute in the schema: cp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex">
            <summary>
            <para> Format Index.</para>
            <para>Represents the following attribute in the schema: in </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor">
            <summary>
            <para> background Color.</para>
            <para>Represents the following attribute in the schema: bc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor">
            <summary>
            <para> Foreground Color.</para>
            <para>Represents the following attribute in the schema: fc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic">
            <summary>
            <para> Italic.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline">
            <summary>
            <para> Underline.</para>
            <para>Represents the following attribute in the schema: un </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough">
            <summary>
            <para> Strikethrough.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold">
            <summary>
            <para> Bold.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MissingItem.#ctor">
            <summary>
            Initializes a new instance of the MissingItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MissingItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MissingItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MissingItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MissingItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MissingItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MissingItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MissingItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.NumberItem">
             <summary>
             <para>Numeric.</para>
             <para> When the object is serialized out as xml, its qualified name is x:n.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tuples &lt;x:tpls></description></item>
            <item><description>MemberPropertyIndex &lt;x:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused">
            <summary>
            <para> Unused Item.</para>
            <para>Represents the following attribute in the schema: u </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated">
            <summary>
            <para> Calculated Item.</para>
            <para>Represents the following attribute in the schema: f </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption">
            <summary>
            <para> Caption.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount">
            <summary>
            <para> Member Property Count.</para>
            <para>Represents the following attribute in the schema: cp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex">
            <summary>
            <para> Format Index.</para>
            <para>Represents the following attribute in the schema: in </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor">
            <summary>
            <para> Background Color.</para>
            <para>Represents the following attribute in the schema: bc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor">
            <summary>
            <para> Foreground Color.</para>
            <para>Represents the following attribute in the schema: fc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic">
            <summary>
            <para> Italic.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline">
            <summary>
            <para> Underline.</para>
            <para>Represents the following attribute in the schema: un </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough">
            <summary>
            <para> Strikethrough.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold">
            <summary>
            <para> Bold.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberItem.#ctor">
            <summary>
            Initializes a new instance of the NumberItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.BooleanItem">
             <summary>
             <para>Boolean.</para>
             <para> When the object is serialized out as xml, its qualified name is x:b.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MemberPropertyIndex &lt;x:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused">
            <summary>
            <para> Unused Item.</para>
            <para>Represents the following attribute in the schema: u </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated">
            <summary>
            <para> Calculated Item.</para>
            <para>Represents the following attribute in the schema: f </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption">
            <summary>
            <para> Caption.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount">
            <summary>
            <para> Member Property Count.</para>
            <para>Represents the following attribute in the schema: cp </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.#ctor">
            <summary>
            Initializes a new instance of the BooleanItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BooleanItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BooleanItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BooleanItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BooleanItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ErrorItem">
             <summary>
             <para>Error Value.</para>
             <para> When the object is serialized out as xml, its qualified name is x:e.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tuples &lt;x:tpls></description></item>
            <item><description>MemberPropertyIndex &lt;x:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused">
            <summary>
            <para> Unused Item.</para>
            <para>Represents the following attribute in the schema: u </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated">
            <summary>
            <para> Calculated Item.</para>
            <para>Represents the following attribute in the schema: f </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption">
            <summary>
            <para> Item Caption.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount">
            <summary>
            <para> Member Property Count.</para>
            <para>Represents the following attribute in the schema: cp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex">
            <summary>
            <para> Format Index.</para>
            <para>Represents the following attribute in the schema: in </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor">
            <summary>
            <para> background Color.</para>
            <para>Represents the following attribute in the schema: bc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor">
            <summary>
            <para> Foreground Color.</para>
            <para>Represents the following attribute in the schema: fc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic">
            <summary>
            <para> Italic.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline">
            <summary>
            <para> Underline.</para>
            <para>Represents the following attribute in the schema: un </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough">
            <summary>
            <para> Strikethrough.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold">
            <summary>
            <para> Bold.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.#ctor">
            <summary>
            Initializes a new instance of the ErrorItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ErrorItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ErrorItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ErrorItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples">
            <summary>
            <para> Tuples.</para>
            <para> Represents the following element tag in the schema: x:tpls </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ErrorItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.StringItem">
             <summary>
             <para>Character Value.</para>
             <para> When the object is serialized out as xml, its qualified name is x:s.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tuples &lt;x:tpls></description></item>
            <item><description>MemberPropertyIndex &lt;x:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StringItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused">
            <summary>
            <para> Unused Item.</para>
            <para>Represents the following attribute in the schema: u </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated">
            <summary>
            <para> Calculated Item.</para>
            <para>Represents the following attribute in the schema: f </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption">
            <summary>
            <para> Item Caption.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount">
            <summary>
            <para> Member Property Count.</para>
            <para>Represents the following attribute in the schema: cp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex">
            <summary>
            <para> Format Index.</para>
            <para>Represents the following attribute in the schema: in </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor">
            <summary>
            <para> Background Color.</para>
            <para>Represents the following attribute in the schema: bc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor">
            <summary>
            <para> Foreground Color.</para>
            <para>Represents the following attribute in the schema: fc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic">
            <summary>
            <para> Italic.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline">
            <summary>
            <para> Underline.</para>
            <para>Represents the following attribute in the schema: un </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough">
            <summary>
            <para> Strikethrough.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold">
            <summary>
            <para> Bold.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StringItem.#ctor">
            <summary>
            Initializes a new instance of the StringItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StringItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StringItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StringItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StringItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StringItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StringItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StringItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem">
             <summary>
             <para>Date Time.</para>
             <para> When the object is serialized out as xml, its qualified name is x:d.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MemberPropertyIndex &lt;x:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused">
            <summary>
            <para> Unused Item.</para>
            <para>Represents the following attribute in the schema: u </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated">
            <summary>
            <para> Calculated Item Value.</para>
            <para>Represents the following attribute in the schema: f </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption">
            <summary>
            <para> Caption.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount">
            <summary>
            <para> Member Property Count.</para>
            <para>Represents the following attribute in the schema: cp </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.#ctor">
            <summary>
            Initializes a new instance of the DateTimeItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DateTimeItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DateTimeItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DateTimeItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Tuples">
             <summary>
             <para>Tuples.</para>
             <para> When the object is serialized out as xml, its qualified name is x:tpls.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tuple &lt;x:tpl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Tuples.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Tuples.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tuples.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tuples.#ctor">
            <summary>
            Initializes a new instance of the Tuples class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tuples.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Tuples class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tuples.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Tuples class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tuples.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Tuples class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tuples.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SortByTuple">
             <summary>
             <para>Sort By Tuple.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sortByTuple.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tuple &lt;x:tpl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortByTuple.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortByTuple.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortByTuple.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortByTuple.#ctor">
            <summary>
            Initializes a new instance of the SortByTuple class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortByTuple.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SortByTuple class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortByTuple.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SortByTuple class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortByTuple.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SortByTuple class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortByTuple.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TuplesType">
             <summary>
             Defines the TuplesType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tuple &lt;x:tpl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount">
            <summary>
            <para> Member Name Count.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TuplesType.#ctor">
            <summary>
            Initializes a new instance of the TuplesType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TuplesType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TuplesType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TuplesType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TuplesType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TuplesType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TuplesType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex">
            <summary>
            <para>Member Property Indexes.</para>
            <para> When the object is serialized out as xml, its qualified name is x:x.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.#ctor">
            <summary>
            Initializes a new instance of the MemberPropertyIndex class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap">
            <summary>
            <para>Defines the MemberPropertiesMap Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:mpMap.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.#ctor">
            <summary>
            Initializes a new instance of the MemberPropertiesMap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.XType">
            <summary>
            Defines the XType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XType.Val">
            <summary>
            <para> Shared Items Index.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XType.#ctor">
            <summary>
            Initializes a new instance of the XType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord">
             <summary>
             <para>PivotCache Record.</para>
             <para> When the object is serialized out as xml, its qualified name is x:r.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MissingItem &lt;x:m></description></item>
            <item><description>NumberItem &lt;x:n></description></item>
            <item><description>BooleanItem &lt;x:b></description></item>
            <item><description>ErrorItem &lt;x:e></description></item>
            <item><description>StringItem &lt;x:s></description></item>
            <item><description>DateTimeItem &lt;x:d></description></item>
            <item><description>FieldItem &lt;x:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.#ctor">
            <summary>
            Initializes a new instance of the PivotCacheRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotCacheRecord class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotCacheRecord class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotCacheRecord class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Kpi">
            <summary>
            <para>OLAP KPI.</para>
            <para> When the object is serialized out as xml, its qualified name is x:kpi.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Kpi.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName">
            <summary>
            <para> KPI Unique Name.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption">
            <summary>
            <para> KPI Display Name.</para>
            <para>Represents the following attribute in the schema: caption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder">
            <summary>
            <para> KPI Display Folder.</para>
            <para>Represents the following attribute in the schema: displayFolder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup">
            <summary>
            <para> KPI Measure Group Name.</para>
            <para>Represents the following attribute in the schema: measureGroup </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi">
            <summary>
            <para> Parent KPI.</para>
            <para>Represents the following attribute in the schema: parent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.Value">
            <summary>
            <para> KPI Value Unique Name.</para>
            <para>Represents the following attribute in the schema: value </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal">
            <summary>
            <para> KPI Goal Unique Name.</para>
            <para>Represents the following attribute in the schema: goal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.Status">
            <summary>
            <para> KPI Status Unique Name.</para>
            <para>Represents the following attribute in the schema: status </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend">
            <summary>
            <para> KPI Trend Unique Name.</para>
            <para>Represents the following attribute in the schema: trend </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight">
            <summary>
            <para> KPI Weight Unique Name.</para>
            <para>Represents the following attribute in the schema: weight </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Kpi.#ctor">
            <summary>
            Initializes a new instance of the Kpi class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Kpi.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FieldUsage">
            <summary>
            <para>PivotCache Field Id.</para>
            <para> When the object is serialized out as xml, its qualified name is x:fieldUsage.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldUsage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldUsage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldUsage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index">
            <summary>
            <para> Field Index.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldUsage.#ctor">
            <summary>
            Initializes a new instance of the FieldUsage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldUsage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupLevel">
             <summary>
             <para>OLAP Grouping Levels.</para>
             <para> When the object is serialized out as xml, its qualified name is x:groupLevel.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Groups &lt;x:groups></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName">
            <summary>
            <para> Unique Name.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption">
            <summary>
            <para> Grouping Level Display Name.</para>
            <para>Represents the following attribute in the schema: caption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User">
            <summary>
            <para> User-Defined Group Level.</para>
            <para>Represents the following attribute in the schema: user </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp">
            <summary>
            <para> Custom Roll Up.</para>
            <para>Represents the following attribute in the schema: customRollUp </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.#ctor">
            <summary>
            Initializes a new instance of the GroupLevel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupLevel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupLevel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupLevel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups">
            <summary>
            <para> OLAP Level Groups.</para>
            <para> Represents the following element tag in the schema: x:groups </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Groups">
             <summary>
             <para>OLAP Level Groups.</para>
             <para> When the object is serialized out as xml, its qualified name is x:groups.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Group &lt;x:group></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Groups.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Groups.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Groups.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Groups.Count">
            <summary>
            <para> Level Group Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Groups.#ctor">
            <summary>
            Initializes a new instance of the Groups class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Groups.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Groups class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Groups.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Groups class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Groups.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Groups class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Groups.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Group">
             <summary>
             <para>OLAP Group.</para>
             <para> When the object is serialized out as xml, its qualified name is x:group.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GroupMembers &lt;x:groupMembers></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Group.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Group.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Group.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Group.Name">
            <summary>
            <para> Group Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName">
            <summary>
            <para> Unique Group Name.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Group.Caption">
            <summary>
            <para> Group Caption.</para>
            <para>Represents the following attribute in the schema: caption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent">
            <summary>
            <para> Parent Unique Name.</para>
            <para>Represents the following attribute in the schema: uniqueParent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Group.Id">
            <summary>
            <para> Group Id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Group.#ctor">
            <summary>
            Initializes a new instance of the Group class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Group.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Group class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Group.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Group class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Group.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Group class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers">
            <summary>
            <para> OLAP Group Members.</para>
            <para> Represents the following element tag in the schema: x:groupMembers </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Group.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupMembers">
             <summary>
             <para>OLAP Group Members.</para>
             <para> When the object is serialized out as xml, its qualified name is x:groupMembers.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GroupMember &lt;x:groupMember></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupMembers.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupMembers.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupMembers.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count">
            <summary>
            <para> Group Member Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupMembers.#ctor">
            <summary>
            Initializes a new instance of the GroupMembers class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupMembers.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupMembers class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupMembers.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupMembers class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupMembers.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupMembers class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupMembers.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupMember">
            <summary>
            <para>OLAP Group Member.</para>
            <para> When the object is serialized out as xml, its qualified name is x:groupMember.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupMember.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupMember.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupMember.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName">
            <summary>
            <para> Group Member Unique Name.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group">
            <summary>
            <para> Group.</para>
            <para>Represents the following attribute in the schema: group </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupMember.#ctor">
            <summary>
            Initializes a new instance of the GroupMember class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupMember.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Entries">
             <summary>
             <para>Entries.</para>
             <para> When the object is serialized out as xml, its qualified name is x:entries.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MissingItem &lt;x:m></description></item>
            <item><description>NumberItem &lt;x:n></description></item>
            <item><description>ErrorItem &lt;x:e></description></item>
            <item><description>StringItem &lt;x:s></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Entries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Entries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Entries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Entries.Count">
            <summary>
            <para> Tuple Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Entries.#ctor">
            <summary>
            Initializes a new instance of the Entries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Entries.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Entries class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Entries.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Entries class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Entries.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Entries class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Entries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Sets">
             <summary>
             <para>Sets.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sets.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TupleSet &lt;x:set></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sets.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sets.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sets.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sets.Count">
            <summary>
            <para> Tuple Set Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sets.#ctor">
            <summary>
            Initializes a new instance of the Sets class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sets.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Sets class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sets.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Sets class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sets.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Sets class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sets.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryCache">
             <summary>
             <para>OLAP Query Cache.</para>
             <para> When the object is serialized out as xml, its qualified name is x:queryCache.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Query &lt;x:query></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count">
            <summary>
            <para> Cached Query Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryCache.#ctor">
            <summary>
            Initializes a new instance of the QueryCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QueryCache class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QueryCache class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QueryCache class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ServerFormats">
             <summary>
             <para>Server Formats.</para>
             <para> When the object is serialized out as xml, its qualified name is x:serverFormats.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ServerFormat &lt;x:serverFormat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ServerFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ServerFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count">
            <summary>
            <para> Format Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ServerFormats.#ctor">
            <summary>
            Initializes a new instance of the ServerFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ServerFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ServerFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ServerFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ServerFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ServerFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ServerFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ServerFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ServerFormat">
            <summary>
            <para>Server Format.</para>
            <para> When the object is serialized out as xml, its qualified name is x:serverFormat.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ServerFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ServerFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ServerFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture">
            <summary>
            <para> Culture.</para>
            <para>Represents the following attribute in the schema: culture </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format">
            <summary>
            <para> Format.</para>
            <para>Represents the following attribute in the schema: format </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ServerFormat.#ctor">
            <summary>
            Initializes a new instance of the ServerFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ServerFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Tuple">
            <summary>
            <para>Tuple.</para>
            <para> When the object is serialized out as xml, its qualified name is x:tpl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Tuple.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Tuple.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tuple.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Tuple.Field">
            <summary>
            <para> Field Index.</para>
            <para>Represents the following attribute in the schema: fld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy">
            <summary>
            <para> Hierarchy Index.</para>
            <para>Represents the following attribute in the schema: hier </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Tuple.Item">
            <summary>
            <para> Item Index.</para>
            <para>Represents the following attribute in the schema: item </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tuple.#ctor">
            <summary>
            Initializes a new instance of the Tuple class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Tuple.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TupleSet">
             <summary>
             <para>OLAP Set.</para>
             <para> When the object is serialized out as xml, its qualified name is x:set.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tuples &lt;x:tpls></description></item>
            <item><description>SortByTuple &lt;x:sortByTuple></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count">
            <summary>
            <para> Number of Tuples.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank">
            <summary>
            <para> Maximum Rank Requested.</para>
            <para>Represents the following attribute in the schema: maxRank </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition">
            <summary>
            <para> MDX Set Definition.</para>
            <para>Represents the following attribute in the schema: setDefinition </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType">
            <summary>
            <para> Set Sort Order.</para>
            <para>Represents the following attribute in the schema: sortType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed">
            <summary>
            <para> Query Failed.</para>
            <para>Represents the following attribute in the schema: queryFailed </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleSet.#ctor">
            <summary>
            Initializes a new instance of the TupleSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleSet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TupleSet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleSet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TupleSet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleSet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TupleSet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Query">
             <summary>
             <para>Query.</para>
             <para> When the object is serialized out as xml, its qualified name is x:query.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tuples &lt;x:tpls></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Query.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Query.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Query.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Query.Mdx">
            <summary>
            <para> MDX Query String.</para>
            <para>Represents the following attribute in the schema: mdx </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Query.#ctor">
            <summary>
            Initializes a new instance of the Query class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Query.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Query class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Query.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Query class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Query.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Query class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Query.Tuples">
            <summary>
            <para> Tuples.</para>
            <para> Represents the following element tag in the schema: x:tpls </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Query.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem">
             <summary>
             <para>Calculated Item.</para>
             <para> When the object is serialized out as xml, its qualified name is x:calculatedItem.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotArea &lt;x:pivotArea></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field">
            <summary>
            <para> Field Index.</para>
            <para>Represents the following attribute in the schema: field </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula">
            <summary>
            <para> Calculated Item Formula.</para>
            <para>Represents the following attribute in the schema: formula </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.#ctor">
            <summary>
            Initializes a new instance of the CalculatedItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CalculatedItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CalculatedItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CalculatedItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea">
            <summary>
            <para> Calculated Item Location.</para>
            <para> Represents the following element tag in the schema: x:pivotArea </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotArea">
             <summary>
             <para>Calculated Item Location.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotArea.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotAreaReferences &lt;x:references></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotArea.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field">
            <summary>
            <para> Field Index.</para>
            <para>Represents the following attribute in the schema: field </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type">
            <summary>
            <para> Rule Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly">
            <summary>
            <para> Data Only.</para>
            <para>Represents the following attribute in the schema: dataOnly </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly">
            <summary>
            <para> Labels Only.</para>
            <para>Represents the following attribute in the schema: labelOnly </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow">
            <summary>
            <para> Include Row Grand Total.</para>
            <para>Represents the following attribute in the schema: grandRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn">
            <summary>
            <para> Include Column Grand Total.</para>
            <para>Represents the following attribute in the schema: grandCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex">
            <summary>
            <para> Cache Index.</para>
            <para>Represents the following attribute in the schema: cacheIndex </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline">
            <summary>
            <para> Outline.</para>
            <para>Represents the following attribute in the schema: outline </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset">
            <summary>
            <para> Offset Reference.</para>
            <para>Represents the following attribute in the schema: offset </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals">
            <summary>
            <para> Collapsed Levels Are Subtotals.</para>
            <para>Represents the following attribute in the schema: collapsedLevelsAreSubtotals </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis">
            <summary>
            <para> Axis.</para>
            <para>Represents the following attribute in the schema: axis </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition">
            <summary>
            <para> Field Position.</para>
            <para>Represents the following attribute in the schema: fieldPosition </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotArea.#ctor">
            <summary>
            Initializes a new instance of the PivotArea class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotArea.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotArea class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotArea.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotArea class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotArea.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotArea class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences">
            <summary>
            <para> References.</para>
            <para> Represents the following element tag in the schema: x:references </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotArea.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember">
             <summary>
             <para>Calculated Member.</para>
             <para> When the object is serialized out as xml, its qualified name is x:calculatedMember.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CalculatedMemberExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx">
            <summary>
            <para> mdx.</para>
            <para>Represents the following attribute in the schema: mdx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName">
            <summary>
            <para> memberName.</para>
            <para>Represents the following attribute in the schema: memberName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy">
            <summary>
            <para> hierarchy.</para>
            <para>Represents the following attribute in the schema: hierarchy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName">
            <summary>
            <para> parent.</para>
            <para>Represents the following attribute in the schema: parent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder">
            <summary>
            <para> solveOrder.</para>
            <para>Represents the following attribute in the schema: solveOrder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set">
            <summary>
            <para> set.</para>
            <para>Represents the following attribute in the schema: set </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.#ctor">
            <summary>
            Initializes a new instance of the CalculatedMember class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CalculatedMember class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CalculatedMember class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CalculatedMember class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList">
            <summary>
            <para> CalculatedMemberExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotField">
             <summary>
             <para>PivotTable Field.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotField.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Items &lt;x:items></description></item>
            <item><description>AutoSortScope &lt;x:autoSortScope></description></item>
            <item><description>PivotFieldExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.Name">
            <summary>
            <para> Field Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis">
            <summary>
            <para> Axis.</para>
            <para>Represents the following attribute in the schema: axis </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField">
            <summary>
            <para> Data Field.</para>
            <para>Represents the following attribute in the schema: dataField </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption">
            <summary>
            <para> Custom Subtotal Caption.</para>
            <para>Represents the following attribute in the schema: subtotalCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns">
            <summary>
            <para> Show PivotField Header Drop Downs.</para>
            <para>Represents the following attribute in the schema: showDropDowns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel">
            <summary>
            <para> Hidden Level.</para>
            <para>Represents the following attribute in the schema: hiddenLevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty">
            <summary>
            <para> Unique Member Property.</para>
            <para>Represents the following attribute in the schema: uniqueMemberProperty </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact">
            <summary>
            <para> Compact.</para>
            <para>Represents the following attribute in the schema: compact </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled">
            <summary>
            <para> All Items Expanded.</para>
            <para>Represents the following attribute in the schema: allDrilled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId">
            <summary>
            <para> Number Format Id.</para>
            <para>Represents the following attribute in the schema: numFmtId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline">
            <summary>
            <para> Outline Items.</para>
            <para>Represents the following attribute in the schema: outline </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop">
            <summary>
            <para> Subtotals At Top.</para>
            <para>Represents the following attribute in the schema: subtotalTop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow">
            <summary>
            <para> Drag To Row.</para>
            <para>Represents the following attribute in the schema: dragToRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn">
            <summary>
            <para> Drag To Column.</para>
            <para>Represents the following attribute in the schema: dragToCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed">
            <summary>
            <para> Multiple Field Filters.</para>
            <para>Represents the following attribute in the schema: multipleItemSelectionAllowed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage">
            <summary>
            <para> Drag Field to Page.</para>
            <para>Represents the following attribute in the schema: dragToPage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData">
            <summary>
            <para> Field Can Drag to Data.</para>
            <para>Represents the following attribute in the schema: dragToData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff">
            <summary>
            <para> Drag Off.</para>
            <para>Represents the following attribute in the schema: dragOff </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll">
            <summary>
            <para> Show All Items.</para>
            <para>Represents the following attribute in the schema: showAll </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow">
            <summary>
            <para> Insert Blank Row.</para>
            <para>Represents the following attribute in the schema: insertBlankRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField">
            <summary>
            <para> Server-based Page Field.</para>
            <para>Represents the following attribute in the schema: serverField </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak">
            <summary>
            <para> Insert Item Page Break.</para>
            <para>Represents the following attribute in the schema: insertPageBreak </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow">
            <summary>
            <para> Auto Show.</para>
            <para>Represents the following attribute in the schema: autoShow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow">
            <summary>
            <para> Top Auto Show.</para>
            <para>Represents the following attribute in the schema: topAutoShow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems">
            <summary>
            <para> Hide New Items.</para>
            <para>Represents the following attribute in the schema: hideNewItems </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter">
            <summary>
            <para> Measure Filter.</para>
            <para>Represents the following attribute in the schema: measureFilter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter">
            <summary>
            <para> Inclusive Manual Filter.</para>
            <para>Represents the following attribute in the schema: includeNewItemsInFilter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount">
            <summary>
            <para> Items Per Page Count.</para>
            <para>Represents the following attribute in the schema: itemPageCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType">
            <summary>
            <para> Auto Sort Type.</para>
            <para>Represents the following attribute in the schema: sortType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort">
            <summary>
            <para> Data Source Sort.</para>
            <para>Represents the following attribute in the schema: dataSourceSort </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault">
            <summary>
            <para> Auto Sort.</para>
            <para>Represents the following attribute in the schema: nonAutoSortDefault </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy">
            <summary>
            <para> Auto Show Rank By.</para>
            <para>Represents the following attribute in the schema: rankBy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal">
            <summary>
            <para> Show Default Subtotal.</para>
            <para>Represents the following attribute in the schema: defaultSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal">
            <summary>
            <para> Sum Subtotal.</para>
            <para>Represents the following attribute in the schema: sumSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal">
            <summary>
            <para> CountA.</para>
            <para>Represents the following attribute in the schema: countASubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal">
            <summary>
            <para> Average.</para>
            <para>Represents the following attribute in the schema: avgSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal">
            <summary>
            <para> Max Subtotal.</para>
            <para>Represents the following attribute in the schema: maxSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal">
            <summary>
            <para> Min Subtotal.</para>
            <para>Represents the following attribute in the schema: minSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal">
            <summary>
            <para> Product Subtotal.</para>
            <para>Represents the following attribute in the schema: productSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal">
            <summary>
            <para> Count.</para>
            <para>Represents the following attribute in the schema: countSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal">
            <summary>
            <para> StdDev Subtotal.</para>
            <para>Represents the following attribute in the schema: stdDevSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal">
            <summary>
            <para> StdDevP Subtotal.</para>
            <para>Represents the following attribute in the schema: stdDevPSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal">
            <summary>
            <para> Variance Subtotal.</para>
            <para>Represents the following attribute in the schema: varSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal">
            <summary>
            <para> VarP Subtotal.</para>
            <para>Represents the following attribute in the schema: varPSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell">
            <summary>
            <para> Show Member Property in Cell.</para>
            <para>Represents the following attribute in the schema: showPropCell </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip">
            <summary>
            <para> Show Member Property ToolTip.</para>
            <para>Represents the following attribute in the schema: showPropTip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption">
            <summary>
            <para> Show As Caption.</para>
            <para>Represents the following attribute in the schema: showPropAsCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState">
            <summary>
            <para> Drill State.</para>
            <para>Represents the following attribute in the schema: defaultAttributeDrillState </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotField.#ctor">
            <summary>
            Initializes a new instance of the PivotField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotField.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotField class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotField.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotField class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotField.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotField class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.Items">
            <summary>
            <para> Field Items.</para>
            <para> Represents the following element tag in the schema: x:items </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope">
            <summary>
            <para> AutoSort Scope.</para>
            <para> Represents the following element tag in the schema: x:autoSortScope </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Item">
            <summary>
            <para>PivotTable Field Item.</para>
            <para> When the object is serialized out as xml, its qualified name is x:item.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Item.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.ItemName">
            <summary>
            <para> Item User Caption.</para>
            <para>Represents the following attribute in the schema: n </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.ItemType">
            <summary>
            <para> Item Type.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.Hidden">
            <summary>
            <para> Hidden.</para>
            <para>Represents the following attribute in the schema: h </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue">
            <summary>
            <para> Character.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails">
            <summary>
            <para> Hide Details.</para>
            <para>Represents the following attribute in the schema: sd </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.Calculated">
            <summary>
            <para> Calculated Member.</para>
            <para>Represents the following attribute in the schema: f </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.Missing">
            <summary>
            <para> Missing.</para>
            <para>Represents the following attribute in the schema: m </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems">
            <summary>
            <para> Child Items.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.Index">
            <summary>
            <para> Item Index.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.Expanded">
            <summary>
            <para> Expanded.</para>
            <para>Represents the following attribute in the schema: d </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes">
            <summary>
            <para> Drill Across Attributes.</para>
            <para>Represents the following attribute in the schema: e </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Item.#ctor">
            <summary>
            Initializes a new instance of the Item class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Item.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataField">
             <summary>
             <para>Data Field Item.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dataField.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataFieldExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataField.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataField.Field">
            <summary>
            <para> fld.</para>
            <para>Represents the following attribute in the schema: fld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal">
            <summary>
            <para> subtotal.</para>
            <para>Represents the following attribute in the schema: subtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs">
            <summary>
            <para> showDataAs.</para>
            <para>Represents the following attribute in the schema: showDataAs </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField">
            <summary>
            <para> baseField.</para>
            <para>Represents the following attribute in the schema: baseField </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem">
            <summary>
            <para> baseItem.</para>
            <para>Represents the following attribute in the schema: baseItem </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId">
            <summary>
            <para> numFmtId.</para>
            <para>Represents the following attribute in the schema: numFmtId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataField.#ctor">
            <summary>
            Initializes a new instance of the DataField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataField.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataField class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataField.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataField class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataField.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataField class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList">
            <summary>
            <para> DataFieldExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowItem">
             <summary>
             <para>Row Items.</para>
             <para> When the object is serialized out as xml, its qualified name is x:i.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MemberPropertyIndex &lt;x:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType">
            <summary>
            <para> Item Type.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount">
            <summary>
            <para> Repeated Items Count.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowItem.Index">
            <summary>
            <para> Data Field Index.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItem.#ctor">
            <summary>
            Initializes a new instance of the RowItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RowItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RowItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RowItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Field">
            <summary>
            <para>Row Items.</para>
            <para> When the object is serialized out as xml, its qualified name is x:field.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Field.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Field.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Field.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Field.Index">
            <summary>
            <para> Field Index.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Field.#ctor">
            <summary>
            Initializes a new instance of the Field class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Field.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Format">
             <summary>
             <para>PivotTable Format.</para>
             <para> When the object is serialized out as xml, its qualified name is x:format.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotArea &lt;x:pivotArea></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Format.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Format.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Format.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Format.Action">
            <summary>
            <para> Format Action.</para>
            <para>Represents the following attribute in the schema: action </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Format.FormatId">
            <summary>
            <para> Format Id.</para>
            <para>Represents the following attribute in the schema: dxfId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Format.#ctor">
            <summary>
            Initializes a new instance of the Format class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Format.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Format class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Format.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Format class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Format.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Format class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea">
            <summary>
            <para> Pivot Table Location.</para>
            <para> Represents the following element tag in the schema: x:pivotArea </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Format.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat">
             <summary>
             <para>Conditional Formatting.</para>
             <para> When the object is serialized out as xml, its qualified name is x:conditionalFormat.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotAreas &lt;x:pivotAreas></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope">
            <summary>
            <para> Conditional Formatting Scope.</para>
            <para>Represents the following attribute in the schema: scope </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type">
            <summary>
            <para> Conditional Formatting Rule Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority">
            <summary>
            <para> Priority.</para>
            <para>Represents the following attribute in the schema: priority </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas">
            <summary>
            <para> Pivot Areas.</para>
            <para> Represents the following element tag in the schema: x:pivotAreas </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotAreas">
             <summary>
             <para>Pivot Areas.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotAreas.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotArea &lt;x:pivotArea></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreas.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreas.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreas.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count">
            <summary>
            <para> Pivot Area Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreas.#ctor">
            <summary>
            Initializes a new instance of the PivotAreas class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreas.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotAreas class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreas.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotAreas class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreas.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotAreas class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreas.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartFormat">
             <summary>
             <para>PivotChart Format.</para>
             <para> When the object is serialized out as xml, its qualified name is x:chartFormat.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotArea &lt;x:pivotArea></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart">
            <summary>
            <para> Chart Index.</para>
            <para>Represents the following attribute in the schema: chart </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format">
            <summary>
            <para> Pivot Format Id.</para>
            <para>Represents the following attribute in the schema: format </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series">
            <summary>
            <para> Series Format.</para>
            <para>Represents the following attribute in the schema: series </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.#ctor">
            <summary>
            Initializes a new instance of the ChartFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea">
            <summary>
            <para> Pivot Table Location Rule.</para>
            <para> Represents the following element tag in the schema: x:pivotArea </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy">
             <summary>
             <para>OLAP Hierarchy.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotHierarchy.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MemberProperties &lt;x:mps></description></item>
            <item><description>Members &lt;x:members></description></item>
            <item><description>PivotHierarchyExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline">
            <summary>
            <para> Outline New Levels.</para>
            <para>Represents the following attribute in the schema: outline </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed">
            <summary>
            <para> Multiple Field Filters.</para>
            <para>Represents the following attribute in the schema: multipleItemSelectionAllowed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop">
            <summary>
            <para> New Levels Subtotals At Top.</para>
            <para>Represents the following attribute in the schema: subtotalTop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList">
            <summary>
            <para> Show In Field List.</para>
            <para>Represents the following attribute in the schema: showInFieldList </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow">
            <summary>
            <para> Drag To Row.</para>
            <para>Represents the following attribute in the schema: dragToRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn">
            <summary>
            <para> Drag To Column.</para>
            <para>Represents the following attribute in the schema: dragToCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage">
            <summary>
            <para> Drag to Page.</para>
            <para>Represents the following attribute in the schema: dragToPage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData">
            <summary>
            <para> Drag To Data.</para>
            <para>Represents the following attribute in the schema: dragToData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff">
            <summary>
            <para> Drag Off.</para>
            <para>Represents the following attribute in the schema: dragOff </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter">
            <summary>
            <para> Inclusive Manual Filter.</para>
            <para>Represents the following attribute in the schema: includeNewItemsInFilter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption">
            <summary>
            <para> Hierarchy Caption.</para>
            <para>Represents the following attribute in the schema: caption </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.#ctor">
            <summary>
            Initializes a new instance of the PivotHierarchy class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotHierarchy class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotHierarchy class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotHierarchy class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties">
            <summary>
            <para> OLAP Member Properties.</para>
            <para> Represents the following element tag in the schema: x:mps </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage">
            <summary>
            <para>Row OLAP Hierarchies.</para>
            <para> When the object is serialized out as xml, its qualified name is x:rowHierarchyUsage.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.#ctor">
            <summary>
            Initializes a new instance of the RowHierarchyUsage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage">
            <summary>
            <para>Column OLAP Hierarchies.</para>
            <para> When the object is serialized out as xml, its qualified name is x:colHierarchyUsage.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.#ctor">
            <summary>
            Initializes a new instance of the ColumnHierarchyUsage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType">
            <summary>
            Defines the HierarchyUsageType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value">
            <summary>
            <para> Hierarchy Usage.</para>
            <para>Represents the following attribute in the schema: hierarchyUsage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.#ctor">
            <summary>
            Initializes a new instance of the HierarchyUsageType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MemberProperty">
            <summary>
            <para>OLAP Member Property.</para>
            <para> When the object is serialized out as xml, its qualified name is x:mp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name">
            <summary>
            <para> OLAP Member Property Unique Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell">
            <summary>
            <para> Show Cell.</para>
            <para>Represents the following attribute in the schema: showCell </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip">
            <summary>
            <para> Show Tooltip.</para>
            <para>Represents the following attribute in the schema: showTip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption">
            <summary>
            <para> Show As Caption.</para>
            <para>Represents the following attribute in the schema: showAsCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength">
            <summary>
            <para> Name Length.</para>
            <para>Represents the following attribute in the schema: nameLen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition">
            <summary>
            <para> Property Name Character Index.</para>
            <para>Represents the following attribute in the schema: pPos </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength">
            <summary>
            <para> Property Name Length.</para>
            <para>Represents the following attribute in the schema: pLen </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level">
            <summary>
            <para> Level Index.</para>
            <para>Represents the following attribute in the schema: level </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field">
            <summary>
            <para> Field Index.</para>
            <para>Represents the following attribute in the schema: field </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.#ctor">
            <summary>
            Initializes a new instance of the MemberProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Member">
            <summary>
            <para>Member.</para>
            <para> When the object is serialized out as xml, its qualified name is x:member.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Member.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Member.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Member.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Member.Name">
            <summary>
            <para> Hidden Item Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Member.#ctor">
            <summary>
            Initializes a new instance of the Member class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Member.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Dimension">
            <summary>
            <para>OLAP Dimension.</para>
            <para> When the object is serialized out as xml, its qualified name is x:dimension.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Dimension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Dimension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Dimension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure">
            <summary>
            <para> Measure.</para>
            <para>Represents the following attribute in the schema: measure </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Dimension.Name">
            <summary>
            <para> Dimension Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName">
            <summary>
            <para> Dimension Unique Name.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption">
            <summary>
            <para> Dimension Display Name.</para>
            <para>Represents the following attribute in the schema: caption </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Dimension.#ctor">
            <summary>
            Initializes a new instance of the Dimension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Dimension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup">
            <summary>
            <para>OLAP Measure Group.</para>
            <para> When the object is serialized out as xml, its qualified name is x:measureGroup.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name">
            <summary>
            <para> Measure Group Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption">
            <summary>
            <para> Measure Group Display Name.</para>
            <para>Represents the following attribute in the schema: caption </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.#ctor">
            <summary>
            Initializes a new instance of the MeasureGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap">
            <summary>
            <para>OLAP Measure Group.</para>
            <para> When the object is serialized out as xml, its qualified name is x:map.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup">
            <summary>
            <para> Measure Group Id.</para>
            <para>Represents the following attribute in the schema: measureGroup </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension">
            <summary>
            <para> Dimension Id.</para>
            <para>Represents the following attribute in the schema: dimension </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.#ctor">
            <summary>
            Initializes a new instance of the MeasureDimensionMap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilter">
             <summary>
             <para>PivotTable Advanced Filter.</para>
             <para> When the object is serialized out as xml, its qualified name is x:filter.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AutoFilter &lt;x:autoFilter></description></item>
            <item><description>PivotFilterExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field">
            <summary>
            <para> fld.</para>
            <para>Represents the following attribute in the schema: fld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId">
            <summary>
            <para> mpFld.</para>
            <para>Represents the following attribute in the schema: mpFld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder">
            <summary>
            <para> evalOrder.</para>
            <para>Represents the following attribute in the schema: evalOrder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy">
            <summary>
            <para> iMeasureHier.</para>
            <para>Represents the following attribute in the schema: iMeasureHier </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField">
            <summary>
            <para> iMeasureFld.</para>
            <para>Represents the following attribute in the schema: iMeasureFld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1">
            <summary>
            <para> stringValue1.</para>
            <para>Represents the following attribute in the schema: stringValue1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2">
            <summary>
            <para> stringValue2.</para>
            <para>Represents the following attribute in the schema: stringValue2 </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.#ctor">
            <summary>
            Initializes a new instance of the PivotFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotFilter class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotFilter class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotFilter class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter">
            <summary>
            <para> AutoFilter.</para>
            <para> Represents the following element tag in the schema: x:autoFilter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList">
            <summary>
            <para> PivotFilterExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy">
             <summary>
             <para>PivotCache Hierarchy.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cacheHierarchy.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FieldsUsage &lt;x:fieldsUsage></description></item>
            <item><description>GroupLevels &lt;x:groupLevels></description></item>
            <item><description>CacheHierarchyExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName">
            <summary>
            <para> uniqueName.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption">
            <summary>
            <para> caption.</para>
            <para>Represents the following attribute in the schema: caption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure">
            <summary>
            <para> measure.</para>
            <para>Represents the following attribute in the schema: measure </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set">
            <summary>
            <para> set.</para>
            <para>Represents the following attribute in the schema: set </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet">
            <summary>
            <para> parentSet.</para>
            <para>Represents the following attribute in the schema: parentSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet">
            <summary>
            <para> iconSet.</para>
            <para>Represents the following attribute in the schema: iconSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute">
            <summary>
            <para> attribute.</para>
            <para>Represents the following attribute in the schema: attribute </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time">
            <summary>
            <para> time.</para>
            <para>Represents the following attribute in the schema: time </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute">
            <summary>
            <para> keyAttribute.</para>
            <para>Represents the following attribute in the schema: keyAttribute </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName">
            <summary>
            <para> defaultMemberUniqueName.</para>
            <para>Represents the following attribute in the schema: defaultMemberUniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName">
            <summary>
            <para> allUniqueName.</para>
            <para>Represents the following attribute in the schema: allUniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption">
            <summary>
            <para> allCaption.</para>
            <para>Represents the following attribute in the schema: allCaption </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName">
            <summary>
            <para> dimensionUniqueName.</para>
            <para>Represents the following attribute in the schema: dimensionUniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder">
            <summary>
            <para> displayFolder.</para>
            <para>Represents the following attribute in the schema: displayFolder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup">
            <summary>
            <para> measureGroup.</para>
            <para>Represents the following attribute in the schema: measureGroup </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures">
            <summary>
            <para> measures.</para>
            <para>Represents the following attribute in the schema: measures </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count">
            <summary>
            <para> count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField">
            <summary>
            <para> oneField.</para>
            <para>Represents the following attribute in the schema: oneField </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype">
            <summary>
            <para> memberValueDatatype.</para>
            <para>Represents the following attribute in the schema: memberValueDatatype </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced">
            <summary>
            <para> unbalanced.</para>
            <para>Represents the following attribute in the schema: unbalanced </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup">
            <summary>
            <para> unbalancedGroup.</para>
            <para>Represents the following attribute in the schema: unbalancedGroup </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden">
            <summary>
            <para> hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.#ctor">
            <summary>
            Initializes a new instance of the CacheHierarchy class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheHierarchy class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheHierarchy class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheHierarchy class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage">
            <summary>
            <para> FieldsUsage.</para>
            <para> Represents the following element tag in the schema: x:fieldsUsage </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels">
            <summary>
            <para> GroupLevels.</para>
            <para> Represents the following element tag in the schema: x:groupLevels </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList">
            <summary>
            <para> CacheHierarchyExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RangeProperties">
            <summary>
            <para>Range Grouping Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is x:rangePr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart">
            <summary>
            <para> Source Data Set Beginning Range.</para>
            <para>Represents the following attribute in the schema: autoStart </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd">
            <summary>
            <para> Source Data Ending Range.</para>
            <para>Represents the following attribute in the schema: autoEnd </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy">
            <summary>
            <para> Group By.</para>
            <para>Represents the following attribute in the schema: groupBy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber">
            <summary>
            <para> Numeric Grouping Start Value.</para>
            <para>Represents the following attribute in the schema: startNum </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum">
            <summary>
            <para> Numeric Grouping End Value.</para>
            <para>Represents the following attribute in the schema: endNum </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate">
            <summary>
            <para> Date Grouping Start Value.</para>
            <para>Represents the following attribute in the schema: startDate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate">
            <summary>
            <para> Date Grouping End Value.</para>
            <para>Represents the following attribute in the schema: endDate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval">
            <summary>
            <para> Grouping Interval.</para>
            <para>Represents the following attribute in the schema: groupInterval </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.#ctor">
            <summary>
            Initializes a new instance of the RangeProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RangeProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties">
             <summary>
             <para>Discrete Grouping Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:discretePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FieldItem &lt;x:x></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count">
            <summary>
            <para> Mapping Index Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.#ctor">
            <summary>
            Initializes a new instance of the DiscreteProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DiscreteProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DiscreteProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DiscreteProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupItems">
             <summary>
             <para>OLAP Group Items.</para>
             <para> When the object is serialized out as xml, its qualified name is x:groupItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MissingItem &lt;x:m></description></item>
            <item><description>NumberItem &lt;x:n></description></item>
            <item><description>BooleanItem &lt;x:b></description></item>
            <item><description>ErrorItem &lt;x:e></description></item>
            <item><description>StringItem &lt;x:s></description></item>
            <item><description>DateTimeItem &lt;x:d></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count">
            <summary>
            <para> Items Created Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupItems.#ctor">
            <summary>
            Initializes a new instance of the GroupItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageField">
             <summary>
             <para>Page Field.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pageField.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageField.Field">
            <summary>
            <para> Field.</para>
            <para>Represents the following attribute in the schema: fld </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageField.Item">
            <summary>
            <para> Item Index.</para>
            <para>Represents the following attribute in the schema: item </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy">
            <summary>
            <para> OLAP Hierarchy Index.</para>
            <para>Represents the following attribute in the schema: hier </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageField.Name">
            <summary>
            <para> Hierarchy Unique Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageField.Caption">
            <summary>
            <para> Hierarchy Display Name.</para>
            <para>Represents the following attribute in the schema: cap </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageField.#ctor">
            <summary>
            Initializes a new instance of the PageField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageField.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PageField class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageField.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PageField class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageField.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PageField class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences">
             <summary>
             <para>References.</para>
             <para> When the object is serialized out as xml, its qualified name is x:references.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotAreaReference &lt;x:reference></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count">
            <summary>
            <para> Pivot Filter Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.#ctor">
            <summary>
            Initializes a new instance of the PivotAreaReferences class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotAreaReferences class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotAreaReferences class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotAreaReferences class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference">
             <summary>
             <para>Reference.</para>
             <para> When the object is serialized out as xml, its qualified name is x:reference.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FieldItem &lt;x:x></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field">
            <summary>
            <para> Field Index.</para>
            <para>Represents the following attribute in the schema: field </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count">
            <summary>
            <para> Item Index Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected">
            <summary>
            <para> Selected.</para>
            <para>Represents the following attribute in the schema: selected </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition">
            <summary>
            <para> Positional Reference.</para>
            <para>Represents the following attribute in the schema: byPosition </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative">
            <summary>
            <para> Relative Reference.</para>
            <para>Represents the following attribute in the schema: relative </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal">
            <summary>
            <para> Include Default Filter.</para>
            <para>Represents the following attribute in the schema: defaultSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal">
            <summary>
            <para> Include Sum Filter.</para>
            <para>Represents the following attribute in the schema: sumSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal">
            <summary>
            <para> Include CountA Filter.</para>
            <para>Represents the following attribute in the schema: countASubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal">
            <summary>
            <para> Include Average Filter.</para>
            <para>Represents the following attribute in the schema: avgSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal">
            <summary>
            <para> Include Maximum Filter.</para>
            <para>Represents the following attribute in the schema: maxSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal">
            <summary>
            <para> Include Minimum Filter.</para>
            <para>Represents the following attribute in the schema: minSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal">
            <summary>
            <para> Include Product Filter.</para>
            <para>Represents the following attribute in the schema: productSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal">
            <summary>
            <para> Include Count Subtotal.</para>
            <para>Represents the following attribute in the schema: countSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal">
            <summary>
            <para> Include StdDev Filter.</para>
            <para>Represents the following attribute in the schema: stdDevSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal">
            <summary>
            <para> Include StdDevP Filter.</para>
            <para>Represents the following attribute in the schema: stdDevPSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal">
            <summary>
            <para> Include Var Filter.</para>
            <para>Represents the following attribute in the schema: varSubtotal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal">
            <summary>
            <para> Include VarP Filter.</para>
            <para>Represents the following attribute in the schema: varPSubtotal </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.#ctor">
            <summary>
            Initializes a new instance of the PivotAreaReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotAreaReference class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotAreaReference class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotAreaReference class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields">
             <summary>
             <para>Query table fields.</para>
             <para> When the object is serialized out as xml, its qualified name is x:queryTableFields.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>QueryTableField &lt;x:queryTableField></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count">
            <summary>
            <para> Column Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.#ctor">
            <summary>
            Initializes a new instance of the QueryTableFields class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QueryTableFields class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QueryTableFields class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QueryTableFields class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields">
             <summary>
             <para>Deleted Fields.</para>
             <para> When the object is serialized out as xml, its qualified name is x:queryTableDeletedFields.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DeletedField &lt;x:deletedField></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count">
            <summary>
            <para> Deleted Fields Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.#ctor">
            <summary>
            Initializes a new instance of the QueryTableDeletedFields class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QueryTableDeletedFields class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QueryTableDeletedFields class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QueryTableDeletedFields class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DeletedField">
            <summary>
            <para>Deleted Field.</para>
            <para> When the object is serialized out as xml, its qualified name is x:deletedField.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DeletedField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DeletedField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DeletedField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name">
            <summary>
            <para> Deleted Fields Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DeletedField.#ctor">
            <summary>
            Initializes a new instance of the DeletedField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DeletedField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableField">
             <summary>
             <para>QueryTable Field.</para>
             <para> When the object is serialized out as xml, its qualified name is x:queryTableField.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id">
            <summary>
            <para> Field Id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound">
            <summary>
            <para> Data Bound Column.</para>
            <para>Represents the following attribute in the schema: dataBound </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers">
            <summary>
            <para> Row Numbers.</para>
            <para>Represents the following attribute in the schema: rowNumbers </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas">
            <summary>
            <para> Fill This Formula On Refresh.</para>
            <para>Represents the following attribute in the schema: fillFormulas </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped">
            <summary>
            <para> Clipped Column.</para>
            <para>Represents the following attribute in the schema: clipped </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId">
            <summary>
            <para> Table Column Id.</para>
            <para>Represents the following attribute in the schema: tableColumnId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.#ctor">
            <summary>
            Initializes a new instance of the QueryTableField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QueryTableField class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QueryTableField class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QueryTableField class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem">
             <summary>
             <para>String Item.</para>
             <para> When the object is serialized out as xml, its qualified name is x:si.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Text &lt;x:t></description></item>
            <item><description>Run &lt;x:r></description></item>
            <item><description>PhoneticRun &lt;x:rPh></description></item>
            <item><description>PhoneticProperties &lt;x:phoneticPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.#ctor">
            <summary>
            Initializes a new instance of the SharedStringItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SharedStringItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SharedStringItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SharedStringItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.InlineString">
             <summary>
             <para>Rich Text Inline.</para>
             <para> When the object is serialized out as xml, its qualified name is x:is.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Text &lt;x:t></description></item>
            <item><description>Run &lt;x:r></description></item>
            <item><description>PhoneticRun &lt;x:rPh></description></item>
            <item><description>PhoneticProperties &lt;x:phoneticPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.InlineString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.InlineString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.InlineString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.InlineString.#ctor">
            <summary>
            Initializes a new instance of the InlineString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.InlineString.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the InlineString class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.InlineString.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the InlineString class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.InlineString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InlineString class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.InlineString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CommentText">
             <summary>
             <para>Comment Text.</para>
             <para> When the object is serialized out as xml, its qualified name is x:text.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Text &lt;x:t></description></item>
            <item><description>Run &lt;x:r></description></item>
            <item><description>PhoneticRun &lt;x:rPh></description></item>
            <item><description>PhoneticProperties &lt;x:phoneticPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentText.#ctor">
            <summary>
            Initializes a new instance of the CommentText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentText.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentText class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentText.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentText class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentText.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentText class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RstType">
             <summary>
             Defines the RstType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Text &lt;x:t></description></item>
            <item><description>Run &lt;x:r></description></item>
            <item><description>PhoneticRun &lt;x:rPh></description></item>
            <item><description>PhoneticProperties &lt;x:phoneticPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RstType.Text">
            <summary>
            <para> Text.</para>
            <para> Represents the following element tag in the schema: x:t </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RstType.#ctor">
            <summary>
            Initializes a new instance of the RstType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RstType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RstType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RstType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RstType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RstType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RstType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Bold">
            <summary>
            <para>Bold.</para>
            <para> When the object is serialized out as xml, its qualified name is x:b.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Bold.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Bold.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Bold.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Bold.#ctor">
            <summary>
            Initializes a new instance of the Bold class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Bold.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Italic">
            <summary>
            <para>Italic.</para>
            <para> When the object is serialized out as xml, its qualified name is x:i.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Italic.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Italic.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Italic.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Italic.#ctor">
            <summary>
            Initializes a new instance of the Italic class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Italic.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Strike">
            <summary>
            <para>Strike Through.</para>
            <para> When the object is serialized out as xml, its qualified name is x:strike.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Strike.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Strike.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Strike.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Strike.#ctor">
            <summary>
            Initializes a new instance of the Strike class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Strike.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Condense">
            <summary>
            <para>Condense.</para>
            <para> When the object is serialized out as xml, its qualified name is x:condense.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Condense.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Condense.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Condense.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Condense.#ctor">
            <summary>
            Initializes a new instance of the Condense class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Condense.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Extend">
            <summary>
            <para>Extend.</para>
            <para> When the object is serialized out as xml, its qualified name is x:extend.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Extend.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Extend.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Extend.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Extend.#ctor">
            <summary>
            Initializes a new instance of the Extend class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Extend.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Outline">
            <summary>
            <para>Outline.</para>
            <para> When the object is serialized out as xml, its qualified name is x:outline.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Outline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Outline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Outline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Outline.#ctor">
            <summary>
            Initializes a new instance of the Outline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Outline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Shadow">
            <summary>
            <para>Shadow.</para>
            <para> When the object is serialized out as xml, its qualified name is x:shadow.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Shadow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Shadow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Shadow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Shadow.#ctor">
            <summary>
            Initializes a new instance of the Shadow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Shadow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType">
            <summary>
            Defines the BooleanPropertyType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.#ctor">
            <summary>
            Initializes a new instance of the BooleanPropertyType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Underline">
            <summary>
            <para>Underline.</para>
            <para> When the object is serialized out as xml, its qualified name is x:u.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Underline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Underline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Underline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Underline.Val">
            <summary>
            <para> Underline Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Underline.#ctor">
            <summary>
            Initializes a new instance of the Underline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Underline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment">
            <summary>
            <para>Vertical Alignment.</para>
            <para> When the object is serialized out as xml, its qualified name is x:vertAlign.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.#ctor">
            <summary>
            Initializes a new instance of the VerticalTextAlignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontSize">
            <summary>
            <para>Font Size.</para>
            <para> When the object is serialized out as xml, its qualified name is x:sz.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontSize.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontSize.#ctor">
            <summary>
            Initializes a new instance of the FontSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Color">
            <summary>
            <para>Text Color.</para>
            <para> When the object is serialized out as xml, its qualified name is x:color.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Color.#ctor">
            <summary>
            Initializes a new instance of the Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TabColor">
            <summary>
            <para>Sheet Tab Color.</para>
            <para> When the object is serialized out as xml, its qualified name is x:tabColor.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TabColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TabColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TabColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TabColor.#ctor">
            <summary>
            Initializes a new instance of the TabColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TabColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ForegroundColor">
            <summary>
            <para>Foreground Color.</para>
            <para> When the object is serialized out as xml, its qualified name is x:fgColor.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.#ctor">
            <summary>
            Initializes a new instance of the ForegroundColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.BackgroundColor">
            <summary>
            <para>Background Color.</para>
            <para> When the object is serialized out as xml, its qualified name is x:bgColor.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.#ctor">
            <summary>
            Initializes a new instance of the BackgroundColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColorType">
            <summary>
            Defines the ColorType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto">
            <summary>
            <para> Automatic.</para>
            <para>Represents the following attribute in the schema: auto </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed">
            <summary>
            <para> Index.</para>
            <para>Represents the following attribute in the schema: indexed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb">
            <summary>
            <para> Alpha Red Green Blue Color Value.</para>
            <para>Represents the following attribute in the schema: rgb </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme">
            <summary>
            <para> Theme Color.</para>
            <para>Represents the following attribute in the schema: theme </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint">
            <summary>
            <para> Tint.</para>
            <para>Represents the following attribute in the schema: tint </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorType.#ctor">
            <summary>
            Initializes a new instance of the ColorType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RunFont">
            <summary>
            <para>Font.</para>
            <para> When the object is serialized out as xml, its qualified name is x:rFont.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RunFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RunFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RunFont.Val">
            <summary>
            <para> String Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunFont.#ctor">
            <summary>
            Initializes a new instance of the RunFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontFamily">
            <summary>
            <para>Font Family.</para>
            <para> When the object is serialized out as xml, its qualified name is x:family.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontFamily.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontFamily.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontFamily.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontFamily.#ctor">
            <summary>
            Initializes a new instance of the FontFamily class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontFamily.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet">
            <summary>
            <para>Character Set.</para>
            <para> When the object is serialized out as xml, its qualified name is x:charset.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.#ctor">
            <summary>
            Initializes a new instance of the RunPropertyCharSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType">
            <summary>
            Defines the InternationalPropertyType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.#ctor">
            <summary>
            Initializes a new instance of the InternationalPropertyType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontScheme">
            <summary>
            <para>Font Scheme.</para>
            <para> When the object is serialized out as xml, its qualified name is x:scheme.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontScheme.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontScheme.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontScheme.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val">
            <summary>
            <para> Font Scheme.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontScheme.#ctor">
            <summary>
            Initializes a new instance of the FontScheme class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontScheme.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RunProperties">
             <summary>
             <para>Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Bold &lt;x:b></description></item>
            <item><description>Italic &lt;x:i></description></item>
            <item><description>Strike &lt;x:strike></description></item>
            <item><description>Condense &lt;x:condense></description></item>
            <item><description>Extend &lt;x:extend></description></item>
            <item><description>Outline &lt;x:outline></description></item>
            <item><description>Shadow &lt;x:shadow></description></item>
            <item><description>Underline &lt;x:u></description></item>
            <item><description>VerticalTextAlignment &lt;x:vertAlign></description></item>
            <item><description>FontSize &lt;x:sz></description></item>
            <item><description>Color &lt;x:color></description></item>
            <item><description>RunFont &lt;x:rFont></description></item>
            <item><description>FontFamily &lt;x:family></description></item>
            <item><description>RunPropertyCharSet &lt;x:charset></description></item>
            <item><description>FontScheme &lt;x:scheme></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunProperties.#ctor">
            <summary>
            Initializes a new instance of the RunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Run">
             <summary>
             <para>Rich Text Run.</para>
             <para> When the object is serialized out as xml, its qualified name is x:r.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;x:rPr></description></item>
            <item><description>Text &lt;x:t></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Run.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Run.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Run.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Run.#ctor">
            <summary>
            Initializes a new instance of the Run class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Run.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Run class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Run.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Run class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Run.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Run class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties">
            <summary>
            <para> Run Properties.</para>
            <para> Represents the following element tag in the schema: x:rPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Run.Text">
            <summary>
            <para> Text.</para>
            <para> Represents the following element tag in the schema: x:t </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Run.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun">
             <summary>
             <para>Phonetic Run.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rPh.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Text &lt;x:t></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex">
            <summary>
            <para> Base Text Start Index.</para>
            <para>Represents the following attribute in the schema: sb </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex">
            <summary>
            <para> Base Text End Index.</para>
            <para>Represents the following attribute in the schema: eb </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.#ctor">
            <summary>
            Initializes a new instance of the PhoneticRun class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PhoneticRun class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PhoneticRun class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PhoneticRun class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text">
            <summary>
            <para> Text.</para>
            <para> Represents the following element tag in the schema: x:t </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties">
            <summary>
            <para>Phonetic Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is x:phoneticPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId">
            <summary>
            <para> Font Id.</para>
            <para>Represents the following attribute in the schema: fontId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type">
            <summary>
            <para> Character Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment">
            <summary>
            <para> Alignment.</para>
            <para>Represents the following attribute in the schema: alignment </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.#ctor">
            <summary>
            Initializes a new instance of the PhoneticProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Header">
             <summary>
             <para>Header.</para>
             <para> When the object is serialized out as xml, its qualified name is x:header.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SheetIdMap &lt;x:sheetIdMap></description></item>
            <item><description>ReviewedList &lt;x:reviewedList></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Header.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.Guid">
            <summary>
            <para> GUID.</para>
            <para>Represents the following attribute in the schema: guid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.DateTime">
            <summary>
            <para> Date Time.</para>
            <para>Represents the following attribute in the schema: dateTime </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId">
            <summary>
            <para> Last Sheet Id.</para>
            <para>Represents the following attribute in the schema: maxSheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.UserName">
            <summary>
            <para> User Name.</para>
            <para>Represents the following attribute in the schema: userName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.Id">
             <summary>
             <para> Relationship ID.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId">
            <summary>
            <para> Minimum Revision Id.</para>
            <para>Represents the following attribute in the schema: minRId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId">
            <summary>
            <para> Max Revision Id.</para>
            <para>Represents the following attribute in the schema: maxRId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Header.#ctor">
            <summary>
            Initializes a new instance of the Header class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Header.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Header class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Header.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Header class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Header.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Header class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap">
            <summary>
            <para> Sheet Id Map.</para>
            <para> Represents the following element tag in the schema: x:sheetIdMap </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList">
            <summary>
            <para> Reviewed List.</para>
            <para> Represents the following element tag in the schema: x:reviewedList </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Header.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn">
             <summary>
             <para>Revision Row Column Insert Delete.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rrc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Undo &lt;x:undo></description></item>
            <item><description>RevisionCellChange &lt;x:rcc></description></item>
            <item><description>RevisionFormat &lt;x:rfmt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId">
            <summary>
            <para> Revision Id.</para>
            <para>Represents the following attribute in the schema: rId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua">
            <summary>
            <para> Revision From Rejection.</para>
            <para>Represents the following attribute in the schema: ua </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra">
            <summary>
            <para> Revision Undo Rejected.</para>
            <para>Represents the following attribute in the schema: ra </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList">
            <summary>
            <para> End Of List.</para>
            <para>Represents the following attribute in the schema: eol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action">
            <summary>
            <para> User Action.</para>
            <para>Represents the following attribute in the schema: action </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge">
            <summary>
            <para> Edge Deleted.</para>
            <para>Represents the following attribute in the schema: edge </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.#ctor">
            <summary>
            Initializes a new instance of the RevisionRowColumn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RevisionRowColumn class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RevisionRowColumn class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RevisionRowColumn class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionMove">
             <summary>
             <para>Revision Cell Move.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Undo &lt;x:undo></description></item>
            <item><description>RevisionCellChange &lt;x:rcc></description></item>
            <item><description>RevisionFormat &lt;x:rfmt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId">
            <summary>
            <para> Revision Id.</para>
            <para>Represents the following attribute in the schema: rId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua">
            <summary>
            <para> Revision From Rejection.</para>
            <para>Represents the following attribute in the schema: ua </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra">
            <summary>
            <para> Revision Undo Rejected.</para>
            <para>Represents the following attribute in the schema: ra </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source">
            <summary>
            <para> Source.</para>
            <para>Represents the following attribute in the schema: source </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination">
            <summary>
            <para> Destination.</para>
            <para>Represents the following attribute in the schema: destination </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId">
            <summary>
            <para> Source Sheet Id.</para>
            <para>Represents the following attribute in the schema: sourceSheetId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.#ctor">
            <summary>
            Initializes a new instance of the RevisionMove class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RevisionMove class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RevisionMove class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RevisionMove class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionMove.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView">
            <summary>
            <para>Revision Custom View.</para>
            <para> When the object is serialized out as xml, its qualified name is x:rcv.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid">
            <summary>
            <para> GUID.</para>
            <para>Represents the following attribute in the schema: guid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action">
            <summary>
            <para> User Action.</para>
            <para>Represents the following attribute in the schema: action </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.#ctor">
            <summary>
            Initializes a new instance of the RevisionCustomView class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName">
             <summary>
             <para>Revision Sheet Name.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rsnm.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId">
            <summary>
            <para> Revision Id.</para>
            <para>Represents the following attribute in the schema: rId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua">
            <summary>
            <para> Revision From Rejection.</para>
            <para>Represents the following attribute in the schema: ua </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra">
            <summary>
            <para> Revision Undo Rejected.</para>
            <para>Represents the following attribute in the schema: ra </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName">
            <summary>
            <para> Old Sheet Name.</para>
            <para>Represents the following attribute in the schema: oldName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName">
            <summary>
            <para> New Sheet Name.</para>
            <para>Represents the following attribute in the schema: newName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.#ctor">
            <summary>
            Initializes a new instance of the RevisionSheetName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RevisionSheetName class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RevisionSheetName class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RevisionSheetName class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet">
            <summary>
            <para>Revision Insert Sheet.</para>
            <para> When the object is serialized out as xml, its qualified name is x:ris.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId">
            <summary>
            <para> Revision Id.</para>
            <para>Represents the following attribute in the schema: rId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua">
            <summary>
            <para> Revision From Rejection.</para>
            <para>Represents the following attribute in the schema: ua </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra">
            <summary>
            <para> Revision Undo Rejected.</para>
            <para>Represents the following attribute in the schema: ra </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name">
            <summary>
            <para> Sheet Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition">
            <summary>
            <para> Sheet Position.</para>
            <para>Represents the following attribute in the schema: sheetPosition </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.#ctor">
            <summary>
            Initializes a new instance of the RevisionInsertSheet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange">
             <summary>
             <para>Revision Cell Change.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rcc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OldCell &lt;x:oc></description></item>
            <item><description>NewCell &lt;x:nc></description></item>
            <item><description>OldDifferentialFormat &lt;x:odxf></description></item>
            <item><description>NewDifferentialFormat &lt;x:ndxf></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId">
            <summary>
            <para> Revision Id.</para>
            <para>Represents the following attribute in the schema: rId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua">
            <summary>
            <para> Revision From Rejection.</para>
            <para>Represents the following attribute in the schema: ua </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra">
            <summary>
            <para> Revision Undo Rejected.</para>
            <para>Represents the following attribute in the schema: ra </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting">
            <summary>
            <para> Old Formatting.</para>
            <para>Represents the following attribute in the schema: odxf </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected">
            <summary>
            <para> Row Column Formatting Change.</para>
            <para>Represents the following attribute in the schema: xfDxf </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision">
            <summary>
            <para> Style Revision.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format">
            <summary>
            <para> Formatting.</para>
            <para>Represents the following attribute in the schema: dxf </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId">
            <summary>
            <para> Number Format Id.</para>
            <para>Represents the following attribute in the schema: numFmtId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix">
            <summary>
            <para> Quote Prefix.</para>
            <para>Represents the following attribute in the schema: quotePrefix </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix">
            <summary>
            <para> Old Quote Prefix.</para>
            <para>Represents the following attribute in the schema: oldQuotePrefix </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText">
            <summary>
            <para> Phonetic Text.</para>
            <para>Represents the following attribute in the schema: ph </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText">
            <summary>
            <para> Old Phonetic Text.</para>
            <para>Represents the following attribute in the schema: oldPh </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate">
            <summary>
            <para> End of List Formula Update.</para>
            <para>Represents the following attribute in the schema: endOfListFormulaUpdate </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.#ctor">
            <summary>
            Initializes a new instance of the RevisionCellChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RevisionCellChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RevisionCellChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RevisionCellChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell">
            <summary>
            <para> Old Cell Data.</para>
            <para> Represents the following element tag in the schema: x:oc </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell">
            <summary>
            <para> New Cell Data.</para>
            <para> Represents the following element tag in the schema: x:nc </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat">
            <summary>
            <para> Old Formatting Information.</para>
            <para> Represents the following element tag in the schema: x:odxf </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat">
            <summary>
            <para> New Formatting Information.</para>
            <para> Represents the following element tag in the schema: x:ndxf </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat">
             <summary>
             <para>Revision Format.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rfmt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DifferentialFormat &lt;x:dxf></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected">
            <summary>
            <para> Row or Column Formatting Change.</para>
            <para>Represents the following attribute in the schema: xfDxf </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected">
            <summary>
            <para> Style.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences">
            <summary>
            <para> Sequence Of References.</para>
            <para>Represents the following attribute in the schema: sqref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start">
            <summary>
            <para> Start index.</para>
            <para>Represents the following attribute in the schema: start </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length">
            <summary>
            <para> Length.</para>
            <para>Represents the following attribute in the schema: length </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.#ctor">
            <summary>
            Initializes a new instance of the RevisionFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RevisionFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RevisionFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RevisionFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat">
            <summary>
            <para> Formatting.</para>
            <para> Represents the following element tag in the schema: x:dxf </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat">
            <summary>
            <para>Revision AutoFormat.</para>
            <para> When the object is serialized out as xml, its qualified name is x:raf.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId">
            <summary>
            <para> Auto Format Id.</para>
            <para>Represents the following attribute in the schema: autoFormatId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats">
            <summary>
            <para> Apply Number Formats.</para>
            <para>Represents the following attribute in the schema: applyNumberFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats">
            <summary>
            <para> Apply Border Formats.</para>
            <para>Represents the following attribute in the schema: applyBorderFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats">
            <summary>
            <para> Apply Font Formats.</para>
            <para>Represents the following attribute in the schema: applyFontFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats">
            <summary>
            <para> Apply Pattern Formats.</para>
            <para>Represents the following attribute in the schema: applyPatternFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats">
            <summary>
            <para> Apply Alignment Formats.</para>
            <para>Represents the following attribute in the schema: applyAlignmentFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats">
            <summary>
            <para> Apply Width / Height Formats.</para>
            <para>Represents the following attribute in the schema: applyWidthHeightFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.#ctor">
            <summary>
            Initializes a new instance of the RevisionAutoFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName">
             <summary>
             <para>Revision Defined Name.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rdn.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Formula &lt;x:formula></description></item>
            <item><description>OldFormula &lt;x:oldFormula></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId">
            <summary>
            <para> Revision Id.</para>
            <para>Represents the following attribute in the schema: rId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua">
            <summary>
            <para> Revision From Rejection.</para>
            <para>Represents the following attribute in the schema: ua </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra">
            <summary>
            <para> Revision Undo Rejected.</para>
            <para>Represents the following attribute in the schema: ra </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId">
            <summary>
            <para> Local Name Sheet Id.</para>
            <para>Represents the following attribute in the schema: localSheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView">
            <summary>
            <para> Custom View.</para>
            <para>Represents the following attribute in the schema: customView </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function">
            <summary>
            <para> Function.</para>
            <para>Represents the following attribute in the schema: function </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction">
            <summary>
            <para> Old Function.</para>
            <para>Represents the following attribute in the schema: oldFunction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId">
            <summary>
            <para> Function Group Id.</para>
            <para>Represents the following attribute in the schema: functionGroupId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId">
            <summary>
            <para> Old Function Group Id.</para>
            <para>Represents the following attribute in the schema: oldFunctionGroupId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey">
            <summary>
            <para> Shortcut Key.</para>
            <para>Represents the following attribute in the schema: shortcutKey </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey">
            <summary>
            <para> Old Short Cut Key.</para>
            <para>Represents the following attribute in the schema: oldShortcutKey </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden">
            <summary>
            <para> Named Range Hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden">
            <summary>
            <para> Old Hidden.</para>
            <para>Represents the following attribute in the schema: oldHidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu">
            <summary>
            <para> New Custom Menu.</para>
            <para>Represents the following attribute in the schema: customMenu </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu">
            <summary>
            <para> Old Custom Menu Text.</para>
            <para>Represents the following attribute in the schema: oldCustomMenu </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description">
            <summary>
            <para> Description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription">
            <summary>
            <para> Old Description.</para>
            <para>Represents the following attribute in the schema: oldDescription </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help">
            <summary>
            <para> New Help Topic.</para>
            <para>Represents the following attribute in the schema: help </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp">
            <summary>
            <para> Old Help Topic.</para>
            <para>Represents the following attribute in the schema: oldHelp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar">
            <summary>
            <para> Status Bar.</para>
            <para>Represents the following attribute in the schema: statusBar </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar">
            <summary>
            <para> Old Status Bar.</para>
            <para>Represents the following attribute in the schema: oldStatusBar </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment">
            <summary>
            <para> Name Comment.</para>
            <para>Represents the following attribute in the schema: comment </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment">
            <summary>
            <para> Old Name Comment.</para>
            <para>Represents the following attribute in the schema: oldComment </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.#ctor">
            <summary>
            Initializes a new instance of the RevisionDefinedName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RevisionDefinedName class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RevisionDefinedName class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RevisionDefinedName class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: x:formula </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula">
            <summary>
            <para> Old Formula.</para>
            <para> Represents the following element tag in the schema: x:oldFormula </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionComment">
            <summary>
            <para>Revision Cell Comment.</para>
            <para> When the object is serialized out as xml, its qualified name is x:rcmt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell">
            <summary>
            <para> Cell.</para>
            <para>Represents the following attribute in the schema: cell </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid">
            <summary>
            <para> GUID.</para>
            <para>Represents the following attribute in the schema: guid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action">
            <summary>
            <para> User Action.</para>
            <para>Represents the following attribute in the schema: action </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow">
            <summary>
            <para> Always Show Comment.</para>
            <para>Represents the following attribute in the schema: alwaysShow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old">
            <summary>
            <para> Old Comment.</para>
            <para>Represents the following attribute in the schema: old </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow">
            <summary>
            <para> Comment In Hidden Row.</para>
            <para>Represents the following attribute in the schema: hiddenRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn">
            <summary>
            <para> Hidden Column.</para>
            <para>Represents the following attribute in the schema: hiddenColumn </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author">
            <summary>
            <para> Author.</para>
            <para>Represents the following attribute in the schema: author </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength">
            <summary>
            <para> Original Comment Length.</para>
            <para>Represents the following attribute in the schema: oldLength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength">
            <summary>
            <para> New Comment Length.</para>
            <para>Represents the following attribute in the schema: newLength </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.#ctor">
            <summary>
            Initializes a new instance of the RevisionComment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionComment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable">
            <summary>
            <para>Revision Query Table.</para>
            <para> When the object is serialized out as xml, its qualified name is x:rqt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference">
            <summary>
            <para> QueryTable Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId">
            <summary>
            <para> Field Id.</para>
            <para>Represents the following attribute in the schema: fieldId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.#ctor">
            <summary>
            Initializes a new instance of the RevisionQueryTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict">
            <summary>
            <para>Revision Merge Conflict.</para>
            <para> When the object is serialized out as xml, its qualified name is x:rcft.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId">
            <summary>
            <para> Revision Id.</para>
            <para>Represents the following attribute in the schema: rId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua">
            <summary>
            <para> Revision From Rejection.</para>
            <para>Represents the following attribute in the schema: ua </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra">
            <summary>
            <para> Revision Undo Rejected.</para>
            <para>Represents the following attribute in the schema: ra </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.#ctor">
            <summary>
            Initializes a new instance of the RevisionConflict class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap">
             <summary>
             <para>Sheet Id Map.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetIdMap.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SheetId &lt;x:sheetId></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count">
            <summary>
            <para> Sheet Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.#ctor">
            <summary>
            Initializes a new instance of the SheetIdMap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SheetIdMap class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SheetIdMap class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SheetIdMap class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ReviewedList">
             <summary>
             <para>Reviewed List.</para>
             <para> When the object is serialized out as xml, its qualified name is x:reviewedList.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Reviewed &lt;x:reviewed></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ReviewedList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ReviewedList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count">
            <summary>
            <para> Reviewed Revisions Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ReviewedList.#ctor">
            <summary>
            Initializes a new instance of the ReviewedList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ReviewedList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ReviewedList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ReviewedList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ReviewedList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ReviewedList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ReviewedList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ReviewedList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Reviewed">
            <summary>
            <para>Reviewed.</para>
            <para> When the object is serialized out as xml, its qualified name is x:reviewed.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Reviewed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Reviewed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Reviewed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId">
            <summary>
            <para> revision Id.</para>
            <para>Represents the following attribute in the schema: rId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Reviewed.#ctor">
            <summary>
            Initializes a new instance of the Reviewed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Reviewed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Undo">
            <summary>
            <para>Undo.</para>
            <para> When the object is serialized out as xml, its qualified name is x:undo.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Undo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.Index">
            <summary>
            <para> Index.</para>
            <para>Represents the following attribute in the schema: index </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.Expression">
            <summary>
            <para> Expression.</para>
            <para>Represents the following attribute in the schema: exp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D">
            <summary>
            <para> Reference 3D.</para>
            <para>Represents the following attribute in the schema: ref3D </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.Array">
            <summary>
            <para> Array Entered.</para>
            <para>Represents the following attribute in the schema: array </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.Val">
            <summary>
            <para> Value Needed.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula">
            <summary>
            <para> Defined Name Formula.</para>
            <para>Represents the following attribute in the schema: nf </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove">
            <summary>
            <para> Cross Sheet Move.</para>
            <para>Represents the following attribute in the schema: cs </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange">
            <summary>
            <para> Range.</para>
            <para>Represents the following attribute in the schema: dr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName">
            <summary>
            <para> Defined Name.</para>
            <para>Represents the following attribute in the schema: dn </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference">
            <summary>
            <para> Cell Reference.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Undo.#ctor">
            <summary>
            Initializes a new instance of the Undo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Undo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OldCell">
             <summary>
             <para>Old Cell Data.</para>
             <para> When the object is serialized out as xml, its qualified name is x:oc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CellFormula &lt;x:f></description></item>
            <item><description>CellValue &lt;x:v></description></item>
            <item><description>InlineString &lt;x:is></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OldCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OldCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldCell.#ctor">
            <summary>
            Initializes a new instance of the OldCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OldCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OldCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OldCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Cell">
             <summary>
             <para>Cell.</para>
             <para> When the object is serialized out as xml, its qualified name is x:c.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CellFormula &lt;x:f></description></item>
            <item><description>CellValue &lt;x:v></description></item>
            <item><description>InlineString &lt;x:is></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Cell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Cell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Cell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Cell.#ctor">
            <summary>
            Initializes a new instance of the Cell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Cell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Cell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Cell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Cell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Cell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Cell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Cell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellType">
             <summary>
             Defines the CellType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CellFormula &lt;x:f></description></item>
            <item><description>CellValue &lt;x:v></description></item>
            <item><description>InlineString &lt;x:is></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex">
            <summary>
            <para> Style Index.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellType.DataType">
            <summary>
            <para> Cell Data Type.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex">
            <summary>
            <para> Cell Metadata Index.</para>
            <para>Represents the following attribute in the schema: cm </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex">
            <summary>
            <para> Value Metadata Index.</para>
            <para>Represents the following attribute in the schema: vm </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic">
            <summary>
            <para> Show Phonetic.</para>
            <para>Represents the following attribute in the schema: ph </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: x:f </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue">
            <summary>
            <para> Cell Value.</para>
            <para> Represents the following element tag in the schema: x:v </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString">
            <summary>
            <para> Rich Text Inline.</para>
            <para> Represents the following element tag in the schema: x:is </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellType.#ctor">
            <summary>
            Initializes a new instance of the CellType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CellType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CellType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.NewCell">
             <summary>
             <para>New Cell Data.</para>
             <para> When the object is serialized out as xml, its qualified name is x:nc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CellFormula &lt;x:f></description></item>
            <item><description>CellValue &lt;x:v></description></item>
            <item><description>InlineString &lt;x:is></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex">
            <summary>
            <para> Style Index.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType">
            <summary>
            <para> Cell Data Type.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex">
            <summary>
            <para> Cell Metadata Index.</para>
            <para>Represents the following attribute in the schema: cm </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex">
            <summary>
            <para> Value Metadata Index.</para>
            <para>Represents the following attribute in the schema: vm </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic">
            <summary>
            <para> Show Phonetic.</para>
            <para>Represents the following attribute in the schema: ph </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewCell.#ctor">
            <summary>
            Initializes a new instance of the NewCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NewCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NewCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NewCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula">
            <summary>
            <para> Formula.</para>
            <para> Represents the following element tag in the schema: x:f </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue">
            <summary>
            <para> Cell Value.</para>
            <para> Represents the following element tag in the schema: x:v </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString">
            <summary>
            <para> Rich Text Inline.</para>
            <para> Represents the following element tag in the schema: x:is </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat">
             <summary>
             <para>Old Formatting Information.</para>
             <para> When the object is serialized out as xml, its qualified name is x:odxf.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Font &lt;x:font></description></item>
            <item><description>NumberingFormat &lt;x:numFmt></description></item>
            <item><description>Fill &lt;x:fill></description></item>
            <item><description>Alignment &lt;x:alignment></description></item>
            <item><description>Border &lt;x:border></description></item>
            <item><description>Protection &lt;x:protection></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.#ctor">
            <summary>
            Initializes a new instance of the OldDifferentialFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OldDifferentialFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OldDifferentialFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OldDifferentialFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat">
             <summary>
             <para>New Formatting Information.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ndxf.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Font &lt;x:font></description></item>
            <item><description>NumberingFormat &lt;x:numFmt></description></item>
            <item><description>Fill &lt;x:fill></description></item>
            <item><description>Alignment &lt;x:alignment></description></item>
            <item><description>Border &lt;x:border></description></item>
            <item><description>Protection &lt;x:protection></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.#ctor">
            <summary>
            Initializes a new instance of the NewDifferentialFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NewDifferentialFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NewDifferentialFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NewDifferentialFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat">
             <summary>
             <para>Formatting.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dxf.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Font &lt;x:font></description></item>
            <item><description>NumberingFormat &lt;x:numFmt></description></item>
            <item><description>Fill &lt;x:fill></description></item>
            <item><description>Alignment &lt;x:alignment></description></item>
            <item><description>Border &lt;x:border></description></item>
            <item><description>Protection &lt;x:protection></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.#ctor">
            <summary>
            Initializes a new instance of the DifferentialFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DifferentialFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DifferentialFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DifferentialFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType">
             <summary>
             Defines the DifferentialFormatType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Font &lt;x:font></description></item>
            <item><description>NumberingFormat &lt;x:numFmt></description></item>
            <item><description>Fill &lt;x:fill></description></item>
            <item><description>Alignment &lt;x:alignment></description></item>
            <item><description>Border &lt;x:border></description></item>
            <item><description>Protection &lt;x:protection></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font">
            <summary>
            <para> Font Properties.</para>
            <para> Represents the following element tag in the schema: x:font </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat">
            <summary>
            <para> Number Format.</para>
            <para> Represents the following element tag in the schema: x:numFmt </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill">
            <summary>
            <para> Fill.</para>
            <para> Represents the following element tag in the schema: x:fill </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment">
            <summary>
            <para> Alignment.</para>
            <para> Represents the following element tag in the schema: x:alignment </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border">
            <summary>
            <para> Border Properties.</para>
            <para> Represents the following element tag in the schema: x:border </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection">
            <summary>
            <para> Protection Properties.</para>
            <para> Represents the following element tag in the schema: x:protection </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.#ctor">
            <summary>
            Initializes a new instance of the DifferentialFormatType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DifferentialFormatType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DifferentialFormatType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DifferentialFormatType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetId">
            <summary>
            <para>Sheet Id.</para>
            <para> When the object is serialized out as xml, its qualified name is x:sheetId.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetId.Val">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetId.#ctor">
            <summary>
            Initializes a new instance of the SheetId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellFormula">
            <summary>
            <para>Formula.</para>
            <para> When the object is serialized out as xml, its qualified name is x:f.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormula.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType">
            <summary>
            <para> Formula Type.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray">
            <summary>
            <para> Always Calculate Array.</para>
            <para>Represents the following attribute in the schema: aca </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference">
            <summary>
            <para> Range of Cells.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D">
            <summary>
            <para> Data Table 2-D.</para>
            <para>Represents the following attribute in the schema: dt2D </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow">
            <summary>
            <para> Data Table Row.</para>
            <para>Represents the following attribute in the schema: dtr </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted">
            <summary>
            <para> Input 1 Deleted.</para>
            <para>Represents the following attribute in the schema: del1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted">
            <summary>
            <para> Input 2 Deleted.</para>
            <para>Represents the following attribute in the schema: del2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1">
            <summary>
            <para> Data Table Cell 1.</para>
            <para>Represents the following attribute in the schema: r1 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2">
            <summary>
            <para> Input Cell 2.</para>
            <para>Represents the following attribute in the schema: r2 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell">
            <summary>
            <para> Calculate Cell.</para>
            <para>Represents the following attribute in the schema: ca </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex">
            <summary>
            <para> Shared Group Index.</para>
            <para>Represents the following attribute in the schema: si </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx">
            <summary>
            <para> Assigns Value to Name.</para>
            <para>Represents the following attribute in the schema: bx </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space">
             <summary>
             <para> Content Contains Significant Whitespace.</para>
             <para>Represents the following attribute in the schema: xml:space </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormula.#ctor">
            <summary>
            Initializes a new instance of the CellFormula class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormula.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellFormula class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormula.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.UserInfo">
             <summary>
             <para>User Information.</para>
             <para> When the object is serialized out as xml, its qualified name is x:userInfo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.UserInfo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.UserInfo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.UserInfo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid">
            <summary>
            <para> User Revisions GUID.</para>
            <para>Represents the following attribute in the schema: guid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name">
            <summary>
            <para> User Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id">
            <summary>
            <para> User Id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime">
            <summary>
            <para> Date Time.</para>
            <para>Represents the following attribute in the schema: dateTime </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.UserInfo.#ctor">
            <summary>
            Initializes a new instance of the UserInfo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.UserInfo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the UserInfo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.UserInfo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the UserInfo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.UserInfo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UserInfo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.UserInfo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Row">
             <summary>
             <para>Row.</para>
             <para> When the object is serialized out as xml, its qualified name is x:row.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Cell &lt;x:c></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Row.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex">
            <summary>
            <para> Row Index.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.Spans">
            <summary>
            <para> Spans.</para>
            <para>Represents the following attribute in the schema: spans </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex">
            <summary>
            <para> Style Index.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat">
            <summary>
            <para> Custom Format.</para>
            <para>Represents the following attribute in the schema: customFormat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.Height">
            <summary>
            <para> Row Height.</para>
            <para>Represents the following attribute in the schema: ht </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.Hidden">
            <summary>
            <para> Hidden.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight">
            <summary>
            <para> Custom Height.</para>
            <para>Represents the following attribute in the schema: customHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel">
            <summary>
            <para> Outline Level.</para>
            <para>Represents the following attribute in the schema: outlineLevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed">
            <summary>
            <para> Collapsed.</para>
            <para>Represents the following attribute in the schema: collapsed </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop">
            <summary>
            <para> Thick Top Border.</para>
            <para>Represents the following attribute in the schema: thickTop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot">
            <summary>
            <para> Thick Bottom.</para>
            <para>Represents the following attribute in the schema: thickBot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic">
            <summary>
            <para> Show Phonetic.</para>
            <para>Represents the following attribute in the schema: ph </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent">
             <summary>
             <para> dyDescent.</para>
             <para>Represents the following attribute in the schema: x14ac:dyDescent </para>
             </summary>
            <remark> xmlns:x14ac=http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Row.#ctor">
            <summary>
            Initializes a new instance of the Row class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Row.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Row class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Row.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Row class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Row.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Row class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Row.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Column">
            <summary>
            <para>Column Width and Formatting.</para>
            <para> When the object is serialized out as xml, its qualified name is x:col.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Column.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.Min">
            <summary>
            <para> Minimum Column.</para>
            <para>Represents the following attribute in the schema: min </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.Max">
            <summary>
            <para> Maximum Column.</para>
            <para>Represents the following attribute in the schema: max </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.Width">
            <summary>
            <para> Column Width.</para>
            <para>Represents the following attribute in the schema: width </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.Style">
            <summary>
            <para> Style.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.Hidden">
            <summary>
            <para> Hidden Columns.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.BestFit">
            <summary>
            <para> Best Fit Column Width.</para>
            <para>Represents the following attribute in the schema: bestFit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth">
            <summary>
            <para> Custom Width.</para>
            <para>Represents the following attribute in the schema: customWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic">
            <summary>
            <para> Show Phonetic Information.</para>
            <para>Represents the following attribute in the schema: phonetic </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel">
            <summary>
            <para> Outline Level.</para>
            <para>Represents the following attribute in the schema: outlineLevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed">
            <summary>
            <para> Collapsed.</para>
            <para>Represents the following attribute in the schema: collapsed </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Column.#ctor">
            <summary>
            Initializes a new instance of the Column class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Column.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties">
            <summary>
            <para>Outline Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is x:outlinePr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles">
            <summary>
            <para> Apply Styles in Outline.</para>
            <para>Represents the following attribute in the schema: applyStyles </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow">
            <summary>
            <para> Summary Below.</para>
            <para>Represents the following attribute in the schema: summaryBelow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight">
            <summary>
            <para> Summary Right.</para>
            <para>Represents the following attribute in the schema: summaryRight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols">
            <summary>
            <para> Show Outline Symbols.</para>
            <para>Represents the following attribute in the schema: showOutlineSymbols </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.#ctor">
            <summary>
            Initializes a new instance of the OutlineProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties">
            <summary>
            <para>Page Setup Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is x:pageSetUpPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks">
            <summary>
            <para> Show Auto Page Breaks.</para>
            <para>Represents the following attribute in the schema: autoPageBreaks </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage">
            <summary>
            <para> Fit To Page.</para>
            <para>Represents the following attribute in the schema: fitToPage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.#ctor">
            <summary>
            Initializes a new instance of the PageSetupProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Pane">
            <summary>
            <para>View Pane.</para>
            <para> When the object is serialized out as xml, its qualified name is x:pane.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Pane.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Pane.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Pane.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit">
            <summary>
            <para> Horizontal Split Position.</para>
            <para>Represents the following attribute in the schema: xSplit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit">
            <summary>
            <para> Vertical Split Position.</para>
            <para>Represents the following attribute in the schema: ySplit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell">
            <summary>
            <para> Top Left Visible Cell.</para>
            <para>Represents the following attribute in the schema: topLeftCell </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane">
            <summary>
            <para> Active Pane.</para>
            <para>Represents the following attribute in the schema: activePane </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Pane.State">
            <summary>
            <para> Split State.</para>
            <para>Represents the following attribute in the schema: state </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Pane.#ctor">
            <summary>
            Initializes a new instance of the Pane class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Pane.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Selection">
            <summary>
            <para>Selection.</para>
            <para> When the object is serialized out as xml, its qualified name is x:selection.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Selection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Selection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Selection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Selection.Pane">
            <summary>
            <para> Pane.</para>
            <para>Represents the following attribute in the schema: pane </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell">
            <summary>
            <para> Active Cell Location.</para>
            <para>Represents the following attribute in the schema: activeCell </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId">
            <summary>
            <para> Active Cell Index.</para>
            <para>Represents the following attribute in the schema: activeCellId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences">
            <summary>
            <para> Sequence of References.</para>
            <para>Represents the following attribute in the schema: sqref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Selection.#ctor">
            <summary>
            Initializes a new instance of the Selection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Selection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotSelection">
             <summary>
             <para>PivotTable Selection.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotSelection.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotArea &lt;x:pivotArea></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane">
            <summary>
            <para> Pane.</para>
            <para>Represents the following attribute in the schema: pane </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader">
            <summary>
            <para> Show Header.</para>
            <para>Represents the following attribute in the schema: showHeader </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label">
            <summary>
            <para> Label.</para>
            <para>Represents the following attribute in the schema: label </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data">
            <summary>
            <para> Data Selection.</para>
            <para>Represents the following attribute in the schema: data </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable">
            <summary>
            <para> Extendable.</para>
            <para>Represents the following attribute in the schema: extendable </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count">
            <summary>
            <para> Selection Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis">
            <summary>
            <para> Axis.</para>
            <para>Represents the following attribute in the schema: axis </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension">
            <summary>
            <para> Dimension.</para>
            <para>Represents the following attribute in the schema: dimension </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start">
            <summary>
            <para> Start.</para>
            <para>Represents the following attribute in the schema: start </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min">
            <summary>
            <para> Minimum.</para>
            <para>Represents the following attribute in the schema: min </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max">
            <summary>
            <para> Maximum.</para>
            <para>Represents the following attribute in the schema: max </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow">
            <summary>
            <para> Active Row.</para>
            <para>Represents the following attribute in the schema: activeRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn">
            <summary>
            <para> Active Column.</para>
            <para>Represents the following attribute in the schema: activeCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow">
            <summary>
            <para> Previous Row.</para>
            <para>Represents the following attribute in the schema: previousRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn">
            <summary>
            <para> Previous Column Selection.</para>
            <para>Represents the following attribute in the schema: previousCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click">
            <summary>
            <para> Click Count.</para>
            <para>Represents the following attribute in the schema: click </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.#ctor">
            <summary>
            Initializes a new instance of the PivotSelection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotSelection class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotSelection class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotSelection class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea">
            <summary>
            <para> Pivot Area.</para>
            <para> Represents the following element tag in the schema: x:pivotArea </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotSelection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Break">
            <summary>
            <para>Break.</para>
            <para> When the object is serialized out as xml, its qualified name is x:brk.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Break.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Break.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Break.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Break.Id">
            <summary>
            <para> Id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Break.Min">
            <summary>
            <para> Minimum.</para>
            <para>Represents the following attribute in the schema: min </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Break.Max">
            <summary>
            <para> Maximum.</para>
            <para>Represents the following attribute in the schema: max </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak">
            <summary>
            <para> Manual Page Break.</para>
            <para>Represents the following attribute in the schema: man </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak">
            <summary>
            <para> Pivot-Created Page Break.</para>
            <para>Represents the following attribute in the schema: pt </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Break.#ctor">
            <summary>
            Initializes a new instance of the Break class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Break.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataReference">
            <summary>
            <para>Data Consolidation Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is x:dataRef.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataReference.Name">
            <summary>
            <para> Named Range.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet">
            <summary>
            <para> Sheet Name.</para>
            <para>Represents the following attribute in the schema: sheet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataReference.Id">
             <summary>
             <para> relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataReference.#ctor">
            <summary>
            Initializes a new instance of the DataReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowBreaks">
             <summary>
             <para>Horizontal Page Breaks.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rowBreaks.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Break &lt;x:brk></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowBreaks.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowBreaks.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowBreaks.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowBreaks.#ctor">
            <summary>
            Initializes a new instance of the RowBreaks class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowBreaks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RowBreaks class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowBreaks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RowBreaks class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowBreaks.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RowBreaks class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowBreaks.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks">
             <summary>
             <para>Vertical Page Breaks.</para>
             <para> When the object is serialized out as xml, its qualified name is x:colBreaks.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Break &lt;x:brk></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.#ctor">
            <summary>
            Initializes a new instance of the ColumnBreaks class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColumnBreaks class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColumnBreaks class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColumnBreaks class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageBreakType">
             <summary>
             Defines the PageBreakType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Break &lt;x:brk></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count">
            <summary>
            <para> Page Break Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount">
            <summary>
            <para> Manual Break Count.</para>
            <para>Represents the following attribute in the schema: manualBreakCount </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageBreakType.#ctor">
            <summary>
            Initializes a new instance of the PageBreakType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageBreakType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PageBreakType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageBreakType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PageBreakType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageBreakType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PageBreakType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageMargins">
            <summary>
            <para>Page Margins.</para>
            <para> When the object is serialized out as xml, its qualified name is x:pageMargins.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageMargins.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageMargins.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageMargins.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left">
            <summary>
            <para> Left Page Margin.</para>
            <para>Represents the following attribute in the schema: left </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right">
            <summary>
            <para> Right Page Margin.</para>
            <para>Represents the following attribute in the schema: right </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top">
            <summary>
            <para> Top Page Margin.</para>
            <para>Represents the following attribute in the schema: top </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom">
            <summary>
            <para> Bottom Page Margin.</para>
            <para>Represents the following attribute in the schema: bottom </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header">
            <summary>
            <para> Header Page Margin.</para>
            <para>Represents the following attribute in the schema: header </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer">
            <summary>
            <para> Footer Page Margin.</para>
            <para>Represents the following attribute in the schema: footer </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageMargins.#ctor">
            <summary>
            Initializes a new instance of the PageMargins class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageMargins.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PrintOptions">
            <summary>
            <para>Print Options.</para>
            <para> When the object is serialized out as xml, its qualified name is x:printOptions.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered">
            <summary>
            <para> Horizontal Centered.</para>
            <para>Represents the following attribute in the schema: horizontalCentered </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered">
            <summary>
            <para> Vertical Centered.</para>
            <para>Represents the following attribute in the schema: verticalCentered </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings">
            <summary>
            <para> Print Headings.</para>
            <para>Represents the following attribute in the schema: headings </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines">
            <summary>
            <para> Print Grid Lines.</para>
            <para>Represents the following attribute in the schema: gridLines </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet">
            <summary>
            <para> Grid Lines Set.</para>
            <para>Represents the following attribute in the schema: gridLinesSet </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.#ctor">
            <summary>
            Initializes a new instance of the PrintOptions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PrintOptions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageSetup">
            <summary>
            <para>Page Setup Settings.</para>
            <para> When the object is serialized out as xml, its qualified name is x:pageSetup.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageSetup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize">
            <summary>
            <para> Paper Size.</para>
            <para>Represents the following attribute in the schema: paperSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale">
            <summary>
            <para> Print Scale.</para>
            <para>Represents the following attribute in the schema: scale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber">
            <summary>
            <para> First Page Number.</para>
            <para>Represents the following attribute in the schema: firstPageNumber </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth">
            <summary>
            <para> Fit To Width.</para>
            <para>Represents the following attribute in the schema: fitToWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight">
            <summary>
            <para> Fit To Height.</para>
            <para>Represents the following attribute in the schema: fitToHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder">
            <summary>
            <para> Page Order.</para>
            <para>Represents the following attribute in the schema: pageOrder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation">
            <summary>
            <para> Orientation.</para>
            <para>Represents the following attribute in the schema: orientation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults">
            <summary>
            <para> Use Printer Defaults.</para>
            <para>Represents the following attribute in the schema: usePrinterDefaults </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite">
            <summary>
            <para> Black And White.</para>
            <para>Represents the following attribute in the schema: blackAndWhite </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft">
            <summary>
            <para> Draft.</para>
            <para>Represents the following attribute in the schema: draft </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments">
            <summary>
            <para> Print Cell Comments.</para>
            <para>Represents the following attribute in the schema: cellComments </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber">
            <summary>
            <para> Use First Page Number.</para>
            <para>Represents the following attribute in the schema: useFirstPageNumber </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors">
            <summary>
            <para> Print Error Handling.</para>
            <para>Represents the following attribute in the schema: errors </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi">
            <summary>
            <para> Horizontal DPI.</para>
            <para>Represents the following attribute in the schema: horizontalDpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi">
            <summary>
            <para> Vertical DPI.</para>
            <para>Represents the following attribute in the schema: verticalDpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies">
            <summary>
            <para> Number Of Copies.</para>
            <para>Represents the following attribute in the schema: copies </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id">
             <summary>
             <para> Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageSetup.#ctor">
            <summary>
            Initializes a new instance of the PageSetup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageSetup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter">
             <summary>
             <para>Header Footer Settings.</para>
             <para> When the object is serialized out as xml, its qualified name is x:headerFooter.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OddHeader &lt;x:oddHeader></description></item>
            <item><description>OddFooter &lt;x:oddFooter></description></item>
            <item><description>EvenHeader &lt;x:evenHeader></description></item>
            <item><description>EvenFooter &lt;x:evenFooter></description></item>
            <item><description>FirstHeader &lt;x:firstHeader></description></item>
            <item><description>FirstFooter &lt;x:firstFooter></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven">
            <summary>
            <para> Different Odd Even Header Footer.</para>
            <para>Represents the following attribute in the schema: differentOddEven </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst">
            <summary>
            <para> Different First Page.</para>
            <para>Represents the following attribute in the schema: differentFirst </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc">
            <summary>
            <para> Scale Header and Footer With Document.</para>
            <para>Represents the following attribute in the schema: scaleWithDoc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins">
            <summary>
            <para> Align Margins.</para>
            <para>Represents the following attribute in the schema: alignWithMargins </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.#ctor">
            <summary>
            Initializes a new instance of the HeaderFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HeaderFooter class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HeaderFooter class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HeaderFooter class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader">
            <summary>
            <para> Odd Header.</para>
            <para> Represents the following element tag in the schema: x:oddHeader </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter">
            <summary>
            <para> Odd Page Footer.</para>
            <para> Represents the following element tag in the schema: x:oddFooter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader">
            <summary>
            <para> Even Page Header.</para>
            <para> Represents the following element tag in the schema: x:evenHeader </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter">
            <summary>
            <para> Even Page Footer.</para>
            <para> Represents the following element tag in the schema: x:evenFooter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader">
            <summary>
            <para> First Page Header.</para>
            <para> Represents the following element tag in the schema: x:firstHeader </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter">
            <summary>
            <para> First Page Footer.</para>
            <para> Represents the following element tag in the schema: x:firstFooter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.AutoFilter">
             <summary>
             <para>AutoFilter Settings.</para>
             <para> When the object is serialized out as xml, its qualified name is x:autoFilter.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FilterColumn &lt;x:filterColumn></description></item>
            <item><description>SortState &lt;x:sortState></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.AutoFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.AutoFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference">
            <summary>
            <para> Cell or Range Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoFilter.#ctor">
            <summary>
            Initializes a new instance of the AutoFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoFilter.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AutoFilter class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoFilter.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AutoFilter class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoFilter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AutoFilter class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule">
             <summary>
             <para>Conditional Formatting Rule.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cfRule.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Formula &lt;x:formula></description></item>
            <item><description>ColorScale &lt;x:colorScale></description></item>
            <item><description>DataBar &lt;x:dataBar></description></item>
            <item><description>IconSet &lt;x:iconSet></description></item>
            <item><description>ConditionalFormattingRuleExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type">
            <summary>
            <para> Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId">
            <summary>
            <para> Differential Formatting Id.</para>
            <para>Represents the following attribute in the schema: dxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority">
            <summary>
            <para> Priority.</para>
            <para>Represents the following attribute in the schema: priority </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue">
            <summary>
            <para> Stop If True.</para>
            <para>Represents the following attribute in the schema: stopIfTrue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage">
            <summary>
            <para> Above Or Below Average.</para>
            <para>Represents the following attribute in the schema: aboveAverage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent">
            <summary>
            <para> Top 10 Percent.</para>
            <para>Represents the following attribute in the schema: percent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom">
            <summary>
            <para> Bottom N.</para>
            <para>Represents the following attribute in the schema: bottom </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator">
            <summary>
            <para> Operator.</para>
            <para>Represents the following attribute in the schema: operator </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text">
            <summary>
            <para> Text.</para>
            <para>Represents the following attribute in the schema: text </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod">
            <summary>
            <para> Time Period.</para>
            <para>Represents the following attribute in the schema: timePeriod </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank">
            <summary>
            <para> Rank.</para>
            <para>Represents the following attribute in the schema: rank </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev">
            <summary>
            <para> StdDev.</para>
            <para>Represents the following attribute in the schema: stdDev </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage">
            <summary>
            <para> Equal Average.</para>
            <para>Represents the following attribute in the schema: equalAverage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormattingRule class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormattingRule class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormattingRule class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormattingRule class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Hyperlink">
            <summary>
            <para>Hyperlink.</para>
            <para> When the object is serialized out as xml, its qualified name is x:hyperlink.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location">
            <summary>
            <para> Location.</para>
            <para>Represents the following attribute in the schema: location </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip">
            <summary>
            <para> Tool Tip.</para>
            <para>Represents the following attribute in the schema: tooltip </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display">
            <summary>
            <para> Display String.</para>
            <para>Represents the following attribute in the schema: display </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.#ctor">
            <summary>
            Initializes a new instance of the Hyperlink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Hyperlink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject">
             <summary>
             <para>Conditional Format Value Object.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cfvo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type">
            <summary>
            <para> Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual">
            <summary>
            <para> Greater Than Or Equal.</para>
            <para>Represents the following attribute in the schema: gte </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormatValueObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormatValueObject class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormatValueObject class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormatValueObject class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Scenario">
             <summary>
             <para>Scenario.</para>
             <para> When the object is serialized out as xml, its qualified name is x:scenario.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>InputCells &lt;x:inputCells></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenario.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenario.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenario.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenario.Name">
            <summary>
            <para> Scenario Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked">
            <summary>
            <para> Scenario Locked.</para>
            <para>Represents the following attribute in the schema: locked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden">
            <summary>
            <para> Hidden Scenario.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenario.Count">
            <summary>
            <para> Changing Cell Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenario.User">
            <summary>
            <para> User Name.</para>
            <para>Represents the following attribute in the schema: user </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment">
            <summary>
            <para> Scenario Comment.</para>
            <para>Represents the following attribute in the schema: comment </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenario.#ctor">
            <summary>
            Initializes a new instance of the Scenario class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenario.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Scenario class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenario.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Scenario class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenario.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Scenario class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenario.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange">
            <summary>
            <para>Protected Range.</para>
            <para> When the object is serialized out as xml, its qualified name is x:protectedRange.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password">
            <summary>
            <para> password.</para>
            <para>Represents the following attribute in the schema: password </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName">
            <summary>
            <para> algorithmName.</para>
            <para>Represents the following attribute in the schema: algorithmName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue">
            <summary>
            <para> hashValue.</para>
            <para>Represents the following attribute in the schema: hashValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue">
            <summary>
            <para> saltValue.</para>
            <para>Represents the following attribute in the schema: saltValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount">
            <summary>
            <para> spinCount.</para>
            <para>Represents the following attribute in the schema: spinCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences">
            <summary>
            <para> sqref.</para>
            <para>Represents the following attribute in the schema: sqref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor">
            <summary>
            <para> securityDescriptor.</para>
            <para>Represents the following attribute in the schema: securityDescriptor </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.#ctor">
            <summary>
            Initializes a new instance of the ProtectedRange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellWatch">
            <summary>
            <para>Cell Watch Item.</para>
            <para> When the object is serialized out as xml, its qualified name is x:cellWatch.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellWatch.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellWatch.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellWatch.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellWatch.#ctor">
            <summary>
            Initializes a new instance of the CellWatch class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellWatch.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup">
            <summary>
            <para>Chart Sheet Page Setup.</para>
            <para> When the object is serialized out as xml, its qualified name is x:pageSetup.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize">
            <summary>
            <para> Paper Size.</para>
            <para>Represents the following attribute in the schema: paperSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber">
            <summary>
            <para> First Page Number.</para>
            <para>Represents the following attribute in the schema: firstPageNumber </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation">
            <summary>
            <para> Orientation.</para>
            <para>Represents the following attribute in the schema: orientation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults">
            <summary>
            <para> Use Printer Defaults.</para>
            <para>Represents the following attribute in the schema: usePrinterDefaults </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite">
            <summary>
            <para> Black And White.</para>
            <para>Represents the following attribute in the schema: blackAndWhite </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft">
            <summary>
            <para> Draft.</para>
            <para>Represents the following attribute in the schema: draft </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber">
            <summary>
            <para> Use First Page Number.</para>
            <para>Represents the following attribute in the schema: useFirstPageNumber </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi">
            <summary>
            <para> Horizontal DPI.</para>
            <para>Represents the following attribute in the schema: horizontalDpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi">
            <summary>
            <para> Vertical DPI.</para>
            <para>Represents the following attribute in the schema: verticalDpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies">
            <summary>
            <para> Number Of Copies.</para>
            <para>Represents the following attribute in the schema: copies </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id">
             <summary>
             <para> Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.#ctor">
            <summary>
            Initializes a new instance of the ChartSheetPageSetup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomProperty">
            <summary>
            <para>Custom Property.</para>
            <para> When the object is serialized out as xml, its qualified name is x:customPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name">
            <summary>
            <para> Custom Property Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomProperty.#ctor">
            <summary>
            Initializes a new instance of the CustomProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem">
            <summary>
            <para>Web Publishing Item.</para>
            <para> When the object is serialized out as xml, its qualified name is x:webPublishItem.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id">
            <summary>
            <para> Id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId">
            <summary>
            <para> Destination Bookmark.</para>
            <para>Represents the following attribute in the schema: divId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType">
            <summary>
            <para> Web Source Type.</para>
            <para>Represents the following attribute in the schema: sourceType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef">
            <summary>
            <para> Source Id.</para>
            <para>Represents the following attribute in the schema: sourceRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject">
            <summary>
            <para> Source Object Name.</para>
            <para>Represents the following attribute in the schema: sourceObject </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile">
            <summary>
            <para> Destination File Name.</para>
            <para>Represents the following attribute in the schema: destinationFile </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title">
            <summary>
            <para> Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish">
            <summary>
            <para> Automatically Publish.</para>
            <para>Represents the following attribute in the schema: autoRepublish </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.#ctor">
            <summary>
            Initializes a new instance of the WebPublishItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TablePart">
            <summary>
            <para>Table Part.</para>
            <para> When the object is serialized out as xml, its qualified name is x:tablePart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TablePart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TablePart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TablePart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TablePart.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TablePart.#ctor">
            <summary>
            Initializes a new instance of the TablePart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TablePart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView">
             <summary>
             <para>Chart Sheet View.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetView.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected">
            <summary>
            <para> Sheet Tab Selected.</para>
            <para>Represents the following attribute in the schema: tabSelected </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale">
            <summary>
            <para> Window Zoom Scale.</para>
            <para>Represents the following attribute in the schema: zoomScale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId">
            <summary>
            <para> Workbook View Id.</para>
            <para>Represents the following attribute in the schema: workbookViewId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit">
            <summary>
            <para> Zoom To Fit.</para>
            <para>Represents the following attribute in the schema: zoomToFit </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.#ctor">
            <summary>
            Initializes a new instance of the ChartSheetView class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartSheetView class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartSheetView class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartSheetView class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView">
             <summary>
             <para>Custom Chart Sheet View.</para>
             <para> When the object is serialized out as xml, its qualified name is x:customSheetView.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PageMargins &lt;x:pageMargins></description></item>
            <item><description>ChartSheetPageSetup &lt;x:pageSetup></description></item>
            <item><description>HeaderFooter &lt;x:headerFooter></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid">
            <summary>
            <para> GUID.</para>
            <para>Represents the following attribute in the schema: guid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale">
            <summary>
            <para> Print Scale.</para>
            <para>Represents the following attribute in the schema: scale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State">
            <summary>
            <para> Visible State.</para>
            <para>Represents the following attribute in the schema: state </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit">
            <summary>
            <para> Zoom To Fit.</para>
            <para>Represents the following attribute in the schema: zoomToFit </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.#ctor">
            <summary>
            Initializes a new instance of the CustomChartsheetView class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomChartsheetView class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomChartsheetView class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomChartsheetView class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins">
            <summary>
            <para> PageMargins.</para>
            <para> Represents the following element tag in the schema: x:pageMargins </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup">
            <summary>
            <para> Chart Sheet Page Setup.</para>
            <para> Represents the following element tag in the schema: x:pageSetup </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter">
            <summary>
            <para> HeaderFooter.</para>
            <para> Represents the following element tag in the schema: x:headerFooter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.InputCells">
            <summary>
            <para>Input Cells.</para>
            <para> When the object is serialized out as xml, its qualified name is x:inputCells.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.InputCells.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.InputCells.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.InputCells.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted">
            <summary>
            <para> Deleted.</para>
            <para>Represents the following attribute in the schema: deleted </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone">
            <summary>
            <para> Undone.</para>
            <para>Represents the following attribute in the schema: undone </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.InputCells.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId">
            <summary>
            <para> Number Format Id.</para>
            <para>Represents the following attribute in the schema: numFmtId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.InputCells.#ctor">
            <summary>
            Initializes a new instance of the InputCells class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.InputCells.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Control">
             <summary>
             <para>Embedded Control.</para>
             <para> When the object is serialized out as xml, its qualified name is x:control.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ControlProperties &lt;x:controlPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Control.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Control.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Control.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId">
            <summary>
            <para> Shape Id.</para>
            <para>Represents the following attribute in the schema: shapeId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Control.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Control.Name">
            <summary>
            <para> Control Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Control.#ctor">
            <summary>
            Initializes a new instance of the Control class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Control.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Control class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Control.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Control class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Control.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Control class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties">
            <summary>
            <para> ControlProperties, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: x:controlPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Control.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.IgnoredError">
            <summary>
            <para>Ignored Error.</para>
            <para> When the object is serialized out as xml, its qualified name is x:ignoredError.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences">
            <summary>
            <para> Sequence of References.</para>
            <para>Represents the following attribute in the schema: sqref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError">
            <summary>
            <para> Evaluation Error.</para>
            <para>Represents the following attribute in the schema: evalError </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear">
            <summary>
            <para> Two Digit Text Year.</para>
            <para>Represents the following attribute in the schema: twoDigitTextYear </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText">
            <summary>
            <para> Number Stored As Text.</para>
            <para>Represents the following attribute in the schema: numberStoredAsText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula">
            <summary>
            <para> Formula.</para>
            <para>Represents the following attribute in the schema: formula </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange">
            <summary>
            <para> Formula Range.</para>
            <para>Represents the following attribute in the schema: formulaRange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula">
            <summary>
            <para> Unlocked Formula.</para>
            <para>Represents the following attribute in the schema: unlockedFormula </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference">
            <summary>
            <para> Empty Cell Reference.</para>
            <para>Represents the following attribute in the schema: emptyCellReference </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation">
            <summary>
            <para> List Data Validation.</para>
            <para>Represents the following attribute in the schema: listDataValidation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn">
            <summary>
            <para> Calculated Column.</para>
            <para>Represents the following attribute in the schema: calculatedColumn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.#ctor">
            <summary>
            Initializes a new instance of the IgnoredError class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MergeCell">
            <summary>
            <para>Merged Cell.</para>
            <para> When the object is serialized out as xml, its qualified name is x:mergeCell.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MergeCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MergeCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MergeCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MergeCell.#ctor">
            <summary>
            Initializes a new instance of the MergeCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MergeCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataValidation">
             <summary>
             <para>Data Validation.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dataValidation.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.ExcelAc.List &lt;x12ac:list></description></item>
            <item><description>Formula1 &lt;x:formula1></description></item>
            <item><description>Formula2 &lt;x:formula2></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle">
            <summary>
            <para> errorStyle.</para>
            <para>Represents the following attribute in the schema: errorStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode">
            <summary>
            <para> imeMode.</para>
            <para>Represents the following attribute in the schema: imeMode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator">
            <summary>
            <para> operator.</para>
            <para>Represents the following attribute in the schema: operator </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank">
            <summary>
            <para> allowBlank.</para>
            <para>Represents the following attribute in the schema: allowBlank </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown">
            <summary>
            <para> showDropDown.</para>
            <para>Represents the following attribute in the schema: showDropDown </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage">
            <summary>
            <para> showInputMessage.</para>
            <para>Represents the following attribute in the schema: showInputMessage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage">
            <summary>
            <para> showErrorMessage.</para>
            <para>Represents the following attribute in the schema: showErrorMessage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle">
            <summary>
            <para> errorTitle.</para>
            <para>Represents the following attribute in the schema: errorTitle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error">
            <summary>
            <para> error.</para>
            <para>Represents the following attribute in the schema: error </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle">
            <summary>
            <para> promptTitle.</para>
            <para>Represents the following attribute in the schema: promptTitle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt">
            <summary>
            <para> prompt.</para>
            <para>Represents the following attribute in the schema: prompt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences">
            <summary>
            <para> sqref.</para>
            <para>Represents the following attribute in the schema: sqref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidation.#ctor">
            <summary>
            Initializes a new instance of the DataValidation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidation.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataValidation class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidation.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataValidation class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataValidation class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.List">
            <summary>
            <para> List, this property is only available in Office2013.</para>
            <para> Represents the following element tag in the schema: x12ac:list </para>
            </summary>
            <remark>
            xmlns:x12ac = http://schemas.microsoft.com/office/spreadsheetml/2011/1/ac
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1">
            <summary>
            <para> Formula1.</para>
            <para> Represents the following element tag in the schema: x:formula1 </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2">
            <summary>
            <para> Formula2.</para>
            <para> Represents the following element tag in the schema: x:formula2 </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetView">
             <summary>
             <para>Worksheet View.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetView.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Pane &lt;x:pane></description></item>
            <item><description>Selection &lt;x:selection></description></item>
            <item><description>PivotSelection &lt;x:pivotSelection></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetView.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection">
            <summary>
            <para> Window Protection.</para>
            <para>Represents the following attribute in the schema: windowProtection </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas">
            <summary>
            <para> Show Formulas.</para>
            <para>Represents the following attribute in the schema: showFormulas </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines">
            <summary>
            <para> Show Grid Lines.</para>
            <para>Represents the following attribute in the schema: showGridLines </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders">
            <summary>
            <para> Show Headers.</para>
            <para>Represents the following attribute in the schema: showRowColHeaders </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros">
            <summary>
            <para> Show Zero Values.</para>
            <para>Represents the following attribute in the schema: showZeros </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft">
            <summary>
            <para> Right To Left.</para>
            <para>Represents the following attribute in the schema: rightToLeft </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected">
            <summary>
            <para> Sheet Tab Selected.</para>
            <para>Represents the following attribute in the schema: tabSelected </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler">
            <summary>
            <para> Show Ruler.</para>
            <para>Represents the following attribute in the schema: showRuler </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols">
            <summary>
            <para> Show Outline Symbols.</para>
            <para>Represents the following attribute in the schema: showOutlineSymbols </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor">
            <summary>
            <para> Default Grid Color.</para>
            <para>Represents the following attribute in the schema: defaultGridColor </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace">
            <summary>
            <para> Show White Space.</para>
            <para>Represents the following attribute in the schema: showWhiteSpace </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.View">
            <summary>
            <para> View Type.</para>
            <para>Represents the following attribute in the schema: view </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell">
            <summary>
            <para> Top Left Visible Cell.</para>
            <para>Represents the following attribute in the schema: topLeftCell </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId">
            <summary>
            <para> Color Id.</para>
            <para>Represents the following attribute in the schema: colorId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale">
            <summary>
            <para> Zoom Scale.</para>
            <para>Represents the following attribute in the schema: zoomScale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal">
            <summary>
            <para> Zoom Scale Normal View.</para>
            <para>Represents the following attribute in the schema: zoomScaleNormal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView">
            <summary>
            <para> Zoom Scale Page Break Preview.</para>
            <para>Represents the following attribute in the schema: zoomScaleSheetLayoutView </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView">
            <summary>
            <para> Zoom Scale Page Layout View.</para>
            <para>Represents the following attribute in the schema: zoomScalePageLayoutView </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId">
            <summary>
            <para> Workbook View Index.</para>
            <para>Represents the following attribute in the schema: workbookViewId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetView.#ctor">
            <summary>
            Initializes a new instance of the SheetView class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetView.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SheetView class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetView.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SheetView class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetView.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SheetView class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane">
            <summary>
            <para> View Pane.</para>
            <para> Represents the following element tag in the schema: x:pane </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetView.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView">
             <summary>
             <para>Custom Sheet View.</para>
             <para> When the object is serialized out as xml, its qualified name is x:customSheetView.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Pane &lt;x:pane></description></item>
            <item><description>Selection &lt;x:selection></description></item>
            <item><description>RowBreaks &lt;x:rowBreaks></description></item>
            <item><description>ColumnBreaks &lt;x:colBreaks></description></item>
            <item><description>PageMargins &lt;x:pageMargins></description></item>
            <item><description>PrintOptions &lt;x:printOptions></description></item>
            <item><description>PageSetup &lt;x:pageSetup></description></item>
            <item><description>HeaderFooter &lt;x:headerFooter></description></item>
            <item><description>AutoFilter &lt;x:autoFilter></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid">
            <summary>
            <para> GUID.</para>
            <para>Represents the following attribute in the schema: guid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale">
            <summary>
            <para> Print Scale.</para>
            <para>Represents the following attribute in the schema: scale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId">
            <summary>
            <para> Color Id.</para>
            <para>Represents the following attribute in the schema: colorId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks">
            <summary>
            <para> Show Page Breaks.</para>
            <para>Represents the following attribute in the schema: showPageBreaks </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas">
            <summary>
            <para> Show Formulas.</para>
            <para>Represents the following attribute in the schema: showFormulas </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines">
            <summary>
            <para> Show Grid Lines.</para>
            <para>Represents the following attribute in the schema: showGridLines </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn">
            <summary>
            <para> Show Headers.</para>
            <para>Represents the following attribute in the schema: showRowCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols">
            <summary>
            <para> Show Outline Symbols.</para>
            <para>Represents the following attribute in the schema: outlineSymbols </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues">
            <summary>
            <para> Show Zero Values.</para>
            <para>Represents the following attribute in the schema: zeroValues </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage">
            <summary>
            <para> Fit To Page.</para>
            <para>Represents the following attribute in the schema: fitToPage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea">
            <summary>
            <para> Print Area Defined.</para>
            <para>Represents the following attribute in the schema: printArea </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter">
            <summary>
            <para> Filtered List.</para>
            <para>Represents the following attribute in the schema: filter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter">
            <summary>
            <para> Show AutoFitler Drop Down Controls.</para>
            <para>Represents the following attribute in the schema: showAutoFilter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows">
            <summary>
            <para> Hidden Rows.</para>
            <para>Represents the following attribute in the schema: hiddenRows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns">
            <summary>
            <para> Hidden Columns.</para>
            <para>Represents the following attribute in the schema: hiddenColumns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State">
            <summary>
            <para> Visible State.</para>
            <para>Represents the following attribute in the schema: state </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique">
            <summary>
            <para> Filter.</para>
            <para>Represents the following attribute in the schema: filterUnique </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View">
            <summary>
            <para> View Type.</para>
            <para>Represents the following attribute in the schema: view </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler">
            <summary>
            <para> Show Ruler.</para>
            <para>Represents the following attribute in the schema: showRuler </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell">
            <summary>
            <para> Top Left Visible Cell.</para>
            <para>Represents the following attribute in the schema: topLeftCell </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.#ctor">
            <summary>
            Initializes a new instance of the CustomSheetView class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomSheetView class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomSheetView class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomSheetView class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane">
            <summary>
            <para> Pane Split Information.</para>
            <para> Represents the following element tag in the schema: x:pane </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection">
            <summary>
            <para> Selection.</para>
            <para> Represents the following element tag in the schema: x:selection </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks">
            <summary>
            <para> Horizontal Page Breaks.</para>
            <para> Represents the following element tag in the schema: x:rowBreaks </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks">
            <summary>
            <para> Vertical Page Breaks.</para>
            <para> Represents the following element tag in the schema: x:colBreaks </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins">
            <summary>
            <para> Page Margins.</para>
            <para> Represents the following element tag in the schema: x:pageMargins </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions">
            <summary>
            <para> Print Options.</para>
            <para> Represents the following element tag in the schema: x:printOptions </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup">
            <summary>
            <para> Page Setup Settings.</para>
            <para> Represents the following element tag in the schema: x:pageSetup </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter">
            <summary>
            <para> Header Footer Settings.</para>
            <para> Represents the following element tag in the schema: x:headerFooter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter">
            <summary>
            <para> AutoFilter Settings.</para>
            <para> Represents the following element tag in the schema: x:autoFilter </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleObject">
             <summary>
             <para>OLE Object.</para>
             <para> When the object is serialized out as xml, its qualified name is x:oleObject.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EmbeddedObjectProperties &lt;x:objectPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId">
            <summary>
            <para> OLE ProgId.</para>
            <para>Represents the following attribute in the schema: progId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect">
            <summary>
            <para> Data or View Aspect.</para>
            <para>Represents the following attribute in the schema: dvAspect </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.Link">
            <summary>
            <para> OLE Link Moniker.</para>
            <para>Represents the following attribute in the schema: link </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate">
            <summary>
            <para> OLE Update.</para>
            <para>Represents the following attribute in the schema: oleUpdate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad">
            <summary>
            <para> Auto Load.</para>
            <para>Represents the following attribute in the schema: autoLoad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId">
            <summary>
            <para> Shape Id.</para>
            <para>Represents the following attribute in the schema: shapeId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObject.#ctor">
            <summary>
            Initializes a new instance of the OleObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObject.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OleObject class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObject.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OleObject class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleObject class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties">
            <summary>
            <para> EmbeddedObjectProperties, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: x:objectPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes">
             <summary>
             <para>Metadata Types Collection.</para>
             <para> When the object is serialized out as xml, its qualified name is x:metadataTypes.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MetadataType &lt;x:metadataType></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count">
            <summary>
            <para> Metadata Type Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.#ctor">
            <summary>
            Initializes a new instance of the MetadataTypes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MetadataTypes class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MetadataTypes class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MetadataTypes class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings">
             <summary>
             <para>Metadata String Store.</para>
             <para> When the object is serialized out as xml, its qualified name is x:metadataStrings.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CharacterValue &lt;x:s></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count">
            <summary>
            <para> MDX Metadata String Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.#ctor">
            <summary>
            Initializes a new instance of the MetadataStrings class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MetadataStrings class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MetadataStrings class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MetadataStrings class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata">
             <summary>
             <para>MDX Metadata Information.</para>
             <para> When the object is serialized out as xml, its qualified name is x:mdxMetadata.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Mdx &lt;x:mdx></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count">
            <summary>
            <para> MDX Metadata Record Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.#ctor">
            <summary>
            Initializes a new instance of the MdxMetadata class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MdxMetadata class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MdxMetadata class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MdxMetadata class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata">
             <summary>
             <para>Future Metadata.</para>
             <para> When the object is serialized out as xml, its qualified name is x:futureMetadata.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FutureMetadataBlock &lt;x:bk></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name">
            <summary>
            <para> Metadata Type Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count">
            <summary>
            <para> Future Metadata Block Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.#ctor">
            <summary>
            Initializes a new instance of the FutureMetadata class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FutureMetadata class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FutureMetadata class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FutureMetadata class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellMetadata">
             <summary>
             <para>Cell Metadata.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cellMetadata.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MetadataBlock &lt;x:bk></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellMetadata.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellMetadata.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellMetadata.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellMetadata.#ctor">
            <summary>
            Initializes a new instance of the CellMetadata class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellMetadata.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CellMetadata class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellMetadata.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CellMetadata class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellMetadata.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellMetadata class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata">
             <summary>
             <para>Value Metadata.</para>
             <para> When the object is serialized out as xml, its qualified name is x:valueMetadata.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MetadataBlock &lt;x:bk></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.#ctor">
            <summary>
            Initializes a new instance of the ValueMetadata class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ValueMetadata class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ValueMetadata class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ValueMetadata class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType">
             <summary>
             Defines the MetadataBlocksType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MetadataBlock &lt;x:bk></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count">
            <summary>
            <para> Metadata Block Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.#ctor">
            <summary>
            Initializes a new instance of the MetadataBlocksType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MetadataBlocksType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MetadataBlocksType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MetadataBlocksType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataType">
            <summary>
            <para>Metadata Type Information.</para>
            <para> When the object is serialized out as xml, its qualified name is x:metadataType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name">
            <summary>
            <para> Metadata Type Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion">
            <summary>
            <para> Minimum Supported Version.</para>
            <para>Represents the following attribute in the schema: minSupportedVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow">
            <summary>
            <para> Metadata Ghost Row.</para>
            <para>Represents the following attribute in the schema: ghostRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn">
            <summary>
            <para> Metadata Ghost Column.</para>
            <para>Represents the following attribute in the schema: ghostCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit">
            <summary>
            <para> Metadata Edit.</para>
            <para>Represents the following attribute in the schema: edit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete">
            <summary>
            <para> Metadata Cell Value Delete.</para>
            <para>Represents the following attribute in the schema: delete </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy">
            <summary>
            <para> Metadata Copy.</para>
            <para>Represents the following attribute in the schema: copy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll">
            <summary>
            <para> Metadata Paste All.</para>
            <para>Represents the following attribute in the schema: pasteAll </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas">
            <summary>
            <para> Metadata Paste Formulas.</para>
            <para>Represents the following attribute in the schema: pasteFormulas </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues">
            <summary>
            <para> Metadata Paste Special Values.</para>
            <para>Represents the following attribute in the schema: pasteValues </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats">
            <summary>
            <para> Metadata Paste Formats.</para>
            <para>Represents the following attribute in the schema: pasteFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments">
            <summary>
            <para> Metadata Paste Comments.</para>
            <para>Represents the following attribute in the schema: pasteComments </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation">
            <summary>
            <para> Metadata Paste Data Validation.</para>
            <para>Represents the following attribute in the schema: pasteDataValidation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders">
            <summary>
            <para> Metadata Paste Borders.</para>
            <para>Represents the following attribute in the schema: pasteBorders </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths">
            <summary>
            <para> Metadata Paste Column Widths.</para>
            <para>Represents the following attribute in the schema: pasteColWidths </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats">
            <summary>
            <para> Metadata Paste Number Formats.</para>
            <para>Represents the following attribute in the schema: pasteNumberFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge">
            <summary>
            <para> Metadata Merge.</para>
            <para>Represents the following attribute in the schema: merge </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst">
            <summary>
            <para> Meatadata Split First.</para>
            <para>Represents the following attribute in the schema: splitFirst </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll">
            <summary>
            <para> Metadata Split All.</para>
            <para>Represents the following attribute in the schema: splitAll </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift">
            <summary>
            <para> Metadata Insert Delete.</para>
            <para>Represents the following attribute in the schema: rowColShift </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll">
            <summary>
            <para> Metadata Clear All.</para>
            <para>Represents the following attribute in the schema: clearAll </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats">
            <summary>
            <para> Metadata Clear Formats.</para>
            <para>Represents the following attribute in the schema: clearFormats </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents">
            <summary>
            <para> Metadata Clear Contents.</para>
            <para>Represents the following attribute in the schema: clearContents </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments">
            <summary>
            <para> Metadata Clear Comments.</para>
            <para>Represents the following attribute in the schema: clearComments </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign">
            <summary>
            <para> Metadata Formula Assignment.</para>
            <para>Represents the following attribute in the schema: assign </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce">
            <summary>
            <para> Metadata Coercion.</para>
            <para>Represents the following attribute in the schema: coerce </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust">
            <summary>
            <para> Adjust Metadata.</para>
            <para>Represents the following attribute in the schema: adjust </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta">
            <summary>
            <para> Cell Metadata.</para>
            <para>Represents the following attribute in the schema: cellMeta </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataType.#ctor">
            <summary>
            Initializes a new instance of the MetadataType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock">
             <summary>
             <para>Metadata Block.</para>
             <para> When the object is serialized out as xml, its qualified name is x:bk.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MetadataRecord &lt;x:rc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.#ctor">
            <summary>
            Initializes a new instance of the MetadataBlock class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MetadataBlock class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MetadataBlock class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MetadataBlock class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord">
            <summary>
            <para>Metadata Record.</para>
            <para> When the object is serialized out as xml, its qualified name is x:rc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex">
            <summary>
            <para> Metadata Record Type Index.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val">
            <summary>
            <para> Metadata Record Value Index.</para>
            <para>Represents the following attribute in the schema: v </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.#ctor">
            <summary>
            Initializes a new instance of the MetadataRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock">
             <summary>
             <para>Future Metadata Block.</para>
             <para> When the object is serialized out as xml, its qualified name is x:bk.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.#ctor">
            <summary>
            Initializes a new instance of the FutureMetadataBlock class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FutureMetadataBlock class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FutureMetadataBlock class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FutureMetadataBlock class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList">
            <summary>
            <para> Future Feature Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Mdx">
             <summary>
             <para>MDX Metadata Record.</para>
             <para> When the object is serialized out as xml, its qualified name is x:mdx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MdxTuple &lt;x:t></description></item>
            <item><description>MdxSet &lt;x:ms></description></item>
            <item><description>MdxMemberProp &lt;x:p></description></item>
            <item><description>MdxKpi &lt;x:k></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Mdx.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Mdx.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Mdx.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex">
            <summary>
            <para> Connection Name Index.</para>
            <para>Represents the following attribute in the schema: n </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction">
            <summary>
            <para> Cube Function Tag.</para>
            <para>Represents the following attribute in the schema: f </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Mdx.#ctor">
            <summary>
            Initializes a new instance of the Mdx class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Mdx.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Mdx class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Mdx.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Mdx class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Mdx.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Mdx class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple">
            <summary>
            <para> Tuple MDX Metadata.</para>
            <para> Represents the following element tag in the schema: x:t </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet">
            <summary>
            <para> Set MDX Metadata.</para>
            <para> Represents the following element tag in the schema: x:ms </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp">
            <summary>
            <para> Member Property MDX Metadata.</para>
            <para> Represents the following element tag in the schema: x:p </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi">
            <summary>
            <para> KPI MDX Metadata.</para>
            <para> Represents the following element tag in the schema: x:k </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Mdx.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxTuple">
             <summary>
             <para>Tuple MDX Metadata.</para>
             <para> When the object is serialized out as xml, its qualified name is x:t.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameIndex &lt;x:n></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount">
            <summary>
            <para> Member Index Count.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency">
            <summary>
            <para> Server Formatting Culture Currency.</para>
            <para>Represents the following attribute in the schema: ct </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex">
            <summary>
            <para> Server Formatting String Index.</para>
            <para>Represents the following attribute in the schema: si </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex">
            <summary>
            <para> Server Formatting Built-In Number Format Index.</para>
            <para>Represents the following attribute in the schema: fi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor">
            <summary>
            <para> Server Formatting Background Color.</para>
            <para>Represents the following attribute in the schema: bc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor">
            <summary>
            <para> Server Formatting Foreground Color.</para>
            <para>Represents the following attribute in the schema: fc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic">
            <summary>
            <para> Server Formatting Italic Font.</para>
            <para>Represents the following attribute in the schema: i </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline">
            <summary>
            <para> Server Formatting Underline Font.</para>
            <para>Represents the following attribute in the schema: u </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough">
            <summary>
            <para> Server Formatting Strikethrough Font.</para>
            <para>Represents the following attribute in the schema: st </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold">
            <summary>
            <para> Server Formatting Bold Font.</para>
            <para>Represents the following attribute in the schema: b </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.#ctor">
            <summary>
            Initializes a new instance of the MdxTuple class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MdxTuple class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MdxTuple class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MdxTuple class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxSet">
             <summary>
             <para>Set MDX Metadata.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ms.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NameIndex &lt;x:n></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex">
            <summary>
            <para> Set Definition Index.</para>
            <para>Represents the following attribute in the schema: ns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount">
            <summary>
            <para> Sort By Member Index Count.</para>
            <para>Represents the following attribute in the schema: c </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder">
            <summary>
            <para> Set Sort Order.</para>
            <para>Represents the following attribute in the schema: o </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxSet.#ctor">
            <summary>
            Initializes a new instance of the MdxSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxSet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MdxSet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxSet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MdxSet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxSet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MdxSet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp">
            <summary>
            <para>Member Property MDX Metadata.</para>
            <para> When the object is serialized out as xml, its qualified name is x:p.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex">
            <summary>
            <para> Member Unique Name Index.</para>
            <para>Represents the following attribute in the schema: n </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex">
            <summary>
            <para> Property Name Index.</para>
            <para>Represents the following attribute in the schema: np </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.#ctor">
            <summary>
            Initializes a new instance of the MdxMemberProp class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxKpi">
            <summary>
            <para>KPI MDX Metadata.</para>
            <para> When the object is serialized out as xml, its qualified name is x:k.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxKpi.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxKpi.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxKpi.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex">
            <summary>
            <para> Member Unique Name Index.</para>
            <para>Represents the following attribute in the schema: n </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex">
            <summary>
            <para> KPI Index.</para>
            <para>Represents the following attribute in the schema: np </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty">
            <summary>
            <para> KPI Property.</para>
            <para>Represents the following attribute in the schema: p </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxKpi.#ctor">
            <summary>
            Initializes a new instance of the MdxKpi class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MdxKpi.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.NameIndex">
            <summary>
            <para>Member Unique Name Index.</para>
            <para> When the object is serialized out as xml, its qualified name is x:n.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NameIndex.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NameIndex.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index">
            <summary>
            <para> Index Value.</para>
            <para>Represents the following attribute in the schema: x </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet">
            <summary>
            <para> String is a Set.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NameIndex.#ctor">
            <summary>
            Initializes a new instance of the NameIndex class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NameIndex.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell">
             <summary>
             <para>Table Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:singleXmlCell.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>XmlCellProperties &lt;x:xmlCellPr></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id">
            <summary>
            <para> Table Id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId">
            <summary>
            <para> Connection ID.</para>
            <para>Represents the following attribute in the schema: connectionId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.#ctor">
            <summary>
            Initializes a new instance of the SingleXmlCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SingleXmlCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SingleXmlCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SingleXmlCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties">
            <summary>
            <para> Cell Properties.</para>
            <para> Represents the following element tag in the schema: x:xmlCellPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties">
             <summary>
             <para>Cell Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:xmlCellPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>XmlProperties &lt;x:xmlPr></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id">
            <summary>
            <para> Table Field Id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName">
            <summary>
            <para> Unique Table Name.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.#ctor">
            <summary>
            Initializes a new instance of the XmlCellProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the XmlCellProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the XmlCellProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the XmlCellProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties">
            <summary>
            <para> Column XML Properties.</para>
            <para> Represents the following element tag in the schema: x:xmlPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.XmlProperties">
             <summary>
             <para>Column XML Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:xmlPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId">
            <summary>
            <para> XML Map Id.</para>
            <para>Represents the following attribute in the schema: mapId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath">
            <summary>
            <para> XPath.</para>
            <para>Represents the following attribute in the schema: xpath </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType">
            <summary>
            <para> XML Data Type.</para>
            <para>Represents the following attribute in the schema: xmlDataType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.#ctor">
            <summary>
            Initializes a new instance of the XmlProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the XmlProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the XmlProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the XmlProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PatternFill">
             <summary>
             <para>Pattern.</para>
             <para> When the object is serialized out as xml, its qualified name is x:patternFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ForegroundColor &lt;x:fgColor></description></item>
            <item><description>BackgroundColor &lt;x:bgColor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PatternFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PatternFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PatternFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType">
            <summary>
            <para> Pattern Type.</para>
            <para>Represents the following attribute in the schema: patternType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PatternFill.#ctor">
            <summary>
            Initializes a new instance of the PatternFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PatternFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PatternFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PatternFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PatternFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PatternFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PatternFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor">
            <summary>
            <para> Foreground Color.</para>
            <para> Represents the following element tag in the schema: x:fgColor </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor">
            <summary>
            <para> Background Color.</para>
            <para> Represents the following element tag in the schema: x:bgColor </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PatternFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.GradientFill">
             <summary>
             <para>Gradient.</para>
             <para> When the object is serialized out as xml, its qualified name is x:gradientFill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GradientStop &lt;x:stop></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientFill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientFill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientFill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type">
            <summary>
            <para> Gradient Fill Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree">
            <summary>
            <para> Linear Gradient Degree.</para>
            <para>Represents the following attribute in the schema: degree </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left">
            <summary>
            <para> Left Convergence.</para>
            <para>Represents the following attribute in the schema: left </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right">
            <summary>
            <para> Right Convergence.</para>
            <para>Represents the following attribute in the schema: right </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top">
            <summary>
            <para> Top Gradient Convergence.</para>
            <para>Represents the following attribute in the schema: top </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom">
            <summary>
            <para> Bottom Convergence.</para>
            <para>Represents the following attribute in the schema: bottom </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientFill.#ctor">
            <summary>
            Initializes a new instance of the GradientFill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientFill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GradientFill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientFill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GradientFill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientFill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GradientFill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientFill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.GradientStop">
             <summary>
             <para>Gradient Stop.</para>
             <para> When the object is serialized out as xml, its qualified name is x:stop.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientStop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientStop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientStop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position">
            <summary>
            <para> Gradient Stop Position.</para>
            <para>Represents the following attribute in the schema: position </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientStop.#ctor">
            <summary>
            Initializes a new instance of the GradientStop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientStop.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GradientStop class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientStop.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GradientStop class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientStop.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GradientStop class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color">
            <summary>
            <para> Color.</para>
            <para> Represents the following element tag in the schema: x:color </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GradientStop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat">
            <summary>
            <para>Number Formats.</para>
            <para> When the object is serialized out as xml, its qualified name is x:numFmt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId">
            <summary>
            <para> Number Format Id.</para>
            <para>Represents the following attribute in the schema: numFmtId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode">
            <summary>
            <para> Number Format Code.</para>
            <para>Represents the following attribute in the schema: formatCode </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.#ctor">
            <summary>
            Initializes a new instance of the NumberingFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Alignment">
            <summary>
            <para>Alignment.</para>
            <para> When the object is serialized out as xml, its qualified name is x:alignment.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Alignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal">
            <summary>
            <para> Horizontal Alignment.</para>
            <para>Represents the following attribute in the schema: horizontal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical">
            <summary>
            <para> Vertical Alignment.</para>
            <para>Represents the following attribute in the schema: vertical </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation">
            <summary>
            <para> Text Rotation.</para>
            <para>Represents the following attribute in the schema: textRotation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText">
            <summary>
            <para> Wrap Text.</para>
            <para>Represents the following attribute in the schema: wrapText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent">
            <summary>
            <para> Indent.</para>
            <para>Represents the following attribute in the schema: indent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent">
            <summary>
            <para> Relative Indent.</para>
            <para>Represents the following attribute in the schema: relativeIndent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine">
            <summary>
            <para> Justify Last Line.</para>
            <para>Represents the following attribute in the schema: justifyLastLine </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit">
            <summary>
            <para> Shrink To Fit.</para>
            <para>Represents the following attribute in the schema: shrinkToFit </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder">
            <summary>
            <para> Reading Order.</para>
            <para>Represents the following attribute in the schema: readingOrder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell">
            <summary>
            <para> mergeCell.</para>
            <para>Represents the following attribute in the schema: mergeCell </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Alignment.#ctor">
            <summary>
            Initializes a new instance of the Alignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Alignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Protection">
            <summary>
            <para>Protection.</para>
            <para> When the object is serialized out as xml, its qualified name is x:protection.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Protection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Protection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Protection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Protection.Locked">
            <summary>
            <para> Cell Locked.</para>
            <para>Represents the following attribute in the schema: locked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden">
            <summary>
            <para> Hidden Cell.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Protection.#ctor">
            <summary>
            Initializes a new instance of the Protection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Protection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Font">
             <summary>
             <para>Font Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:font.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Bold &lt;x:b></description></item>
            <item><description>Italic &lt;x:i></description></item>
            <item><description>Strike &lt;x:strike></description></item>
            <item><description>Condense &lt;x:condense></description></item>
            <item><description>Extend &lt;x:extend></description></item>
            <item><description>Outline &lt;x:outline></description></item>
            <item><description>Shadow &lt;x:shadow></description></item>
            <item><description>Underline &lt;x:u></description></item>
            <item><description>VerticalTextAlignment &lt;x:vertAlign></description></item>
            <item><description>FontSize &lt;x:sz></description></item>
            <item><description>Color &lt;x:color></description></item>
            <item><description>FontName &lt;x:name></description></item>
            <item><description>FontFamilyNumbering &lt;x:family></description></item>
            <item><description>FontCharSet &lt;x:charset></description></item>
            <item><description>FontScheme &lt;x:scheme></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Font.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Font.#ctor">
            <summary>
            Initializes a new instance of the Font class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Font.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Font class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Font.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Font class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Font.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Font class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.Bold">
            <summary>
            <para> Bold.</para>
            <para> Represents the following element tag in the schema: x:b </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.Italic">
            <summary>
            <para> Italic.</para>
            <para> Represents the following element tag in the schema: x:i </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.Strike">
            <summary>
            <para> Strike Through.</para>
            <para> Represents the following element tag in the schema: x:strike </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.Condense">
            <summary>
            <para> Condense.</para>
            <para> Represents the following element tag in the schema: x:condense </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.Extend">
            <summary>
            <para> Extend.</para>
            <para> Represents the following element tag in the schema: x:extend </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.Outline">
            <summary>
            <para> Outline.</para>
            <para> Represents the following element tag in the schema: x:outline </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.Shadow">
            <summary>
            <para> Shadow.</para>
            <para> Represents the following element tag in the schema: x:shadow </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.Underline">
            <summary>
            <para> Underline.</para>
            <para> Represents the following element tag in the schema: x:u </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment">
            <summary>
            <para> Text Vertical Alignment.</para>
            <para> Represents the following element tag in the schema: x:vertAlign </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.FontSize">
            <summary>
            <para> Font Size.</para>
            <para> Represents the following element tag in the schema: x:sz </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.Color">
            <summary>
            <para> Text Color.</para>
            <para> Represents the following element tag in the schema: x:color </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.FontName">
            <summary>
            <para> Font Name.</para>
            <para> Represents the following element tag in the schema: x:name </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering">
            <summary>
            <para> Font Family.</para>
            <para> Represents the following element tag in the schema: x:family </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet">
            <summary>
            <para> Character Set.</para>
            <para> Represents the following element tag in the schema: x:charset </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme">
            <summary>
            <para> Scheme.</para>
            <para> Represents the following element tag in the schema: x:scheme </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Font.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Fill">
             <summary>
             <para>Fill.</para>
             <para> When the object is serialized out as xml, its qualified name is x:fill.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PatternFill &lt;x:patternFill></description></item>
            <item><description>GradientFill &lt;x:gradientFill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fill.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fill.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fill.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fill.#ctor">
            <summary>
            Initializes a new instance of the Fill class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fill.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Fill class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fill.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Fill class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fill.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Fill class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill">
            <summary>
            <para> Pattern.</para>
            <para> Represents the following element tag in the schema: x:patternFill </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill">
            <summary>
            <para> Gradient.</para>
            <para> Represents the following element tag in the schema: x:gradientFill </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fill.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Border">
             <summary>
             <para>Border Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:border.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StartBorder &lt;x:start></description></item>
            <item><description>EndBorder &lt;x:end></description></item>
            <item><description>LeftBorder &lt;x:left></description></item>
            <item><description>RightBorder &lt;x:right></description></item>
            <item><description>TopBorder &lt;x:top></description></item>
            <item><description>BottomBorder &lt;x:bottom></description></item>
            <item><description>DiagonalBorder &lt;x:diagonal></description></item>
            <item><description>VerticalBorder &lt;x:vertical></description></item>
            <item><description>HorizontalBorder &lt;x:horizontal></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Border.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp">
            <summary>
            <para> Diagonal Up.</para>
            <para>Represents the following attribute in the schema: diagonalUp </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown">
            <summary>
            <para> Diagonal Down.</para>
            <para>Represents the following attribute in the schema: diagonalDown </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.Outline">
            <summary>
            <para> Outline.</para>
            <para>Represents the following attribute in the schema: outline </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Border.#ctor">
            <summary>
            Initializes a new instance of the Border class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Border.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Border class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Border.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Border class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Border.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Border class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder">
            <summary>
            <para> StartBorder, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: x:start </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder">
            <summary>
            <para> EndBorder, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: x:end </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder">
            <summary>
            <para> Left Border.</para>
            <para> Represents the following element tag in the schema: x:left </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder">
            <summary>
            <para> Right Border.</para>
            <para> Represents the following element tag in the schema: x:right </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder">
            <summary>
            <para> Top Border.</para>
            <para> Represents the following element tag in the schema: x:top </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder">
            <summary>
            <para> Bottom Border.</para>
            <para> Represents the following element tag in the schema: x:bottom </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder">
            <summary>
            <para> Diagonal.</para>
            <para> Represents the following element tag in the schema: x:diagonal </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder">
            <summary>
            <para> Vertical Inner Border.</para>
            <para> Represents the following element tag in the schema: x:vertical </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder">
            <summary>
            <para> Horizontal Inner Borders.</para>
            <para> Represents the following element tag in the schema: x:horizontal </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Border.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.IndexedColors">
             <summary>
             <para>Color Indexes.</para>
             <para> When the object is serialized out as xml, its qualified name is x:indexedColors.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RgbColor &lt;x:rgbColor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IndexedColors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IndexedColors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IndexedColors.#ctor">
            <summary>
            Initializes a new instance of the IndexedColors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IndexedColors.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the IndexedColors class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IndexedColors.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the IndexedColors class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IndexedColors.#ctor(System.String)">
            <summary>
            Initializes a new instance of the IndexedColors class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IndexedColors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MruColors">
             <summary>
             <para>MRU Colors.</para>
             <para> When the object is serialized out as xml, its qualified name is x:mruColors.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MruColors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MruColors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MruColors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MruColors.#ctor">
            <summary>
            Initializes a new instance of the MruColors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MruColors.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MruColors class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MruColors.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MruColors class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MruColors.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MruColors class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MruColors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableStyle">
             <summary>
             <para>Table Style.</para>
             <para> When the object is serialized out as xml, its qualified name is x:tableStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableStyleElement &lt;x:tableStyleElement></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name">
            <summary>
            <para> Table Style Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot">
            <summary>
            <para> Pivot Style.</para>
            <para>Represents the following attribute in the schema: pivot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table">
            <summary>
            <para> Table.</para>
            <para>Represents the following attribute in the schema: table </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count">
            <summary>
            <para> Table Style Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyle.#ctor">
            <summary>
            Initializes a new instance of the TableStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RgbColor">
            <summary>
            <para>RGB Color.</para>
            <para> When the object is serialized out as xml, its qualified name is x:rgbColor.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RgbColor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RgbColor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RgbColor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb">
            <summary>
            <para> Alpha Red Green Blue.</para>
            <para>Represents the following attribute in the schema: rgb </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RgbColor.#ctor">
            <summary>
            Initializes a new instance of the RgbColor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RgbColor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellStyle">
             <summary>
             <para>Cell Style.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cellStyle.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name">
            <summary>
            <para> User Defined Cell Style.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId">
            <summary>
            <para> Format Id.</para>
            <para>Represents the following attribute in the schema: xfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId">
            <summary>
            <para> Built-In Style Id.</para>
            <para>Represents the following attribute in the schema: builtinId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel">
            <summary>
            <para> Outline Style.</para>
            <para>Represents the following attribute in the schema: iLevel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden">
            <summary>
            <para> Hidden Style.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin">
            <summary>
            <para> Custom Built In.</para>
            <para>Represents the following attribute in the schema: customBuiltin </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyle.#ctor">
            <summary>
            Initializes a new instance of the CellStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CellStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CellStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellFormat">
             <summary>
             <para>Formatting Elements.</para>
             <para> When the object is serialized out as xml, its qualified name is x:xf.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Alignment &lt;x:alignment></description></item>
            <item><description>Protection &lt;x:protection></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId">
            <summary>
            <para> Number Format Id.</para>
            <para>Represents the following attribute in the schema: numFmtId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId">
            <summary>
            <para> Font Id.</para>
            <para>Represents the following attribute in the schema: fontId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId">
            <summary>
            <para> Fill Id.</para>
            <para>Represents the following attribute in the schema: fillId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId">
            <summary>
            <para> Border Id.</para>
            <para>Represents the following attribute in the schema: borderId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId">
            <summary>
            <para> Format Id.</para>
            <para>Represents the following attribute in the schema: xfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix">
            <summary>
            <para> Quote Prefix.</para>
            <para>Represents the following attribute in the schema: quotePrefix </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton">
            <summary>
            <para> Pivot Button.</para>
            <para>Represents the following attribute in the schema: pivotButton </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat">
            <summary>
            <para> Apply Number Format.</para>
            <para>Represents the following attribute in the schema: applyNumberFormat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont">
            <summary>
            <para> Apply Font.</para>
            <para>Represents the following attribute in the schema: applyFont </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill">
            <summary>
            <para> Apply Fill.</para>
            <para>Represents the following attribute in the schema: applyFill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder">
            <summary>
            <para> Apply Border.</para>
            <para>Represents the following attribute in the schema: applyBorder </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment">
            <summary>
            <para> Apply Alignment.</para>
            <para>Represents the following attribute in the schema: applyAlignment </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection">
            <summary>
            <para> Apply Protection.</para>
            <para>Represents the following attribute in the schema: applyProtection </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormat.#ctor">
            <summary>
            Initializes a new instance of the CellFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CellFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CellFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment">
            <summary>
            <para> Alignment.</para>
            <para> Represents the following element tag in the schema: x:alignment </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection">
            <summary>
            <para> Protection.</para>
            <para> Represents the following element tag in the schema: x:protection </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontName">
            <summary>
            <para>Font Name.</para>
            <para> When the object is serialized out as xml, its qualified name is x:name.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontName.Val">
            <summary>
            <para> String Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontName.#ctor">
            <summary>
            Initializes a new instance of the FontName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering">
            <summary>
            <para>Font Family.</para>
            <para> When the object is serialized out as xml, its qualified name is x:family.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.#ctor">
            <summary>
            Initializes a new instance of the FontFamilyNumbering class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontCharSet">
            <summary>
            <para>Character Set.</para>
            <para> When the object is serialized out as xml, its qualified name is x:charset.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontCharSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontCharSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontCharSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontCharSet.#ctor">
            <summary>
            Initializes a new instance of the FontCharSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FontCharSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement">
            <summary>
            <para>Table Style.</para>
            <para> When the object is serialized out as xml, its qualified name is x:tableStyleElement.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type">
            <summary>
            <para> Table Style Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size">
            <summary>
            <para> Band Size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId">
            <summary>
            <para> Formatting Id.</para>
            <para>Represents the following attribute in the schema: dxfId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.#ctor">
            <summary>
            Initializes a new instance of the TableStyleElement class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetNames">
             <summary>
             <para>Supporting Workbook Sheet Names.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetNames.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SheetName &lt;x:sheetName></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetNames.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetNames.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetNames.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetNames.#ctor">
            <summary>
            Initializes a new instance of the SheetNames class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetNames.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SheetNames class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetNames.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SheetNames class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetNames.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SheetNames class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetNames.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames">
             <summary>
             <para>Named Links.</para>
             <para> When the object is serialized out as xml, its qualified name is x:definedNames.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExternalDefinedName &lt;x:definedName></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.#ctor">
            <summary>
            Initializes a new instance of the ExternalDefinedNames class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExternalDefinedNames class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExternalDefinedNames class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExternalDefinedNames class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet">
             <summary>
             <para>Cached Worksheet Data.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetDataSet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExternalSheetData &lt;x:sheetData></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.#ctor">
            <summary>
            Initializes a new instance of the SheetDataSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SheetDataSet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SheetDataSet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SheetDataSet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName">
            <summary>
            <para>Defined Name.</para>
            <para> When the object is serialized out as xml, its qualified name is x:definedName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name">
            <summary>
            <para> Defined Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo">
            <summary>
            <para> Refers To.</para>
            <para>Represents the following attribute in the schema: refersTo </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.#ctor">
            <summary>
            Initializes a new instance of the ExternalDefinedName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData">
             <summary>
             <para>External Sheet Data Set.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExternalRow &lt;x:row></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError">
            <summary>
            <para> Last Refresh Resulted in Error.</para>
            <para>Represents the following attribute in the schema: refreshError </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.#ctor">
            <summary>
            Initializes a new instance of the ExternalSheetData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExternalSheetData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExternalSheetData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExternalSheetData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalRow">
             <summary>
             <para>Row.</para>
             <para> When the object is serialized out as xml, its qualified name is x:row.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExternalCell &lt;x:cell></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex">
            <summary>
            <para> Row.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalRow.#ctor">
            <summary>
            Initializes a new instance of the ExternalRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExternalRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExternalRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExternalRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalCell">
             <summary>
             <para>External Cell Data.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cell.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Xstring &lt;x:v></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType">
            <summary>
            <para> Type.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex">
            <summary>
            <para> Value Metadata.</para>
            <para>Represents the following attribute in the schema: vm </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.#ctor">
            <summary>
            Initializes a new instance of the ExternalCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExternalCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExternalCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExternalCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring">
            <summary>
            <para> Value.</para>
            <para> Represents the following element tag in the schema: x:v </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DdeItems">
             <summary>
             <para>DDE Items Collection.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ddeItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DdeItem &lt;x:ddeItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItems.#ctor">
            <summary>
            Initializes a new instance of the DdeItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DdeItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DdeItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DdeItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DdeItem">
             <summary>
             <para>DDE Item definition.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ddeItem.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Values &lt;x:values></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name">
            <summary>
            <para> DDE Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle">
            <summary>
            <para> OLE.</para>
            <para>Represents the following attribute in the schema: ole </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise">
            <summary>
            <para> Advise.</para>
            <para>Represents the following attribute in the schema: advise </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture">
            <summary>
            <para> Data is an Image.</para>
            <para>Represents the following attribute in the schema: preferPic </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItem.#ctor">
            <summary>
            Initializes a new instance of the DdeItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItem.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DdeItem class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItem.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DdeItem class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DdeItem class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values">
            <summary>
            <para> DDE Name Values.</para>
            <para> Represents the following element tag in the schema: x:values </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Values">
             <summary>
             <para>DDE Name Values.</para>
             <para> When the object is serialized out as xml, its qualified name is x:values.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Value &lt;x:value></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Values.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Values.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Values.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Values.Rows">
            <summary>
            <para> Rows.</para>
            <para>Represents the following attribute in the schema: rows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Values.Columns">
            <summary>
            <para> Columns.</para>
            <para>Represents the following attribute in the schema: cols </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Values.#ctor">
            <summary>
            Initializes a new instance of the Values class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Values.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Values class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Values.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Values class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Values.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Values class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Values.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Value">
             <summary>
             <para>Value.</para>
             <para> When the object is serialized out as xml, its qualified name is x:value.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DdeLinkValue &lt;x:val></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Value.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Value.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Value.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Value.ValueType">
            <summary>
            <para> DDE Value Type.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Value.#ctor">
            <summary>
            Initializes a new instance of the Value class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Value.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Value class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Value.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Value class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Value.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Value class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue">
            <summary>
            <para> DDE Link Value.</para>
            <para> Represents the following element tag in the schema: x:val </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Value.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleItems">
             <summary>
             <para>OLE Link Items.</para>
             <para> When the object is serialized out as xml, its qualified name is x:oleItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OleItem &lt;x:oleItem></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.OleItem &lt;x14:oleItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleItems.#ctor">
            <summary>
            Initializes a new instance of the OleItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OleItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OleItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalBook">
             <summary>
             <para>External Workbook.</para>
             <para> When the object is serialized out as xml, its qualified name is x:externalBook.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SheetNames &lt;x:sheetNames></description></item>
            <item><description>ExternalDefinedNames &lt;x:definedNames></description></item>
            <item><description>SheetDataSet &lt;x:sheetDataSet></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id">
             <summary>
             <para> Relationship to supporting book file path.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.#ctor">
            <summary>
            Initializes a new instance of the ExternalBook class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExternalBook class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExternalBook class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExternalBook class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames">
            <summary>
            <para> Supporting Workbook Sheet Names.</para>
            <para> Represents the following element tag in the schema: x:sheetNames </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames">
            <summary>
            <para> Named Links.</para>
            <para> Represents the following element tag in the schema: x:definedNames </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet">
            <summary>
            <para> Cached Worksheet Data.</para>
            <para> Represents the following element tag in the schema: x:sheetDataSet </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalBook.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DdeLink">
             <summary>
             <para>DDE Connection.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ddeLink.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DdeItems &lt;x:ddeItems></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeLink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeLink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeLink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService">
            <summary>
            <para> Service name.</para>
            <para>Represents the following attribute in the schema: ddeService </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic">
            <summary>
            <para> Topic for DDE server.</para>
            <para>Represents the following attribute in the schema: ddeTopic </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeLink.#ctor">
            <summary>
            Initializes a new instance of the DdeLink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeLink.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DdeLink class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeLink.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DdeLink class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeLink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DdeLink class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems">
            <summary>
            <para> DDE Items Collection.</para>
            <para> Represents the following element tag in the schema: x:ddeItems </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DdeLink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleLink">
             <summary>
             <para>OLE Link.</para>
             <para> When the object is serialized out as xml, its qualified name is x:oleLink.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OleItems &lt;x:oleItems></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleLink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleLink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleLink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleLink.Id">
             <summary>
             <para> OLE Link Relationship.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId">
            <summary>
            <para> OLE Link ProgID.</para>
            <para>Represents the following attribute in the schema: progId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleLink.#ctor">
            <summary>
            Initializes a new instance of the OleLink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleLink.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OleLink class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleLink.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OleLink class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleLink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleLink class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems">
            <summary>
            <para> OLE Link Items.</para>
            <para> Represents the following element tag in the schema: x:oleItems </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleLink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetName">
            <summary>
            <para>Sheet Name.</para>
            <para> When the object is serialized out as xml, its qualified name is x:sheetName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetName.Val">
            <summary>
            <para> Sheet Name Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetName.#ctor">
            <summary>
            Initializes a new instance of the SheetName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Xstring">
            <summary>
            <para>Value.</para>
            <para> When the object is serialized out as xml, its qualified name is x:v.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Xstring.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Xstring.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Xstring.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Xstring.#ctor">
            <summary>
            Initializes a new instance of the Xstring class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Xstring.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Xstring class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Xstring.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableColumn">
             <summary>
             <para>Table Column.</para>
             <para> When the object is serialized out as xml, its qualified name is x:tableColumn.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CalculatedColumnFormula &lt;x:calculatedColumnFormula></description></item>
            <item><description>TotalsRowFormula &lt;x:totalsRowFormula></description></item>
            <item><description>XmlColumnProperties &lt;x:xmlColumnPr></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id">
            <summary>
            <para> Table Field Id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName">
            <summary>
            <para> Unique Name.</para>
            <para>Represents the following attribute in the schema: uniqueName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name">
            <summary>
            <para> Column name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction">
            <summary>
            <para> Totals Row Function.</para>
            <para>Represents the following attribute in the schema: totalsRowFunction </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel">
            <summary>
            <para> Totals Row Label.</para>
            <para>Represents the following attribute in the schema: totalsRowLabel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId">
            <summary>
            <para> Query Table Field Id.</para>
            <para>Represents the following attribute in the schema: queryTableFieldId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId">
            <summary>
            <para> Header Row Cell Format Id.</para>
            <para>Represents the following attribute in the schema: headerRowDxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId">
            <summary>
            <para> Data and Insert Row Format Id.</para>
            <para>Represents the following attribute in the schema: dataDxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId">
            <summary>
            <para> Totals Row Format Id.</para>
            <para>Represents the following attribute in the schema: totalsRowDxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle">
            <summary>
            <para> Header Row Cell Style.</para>
            <para>Represents the following attribute in the schema: headerRowCellStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle">
            <summary>
            <para> Data Area Style Name.</para>
            <para>Represents the following attribute in the schema: dataCellStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle">
            <summary>
            <para> Totals Row Style Name.</para>
            <para>Represents the following attribute in the schema: totalsRowCellStyle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumn.#ctor">
            <summary>
            Initializes a new instance of the TableColumn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumn.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableColumn class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumn.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableColumn class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumn.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableColumn class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula">
            <summary>
            <para> Calculated Column Formula.</para>
            <para> Represents the following element tag in the schema: x:calculatedColumnFormula </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula">
            <summary>
            <para> Totals Row Formula.</para>
            <para> Represents the following element tag in the schema: x:totalsRowFormula </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties">
            <summary>
            <para> XML Column Properties.</para>
            <para> Represents the following element tag in the schema: x:xmlColumnPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula">
            <summary>
            <para>Calculated Column Formula.</para>
            <para> When the object is serialized out as xml, its qualified name is x:calculatedColumnFormula.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.#ctor">
            <summary>
            Initializes a new instance of the CalculatedColumnFormula class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CalculatedColumnFormula class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula">
            <summary>
            <para>Totals Row Formula.</para>
            <para> When the object is serialized out as xml, its qualified name is x:totalsRowFormula.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.#ctor">
            <summary>
            Initializes a new instance of the TotalsRowFormula class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TotalsRowFormula class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableFormulaType">
            <summary>
            Defines the TableFormulaType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array">
            <summary>
            <para> Array.</para>
            <para>Represents the following attribute in the schema: array </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space">
             <summary>
             <para> space.</para>
             <para>Represents the following attribute in the schema: xml:space </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.#ctor">
            <summary>
            Initializes a new instance of the TableFormulaType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableFormulaType class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties">
             <summary>
             <para>XML Column Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:xmlColumnPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId">
            <summary>
            <para> XML Map Id.</para>
            <para>Represents the following attribute in the schema: mapId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath">
            <summary>
            <para> XPath.</para>
            <para>Represents the following attribute in the schema: xpath </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized">
            <summary>
            <para> Denormalized.</para>
            <para>Represents the following attribute in the schema: denormalized </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType">
            <summary>
            <para> XML Data Type.</para>
            <para>Represents the following attribute in the schema: xmlDataType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.#ctor">
            <summary>
            Initializes a new instance of the XmlColumnProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the XmlColumnProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the XmlColumnProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the XmlColumnProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.VolatileType">
             <summary>
             <para>Volatile Dependency Type.</para>
             <para> When the object is serialized out as xml, its qualified name is x:volType.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Main &lt;x:main></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VolatileType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VolatileType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type">
            <summary>
            <para> Type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileType.#ctor">
            <summary>
            Initializes a new instance of the VolatileType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VolatileType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VolatileType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VolatileType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VolatileType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Main">
             <summary>
             <para>Main.</para>
             <para> When the object is serialized out as xml, its qualified name is x:main.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Topic &lt;x:tp></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Main.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Main.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Main.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Main.First">
            <summary>
            <para> First String.</para>
            <para>Represents the following attribute in the schema: first </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Main.#ctor">
            <summary>
            Initializes a new instance of the Main class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Main.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Main class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Main.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Main class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Main.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Main class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Main.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Topic">
             <summary>
             <para>Topic.</para>
             <para> When the object is serialized out as xml, its qualified name is x:tp.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Xstring &lt;x:v></description></item>
            <item><description>Subtopic &lt;x:stp></description></item>
            <item><description>TopicReferences &lt;x:tr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Topic.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Topic.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Topic.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType">
            <summary>
            <para> Type.</para>
            <para>Represents the following attribute in the schema: t </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Topic.#ctor">
            <summary>
            Initializes a new instance of the Topic class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Topic.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Topic class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Topic.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Topic class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Topic.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Topic class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring">
            <summary>
            <para> Topic Value.</para>
            <para> Represents the following element tag in the schema: x:v </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Topic.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TopicReferences">
            <summary>
            <para>References.</para>
            <para> When the object is serialized out as xml, its qualified name is x:tr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TopicReferences.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TopicReferences.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TopicReferences.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: r </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId">
            <summary>
            <para> Sheet Id.</para>
            <para>Represents the following attribute in the schema: s </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TopicReferences.#ctor">
            <summary>
            Initializes a new instance of the TopicReferences class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCache">
            <summary>
            <para>PivotCache.</para>
            <para> When the object is serialized out as xml, its qualified name is x:pivotCache.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId">
            <summary>
            <para> PivotCache Id.</para>
            <para>Represents the following attribute in the schema: cacheId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCache.#ctor">
            <summary>
            Initializes a new instance of the PivotCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject">
            <summary>
            <para>Web Publishing Object.</para>
            <para> When the object is serialized out as xml, its qualified name is x:webPublishObject.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id">
            <summary>
            <para> Id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId">
            <summary>
            <para> Div Id.</para>
            <para>Represents the following attribute in the schema: divId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject">
            <summary>
            <para> Source Object.</para>
            <para>Represents the following attribute in the schema: sourceObject </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile">
            <summary>
            <para> Destination File.</para>
            <para>Represents the following attribute in the schema: destinationFile </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title">
            <summary>
            <para> Title.</para>
            <para>Represents the following attribute in the schema: title </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish">
            <summary>
            <para> Auto Republish.</para>
            <para>Represents the following attribute in the schema: autoRepublish </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.#ctor">
            <summary>
            Initializes a new instance of the WebPublishObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalReference">
            <summary>
            <para>External Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is x:externalReference.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalReference.#ctor">
            <summary>
            Initializes a new instance of the ExternalReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView">
             <summary>
             <para>Custom Workbook View.</para>
             <para> When the object is serialized out as xml, its qualified name is x:customWorkbookView.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name">
            <summary>
            <para> Custom View Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid">
            <summary>
            <para> Custom View GUID.</para>
            <para>Represents the following attribute in the schema: guid </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate">
            <summary>
            <para> Auto Update.</para>
            <para>Represents the following attribute in the schema: autoUpdate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval">
            <summary>
            <para> Merge Interval.</para>
            <para>Represents the following attribute in the schema: mergeInterval </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin">
            <summary>
            <para> Changes Saved Win.</para>
            <para>Represents the following attribute in the schema: changesSavedWin </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync">
            <summary>
            <para> Only Synch.</para>
            <para>Represents the following attribute in the schema: onlySync </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView">
            <summary>
            <para> Personal View.</para>
            <para>Represents the following attribute in the schema: personalView </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings">
            <summary>
            <para> Include Print Settings.</para>
            <para>Represents the following attribute in the schema: includePrintSettings </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn">
            <summary>
            <para> Include Hidden Rows and Columns.</para>
            <para>Represents the following attribute in the schema: includeHiddenRowCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized">
            <summary>
            <para> Maximized.</para>
            <para>Represents the following attribute in the schema: maximized </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized">
            <summary>
            <para> Minimized.</para>
            <para>Represents the following attribute in the schema: minimized </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll">
            <summary>
            <para> Show Horizontal Scroll.</para>
            <para>Represents the following attribute in the schema: showHorizontalScroll </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll">
            <summary>
            <para> Show Vertical Scroll.</para>
            <para>Represents the following attribute in the schema: showVerticalScroll </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs">
            <summary>
            <para> Show Sheet Tabs.</para>
            <para>Represents the following attribute in the schema: showSheetTabs </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow">
            <summary>
            <para> Top Left Corner (X Coordinate).</para>
            <para>Represents the following attribute in the schema: xWindow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow">
            <summary>
            <para> Top Left Corner (Y Coordinate).</para>
            <para>Represents the following attribute in the schema: yWindow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth">
            <summary>
            <para> Window Width.</para>
            <para>Represents the following attribute in the schema: windowWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight">
            <summary>
            <para> Window Height.</para>
            <para>Represents the following attribute in the schema: windowHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio">
            <summary>
            <para> Sheet Tab Ratio.</para>
            <para>Represents the following attribute in the schema: tabRatio </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId">
            <summary>
            <para> Active Sheet in Book View.</para>
            <para>Represents the following attribute in the schema: activeSheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar">
            <summary>
            <para> Show Formula Bar.</para>
            <para>Represents the following attribute in the schema: showFormulaBar </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar">
            <summary>
            <para> Show Status Bar.</para>
            <para>Represents the following attribute in the schema: showStatusbar </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments">
            <summary>
            <para> Show Comments.</para>
            <para>Represents the following attribute in the schema: showComments </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects">
            <summary>
            <para> Show Objects.</para>
            <para>Represents the following attribute in the schema: showObjects </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.#ctor">
            <summary>
            Initializes a new instance of the CustomWorkbookView class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomWorkbookView class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomWorkbookView class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomWorkbookView class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Sheet">
            <summary>
            <para>Sheet Information.</para>
            <para> When the object is serialized out as xml, its qualified name is x:sheet.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sheet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sheet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sheet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sheet.Name">
            <summary>
            <para> Sheet Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId">
            <summary>
            <para> Sheet Tab Id.</para>
            <para>Represents the following attribute in the schema: sheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sheet.State">
            <summary>
            <para> Visible State.</para>
            <para>Represents the following attribute in the schema: state </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sheet.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sheet.#ctor">
            <summary>
            Initializes a new instance of the Sheet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sheet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookView">
             <summary>
             <para>Workbook View.</para>
             <para> When the object is serialized out as xml, its qualified name is x:workbookView.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility">
            <summary>
            <para> Visibility.</para>
            <para>Represents the following attribute in the schema: visibility </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized">
            <summary>
            <para> Minimized.</para>
            <para>Represents the following attribute in the schema: minimized </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll">
            <summary>
            <para> Show Horizontal Scroll.</para>
            <para>Represents the following attribute in the schema: showHorizontalScroll </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll">
            <summary>
            <para> Show Vertical Scroll.</para>
            <para>Represents the following attribute in the schema: showVerticalScroll </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs">
            <summary>
            <para> Show Sheet Tabs.</para>
            <para>Represents the following attribute in the schema: showSheetTabs </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow">
            <summary>
            <para> Upper Left Corner (X Coordinate).</para>
            <para>Represents the following attribute in the schema: xWindow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow">
            <summary>
            <para> Upper Left Corner (Y Coordinate).</para>
            <para>Represents the following attribute in the schema: yWindow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth">
            <summary>
            <para> Window Width.</para>
            <para>Represents the following attribute in the schema: windowWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight">
            <summary>
            <para> Window Height.</para>
            <para>Represents the following attribute in the schema: windowHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio">
            <summary>
            <para> Sheet Tab Ratio.</para>
            <para>Represents the following attribute in the schema: tabRatio </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet">
            <summary>
            <para> First Sheet.</para>
            <para>Represents the following attribute in the schema: firstSheet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab">
            <summary>
            <para> Active Sheet Index.</para>
            <para>Represents the following attribute in the schema: activeTab </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping">
            <summary>
            <para> AutoFilter Date Grouping.</para>
            <para>Represents the following attribute in the schema: autoFilterDateGrouping </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.#ctor">
            <summary>
            Initializes a new instance of the WorkbookView class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WorkbookView class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WorkbookView class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WorkbookView class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList">
            <summary>
            <para> ExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookView.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DefinedName">
            <summary>
            <para>Defined Name.</para>
            <para> When the object is serialized out as xml, its qualified name is x:definedName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DefinedName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name">
            <summary>
            <para> Defined Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment">
            <summary>
            <para> Comment.</para>
            <para>Represents the following attribute in the schema: comment </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu">
            <summary>
            <para> Custom Menu Text.</para>
            <para>Represents the following attribute in the schema: customMenu </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description">
            <summary>
            <para> Description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help">
            <summary>
            <para> Help.</para>
            <para>Represents the following attribute in the schema: help </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar">
            <summary>
            <para> Status Bar.</para>
            <para>Represents the following attribute in the schema: statusBar </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId">
            <summary>
            <para> Local Name Sheet Id.</para>
            <para>Represents the following attribute in the schema: localSheetId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden">
            <summary>
            <para> Hidden Name.</para>
            <para>Represents the following attribute in the schema: hidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function">
            <summary>
            <para> Function.</para>
            <para>Represents the following attribute in the schema: function </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure">
            <summary>
            <para> Procedure.</para>
            <para>Represents the following attribute in the schema: vbProcedure </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm">
            <summary>
            <para> External Function.</para>
            <para>Represents the following attribute in the schema: xlm </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId">
            <summary>
            <para> Function Group Id.</para>
            <para>Represents the following attribute in the schema: functionGroupId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey">
            <summary>
            <para> Shortcut Key.</para>
            <para>Represents the following attribute in the schema: shortcutKey </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer">
            <summary>
            <para> Publish To Server.</para>
            <para>Represents the following attribute in the schema: publishToServer </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter">
            <summary>
            <para> Workbook Parameter (Server).</para>
            <para>Represents the following attribute in the schema: workbookParameter </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DefinedName.#ctor">
            <summary>
            Initializes a new instance of the DefinedName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DefinedName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefinedName class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DefinedName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FunctionGroup">
            <summary>
            <para>Function Group.</para>
            <para> When the object is serialized out as xml, its qualified name is x:functionGroup.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name">
            <summary>
            <para> Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.#ctor">
            <summary>
            Initializes a new instance of the FunctionGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableExtension">
             <summary>
             <para>Defines the TableExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.Table &lt;x14:table></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtension.#ctor">
            <summary>
            Initializes a new instance of the TableExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor">
             <summary>
             <para>Defines the ObjectAnchor Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is x:anchor.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FromMarker &lt;x:from></description></item>
            <item><description>ToMarker &lt;x:to></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells">
            <summary>
            <para> moveWithCells.</para>
            <para>Represents the following attribute in the schema: moveWithCells </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells">
            <summary>
            <para> sizeWithCells.</para>
            <para>Represents the following attribute in the schema: sizeWithCells </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder">
            <summary>
            <para> z-order.</para>
            <para>Represents the following attribute in the schema: z-order </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.#ctor">
            <summary>
            Initializes a new instance of the ObjectAnchor class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ObjectAnchor class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ObjectAnchor class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ObjectAnchor class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker">
            <summary>
            <para> FromMarker.</para>
            <para> Represents the following element tag in the schema: x:from </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker">
            <summary>
            <para> ToMarker.</para>
            <para> Represents the following element tag in the schema: x:to </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FromMarker">
             <summary>
             <para>Defines the FromMarker Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is x:from.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId &lt;xdr:col></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset &lt;xdr:colOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId &lt;xdr:row></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset &lt;xdr:rowOff></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FromMarker.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FromMarker.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FromMarker.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FromMarker.#ctor">
            <summary>
            Initializes a new instance of the FromMarker class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FromMarker.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FromMarker class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FromMarker.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FromMarker class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FromMarker.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FromMarker class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FromMarker.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ToMarker">
             <summary>
             <para>Defines the ToMarker Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is x:to.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId &lt;xdr:col></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset &lt;xdr:colOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId &lt;xdr:row></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset &lt;xdr:rowOff></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ToMarker.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ToMarker.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ToMarker.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ToMarker.#ctor">
            <summary>
            Initializes a new instance of the ToMarker class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ToMarker.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ToMarker class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ToMarker.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ToMarker class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ToMarker.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ToMarker class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ToMarker.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MarkerType">
             <summary>
             Defines the MarkerType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId &lt;xdr:col></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset &lt;xdr:colOff></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId &lt;xdr:row></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset &lt;xdr:rowOff></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId">
            <summary>
            <para> Column).</para>
            <para> Represents the following element tag in the schema: xdr:col </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset">
            <summary>
            <para> Column Offset.</para>
            <para> Represents the following element tag in the schema: xdr:colOff </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId">
            <summary>
            <para> Row.</para>
            <para> Represents the following element tag in the schema: xdr:row </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset">
            <summary>
            <para> Row Offset.</para>
            <para> Represents the following element tag in the schema: xdr:rowOff </para>
            </summary>
            <remark>
            xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MarkerType.#ctor">
            <summary>
            Initializes a new instance of the MarkerType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MarkerType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MarkerType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MarkerType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MarkerType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MarkerType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MarkerType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension">
             <summary>
             <para>Defines the ConditionalFormattingRuleExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.Id &lt;x14:id></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormattingRuleExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormattingRuleExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormattingRuleExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormattingRuleExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension">
             <summary>
             <para>Defines the PivotHierarchyExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy &lt;x14:pivotHierarchy></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.#ctor">
            <summary>
            Initializes a new instance of the PivotHierarchyExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotHierarchyExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotHierarchyExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotHierarchyExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension">
             <summary>
             <para>Defines the PivotFieldExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.PivotField &lt;x14:pivotField></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.#ctor">
            <summary>
            Initializes a new instance of the PivotFieldExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotFieldExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotFieldExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotFieldExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension">
             <summary>
             <para>Defines the CacheSourceExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.SourceConnection &lt;x14:sourceConnection></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.#ctor">
            <summary>
            Initializes a new instance of the CacheSourceExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheSourceExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheSourceExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheSourceExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableColumns">
             <summary>
             <para>Table Columns.</para>
             <para> When the object is serialized out as xml, its qualified name is x:tableColumns.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableColumn &lt;x:tableColumn></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumns.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumns.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumns.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count">
            <summary>
            <para> Column Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumns.#ctor">
            <summary>
            Initializes a new instance of the TableColumns class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumns.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableColumns class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumns.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableColumns class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumns.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableColumns class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableColumns.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo">
            <summary>
            <para>Table Style.</para>
            <para> When the object is serialized out as xml, its qualified name is x:tableStyleInfo.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name">
            <summary>
            <para> Style Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn">
            <summary>
            <para> Show First Column.</para>
            <para>Represents the following attribute in the schema: showFirstColumn </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn">
            <summary>
            <para> Show Last Column.</para>
            <para>Represents the following attribute in the schema: showLastColumn </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes">
            <summary>
            <para> Show Row Stripes.</para>
            <para>Represents the following attribute in the schema: showRowStripes </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes">
            <summary>
            <para> Show Column Stripes.</para>
            <para>Represents the following attribute in the schema: showColumnStripes </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.#ctor">
            <summary>
            Initializes a new instance of the TableStyleInfo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList">
             <summary>
             <para>Future Feature Data Storage Area.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.#ctor">
            <summary>
            Initializes a new instance of the TableExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleItem">
            <summary>
            <para>OLE Link Item.</para>
            <para> When the object is serialized out as xml, its qualified name is x:oleItem.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleItem.Name">
            <summary>
            <para> OLE Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon">
            <summary>
            <para> Icon.</para>
            <para>Represents the following attribute in the schema: icon </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise">
            <summary>
            <para> Advise.</para>
            <para>Represents the following attribute in the schema: advise </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture">
            <summary>
            <para> Object is an Image.</para>
            <para>Represents the following attribute in the schema: preferPic </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleItem.#ctor">
            <summary>
            Initializes a new instance of the OleItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.StartBorder">
             <summary>
             <para>Defines the StartBorder Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is x:start.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StartBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StartBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StartBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StartBorder.#ctor">
            <summary>
            Initializes a new instance of the StartBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StartBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StartBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StartBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StartBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StartBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StartBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StartBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.EndBorder">
             <summary>
             <para>Defines the EndBorder Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is x:end.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EndBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EndBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EndBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EndBorder.#ctor">
            <summary>
            Initializes a new instance of the EndBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EndBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EndBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EndBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EndBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EndBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EndBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EndBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.LeftBorder">
             <summary>
             <para>Left Border.</para>
             <para> When the object is serialized out as xml, its qualified name is x:left.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.LeftBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LeftBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LeftBorder.#ctor">
            <summary>
            Initializes a new instance of the LeftBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LeftBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LeftBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LeftBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LeftBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LeftBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LeftBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LeftBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RightBorder">
             <summary>
             <para>Right Border.</para>
             <para> When the object is serialized out as xml, its qualified name is x:right.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RightBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RightBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RightBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RightBorder.#ctor">
            <summary>
            Initializes a new instance of the RightBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RightBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RightBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RightBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RightBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RightBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RightBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RightBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TopBorder">
             <summary>
             <para>Top Border.</para>
             <para> When the object is serialized out as xml, its qualified name is x:top.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TopBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TopBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TopBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TopBorder.#ctor">
            <summary>
            Initializes a new instance of the TopBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TopBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TopBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TopBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TopBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TopBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TopBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TopBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.BottomBorder">
             <summary>
             <para>Bottom Border.</para>
             <para> When the object is serialized out as xml, its qualified name is x:bottom.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BottomBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BottomBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BottomBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BottomBorder.#ctor">
            <summary>
            Initializes a new instance of the BottomBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BottomBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BottomBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BottomBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BottomBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BottomBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BottomBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BottomBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder">
             <summary>
             <para>Diagonal.</para>
             <para> When the object is serialized out as xml, its qualified name is x:diagonal.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.#ctor">
            <summary>
            Initializes a new instance of the DiagonalBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DiagonalBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DiagonalBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DiagonalBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder">
             <summary>
             <para>Vertical Inner Border.</para>
             <para> When the object is serialized out as xml, its qualified name is x:vertical.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.#ctor">
            <summary>
            Initializes a new instance of the VerticalBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the VerticalBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the VerticalBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VerticalBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder">
             <summary>
             <para>Horizontal Inner Borders.</para>
             <para> When the object is serialized out as xml, its qualified name is x:horizontal.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.#ctor">
            <summary>
            Initializes a new instance of the HorizontalBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HorizontalBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HorizontalBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HorizontalBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType">
             <summary>
             Defines the BorderPropertiesType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style">
            <summary>
            <para> Line Style.</para>
            <para>Represents the following attribute in the schema: style </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color">
            <summary>
            <para> Color.</para>
            <para> Represents the following element tag in the schema: x:color </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.#ctor">
            <summary>
            Initializes a new instance of the BorderPropertiesType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BorderPropertiesType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BorderPropertiesType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BorderPropertiesType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ControlProperties">
             <summary>
             <para>Defines the ControlProperties Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is x:controlPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ObjectAnchor &lt;x:anchor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked">
            <summary>
            <para> locked.</para>
            <para>Represents the following attribute in the schema: locked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize">
            <summary>
            <para> defaultSize.</para>
            <para>Represents the following attribute in the schema: defaultSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print">
            <summary>
            <para> print.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled">
            <summary>
            <para> disabled.</para>
            <para>Represents the following attribute in the schema: disabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways">
            <summary>
            <para> recalcAlways.</para>
            <para>Represents the following attribute in the schema: recalcAlways </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject">
            <summary>
            <para> uiObject.</para>
            <para>Represents the following attribute in the schema: uiObject </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill">
            <summary>
            <para> autoFill.</para>
            <para>Represents the following attribute in the schema: autoFill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine">
            <summary>
            <para> autoLine.</para>
            <para>Represents the following attribute in the schema: autoLine </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict">
            <summary>
            <para> autoPict.</para>
            <para>Represents the following attribute in the schema: autoPict </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro">
            <summary>
            <para> macro.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText">
            <summary>
            <para> altText.</para>
            <para>Represents the following attribute in the schema: altText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell">
            <summary>
            <para> linkedCell.</para>
            <para>Represents the following attribute in the schema: linkedCell </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange">
            <summary>
            <para> listFillRange.</para>
            <para>Represents the following attribute in the schema: listFillRange </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf">
            <summary>
            <para> cf.</para>
            <para>Represents the following attribute in the schema: cf </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.#ctor">
            <summary>
            Initializes a new instance of the ControlProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ControlProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ControlProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ControlProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor">
            <summary>
            <para> ObjectAnchor.</para>
            <para> Represents the following element tag in the schema: x:anchor </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ControlProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties">
             <summary>
             <para>Defines the EmbeddedObjectProperties Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is x:objectPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ObjectAnchor &lt;x:anchor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked">
            <summary>
            <para> locked.</para>
            <para>Represents the following attribute in the schema: locked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize">
            <summary>
            <para> defaultSize.</para>
            <para>Represents the following attribute in the schema: defaultSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print">
            <summary>
            <para> print.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled">
            <summary>
            <para> disabled.</para>
            <para>Represents the following attribute in the schema: disabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject">
            <summary>
            <para> uiObject.</para>
            <para>Represents the following attribute in the schema: uiObject </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill">
            <summary>
            <para> autoFill.</para>
            <para>Represents the following attribute in the schema: autoFill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine">
            <summary>
            <para> autoLine.</para>
            <para>Represents the following attribute in the schema: autoLine </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict">
            <summary>
            <para> autoPict.</para>
            <para>Represents the following attribute in the schema: autoPict </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro">
            <summary>
            <para> macro.</para>
            <para>Represents the following attribute in the schema: macro </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText">
            <summary>
            <para> altText.</para>
            <para>Represents the following attribute in the schema: altText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde">
            <summary>
            <para> dde.</para>
            <para>Represents the following attribute in the schema: dde </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.#ctor">
            <summary>
            Initializes a new instance of the EmbeddedObjectProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EmbeddedObjectProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EmbeddedObjectProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EmbeddedObjectProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor">
            <summary>
            <para> ObjectAnchor.</para>
            <para> Represents the following element tag in the schema: x:anchor </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties">
             <summary>
             <para>Chart Sheet Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TabColor &lt;x:tabColor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published">
            <summary>
            <para> Published.</para>
            <para>Represents the following attribute in the schema: published </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName">
            <summary>
            <para> Code Name.</para>
            <para>Represents the following attribute in the schema: codeName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.#ctor">
            <summary>
            Initializes a new instance of the ChartSheetProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartSheetProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartSheetProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartSheetProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor">
            <summary>
            <para> TabColor.</para>
            <para> Represents the following element tag in the schema: x:tabColor </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews">
             <summary>
             <para>Chart Sheet Views.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetViews.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartSheetView &lt;x:sheetView></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.#ctor">
            <summary>
            Initializes a new instance of the ChartSheetViews class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartSheetViews class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartSheetViews class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartSheetViews class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection">
            <summary>
            <para>Chart Sheet Protection.</para>
            <para> When the object is serialized out as xml, its qualified name is x:sheetProtection.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password">
            <summary>
            <para> Password.</para>
            <para>Represents the following attribute in the schema: password </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName">
            <summary>
            <para> Cryptographic Algorithm Name.</para>
            <para>Represents the following attribute in the schema: algorithmName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue">
            <summary>
            <para> Password Hash Value.</para>
            <para>Represents the following attribute in the schema: hashValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue">
            <summary>
            <para> Salt Value for Password Verifier.</para>
            <para>Represents the following attribute in the schema: saltValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount">
            <summary>
            <para> Iterations to Run Hashing Algorithm.</para>
            <para>Represents the following attribute in the schema: spinCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content">
            <summary>
            <para> Contents.</para>
            <para>Represents the following attribute in the schema: content </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects">
            <summary>
            <para> Objects Locked.</para>
            <para>Represents the following attribute in the schema: objects </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.#ctor">
            <summary>
            Initializes a new instance of the ChartSheetProtection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews">
             <summary>
             <para>Custom Chart Sheet Views.</para>
             <para> When the object is serialized out as xml, its qualified name is x:customSheetViews.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomChartsheetView &lt;x:customSheetView></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.#ctor">
            <summary>
            Initializes a new instance of the CustomChartsheetViews class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomChartsheetViews class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomChartsheetViews class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomChartsheetViews class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Drawing">
            <summary>
            <para>Drawing.</para>
            <para> When the object is serialized out as xml, its qualified name is x:drawing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Drawing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Drawing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Drawing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Drawing.Id">
             <summary>
             <para> Relationship id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Drawing.#ctor">
            <summary>
            Initializes a new instance of the Drawing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Drawing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing">
            <summary>
            <para>Defines the LegacyDrawing Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:legacyDrawing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.#ctor">
            <summary>
            Initializes a new instance of the LegacyDrawing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter">
            <summary>
            <para>Legacy Drawing Reference in Header Footer.</para>
            <para> When the object is serialized out as xml, its qualified name is x:legacyDrawingHF.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.#ctor">
            <summary>
            Initializes a new instance of the LegacyDrawingHeaderFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType">
            <summary>
            Defines the LegacyDrawingType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.#ctor">
            <summary>
            Initializes a new instance of the LegacyDrawingType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter">
            <summary>
            <para>Defines the DrawingHeaderFooter Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:drawingHF.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho">
            <summary>
            <para> lho.</para>
            <para>Represents the following attribute in the schema: lho </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe">
            <summary>
            <para> lhe.</para>
            <para>Represents the following attribute in the schema: lhe </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf">
            <summary>
            <para> lhf.</para>
            <para>Represents the following attribute in the schema: lhf </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho">
            <summary>
            <para> cho.</para>
            <para>Represents the following attribute in the schema: cho </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che">
            <summary>
            <para> che.</para>
            <para>Represents the following attribute in the schema: che </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf">
            <summary>
            <para> chf.</para>
            <para>Represents the following attribute in the schema: chf </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho">
            <summary>
            <para> rho.</para>
            <para>Represents the following attribute in the schema: rho </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe">
            <summary>
            <para> rhe.</para>
            <para>Represents the following attribute in the schema: rhe </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf">
            <summary>
            <para> rhf.</para>
            <para>Represents the following attribute in the schema: rhf </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo">
            <summary>
            <para> lfo.</para>
            <para>Represents the following attribute in the schema: lfo </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe">
            <summary>
            <para> lfe.</para>
            <para>Represents the following attribute in the schema: lfe </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff">
            <summary>
            <para> lff.</para>
            <para>Represents the following attribute in the schema: lff </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo">
            <summary>
            <para> cfo.</para>
            <para>Represents the following attribute in the schema: cfo </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe">
            <summary>
            <para> cfe.</para>
            <para>Represents the following attribute in the schema: cfe </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff">
            <summary>
            <para> cff.</para>
            <para>Represents the following attribute in the schema: cff </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo">
            <summary>
            <para> rfo.</para>
            <para>Represents the following attribute in the schema: rfo </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe">
            <summary>
            <para> rfe.</para>
            <para>Represents the following attribute in the schema: rfe </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff">
            <summary>
            <para> rff.</para>
            <para>Represents the following attribute in the schema: rff </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.#ctor">
            <summary>
            Initializes a new instance of the DrawingHeaderFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Picture">
            <summary>
            <para>Defines the Picture Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:picture.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Picture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Picture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Picture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Picture.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Picture.#ctor">
            <summary>
            Initializes a new instance of the Picture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Picture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems">
             <summary>
             <para>Defines the WebPublishItems Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:webPublishItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WebPublishItem &lt;x:webPublishItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count">
            <summary>
            <para> Web Publishing Items Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.#ctor">
            <summary>
            Initializes a new instance of the WebPublishItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebPublishItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebPublishItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebPublishItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColorScale">
             <summary>
             <para>Color Scale.</para>
             <para> When the object is serialized out as xml, its qualified name is x:colorScale.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormatValueObject &lt;x:cfvo></description></item>
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorScale.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorScale.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorScale.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorScale.#ctor">
            <summary>
            Initializes a new instance of the ColorScale class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorScale.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColorScale class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorScale.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColorScale class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorScale.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColorScale class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorScale.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataBar">
             <summary>
             <para>Data Bar.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dataBar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormatValueObject &lt;x:cfvo></description></item>
            <item><description>Color &lt;x:color></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength">
            <summary>
            <para> Minimum Length.</para>
            <para>Represents the following attribute in the schema: minLength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength">
            <summary>
            <para> Maximum Length.</para>
            <para>Represents the following attribute in the schema: maxLength </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue">
            <summary>
            <para> Show Values.</para>
            <para>Represents the following attribute in the schema: showValue </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBar.#ctor">
            <summary>
            Initializes a new instance of the DataBar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataBar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataBar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataBar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataBar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.IconSet">
             <summary>
             <para>Icon Set.</para>
             <para> When the object is serialized out as xml, its qualified name is x:iconSet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormatValueObject &lt;x:cfvo></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IconSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IconSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IconSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue">
            <summary>
            <para> Icon Set.</para>
            <para>Represents the following attribute in the schema: iconSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue">
            <summary>
            <para> Show Value.</para>
            <para>Represents the following attribute in the schema: showValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent">
            <summary>
            <para> Percent.</para>
            <para>Represents the following attribute in the schema: percent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse">
            <summary>
            <para> Reverse Icons.</para>
            <para>Represents the following attribute in the schema: reverse </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IconSet.#ctor">
            <summary>
            Initializes a new instance of the IconSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IconSet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the IconSet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IconSet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the IconSet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IconSet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the IconSet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IconSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList">
             <summary>
             <para>Defines the ConditionalFormattingRuleExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormattingRuleExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormattingRuleExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormattingRuleExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormattingRuleExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormattingRuleExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataReferences">
             <summary>
             <para>Data Consolidation References.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dataRefs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataReference &lt;x:dataRef></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataReferences.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataReferences.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataReferences.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count">
            <summary>
            <para> Data Consolidation Reference Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataReferences.#ctor">
            <summary>
            Initializes a new instance of the DataReferences class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataReferences.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataReferences class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataReferences.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataReferences class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataReferences.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataReferences class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataReferences.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetProperties">
             <summary>
             <para>Sheet Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TabColor &lt;x:tabColor></description></item>
            <item><description>OutlineProperties &lt;x:outlinePr></description></item>
            <item><description>PageSetupProperties &lt;x:pageSetUpPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal">
            <summary>
            <para> Synch Horizontal.</para>
            <para>Represents the following attribute in the schema: syncHorizontal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical">
            <summary>
            <para> Synch Vertical.</para>
            <para>Represents the following attribute in the schema: syncVertical </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference">
            <summary>
            <para> Synch Reference.</para>
            <para>Represents the following attribute in the schema: syncRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation">
            <summary>
            <para> Transition Formula Evaluation.</para>
            <para>Represents the following attribute in the schema: transitionEvaluation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry">
            <summary>
            <para> Transition Formula Entry.</para>
            <para>Represents the following attribute in the schema: transitionEntry </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published">
            <summary>
            <para> Published.</para>
            <para>Represents the following attribute in the schema: published </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName">
            <summary>
            <para> Code Name.</para>
            <para>Represents the following attribute in the schema: codeName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode">
            <summary>
            <para> Filter Mode.</para>
            <para>Represents the following attribute in the schema: filterMode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation">
            <summary>
            <para> Enable Conditional Formatting Calculations.</para>
            <para>Represents the following attribute in the schema: enableFormatConditionsCalculation </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.#ctor">
            <summary>
            Initializes a new instance of the SheetProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SheetProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SheetProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SheetProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor">
            <summary>
            <para> Sheet Tab Color.</para>
            <para> Represents the following element tag in the schema: x:tabColor </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties">
            <summary>
            <para> Outline Properties.</para>
            <para> Represents the following element tag in the schema: x:outlinePr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties">
            <summary>
            <para> Page Setup Properties.</para>
            <para> Represents the following element tag in the schema: x:pageSetUpPr </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetViews">
             <summary>
             <para>Dialog Sheet Views.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetViews.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SheetView &lt;x:sheetView></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetViews.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetViews.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetViews.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetViews.#ctor">
            <summary>
            Initializes a new instance of the SheetViews class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetViews.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SheetViews class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetViews.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SheetViews class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetViews.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SheetViews class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetViews.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties">
            <summary>
            <para>Dialog Sheet Format Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is x:sheetFormatPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth">
            <summary>
            <para> Base Column Width.</para>
            <para>Represents the following attribute in the schema: baseColWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth">
            <summary>
            <para> Default Column Width.</para>
            <para>Represents the following attribute in the schema: defaultColWidth </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight">
            <summary>
            <para> Default Row Height.</para>
            <para>Represents the following attribute in the schema: defaultRowHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight">
            <summary>
            <para> Custom Height.</para>
            <para>Represents the following attribute in the schema: customHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight">
            <summary>
            <para> Hidden By Default.</para>
            <para>Represents the following attribute in the schema: zeroHeight </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop">
            <summary>
            <para> Thick Top Border.</para>
            <para>Represents the following attribute in the schema: thickTop </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom">
            <summary>
            <para> Thick Bottom Border.</para>
            <para>Represents the following attribute in the schema: thickBottom </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow">
            <summary>
            <para> Maximum Outline Row.</para>
            <para>Represents the following attribute in the schema: outlineLevelRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn">
            <summary>
            <para> Column Outline Level.</para>
            <para>Represents the following attribute in the schema: outlineLevelCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent">
             <summary>
             <para> dyDescent.</para>
             <para>Represents the following attribute in the schema: x14ac:dyDescent </para>
             </summary>
            <remark> xmlns:x14ac=http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.#ctor">
            <summary>
            Initializes a new instance of the SheetFormatProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetProtection">
            <summary>
            <para>Sheet Protection.</para>
            <para> When the object is serialized out as xml, its qualified name is x:sheetProtection.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password">
            <summary>
            <para> Password.</para>
            <para>Represents the following attribute in the schema: password </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName">
            <summary>
            <para> Cryptographic Algorithm Name.</para>
            <para>Represents the following attribute in the schema: algorithmName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue">
            <summary>
            <para> Password Hash Value.</para>
            <para>Represents the following attribute in the schema: hashValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue">
            <summary>
            <para> Salt Value for Password Verifier.</para>
            <para>Represents the following attribute in the schema: saltValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount">
            <summary>
            <para> Iterations to Run Hashing Algorithm.</para>
            <para>Represents the following attribute in the schema: spinCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet">
            <summary>
            <para> Sheet Locked.</para>
            <para>Represents the following attribute in the schema: sheet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects">
            <summary>
            <para> Objects Locked.</para>
            <para>Represents the following attribute in the schema: objects </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios">
            <summary>
            <para> Scenarios Locked.</para>
            <para>Represents the following attribute in the schema: scenarios </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells">
            <summary>
            <para> Format Cells Locked.</para>
            <para>Represents the following attribute in the schema: formatCells </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns">
            <summary>
            <para> Format Columns Locked.</para>
            <para>Represents the following attribute in the schema: formatColumns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows">
            <summary>
            <para> Format Rows Locked.</para>
            <para>Represents the following attribute in the schema: formatRows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns">
            <summary>
            <para> Insert Columns Locked.</para>
            <para>Represents the following attribute in the schema: insertColumns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows">
            <summary>
            <para> Insert Rows Locked.</para>
            <para>Represents the following attribute in the schema: insertRows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks">
            <summary>
            <para> Insert Hyperlinks Locked.</para>
            <para>Represents the following attribute in the schema: insertHyperlinks </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns">
            <summary>
            <para> Delete Columns Locked.</para>
            <para>Represents the following attribute in the schema: deleteColumns </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows">
            <summary>
            <para> Delete Rows Locked.</para>
            <para>Represents the following attribute in the schema: deleteRows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells">
            <summary>
            <para> Select Locked Cells Locked.</para>
            <para>Represents the following attribute in the schema: selectLockedCells </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort">
            <summary>
            <para> Sort Locked.</para>
            <para>Represents the following attribute in the schema: sort </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter">
            <summary>
            <para> AutoFilter Locked.</para>
            <para>Represents the following attribute in the schema: autoFilter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables">
            <summary>
            <para> Pivot Tables Locked.</para>
            <para>Represents the following attribute in the schema: pivotTables </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells">
            <summary>
            <para> Select Unlocked Cells Locked.</para>
            <para>Represents the following attribute in the schema: selectUnlockedCells </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.#ctor">
            <summary>
            Initializes a new instance of the SheetProtection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetProtection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews">
             <summary>
             <para>Custom Sheet Views.</para>
             <para> When the object is serialized out as xml, its qualified name is x:customSheetViews.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomSheetView &lt;x:customSheetView></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.#ctor">
            <summary>
            Initializes a new instance of the CustomSheetViews class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomSheetViews class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomSheetViews class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomSheetViews class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleObjects">
             <summary>
             <para>Defines the OleObjects Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:oleObjects.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>OleObject &lt;x:oleObject></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObjects.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleObjects.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObjects.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObjects.#ctor">
            <summary>
            Initializes a new instance of the OleObjects class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObjects.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OleObjects class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObjects.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OleObjects class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObjects.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleObjects class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleObjects.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Controls">
             <summary>
             <para>Defines the Controls Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:controls.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Control &lt;x:control></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Controls.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Controls.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Controls.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Controls.#ctor">
            <summary>
            Initializes a new instance of the Controls class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Controls.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Controls class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Controls.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Controls class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Controls.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Controls class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Controls.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetDimension">
            <summary>
            <para>Macro Sheet Dimensions.</para>
            <para> When the object is serialized out as xml, its qualified name is x:dimension.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetDimension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetDimension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetDimension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetDimension.#ctor">
            <summary>
            Initializes a new instance of the SheetDimension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetDimension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Columns">
             <summary>
             <para>Column Information.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cols.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Column &lt;x:col></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Columns.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Columns.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Columns.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Columns.#ctor">
            <summary>
            Initializes a new instance of the Columns class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Columns.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Columns class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Columns.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Columns class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Columns.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Columns class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Columns.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetData">
             <summary>
             <para>Sheet Data.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheetData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Row &lt;x:row></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetData.#ctor">
            <summary>
            Initializes a new instance of the SheetData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SheetData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SheetData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SheetData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate">
             <summary>
             <para>Data Consolidation.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dataConsolidate.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataReferences &lt;x:dataRefs></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function">
            <summary>
            <para> Function Index.</para>
            <para>Represents the following attribute in the schema: function </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels">
            <summary>
            <para> Use Left Column Labels.</para>
            <para>Represents the following attribute in the schema: leftLabels </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels">
            <summary>
            <para> startLabels, this property is only available in Office2010.</para>
            <para>Represents the following attribute in the schema: startLabels </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels">
            <summary>
            <para> Labels In Top Row.</para>
            <para>Represents the following attribute in the schema: topLabels </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link">
            <summary>
            <para> Link.</para>
            <para>Represents the following attribute in the schema: link </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.#ctor">
            <summary>
            Initializes a new instance of the DataConsolidate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataConsolidate class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataConsolidate class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataConsolidate class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences">
            <summary>
            <para> Data Consolidation References.</para>
            <para> Represents the following element tag in the schema: x:dataRefs </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting">
             <summary>
             <para>Conditional Formatting.</para>
             <para> When the object is serialized out as xml, its qualified name is x:conditionalFormatting.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormattingRule &lt;x:cfRule></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot">
            <summary>
            <para> PivotTable Conditional Formatting.</para>
            <para>Represents the following attribute in the schema: pivot </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences">
            <summary>
            <para> Sequence of Refernces.</para>
            <para>Represents the following attribute in the schema: sqref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormatting class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormatting class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormatting class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormatting class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomProperties">
             <summary>
             <para>Custom Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:customProperties.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomProperty &lt;x:customPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomProperties.#ctor">
            <summary>
            Initializes a new instance of the CustomProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MemberProperties">
             <summary>
             <para>OLAP Member Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is x:mps.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MemberProperty &lt;x:mp></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count">
            <summary>
            <para> OLAP Member Properties Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberProperties.#ctor">
            <summary>
            Initializes a new instance of the MemberProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MemberProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MemberProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MemberProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MemberProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Members">
             <summary>
             <para>Members.</para>
             <para> When the object is serialized out as xml, its qualified name is x:members.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Member &lt;x:member></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Members.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Members.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Members.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Members.Count">
            <summary>
            <para> Item Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Members.Level">
            <summary>
            <para> Hierarchy Level.</para>
            <para>Represents the following attribute in the schema: level </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Members.#ctor">
            <summary>
            Initializes a new instance of the Members class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Members.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Members class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Members.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Members class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Members.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Members class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Members.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList">
             <summary>
             <para>Future Feature Data Storage Area.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotHierarchyExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.#ctor">
            <summary>
            Initializes a new instance of the PivotHierarchyExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotHierarchyExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotHierarchyExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotHierarchyExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Items">
             <summary>
             <para>Field Items.</para>
             <para> When the object is serialized out as xml, its qualified name is x:items.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Item &lt;x:item></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Items.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Items.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Items.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Items.Count">
            <summary>
            <para> Field Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Items.#ctor">
            <summary>
            Initializes a new instance of the Items class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Items.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Items class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Items.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Items class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Items.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Items class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Items.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope">
             <summary>
             <para>AutoSort Scope.</para>
             <para> When the object is serialized out as xml, its qualified name is x:autoSortScope.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotArea &lt;x:pivotArea></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.#ctor">
            <summary>
            Initializes a new instance of the AutoSortScope class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AutoSortScope class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AutoSortScope class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AutoSortScope class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea">
            <summary>
            <para> Auto Sort Scope.</para>
            <para> Represents the following element tag in the schema: x:pivotArea </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList">
             <summary>
             <para>Future Feature Data Storage Area.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotFieldExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.#ctor">
            <summary>
            Initializes a new instance of the PivotFieldExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotFieldExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotFieldExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotFieldExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource">
            <summary>
            <para>Defines the WorksheetSource Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:worksheetSource.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name">
            <summary>
            <para> Named Range.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet">
            <summary>
            <para> Sheet Name.</para>
            <para>Represents the following attribute in the schema: sheet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id">
             <summary>
             <para> Relationship Id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.#ctor">
            <summary>
            Initializes a new instance of the WorksheetSource class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Consolidation">
             <summary>
             <para>Defines the Consolidation Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:consolidation.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Pages &lt;x:pages></description></item>
            <item><description>RangeSets &lt;x:rangeSets></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Consolidation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Consolidation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Consolidation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage">
            <summary>
            <para> Auto Page.</para>
            <para>Represents the following attribute in the schema: autoPage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Consolidation.#ctor">
            <summary>
            Initializes a new instance of the Consolidation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Consolidation.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Consolidation class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Consolidation.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Consolidation class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Consolidation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Consolidation class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages">
            <summary>
            <para> Page Item Values.</para>
            <para> Represents the following element tag in the schema: x:pages </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets">
            <summary>
            <para> Range Sets.</para>
            <para> Represents the following element tag in the schema: x:rangeSets </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Consolidation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList">
             <summary>
             <para>Defines the CacheSourceExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CacheSourceExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.#ctor">
            <summary>
            Initializes a new instance of the CacheSourceExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheSourceExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheSourceExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheSourceExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CommentProperties">
             <summary>
             <para>Defines the CommentProperties Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is x:commentPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ObjectAnchor &lt;x:anchor></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked">
            <summary>
            <para> locked.</para>
            <para>Represents the following attribute in the schema: locked </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize">
            <summary>
            <para> defaultSize.</para>
            <para>Represents the following attribute in the schema: defaultSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print">
            <summary>
            <para> print.</para>
            <para>Represents the following attribute in the schema: print </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled">
            <summary>
            <para> disabled.</para>
            <para>Represents the following attribute in the schema: disabled </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject">
            <summary>
            <para> uiObject.</para>
            <para>Represents the following attribute in the schema: uiObject </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill">
            <summary>
            <para> autoFill.</para>
            <para>Represents the following attribute in the schema: autoFill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine">
            <summary>
            <para> autoLine.</para>
            <para>Represents the following attribute in the schema: autoLine </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText">
            <summary>
            <para> altText.</para>
            <para>Represents the following attribute in the schema: altText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign">
            <summary>
            <para> textHAlign.</para>
            <para>Represents the following attribute in the schema: textHAlign </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign">
            <summary>
            <para> textVAlign.</para>
            <para>Represents the following attribute in the schema: textVAlign </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText">
            <summary>
            <para> lockText.</para>
            <para>Represents the following attribute in the schema: lockText </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX">
            <summary>
            <para> justLastX.</para>
            <para>Represents the following attribute in the schema: justLastX </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale">
            <summary>
            <para> autoScale.</para>
            <para>Represents the following attribute in the schema: autoScale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden">
            <summary>
            <para> rowHidden.</para>
            <para>Represents the following attribute in the schema: rowHidden </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden">
            <summary>
            <para> colHidden.</para>
            <para>Represents the following attribute in the schema: colHidden </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.#ctor">
            <summary>
            Initializes a new instance of the CommentProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CommentProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CommentProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CommentProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor">
            <summary>
            <para> ObjectAnchor.</para>
            <para> Represents the following element tag in the schema: x:anchor </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SortCondition">
            <summary>
            <para>Defines the SortCondition Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:sortCondition.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortCondition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortCondition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortCondition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending">
            <summary>
            <para> Descending.</para>
            <para>Represents the following attribute in the schema: descending </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy">
            <summary>
            <para> Sort By.</para>
            <para>Represents the following attribute in the schema: sortBy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList">
            <summary>
            <para> Custom List.</para>
            <para>Represents the following attribute in the schema: customList </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId">
            <summary>
            <para> Format Id.</para>
            <para>Represents the following attribute in the schema: dxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet">
            <summary>
            <para> Icon Set.</para>
            <para>Represents the following attribute in the schema: iconSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId">
            <summary>
            <para> Icon Id.</para>
            <para>Represents the following attribute in the schema: iconId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortCondition.#ctor">
            <summary>
            Initializes a new instance of the SortCondition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SortCondition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Filter">
            <summary>
            <para>Filter.</para>
            <para> When the object is serialized out as xml, its qualified name is x:filter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Filter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Filter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Filter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Filter.Val">
            <summary>
            <para> Filter Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Filter.#ctor">
            <summary>
            Initializes a new instance of the Filter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Filter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem">
            <summary>
            <para>Date Grouping.</para>
            <para> When the object is serialized out as xml, its qualified name is x:dateGroupItem.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year">
            <summary>
            <para> Year.</para>
            <para>Represents the following attribute in the schema: year </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month">
            <summary>
            <para> Month.</para>
            <para>Represents the following attribute in the schema: month </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day">
            <summary>
            <para> Day.</para>
            <para>Represents the following attribute in the schema: day </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour">
            <summary>
            <para> Hour.</para>
            <para>Represents the following attribute in the schema: hour </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute">
            <summary>
            <para> Minute.</para>
            <para>Represents the following attribute in the schema: minute </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second">
            <summary>
            <para> Second.</para>
            <para>Represents the following attribute in the schema: second </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping">
            <summary>
            <para> Date Time Grouping.</para>
            <para>Represents the following attribute in the schema: dateTimeGrouping </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.#ctor">
            <summary>
            Initializes a new instance of the DateGroupItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Filters">
             <summary>
             <para>Filter Criteria.</para>
             <para> When the object is serialized out as xml, its qualified name is x:filters.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.Filter &lt;x14:filter></description></item>
            <item><description>Filter &lt;x:filter></description></item>
            <item><description>DateGroupItem &lt;x:dateGroupItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Filters.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Filters.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Filters.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Filters.Blank">
            <summary>
            <para> Filter by Blank.</para>
            <para>Represents the following attribute in the schema: blank </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType">
            <summary>
            <para> Calendar Type.</para>
            <para>Represents the following attribute in the schema: calendarType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Filters.#ctor">
            <summary>
            Initializes a new instance of the Filters class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Filters.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Filters class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Filters.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Filters class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Filters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Filters class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Filters.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Top10">
            <summary>
            <para>Top 10.</para>
            <para> When the object is serialized out as xml, its qualified name is x:top10.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Top10.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Top10.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Top10.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Top10.Top">
            <summary>
            <para> Top.</para>
            <para>Represents the following attribute in the schema: top </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Top10.Percent">
            <summary>
            <para> Filter by Percent.</para>
            <para>Represents the following attribute in the schema: percent </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Top10.Val">
            <summary>
            <para> Top or Bottom Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue">
            <summary>
            <para> Filter Value.</para>
            <para>Represents the following attribute in the schema: filterVal </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Top10.#ctor">
            <summary>
            Initializes a new instance of the Top10 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Top10.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomFilters">
             <summary>
             <para>Custom Filters.</para>
             <para> When the object is serialized out as xml, its qualified name is x:customFilters.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomFilter &lt;x:customFilter></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomFilters.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomFilters.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomFilters.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And">
            <summary>
            <para> And.</para>
            <para>Represents the following attribute in the schema: and </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomFilters.#ctor">
            <summary>
            Initializes a new instance of the CustomFilters class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomFilters.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomFilters class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomFilters.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomFilters class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomFilters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomFilters class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter">
            <summary>
            <para>Dynamic Filter.</para>
            <para> When the object is serialized out as xml, its qualified name is x:dynamicFilter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type">
            <summary>
            <para> Dynamic filter type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val">
            <summary>
            <para> Value.</para>
            <para>Represents the following attribute in the schema: val </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal">
            <summary>
            <para> Max Value.</para>
            <para>Represents the following attribute in the schema: maxVal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso">
            <summary>
            <para> valIso, this property is only available in Office2010.</para>
            <para>Represents the following attribute in the schema: valIso </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso">
            <summary>
            <para> maxValIso, this property is only available in Office2010.</para>
            <para>Represents the following attribute in the schema: maxValIso </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.#ctor">
            <summary>
            Initializes a new instance of the DynamicFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColorFilter">
            <summary>
            <para>Color Filter Criteria.</para>
            <para> When the object is serialized out as xml, its qualified name is x:colorFilter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId">
            <summary>
            <para> Differential Format Record Id.</para>
            <para>Represents the following attribute in the schema: dxfId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor">
            <summary>
            <para> Filter By Cell Color.</para>
            <para>Represents the following attribute in the schema: cellColor </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorFilter.#ctor">
            <summary>
            Initializes a new instance of the ColorFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.IconFilter">
            <summary>
            <para>Icon Filter.</para>
            <para> When the object is serialized out as xml, its qualified name is x:iconFilter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IconFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IconFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IconFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet">
            <summary>
            <para> Icon Set.</para>
            <para>Represents the following attribute in the schema: iconSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId">
            <summary>
            <para> Icon Id.</para>
            <para>Represents the following attribute in the schema: iconId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IconFilter.#ctor">
            <summary>
            Initializes a new instance of the IconFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IconFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension">
             <summary>
             <para>Defines the SlicerCacheDefinitionExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables &lt;x15:slicerCachePivotTables></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache &lt;x15:tableSlicerCache></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData &lt;x15:slicerCacheHideItemsWithNoData></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.#ctor">
            <summary>
            Initializes a new instance of the SlicerCacheDefinitionExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SlicerCacheDefinitionExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SlicerCacheDefinitionExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlicerCacheDefinitionExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension">
             <summary>
             <para>Defines the PivotFilterExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.PivotFilter &lt;x15:pivotFilter></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState &lt;x15:movingPeriodState></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.#ctor">
            <summary>
            Initializes a new instance of the PivotFilterExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotFilterExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotFilterExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotFilterExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension">
             <summary>
             <para>Defines the QueryTableExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.QueryTable &lt;x15:queryTable></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.#ctor">
            <summary>
            Initializes a new instance of the QueryTableExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QueryTableExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QueryTableExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QueryTableExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties">
            <summary>
            <para>Defines the DatabaseProperties Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:dbPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection">
            <summary>
            <para> Connection String.</para>
            <para>Represents the following attribute in the schema: connection </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command">
            <summary>
            <para> Command Text.</para>
            <para>Represents the following attribute in the schema: command </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand">
            <summary>
            <para> Command Text.</para>
            <para>Represents the following attribute in the schema: serverCommand </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType">
            <summary>
            <para> OLE DB Command Type.</para>
            <para>Represents the following attribute in the schema: commandType </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.#ctor">
            <summary>
            Initializes a new instance of the DatabaseProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OlapProperties">
            <summary>
            <para>Defines the OlapProperties Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:olapPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local">
            <summary>
            <para> Local Cube.</para>
            <para>Represents the following attribute in the schema: local </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection">
            <summary>
            <para> Local Cube Connection.</para>
            <para>Represents the following attribute in the schema: localConnection </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh">
            <summary>
            <para> Local Refresh.</para>
            <para>Represents the following attribute in the schema: localRefresh </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale">
            <summary>
            <para> Send Locale to OLAP.</para>
            <para>Represents the following attribute in the schema: sendLocale </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount">
            <summary>
            <para> Drill Through Count.</para>
            <para>Represents the following attribute in the schema: rowDrillCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill">
            <summary>
            <para> OLAP Fill Formatting.</para>
            <para>Represents the following attribute in the schema: serverFill </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat">
            <summary>
            <para> OLAP Number Format.</para>
            <para>Represents the following attribute in the schema: serverNumberFormat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont">
            <summary>
            <para> OLAP Server Font.</para>
            <para>Represents the following attribute in the schema: serverFont </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor">
            <summary>
            <para> OLAP Font Formatting.</para>
            <para>Represents the following attribute in the schema: serverFontColor </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.#ctor">
            <summary>
            Initializes a new instance of the OlapProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OlapProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties">
             <summary>
             <para>Defines the WebQueryProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:webPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Tables &lt;x:tables></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource">
            <summary>
            <para> XML Source.</para>
            <para>Represents the following attribute in the schema: xml </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData">
            <summary>
            <para> Import XML Source Data.</para>
            <para>Represents the following attribute in the schema: sourceData </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag">
            <summary>
            <para> Parse PRE.</para>
            <para>Represents the following attribute in the schema: parsePre </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive">
            <summary>
            <para> Consecutive Delimiters.</para>
            <para>Represents the following attribute in the schema: consecutive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow">
            <summary>
            <para> Use First Row.</para>
            <para>Represents the following attribute in the schema: firstRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97">
            <summary>
            <para> Created in Excel 97.</para>
            <para>Represents the following attribute in the schema: xl97 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates">
            <summary>
            <para> Dates as Text.</para>
            <para>Represents the following attribute in the schema: textDates </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000">
            <summary>
            <para> Refreshed in Excel 2000.</para>
            <para>Represents the following attribute in the schema: xl2000 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url">
            <summary>
            <para> URL.</para>
            <para>Represents the following attribute in the schema: url </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post">
            <summary>
            <para> Web Post.</para>
            <para>Represents the following attribute in the schema: post </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables">
            <summary>
            <para> HTML Tables Only.</para>
            <para>Represents the following attribute in the schema: htmlTables </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat">
            <summary>
            <para> HTML Formatting Handling.</para>
            <para>Represents the following attribute in the schema: htmlFormat </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage">
            <summary>
            <para> Edit Query URL.</para>
            <para>Represents the following attribute in the schema: editPage </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.#ctor">
            <summary>
            Initializes a new instance of the WebQueryProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebQueryProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebQueryProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebQueryProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables">
            <summary>
            <para> Tables.</para>
            <para> Represents the following element tag in the schema: x:tables </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TextProperties">
             <summary>
             <para>Defines the TextProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:textPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TextFields &lt;x:textFields></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt">
            <summary>
            <para> prompt.</para>
            <para>Represents the following attribute in the schema: prompt </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType">
            <summary>
            <para> fileType.</para>
            <para>Represents the following attribute in the schema: fileType </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage">
            <summary>
            <para> codePage.</para>
            <para>Represents the following attribute in the schema: codePage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet">
            <summary>
            <para> characterSet.</para>
            <para>Represents the following attribute in the schema: characterSet </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow">
            <summary>
            <para> firstRow.</para>
            <para>Represents the following attribute in the schema: firstRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile">
            <summary>
            <para> sourceFile.</para>
            <para>Represents the following attribute in the schema: sourceFile </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited">
            <summary>
            <para> delimited.</para>
            <para>Represents the following attribute in the schema: delimited </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal">
            <summary>
            <para> decimal.</para>
            <para>Represents the following attribute in the schema: decimal </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands">
            <summary>
            <para> thousands.</para>
            <para>Represents the following attribute in the schema: thousands </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter">
            <summary>
            <para> tab.</para>
            <para>Represents the following attribute in the schema: tab </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space">
            <summary>
            <para> space.</para>
            <para>Represents the following attribute in the schema: space </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma">
            <summary>
            <para> comma.</para>
            <para>Represents the following attribute in the schema: comma </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon">
            <summary>
            <para> semicolon.</para>
            <para>Represents the following attribute in the schema: semicolon </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive">
            <summary>
            <para> consecutive.</para>
            <para>Represents the following attribute in the schema: consecutive </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier">
            <summary>
            <para> qualifier.</para>
            <para>Represents the following attribute in the schema: qualifier </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter">
            <summary>
            <para> delimiter.</para>
            <para>Represents the following attribute in the schema: delimiter </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextProperties.#ctor">
            <summary>
            Initializes a new instance of the TextProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields">
            <summary>
            <para> TextFields.</para>
            <para> Represents the following element tag in the schema: x:textFields </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Parameters">
             <summary>
             <para>Defines the Parameters Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:parameters.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Parameter &lt;x:parameter></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameters.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameters.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Parameters.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Parameters.Count">
            <summary>
            <para> Parameter Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Parameters.#ctor">
            <summary>
            Initializes a new instance of the Parameters class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Parameters.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Parameters class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Parameters.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Parameters class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Parameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Parameters class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Parameters.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList">
             <summary>
             <para>Defines the ConnectionExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConnectionExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.#ctor">
            <summary>
            Initializes a new instance of the ConnectionExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectionExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectionExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectionExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension">
             <summary>
             <para>Defines the ConnectionExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.Connection &lt;x14:connection></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.Connection &lt;x15:connection></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.#ctor">
            <summary>
            Initializes a new instance of the ConnectionExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConnectionExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConnectionExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConnectionExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TextFields">
             <summary>
             <para>Defines the TextFields Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:textFields.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TextField &lt;x:textField></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextFields.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextFields.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextFields.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TextFields.Count">
            <summary>
            <para> Count of Fields.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextFields.#ctor">
            <summary>
            Initializes a new instance of the TextFields class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextFields.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextFields class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextFields.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextFields class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextFields.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextFields class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TextFields.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheSource">
             <summary>
             <para>Defines the CacheSource Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cacheSource.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WorksheetSource &lt;x:worksheetSource></description></item>
            <item><description>Consolidation &lt;x:consolidation></description></item>
            <item><description>CacheSourceExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSource.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSource.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSource.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId">
            <summary>
            <para> connectionId.</para>
            <para>Represents the following attribute in the schema: connectionId </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSource.#ctor">
            <summary>
            Initializes a new instance of the CacheSource class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSource.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheSource class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSource.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheSource class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSource.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheSource class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource">
            <summary>
            <para> WorksheetSource.</para>
            <para> Represents the following element tag in the schema: x:worksheetSource </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation">
            <summary>
            <para> Consolidation.</para>
            <para> Represents the following element tag in the schema: x:consolidation </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList">
            <summary>
            <para> CacheSourceExtensionList.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheSource.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheFields">
             <summary>
             <para>Defines the CacheFields Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cacheFields.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CacheField &lt;x:cacheField></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheFields.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheFields.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFields.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count">
            <summary>
            <para> Field Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFields.#ctor">
            <summary>
            Initializes a new instance of the CacheFields class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFields.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheFields class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFields.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheFields class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFields.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheFields class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFields.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies">
             <summary>
             <para>Defines the CacheHierarchies Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cacheHierarchies.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CacheHierarchy &lt;x:cacheHierarchy></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count">
            <summary>
            <para> Hierarchy Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.#ctor">
            <summary>
            Initializes a new instance of the CacheHierarchies class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheHierarchies class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheHierarchies class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheHierarchies class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Kpis">
             <summary>
             <para>Defines the Kpis Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:kpis.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Kpi &lt;x:kpi></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpis.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpis.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Kpis.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Kpis.Count">
            <summary>
            <para> KPI Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Kpis.#ctor">
            <summary>
            Initializes a new instance of the Kpis class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Kpis.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Kpis class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Kpis.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Kpis class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Kpis.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Kpis class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Kpis.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TupleCache">
             <summary>
             <para>Defines the TupleCache Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:tupleCache.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Entries &lt;x:entries></description></item>
            <item><description>Sets &lt;x:sets></description></item>
            <item><description>QueryCache &lt;x:queryCache></description></item>
            <item><description>ServerFormats &lt;x:serverFormats></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleCache.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleCache.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleCache.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleCache.#ctor">
            <summary>
            Initializes a new instance of the TupleCache class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleCache.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TupleCache class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleCache.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TupleCache class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TupleCache class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries">
            <summary>
            <para> Entries.</para>
            <para> Represents the following element tag in the schema: x:entries </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets">
            <summary>
            <para> Sets.</para>
            <para> Represents the following element tag in the schema: x:sets </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache">
            <summary>
            <para> OLAP Query Cache.</para>
            <para> Represents the following element tag in the schema: x:queryCache </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats">
            <summary>
            <para> Server Formats.</para>
            <para> Represents the following element tag in the schema: x:serverFormats </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TupleCache.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems">
             <summary>
             <para>Defines the CalculatedItems Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:calculatedItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CalculatedItem &lt;x:calculatedItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count">
            <summary>
            <para> Calculated Item Formula Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.#ctor">
            <summary>
            Initializes a new instance of the CalculatedItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CalculatedItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CalculatedItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CalculatedItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers">
             <summary>
             <para>Defines the CalculatedMembers Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:calculatedMembers.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CalculatedMember &lt;x:calculatedMember></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count">
            <summary>
            <para> Calculated Members Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.#ctor">
            <summary>
            Initializes a new instance of the CalculatedMembers class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CalculatedMembers class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CalculatedMembers class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CalculatedMembers class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Dimensions">
             <summary>
             <para>Defines the Dimensions Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dimensions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Dimension &lt;x:dimension></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Dimensions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Dimensions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Dimensions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count">
            <summary>
            <para> OLAP Dimensions Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Dimensions.#ctor">
            <summary>
            Initializes a new instance of the Dimensions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Dimensions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Dimensions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Dimensions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Dimensions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Dimensions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Dimensions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Dimensions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups">
             <summary>
             <para>Defines the MeasureGroups Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:measureGroups.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MeasureGroup &lt;x:measureGroup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count">
            <summary>
            <para> Measure Group Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.#ctor">
            <summary>
            Initializes a new instance of the MeasureGroups class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MeasureGroups class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MeasureGroups class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MeasureGroups class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Maps">
             <summary>
             <para>Defines the Maps Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:maps.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MeasureDimensionMap &lt;x:map></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Maps.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Maps.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Maps.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Maps.Count">
            <summary>
            <para> Measure Group Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Maps.#ctor">
            <summary>
            Initializes a new instance of the Maps class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Maps.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Maps class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Maps.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Maps class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Maps.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Maps class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Maps.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList">
             <summary>
             <para>Defines the PivotCacheDefinitionExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotCacheDefinitionExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.#ctor">
            <summary>
            Initializes a new instance of the PivotCacheDefinitionExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotCacheDefinitionExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotCacheDefinitionExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotCacheDefinitionExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension">
             <summary>
             <para>Defines the PivotCacheDefinitionExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition &lt;x14:pivotCacheDefinition></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled &lt;x15:pivotCacheDecoupled></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition &lt;x15:timelinePivotCacheDefinition></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion &lt;x15:pivotCacheIdVersion></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.#ctor">
            <summary>
            Initializes a new instance of the PivotCacheDefinitionExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotCacheDefinitionExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotCacheDefinitionExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotCacheDefinitionExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SharedItems">
             <summary>
             <para>Defines the SharedItems Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sharedItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MissingItem &lt;x:m></description></item>
            <item><description>NumberItem &lt;x:n></description></item>
            <item><description>BooleanItem &lt;x:b></description></item>
            <item><description>ErrorItem &lt;x:e></description></item>
            <item><description>StringItem &lt;x:s></description></item>
            <item><description>DateTimeItem &lt;x:d></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes">
            <summary>
            <para> Contains Semi Mixed Data Types.</para>
            <para>Represents the following attribute in the schema: containsSemiMixedTypes </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate">
            <summary>
            <para> Contains Non Date.</para>
            <para>Represents the following attribute in the schema: containsNonDate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate">
            <summary>
            <para> Contains Date.</para>
            <para>Represents the following attribute in the schema: containsDate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString">
            <summary>
            <para> Contains String.</para>
            <para>Represents the following attribute in the schema: containsString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank">
            <summary>
            <para> Contains Blank.</para>
            <para>Represents the following attribute in the schema: containsBlank </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes">
            <summary>
            <para> Contains Mixed Data Types.</para>
            <para>Represents the following attribute in the schema: containsMixedTypes </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber">
            <summary>
            <para> Contains Numbers.</para>
            <para>Represents the following attribute in the schema: containsNumber </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger">
            <summary>
            <para> Contains Integer.</para>
            <para>Represents the following attribute in the schema: containsInteger </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue">
            <summary>
            <para> Minimum Numeric Value.</para>
            <para>Represents the following attribute in the schema: minValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue">
            <summary>
            <para> Maximum Numeric Value.</para>
            <para>Represents the following attribute in the schema: maxValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate">
            <summary>
            <para> Minimum Date Time.</para>
            <para>Represents the following attribute in the schema: minDate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate">
            <summary>
            <para> Maximum Date Time Value.</para>
            <para>Represents the following attribute in the schema: maxDate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count">
            <summary>
            <para> Shared Items Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText">
            <summary>
            <para> Long Text.</para>
            <para>Represents the following attribute in the schema: longText </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedItems.#ctor">
            <summary>
            Initializes a new instance of the SharedItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SharedItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SharedItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SharedItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SharedItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FieldGroup">
             <summary>
             <para>Defines the FieldGroup Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:fieldGroup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RangeProperties &lt;x:rangePr></description></item>
            <item><description>DiscreteProperties &lt;x:discretePr></description></item>
            <item><description>GroupItems &lt;x:groupItems></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId">
            <summary>
            <para> Parent.</para>
            <para>Represents the following attribute in the schema: par </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base">
            <summary>
            <para> Field Base.</para>
            <para>Represents the following attribute in the schema: base </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldGroup.#ctor">
            <summary>
            Initializes a new instance of the FieldGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FieldGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FieldGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FieldGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList">
             <summary>
             <para>Defines the CacheFieldExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CacheFieldExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.#ctor">
            <summary>
            Initializes a new instance of the CacheFieldExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheFieldExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheFieldExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheFieldExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension">
             <summary>
             <para>Defines the CacheFieldExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.CacheField &lt;x14:cacheField></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames &lt;x15:cachedUniqueNames></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.#ctor">
            <summary>
            Initializes a new instance of the CacheFieldExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheFieldExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheFieldExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheFieldExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage">
             <summary>
             <para>Defines the FieldsUsage Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:fieldsUsage.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FieldUsage &lt;x:fieldUsage></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count">
            <summary>
            <para> Field Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.#ctor">
            <summary>
            Initializes a new instance of the FieldsUsage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FieldsUsage class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FieldsUsage class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FieldsUsage class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupLevels">
             <summary>
             <para>Defines the GroupLevels Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:groupLevels.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GroupLevel &lt;x:groupLevel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevels.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevels.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevels.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count">
            <summary>
            <para> Grouping Level Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevels.#ctor">
            <summary>
            Initializes a new instance of the GroupLevels class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevels.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupLevels class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevels.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupLevels class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevels.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupLevels class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.GroupLevels.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList">
             <summary>
             <para>Defines the CacheHierarchyExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CacheHierarchyExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.#ctor">
            <summary>
            Initializes a new instance of the CacheHierarchyExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheHierarchyExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheHierarchyExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheHierarchyExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension">
             <summary>
             <para>Defines the CacheHierarchyExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy &lt;x14:cacheHierarchy></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy &lt;x15:cacheHierarchy></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.#ctor">
            <summary>
            Initializes a new instance of the CacheHierarchyExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CacheHierarchyExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CacheHierarchyExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CacheHierarchyExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList">
             <summary>
             <para>Defines the CalculatedMemberExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CalculatedMemberExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.#ctor">
            <summary>
            Initializes a new instance of the CalculatedMemberExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CalculatedMemberExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CalculatedMemberExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CalculatedMemberExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension">
             <summary>
             <para>Defines the CalculatedMemberExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember &lt;x14:calculatedMember></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember &lt;x15:calculatedMember></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.#ctor">
            <summary>
            Initializes a new instance of the CalculatedMemberExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CalculatedMemberExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CalculatedMemberExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CalculatedMemberExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Location">
            <summary>
            <para>Defines the Location Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:location.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Location.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Location.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Location.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Location.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow">
            <summary>
            <para> First Header Row.</para>
            <para>Represents the following attribute in the schema: firstHeaderRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow">
            <summary>
            <para> PivotTable Data First Row.</para>
            <para>Represents the following attribute in the schema: firstDataRow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn">
            <summary>
            <para> First Data Column.</para>
            <para>Represents the following attribute in the schema: firstDataCol </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount">
            <summary>
            <para> Rows Per Page Count.</para>
            <para>Represents the following attribute in the schema: rowPageCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage">
            <summary>
            <para> Columns Per Page.</para>
            <para>Represents the following attribute in the schema: colPageCount </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Location.#ctor">
            <summary>
            Initializes a new instance of the Location class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Location.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFields">
             <summary>
             <para>Defines the PivotFields Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotFields.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotField &lt;x:pivotField></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFields.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFields.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFields.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count">
            <summary>
            <para> Field Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFields.#ctor">
            <summary>
            Initializes a new instance of the PivotFields class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFields.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotFields class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFields.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotFields class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFields.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotFields class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFields.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowFields">
             <summary>
             <para>Defines the RowFields Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rowFields.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Field &lt;x:field></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowFields.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowFields.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowFields.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowFields.Count">
            <summary>
            <para> Repeated Items Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowFields.#ctor">
            <summary>
            Initializes a new instance of the RowFields class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowFields.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RowFields class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowFields.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RowFields class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowFields.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RowFields class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowFields.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowItems">
             <summary>
             <para>Defines the RowItems Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rowItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RowItem &lt;x:i></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowItems.Count">
            <summary>
            <para> Items in a Row Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItems.#ctor">
            <summary>
            Initializes a new instance of the RowItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RowItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RowItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RowItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColumnFields">
             <summary>
             <para>Defines the ColumnFields Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:colFields.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Field &lt;x:field></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnFields.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnFields.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count">
            <summary>
            <para> Repeated Items Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnFields.#ctor">
            <summary>
            Initializes a new instance of the ColumnFields class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnFields.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColumnFields class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnFields.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColumnFields class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnFields.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColumnFields class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnFields.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColumnItems">
             <summary>
             <para>Defines the ColumnItems Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:colItems.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RowItem &lt;x:i></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnItems.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnItems.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count">
            <summary>
            <para> Column Item Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnItems.#ctor">
            <summary>
            Initializes a new instance of the ColumnItems class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnItems.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColumnItems class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnItems.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColumnItems class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnItems.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColumnItems class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnItems.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageFields">
             <summary>
             <para>Defines the PageFields Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pageFields.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PageField &lt;x:pageField></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageFields.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageFields.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageFields.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PageFields.Count">
            <summary>
            <para> Page Item Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageFields.#ctor">
            <summary>
            Initializes a new instance of the PageFields class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageFields.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PageFields class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageFields.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PageFields class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageFields.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PageFields class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PageFields.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataFields">
             <summary>
             <para>Defines the DataFields Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dataFields.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataField &lt;x:dataField></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataFields.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataFields.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFields.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataFields.Count">
            <summary>
            <para> Data Items Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFields.#ctor">
            <summary>
            Initializes a new instance of the DataFields class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFields.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataFields class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFields.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataFields class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFields.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataFields class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFields.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Formats">
             <summary>
             <para>Defines the Formats Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:formats.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Format &lt;x:format></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Formats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Formats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Formats.Count">
            <summary>
            <para> Formats Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formats.#ctor">
            <summary>
            Initializes a new instance of the Formats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Formats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Formats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Formats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Formats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats">
             <summary>
             <para>Defines the ConditionalFormats Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:conditionalFormats.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormat &lt;x:conditionalFormat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count">
            <summary>
            <para> Conditional Format Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ConditionalFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ConditionalFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConditionalFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ChartFormats">
             <summary>
             <para>Defines the ChartFormats Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:chartFormats.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChartFormat &lt;x:chartFormat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count">
            <summary>
            <para> Format Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormats.#ctor">
            <summary>
            Initializes a new instance of the ChartFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChartFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChartFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ChartFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies">
             <summary>
             <para>Defines the PivotHierarchies Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotHierarchies.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotHierarchy &lt;x:pivotHierarchy></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count">
            <summary>
            <para> OLAP Hierarchy Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.#ctor">
            <summary>
            Initializes a new instance of the PivotHierarchies class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotHierarchies class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotHierarchies class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotHierarchies class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle">
            <summary>
            <para>Defines the PivotTableStyle Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:pivotTableStyleInfo.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name">
            <summary>
            <para> Table Style Name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders">
            <summary>
            <para> Show Row Header Formatting.</para>
            <para>Represents the following attribute in the schema: showRowHeaders </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders">
            <summary>
            <para> Show Table Style Column Header Formatting.</para>
            <para>Represents the following attribute in the schema: showColHeaders </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes">
            <summary>
            <para> Show Row Stripes.</para>
            <para>Represents the following attribute in the schema: showRowStripes </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes">
            <summary>
            <para> Show Column Stripes.</para>
            <para>Represents the following attribute in the schema: showColStripes </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn">
            <summary>
            <para> Show Last Column.</para>
            <para>Represents the following attribute in the schema: showLastColumn </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.#ctor">
            <summary>
            Initializes a new instance of the PivotTableStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilters">
             <summary>
             <para>Defines the PivotFilters Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:filters.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotFilter &lt;x:filter></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilters.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilters.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilters.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count">
            <summary>
            <para> Pivot Filter Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilters.#ctor">
            <summary>
            Initializes a new instance of the PivotFilters class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilters.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotFilters class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilters.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotFilters class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotFilters class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilters.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage">
             <summary>
             <para>Defines the RowHierarchiesUsage Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:rowHierarchiesUsage.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RowHierarchyUsage &lt;x:rowHierarchyUsage></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count">
            <summary>
            <para> Item Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.#ctor">
            <summary>
            Initializes a new instance of the RowHierarchiesUsage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RowHierarchiesUsage class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RowHierarchiesUsage class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RowHierarchiesUsage class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage">
             <summary>
             <para>Defines the ColumnHierarchiesUsage Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:colHierarchiesUsage.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ColumnHierarchyUsage &lt;x:colHierarchyUsage></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count">
            <summary>
            <para> Items Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.#ctor">
            <summary>
            Initializes a new instance of the ColumnHierarchiesUsage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ColumnHierarchiesUsage class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ColumnHierarchiesUsage class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColumnHierarchiesUsage class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList">
             <summary>
             <para>Defines the PivotTableDefinitionExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotTableDefinitionExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.#ctor">
            <summary>
            Initializes a new instance of the PivotTableDefinitionExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotTableDefinitionExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotTableDefinitionExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotTableDefinitionExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension">
             <summary>
             <para>Defines the PivotTableDefinitionExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition &lt;x14:pivotTableDefinition></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.PivotTableData &lt;x15:pivotTableData></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings &lt;x15:pivotTableUISettings></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.#ctor">
            <summary>
            Initializes a new instance of the PivotTableDefinitionExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotTableDefinitionExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotTableDefinitionExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotTableDefinitionExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList">
             <summary>
             <para>Defines the DataFieldExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataFieldExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.#ctor">
            <summary>
            Initializes a new instance of the DataFieldExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataFieldExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataFieldExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataFieldExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension">
             <summary>
             <para>Defines the DataFieldExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.DataField &lt;x14:dataField></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.DataField &lt;x15:dataField></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.#ctor">
            <summary>
            Initializes a new instance of the DataFieldExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataFieldExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataFieldExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataFieldExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList">
             <summary>
             <para>Defines the PivotFilterExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotFilterExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.#ctor">
            <summary>
            Initializes a new instance of the PivotFilterExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotFilterExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotFilterExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotFilterExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh">
             <summary>
             <para>Defines the QueryTableRefresh Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:queryTableRefresh.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>QueryTableFields &lt;x:queryTableFields></description></item>
            <item><description>QueryTableDeletedFields &lt;x:queryTableDeletedFields></description></item>
            <item><description>SortState &lt;x:sortState></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout">
            <summary>
            <para> Preserve Sort and Filter Layout.</para>
            <para>Represents the following attribute in the schema: preserveSortFilterLayout </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped">
            <summary>
            <para> Next Field Id Wrapped.</para>
            <para>Represents the following attribute in the schema: fieldIdWrapped </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh">
            <summary>
            <para> Headers In Last Refresh.</para>
            <para>Represents the following attribute in the schema: headersInLastRefresh </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion">
            <summary>
            <para> Minimum Refresh Version.</para>
            <para>Represents the following attribute in the schema: minimumVersion </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId">
            <summary>
            <para> Next field id.</para>
            <para>Represents the following attribute in the schema: nextId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft">
            <summary>
            <para> Columns Left.</para>
            <para>Represents the following attribute in the schema: unboundColumnsLeft </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight">
            <summary>
            <para> Columns Right.</para>
            <para>Represents the following attribute in the schema: unboundColumnsRight </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.#ctor">
            <summary>
            Initializes a new instance of the QueryTableRefresh class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QueryTableRefresh class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QueryTableRefresh class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QueryTableRefresh class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields">
            <summary>
            <para> Query table fields.</para>
            <para> Represents the following element tag in the schema: x:queryTableFields </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields">
            <summary>
            <para> Deleted Fields.</para>
            <para> Represents the following element tag in the schema: x:queryTableDeletedFields </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState">
            <summary>
            <para> Sort State.</para>
            <para> Represents the following element tag in the schema: x:sortState </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList">
            <summary>
            <para> Future Feature Data Storage Area.</para>
            <para> Represents the following element tag in the schema: x:extLst </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList">
             <summary>
             <para>Defines the QueryTableExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>QueryTableExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.#ctor">
            <summary>
            Initializes a new instance of the QueryTableExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the QueryTableExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the QueryTableExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the QueryTableExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties">
            <summary>
            <para>Defines the SheetCalculationProperties Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:sheetCalcPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad">
            <summary>
            <para> Full Calculation On Load.</para>
            <para>Represents the following attribute in the schema: fullCalcOnLoad </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.#ctor">
            <summary>
            Initializes a new instance of the SheetCalculationProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges">
             <summary>
             <para>Defines the ProtectedRanges Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:protectedRanges.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ProtectedRange &lt;x:protectedRange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.#ctor">
            <summary>
            Initializes a new instance of the ProtectedRanges class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ProtectedRanges class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ProtectedRanges class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ProtectedRanges class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Scenarios">
             <summary>
             <para>Defines the Scenarios Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:scenarios.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Scenario &lt;x:scenario></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenarios.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenarios.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenarios.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current">
            <summary>
            <para> Current Scenario.</para>
            <para>Represents the following attribute in the schema: current </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show">
            <summary>
            <para> Last Shown Scenario.</para>
            <para>Represents the following attribute in the schema: show </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences">
            <summary>
            <para> Sequence of References.</para>
            <para>Represents the following attribute in the schema: sqref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenarios.#ctor">
            <summary>
            Initializes a new instance of the Scenarios class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenarios.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Scenarios class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenarios.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Scenarios class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenarios.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Scenarios class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Scenarios.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MergeCells">
             <summary>
             <para>Defines the MergeCells Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:mergeCells.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MergeCell &lt;x:mergeCell></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MergeCells.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MergeCells.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MergeCells.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count">
            <summary>
            <para> Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MergeCells.#ctor">
            <summary>
            Initializes a new instance of the MergeCells class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MergeCells.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MergeCells class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MergeCells.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MergeCells class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MergeCells.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MergeCells class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.MergeCells.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataValidations">
             <summary>
             <para>Defines the DataValidations Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dataValidations.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DataValidation &lt;x:dataValidation></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidations.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidations.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidations.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts">
            <summary>
            <para> Disable Prompts.</para>
            <para>Represents the following attribute in the schema: disablePrompts </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow">
            <summary>
            <para> Top Left Corner (X Coodrinate).</para>
            <para>Represents the following attribute in the schema: xWindow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow">
            <summary>
            <para> Top Left Corner (Y Coordinate).</para>
            <para>Represents the following attribute in the schema: yWindow </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count">
            <summary>
            <para> Data Validation Item Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidations.#ctor">
            <summary>
            Initializes a new instance of the DataValidations class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidations.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataValidations class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidations.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataValidations class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidations.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataValidations class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DataValidations.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks">
             <summary>
             <para>Defines the Hyperlinks Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:hyperlinks.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Hyperlink &lt;x:hyperlink></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.#ctor">
            <summary>
            Initializes a new instance of the Hyperlinks class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Hyperlinks class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Hyperlinks class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Hyperlinks class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellWatches">
             <summary>
             <para>Defines the CellWatches Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cellWatches.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CellWatch &lt;x:cellWatch></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellWatches.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellWatches.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellWatches.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellWatches.#ctor">
            <summary>
            Initializes a new instance of the CellWatches class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellWatches.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CellWatches class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellWatches.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CellWatches class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellWatches.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellWatches class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellWatches.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors">
             <summary>
             <para>Defines the IgnoredErrors Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ignoredErrors.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>IgnoredError &lt;x:ignoredError></description></item>
            <item><description>ExtensionList &lt;x:extLst></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.#ctor">
            <summary>
            Initializes a new instance of the IgnoredErrors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the IgnoredErrors class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the IgnoredErrors class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.#ctor(System.String)">
            <summary>
            Initializes a new instance of the IgnoredErrors class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableParts">
             <summary>
             <para>Defines the TableParts Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:tableParts.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TablePart &lt;x:tablePart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableParts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableParts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableParts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableParts.Count">
            <summary>
            <para> Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableParts.#ctor">
            <summary>
            Initializes a new instance of the TableParts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableParts.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableParts class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableParts.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableParts class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableParts.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableParts class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableParts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList">
             <summary>
             <para>Defines the WorksheetExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WorksheetExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.#ctor">
            <summary>
            Initializes a new instance of the WorksheetExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WorksheetExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WorksheetExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WorksheetExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension">
             <summary>
             <para>Defines the WorksheetExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings &lt;x14:conditionalFormattings></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.DataValidations &lt;x14:dataValidations></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups &lt;x14:sparklineGroups></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.SlicerList &lt;x14:slicerList></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges &lt;x14:protectedRanges></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors &lt;x14:ignoredErrors></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.WebExtensions &lt;x15:webExtensions></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences &lt;x15:timelineRefs></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.#ctor">
            <summary>
            Initializes a new instance of the WorksheetExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WorksheetExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WorksheetExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WorksheetExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats">
             <summary>
             <para>Defines the NumberingFormats Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:numFmts.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumberingFormat &lt;x:numFmt></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count">
            <summary>
            <para> Number Format Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.#ctor">
            <summary>
            Initializes a new instance of the NumberingFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberingFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberingFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberingFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Fonts">
             <summary>
             <para>Defines the Fonts Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:fonts.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Font &lt;x:font></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fonts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fonts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fonts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fonts.Count">
            <summary>
            <para> Font Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts">
             <summary>
             <para> knownFonts.</para>
             <para>Represents the following attribute in the schema: x14ac:knownFonts </para>
             </summary>
            <remark> xmlns:x14ac=http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fonts.#ctor">
            <summary>
            Initializes a new instance of the Fonts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fonts.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Fonts class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fonts.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Fonts class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fonts.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Fonts class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fonts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Fills">
             <summary>
             <para>Defines the Fills Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:fills.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Fill &lt;x:fill></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fills.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fills.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fills.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Fills.Count">
            <summary>
            <para> Fill Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fills.#ctor">
            <summary>
            Initializes a new instance of the Fills class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fills.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Fills class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fills.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Fills class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fills.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Fills class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Fills.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Borders">
             <summary>
             <para>Defines the Borders Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:borders.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Border &lt;x:border></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Borders.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Borders.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Borders.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Borders.Count">
            <summary>
            <para> Border Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Borders.#ctor">
            <summary>
            Initializes a new instance of the Borders class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Borders.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Borders class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Borders.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Borders class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Borders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Borders class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Borders.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats">
             <summary>
             <para>Defines the CellStyleFormats Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cellStyleXfs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CellFormat &lt;x:xf></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count">
            <summary>
            <para> Style Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.#ctor">
            <summary>
            Initializes a new instance of the CellStyleFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CellStyleFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CellStyleFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellStyleFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellFormats">
             <summary>
             <para>Defines the CellFormats Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cellXfs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CellFormat &lt;x:xf></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count">
            <summary>
            <para> Format Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormats.#ctor">
            <summary>
            Initializes a new instance of the CellFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CellFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CellFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellStyles">
             <summary>
             <para>Defines the CellStyles Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:cellStyles.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CellStyle &lt;x:cellStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count">
            <summary>
            <para> Style Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyles.#ctor">
            <summary>
            Initializes a new instance of the CellStyles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyles.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CellStyles class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyles.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CellStyles class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyles.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellStyles class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CellStyles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats">
             <summary>
             <para>Defines the DifferentialFormats Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:dxfs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DifferentialFormat &lt;x:dxf></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count">
            <summary>
            <para> Format Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.#ctor">
            <summary>
            Initializes a new instance of the DifferentialFormats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DifferentialFormats class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DifferentialFormats class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DifferentialFormats class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableStyles">
             <summary>
             <para>Defines the TableStyles Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:tableStyles.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableStyle &lt;x:tableStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count">
            <summary>
            <para> Table Style Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle">
            <summary>
            <para> Default Table Style.</para>
            <para>Represents the following attribute in the schema: defaultTableStyle </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle">
            <summary>
            <para> Default Pivot Style.</para>
            <para>Represents the following attribute in the schema: defaultPivotStyle </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyles.#ctor">
            <summary>
            Initializes a new instance of the TableStyles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyles.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableStyles class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyles.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableStyles class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyles.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyles class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.TableStyles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Colors">
             <summary>
             <para>Defines the Colors Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:colors.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>IndexedColors &lt;x:indexedColors></description></item>
            <item><description>MruColors &lt;x:mruColors></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Colors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Colors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Colors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Colors.#ctor">
            <summary>
            Initializes a new instance of the Colors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Colors.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Colors class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Colors.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Colors class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Colors.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Colors class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors">
            <summary>
            <para> Color Indexes.</para>
            <para> Represents the following element tag in the schema: x:indexedColors </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors">
            <summary>
            <para> MRU Colors.</para>
            <para> Represents the following element tag in the schema: x:mruColors </para>
            </summary>
            <remark>
            xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Colors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList">
             <summary>
             <para>Defines the StylesheetExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StylesheetExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.#ctor">
            <summary>
            Initializes a new instance of the StylesheetExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StylesheetExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StylesheetExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StylesheetExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension">
             <summary>
             <para>Defines the StylesheetExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats &lt;x14:dxfs></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles &lt;x14:slicerStyles></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats &lt;x15:dxfs></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles &lt;x15:timelineStyles></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.#ctor">
            <summary>
            Initializes a new instance of the StylesheetExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StylesheetExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StylesheetExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StylesheetExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FileVersion">
            <summary>
            <para>Defines the FileVersion Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:fileVersion.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileVersion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileVersion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileVersion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName">
            <summary>
            <para> Application Name.</para>
            <para>Represents the following attribute in the schema: appName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited">
            <summary>
            <para> Last Edited Version.</para>
            <para>Represents the following attribute in the schema: lastEdited </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited">
            <summary>
            <para> Lowest Edited Version.</para>
            <para>Represents the following attribute in the schema: lowestEdited </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion">
            <summary>
            <para> Build Version.</para>
            <para>Represents the following attribute in the schema: rupBuild </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName">
            <summary>
            <para> Code Name.</para>
            <para>Represents the following attribute in the schema: codeName </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileVersion.#ctor">
            <summary>
            Initializes a new instance of the FileVersion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileVersion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FileSharing">
            <summary>
            <para>Defines the FileSharing Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:fileSharing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileSharing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileSharing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileSharing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended">
            <summary>
            <para> Read Only Recommended.</para>
            <para>Represents the following attribute in the schema: readOnlyRecommended </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName">
            <summary>
            <para> User Name.</para>
            <para>Represents the following attribute in the schema: userName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword">
            <summary>
            <para> Write Reservation Password.</para>
            <para>Represents the following attribute in the schema: reservationPassword </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName">
            <summary>
            <para> Password hash algorithm.</para>
            <para>Represents the following attribute in the schema: algorithmName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue">
            <summary>
            <para> Password hash.</para>
            <para>Represents the following attribute in the schema: hashValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue">
            <summary>
            <para> Salt for password hash.</para>
            <para>Represents the following attribute in the schema: saltValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount">
            <summary>
            <para> Spin count for password hash.</para>
            <para>Represents the following attribute in the schema: spinCount </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileSharing.#ctor">
            <summary>
            Initializes a new instance of the FileSharing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileSharing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties">
            <summary>
            <para>Defines the WorkbookProperties Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:workbookPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904">
            <summary>
            <para> Date 1904.</para>
            <para>Represents the following attribute in the schema: date1904 </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility">
            <summary>
            <para> dateCompatibility, this property is only available in Office2010.</para>
            <para>Represents the following attribute in the schema: dateCompatibility </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects">
            <summary>
            <para> Show Objects.</para>
            <para>Represents the following attribute in the schema: showObjects </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables">
            <summary>
            <para> Show Border Unselected Table.</para>
            <para>Represents the following attribute in the schema: showBorderUnselectedTables </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy">
            <summary>
            <para> Filter Privacy.</para>
            <para>Represents the following attribute in the schema: filterPrivacy </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions">
            <summary>
            <para> Prompted Solutions.</para>
            <para>Represents the following attribute in the schema: promptedSolutions </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation">
            <summary>
            <para> Show Ink Annotations.</para>
            <para>Represents the following attribute in the schema: showInkAnnotation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile">
            <summary>
            <para> Create Backup File.</para>
            <para>Represents the following attribute in the schema: backupFile </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues">
            <summary>
            <para> Save External Link Values.</para>
            <para>Represents the following attribute in the schema: saveExternalLinkValues </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks">
            <summary>
            <para> Update Links Behavior.</para>
            <para>Represents the following attribute in the schema: updateLinks </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName">
            <summary>
            <para> Code Name.</para>
            <para>Represents the following attribute in the schema: codeName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList">
            <summary>
            <para> Hide Pivot Field List.</para>
            <para>Represents the following attribute in the schema: hidePivotFieldList </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter">
            <summary>
            <para> Show Pivot Chart Filter.</para>
            <para>Represents the following attribute in the schema: showPivotChartFilter </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery">
            <summary>
            <para> Allow Refresh Query.</para>
            <para>Represents the following attribute in the schema: allowRefreshQuery </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems">
            <summary>
            <para> Publish Items.</para>
            <para>Represents the following attribute in the schema: publishItems </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility">
            <summary>
            <para> Check Compatibility On Save.</para>
            <para>Represents the following attribute in the schema: checkCompatibility </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures">
            <summary>
            <para> Auto Compress Pictures.</para>
            <para>Represents the following attribute in the schema: autoCompressPictures </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections">
            <summary>
            <para> Refresh all Connections on Open.</para>
            <para>Represents the following attribute in the schema: refreshAllConnections </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion">
            <summary>
            <para> Default Theme Version.</para>
            <para>Represents the following attribute in the schema: defaultThemeVersion </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.#ctor">
            <summary>
            Initializes a new instance of the WorkbookProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection">
            <summary>
            <para>Defines the WorkbookProtection Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:workbookProtection.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword">
            <summary>
            <para> Workbook Password.</para>
            <para>Represents the following attribute in the schema: workbookPassword </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword">
            <summary>
            <para> Revisions Password.</para>
            <para>Represents the following attribute in the schema: revisionsPassword </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure">
            <summary>
            <para> Lock Structure.</para>
            <para>Represents the following attribute in the schema: lockStructure </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows">
            <summary>
            <para> Lock Windows.</para>
            <para>Represents the following attribute in the schema: lockWindows </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision">
            <summary>
            <para> Lock Revisions.</para>
            <para>Represents the following attribute in the schema: lockRevision </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName">
            <summary>
            <para> Cryptographic Algorithm Name.</para>
            <para>Represents the following attribute in the schema: revisionsAlgorithmName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue">
            <summary>
            <para> Password Hash Value.</para>
            <para>Represents the following attribute in the schema: revisionsHashValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue">
            <summary>
            <para> Salt Value for Password Verifier.</para>
            <para>Represents the following attribute in the schema: revisionsSaltValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount">
            <summary>
            <para> Iterations to Run Hashing Algorithm.</para>
            <para>Represents the following attribute in the schema: revisionsSpinCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName">
            <summary>
            <para> Cryptographic Algorithm Name.</para>
            <para>Represents the following attribute in the schema: workbookAlgorithmName </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue">
            <summary>
            <para> Password Hash Value.</para>
            <para>Represents the following attribute in the schema: workbookHashValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue">
            <summary>
            <para> Salt Value for Password Verifier.</para>
            <para>Represents the following attribute in the schema: workbookSaltValue </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount">
            <summary>
            <para> Iterations to Run Hashing Algorithm.</para>
            <para>Represents the following attribute in the schema: workbookSpinCount </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.#ctor">
            <summary>
            Initializes a new instance of the WorkbookProtection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.BookViews">
             <summary>
             <para>Defines the BookViews Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:bookViews.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WorkbookView &lt;x:workbookView></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BookViews.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.BookViews.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BookViews.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BookViews.#ctor">
            <summary>
            Initializes a new instance of the BookViews class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BookViews.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BookViews class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BookViews.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BookViews class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BookViews.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BookViews class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.BookViews.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.Sheets">
             <summary>
             <para>Defines the Sheets Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:sheets.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Sheet &lt;x:sheet></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sheets.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.Sheets.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sheets.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sheets.#ctor">
            <summary>
            Initializes a new instance of the Sheets class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sheets.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Sheets class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sheets.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Sheets class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sheets.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Sheets class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.Sheets.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups">
             <summary>
             <para>Defines the FunctionGroups Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:functionGroups.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FunctionGroup &lt;x:functionGroup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount">
            <summary>
            <para> Built-in Function Group Count.</para>
            <para>Represents the following attribute in the schema: builtInGroupCount </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.#ctor">
            <summary>
            Initializes a new instance of the FunctionGroups class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FunctionGroups class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FunctionGroups class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FunctionGroups class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences">
             <summary>
             <para>Defines the ExternalReferences Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:externalReferences.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ExternalReference &lt;x:externalReference></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.#ctor">
            <summary>
            Initializes a new instance of the ExternalReferences class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ExternalReferences class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ExternalReferences class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ExternalReferences class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DefinedNames">
             <summary>
             <para>Defines the DefinedNames Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:definedNames.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DefinedName &lt;x:definedName></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedNames.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.DefinedNames.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DefinedNames.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DefinedNames.#ctor">
            <summary>
            Initializes a new instance of the DefinedNames class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DefinedNames.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DefinedNames class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DefinedNames.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DefinedNames class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DefinedNames.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DefinedNames class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.DefinedNames.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties">
            <summary>
            <para>Defines the CalculationProperties Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:calcPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId">
            <summary>
            <para> Calculation Id.</para>
            <para>Represents the following attribute in the schema: calcId </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode">
            <summary>
            <para> Calculation Mode.</para>
            <para>Represents the following attribute in the schema: calcMode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad">
            <summary>
            <para> Full Calculation On Load.</para>
            <para>Represents the following attribute in the schema: fullCalcOnLoad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode">
            <summary>
            <para> Reference Mode.</para>
            <para>Represents the following attribute in the schema: refMode </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate">
            <summary>
            <para> Calculation Iteration.</para>
            <para>Represents the following attribute in the schema: iterate </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount">
            <summary>
            <para> Iteration Count.</para>
            <para>Represents the following attribute in the schema: iterateCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta">
            <summary>
            <para> Iterative Calculation Delta.</para>
            <para>Represents the following attribute in the schema: iterateDelta </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision">
            <summary>
            <para> Full Precision Calculation.</para>
            <para>Represents the following attribute in the schema: fullPrecision </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted">
            <summary>
            <para> Calc Completed.</para>
            <para>Represents the following attribute in the schema: calcCompleted </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave">
            <summary>
            <para> Calculate On Save.</para>
            <para>Represents the following attribute in the schema: calcOnSave </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation">
            <summary>
            <para> Concurrent Calculations.</para>
            <para>Represents the following attribute in the schema: concurrentCalc </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount">
            <summary>
            <para> Concurrent Thread Manual Count.</para>
            <para>Represents the following attribute in the schema: concurrentManualCount </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation">
            <summary>
            <para> Force Full Calculation.</para>
            <para>Represents the following attribute in the schema: forceFullCalc </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.#ctor">
            <summary>
            Initializes a new instance of the CalculationProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleSize">
            <summary>
            <para>Defines the OleSize Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:oleSize.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference">
            <summary>
            <para> Reference.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleSize.#ctor">
            <summary>
            Initializes a new instance of the OleSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.OleSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews">
             <summary>
             <para>Defines the CustomWorkbookViews Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:customWorkbookViews.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomWorkbookView &lt;x:customWorkbookView></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.#ctor">
            <summary>
            Initializes a new instance of the CustomWorkbookViews class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomWorkbookViews class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomWorkbookViews class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomWorkbookViews class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotCaches">
             <summary>
             <para>Defines the PivotCaches Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:pivotCaches.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PivotCache &lt;x:pivotCache></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCaches.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.PivotCaches.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCaches.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCaches.#ctor">
            <summary>
            Initializes a new instance of the PivotCaches class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCaches.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PivotCaches class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCaches.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PivotCaches class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCaches.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PivotCaches class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.PivotCaches.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishing">
            <summary>
            <para>Defines the WebPublishing Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:webPublishing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss">
            <summary>
            <para> css.</para>
            <para>Represents the following attribute in the schema: css </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket">
            <summary>
            <para> thicket.</para>
            <para>Represents the following attribute in the schema: thicket </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames">
            <summary>
            <para> longFileNames.</para>
            <para>Represents the following attribute in the schema: longFileNames </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml">
            <summary>
            <para> vml.</para>
            <para>Represents the following attribute in the schema: vml </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng">
            <summary>
            <para> allowPng.</para>
            <para>Represents the following attribute in the schema: allowPng </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize">
            <summary>
            <para> targetScreenSize.</para>
            <para>Represents the following attribute in the schema: targetScreenSize </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi">
            <summary>
            <para> dpi.</para>
            <para>Represents the following attribute in the schema: dpi </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage">
            <summary>
            <para> codePage.</para>
            <para>Represents the following attribute in the schema: codePage </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet">
            <summary>
            <para> characterSet.</para>
            <para>Represents the following attribute in the schema: characterSet </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.#ctor">
            <summary>
            Initializes a new instance of the WebPublishing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties">
            <summary>
            <para>Defines the FileRecoveryProperties Class.</para>
            <para> When the object is serialized out as xml, its qualified name is x:fileRecoveryPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover">
            <summary>
            <para> Auto Recover.</para>
            <para>Represents the following attribute in the schema: autoRecover </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave">
            <summary>
            <para> Crash Save.</para>
            <para>Represents the following attribute in the schema: crashSave </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad">
            <summary>
            <para> Data Extract Load.</para>
            <para>Represents the following attribute in the schema: dataExtractLoad </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad">
            <summary>
            <para> Repair Load.</para>
            <para>Represents the following attribute in the schema: repairLoad </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.#ctor">
            <summary>
            Initializes a new instance of the FileRecoveryProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects">
             <summary>
             <para>Defines the WebPublishObjects Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:webPublishObjects.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WebPublishObject &lt;x:webPublishObject></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count">
            <summary>
            <para> Count.</para>
            <para>Represents the following attribute in the schema: count </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.#ctor">
            <summary>
            Initializes a new instance of the WebPublishObjects class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebPublishObjects class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebPublishObjects class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebPublishObjects class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList">
             <summary>
             <para>Defines the WorkbookExtensionList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:extLst.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WorkbookExtension &lt;x:ext></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.#ctor">
            <summary>
            Initializes a new instance of the WorkbookExtensionList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WorkbookExtensionList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WorkbookExtensionList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WorkbookExtensionList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension">
             <summary>
             <para>Defines the WorkbookExtension Class.</para>
             <para> When the object is serialized out as xml, its qualified name is x:ext.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.DefinedNames &lt;x14:definedNames></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.PivotCaches &lt;x14:pivotCaches></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches &lt;x14:slicerCaches></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches &lt;x15:slicerCaches></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties &lt;x14:workbookPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.PivotCaches &lt;x15:pivotCaches></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences &lt;x15:pivotTableReferences></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches &lt;x15:timelineCachePivotCaches></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences &lt;x15:timelineCacheRefs></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties &lt;x15:workbookPr></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Excel.DataModel &lt;x15:dataModel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri">
            <summary>
            <para> URI.</para>
            <para>Represents the following attribute in the schema: uri </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.#ctor">
            <summary>
            Initializes a new instance of the WorkbookExtension class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WorkbookExtension class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WorkbookExtension class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WorkbookExtension class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues">
            <summary>
            Filter Operator
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.Equal">
            <summary>
            Equal.
            <para>When the item is serialized out as xml, its value is "equal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThan">
            <summary>
            Less Than.
            <para>When the item is serialized out as xml, its value is "lessThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThanOrEqual">
            <summary>
            Less Than Or Equal.
            <para>When the item is serialized out as xml, its value is "lessThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.NotEqual">
            <summary>
            Not Equal.
            <para>When the item is serialized out as xml, its value is "notEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThanOrEqual">
            <summary>
            Greater Than Or Equal.
            <para>When the item is serialized out as xml, its value is "greaterThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThan">
            <summary>
            Greater Than.
            <para>When the item is serialized out as xml, its value is "greaterThan".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues">
            <summary>
            Dynamic Filter
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Null">
            <summary>
            Null.
            <para>When the item is serialized out as xml, its value is "null".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.AboveAverage">
            <summary>
            Above Average.
            <para>When the item is serialized out as xml, its value is "aboveAverage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.BelowAverage">
            <summary>
            Below Average.
            <para>When the item is serialized out as xml, its value is "belowAverage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Tomorrow">
            <summary>
            Tomorrow.
            <para>When the item is serialized out as xml, its value is "tomorrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Today">
            <summary>
            Today.
            <para>When the item is serialized out as xml, its value is "today".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Yesterday">
            <summary>
            Yesterday.
            <para>When the item is serialized out as xml, its value is "yesterday".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextWeek">
            <summary>
            Next Week.
            <para>When the item is serialized out as xml, its value is "nextWeek".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisWeek">
            <summary>
            This Week.
            <para>When the item is serialized out as xml, its value is "thisWeek".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastWeek">
            <summary>
            Last Week.
            <para>When the item is serialized out as xml, its value is "lastWeek".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextMonth">
            <summary>
            Next Month.
            <para>When the item is serialized out as xml, its value is "nextMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisMonth">
            <summary>
            This Month.
            <para>When the item is serialized out as xml, its value is "thisMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastMonth">
            <summary>
            Last Month.
            <para>When the item is serialized out as xml, its value is "lastMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextQuarter">
            <summary>
            Next Quarter.
            <para>When the item is serialized out as xml, its value is "nextQuarter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisQuarter">
            <summary>
            This Quarter.
            <para>When the item is serialized out as xml, its value is "thisQuarter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastQuarter">
            <summary>
            Last Quarter.
            <para>When the item is serialized out as xml, its value is "lastQuarter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextYear">
            <summary>
            Next Year.
            <para>When the item is serialized out as xml, its value is "nextYear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisYear">
            <summary>
            This Year.
            <para>When the item is serialized out as xml, its value is "thisYear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastYear">
            <summary>
            Last Year.
            <para>When the item is serialized out as xml, its value is "lastYear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.YearToDate">
            <summary>
            Year To Date.
            <para>When the item is serialized out as xml, its value is "yearToDate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter1">
            <summary>
            1st Quarter.
            <para>When the item is serialized out as xml, its value is "Q1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter2">
            <summary>
            2nd Quarter.
            <para>When the item is serialized out as xml, its value is "Q2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter3">
            <summary>
            3rd Quarter.
            <para>When the item is serialized out as xml, its value is "Q3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter4">
            <summary>
            4th Quarter.
            <para>When the item is serialized out as xml, its value is "Q4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.January">
            <summary>
            1st Month.
            <para>When the item is serialized out as xml, its value is "M1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.February">
            <summary>
            2nd Month.
            <para>When the item is serialized out as xml, its value is "M2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.March">
            <summary>
            3rd Month.
            <para>When the item is serialized out as xml, its value is "M3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.April">
            <summary>
            4th Month.
            <para>When the item is serialized out as xml, its value is "M4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.May">
            <summary>
            5th Month.
            <para>When the item is serialized out as xml, its value is "M5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.June">
            <summary>
            6th Month.
            <para>When the item is serialized out as xml, its value is "M6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.July">
            <summary>
            7th Month.
            <para>When the item is serialized out as xml, its value is "M7".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.August">
            <summary>
            8th Month.
            <para>When the item is serialized out as xml, its value is "M8".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.September">
            <summary>
            9th Month.
            <para>When the item is serialized out as xml, its value is "M9".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.October">
            <summary>
            10th Month.
            <para>When the item is serialized out as xml, its value is "M10".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.November">
            <summary>
            11th Month.
            <para>When the item is serialized out as xml, its value is "M11".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.December">
            <summary>
            12th Month.
            <para>When the item is serialized out as xml, its value is "M12".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.IconSetValues">
            <summary>
            Icon Set Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrows">
            <summary>
            3 Arrows.
            <para>When the item is serialized out as xml, its value is "3Arrows".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrowsGray">
            <summary>
            3 Arrows (Gray).
            <para>When the item is serialized out as xml, its value is "3ArrowsGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeFlags">
            <summary>
            3 Flags.
            <para>When the item is serialized out as xml, its value is "3Flags".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights1">
            <summary>
            3 Traffic Lights.
            <para>When the item is serialized out as xml, its value is "3TrafficLights1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights2">
            <summary>
            3 Traffic Lights Black.
            <para>When the item is serialized out as xml, its value is "3TrafficLights2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSigns">
            <summary>
            3 Signs.
            <para>When the item is serialized out as xml, its value is "3Signs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols">
            <summary>
            3 Symbols Circled.
            <para>When the item is serialized out as xml, its value is "3Symbols".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols2">
            <summary>
            3 Symbols.
            <para>When the item is serialized out as xml, its value is "3Symbols2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrows">
            <summary>
            4 Arrows.
            <para>When the item is serialized out as xml, its value is "4Arrows".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrowsGray">
            <summary>
            4 Arrows (Gray).
            <para>When the item is serialized out as xml, its value is "4ArrowsGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRedToBlack">
            <summary>
            4 Red To Black.
            <para>When the item is serialized out as xml, its value is "4RedToBlack".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRating">
            <summary>
            4 Ratings.
            <para>When the item is serialized out as xml, its value is "4Rating".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourTrafficLights">
            <summary>
            4 Traffic Lights.
            <para>When the item is serialized out as xml, its value is "4TrafficLights".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrows">
            <summary>
            5 Arrows.
            <para>When the item is serialized out as xml, its value is "5Arrows".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrowsGray">
            <summary>
            5 Arrows (Gray).
            <para>When the item is serialized out as xml, its value is "5ArrowsGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveRating">
            <summary>
            5 Ratings Icon Set.
            <para>When the item is serialized out as xml, its value is "5Rating".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveQuarters">
            <summary>
            5 Quarters.
            <para>When the item is serialized out as xml, its value is "5Quarters".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SortByValues">
            <summary>
            Sort By
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortByValues.Value">
            <summary>
            Value.
            <para>When the item is serialized out as xml, its value is "value".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortByValues.CellColor">
            <summary>
            Sort by Cell Color.
            <para>When the item is serialized out as xml, its value is "cellColor".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortByValues.FontColor">
            <summary>
            Sort by Font Color.
            <para>When the item is serialized out as xml, its value is "fontColor".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortByValues.Icon">
            <summary>
            Sort by Icon.
            <para>When the item is serialized out as xml, its value is "icon".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SortMethodValues">
            <summary>
            Sort Method
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.Stroke">
            <summary>
            Sort by Stroke.
            <para>When the item is serialized out as xml, its value is "stroke".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.PinYin">
            <summary>
            PinYin Sort.
            <para>When the item is serialized out as xml, its value is "pinYin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalendarValues">
            <summary>
            Calendar Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.None">
            <summary>
            No Calendar Type.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Gregorian">
            <summary>
            Gregorian.
            <para>When the item is serialized out as xml, its value is "gregorian".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianUs">
            <summary>
            Gregorian (U.S.) Calendar.
            <para>When the item is serialized out as xml, its value is "gregorianUs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Japan">
            <summary>
            Japanese Emperor Era Calendar.
            <para>When the item is serialized out as xml, its value is "japan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Taiwan">
            <summary>
            Taiwan Era Calendar.
            <para>When the item is serialized out as xml, its value is "taiwan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Korea">
            <summary>
            Korean Tangun Era Calendar.
            <para>When the item is serialized out as xml, its value is "korea".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hijri">
            <summary>
            Hijri (Arabic Lunar) Calendar.
            <para>When the item is serialized out as xml, its value is "hijri".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Thai">
            <summary>
            Thai Calendar.
            <para>When the item is serialized out as xml, its value is "thai".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hebrew">
            <summary>
            Hebrew (Lunar) Calendar.
            <para>When the item is serialized out as xml, its value is "hebrew".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianMiddleEastFrench">
            <summary>
            Gregorian Middle East French Calendar.
            <para>When the item is serialized out as xml, its value is "gregorianMeFrench".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianArabic">
            <summary>
            Gregorian Arabic Calendar.
            <para>When the item is serialized out as xml, its value is "gregorianArabic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedEnglish">
            <summary>
            Gregorian Transliterated English Calendar.
            <para>When the item is serialized out as xml, its value is "gregorianXlitEnglish".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedFrench">
            <summary>
            Gregorian Transliterated French Calendar.
            <para>When the item is serialized out as xml, its value is "gregorianXlitFrench".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues">
            <summary>
            Date Time Grouping
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Year">
            <summary>
            Group by Year.
            <para>When the item is serialized out as xml, its value is "year".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Month">
            <summary>
            Month.
            <para>When the item is serialized out as xml, its value is "month".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Day">
            <summary>
            Day.
            <para>When the item is serialized out as xml, its value is "day".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Hour">
            <summary>
            Group by Hour.
            <para>When the item is serialized out as xml, its value is "hour".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Minute">
            <summary>
            Group by Minute.
            <para>When the item is serialized out as xml, its value is "minute".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Second">
            <summary>
            Second.
            <para>When the item is serialized out as xml, its value is "second".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues">
            <summary>
            HTML Formatting Handling
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.None">
            <summary>
            No Formatting.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.HonorRichText">
            <summary>
            Honor Rich Text.
            <para>When the item is serialized out as xml, its value is "rtf".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.All">
            <summary>
            All.
            <para>When the item is serialized out as xml, its value is "all".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ParameterValues">
            <summary>
            Parameter Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Prompt">
            <summary>
            Prompt on Refresh.
            <para>When the item is serialized out as xml, its value is "prompt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Value">
            <summary>
            Value.
            <para>When the item is serialized out as xml, its value is "value".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Cell">
            <summary>
            Parameter From Cell.
            <para>When the item is serialized out as xml, its value is "cell".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FileTypeValues">
            <summary>
            File Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Mac">
            <summary>
            Macintosh.
            <para>When the item is serialized out as xml, its value is "mac".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Win">
            <summary>
            Windows (ANSI).
            <para>When the item is serialized out as xml, its value is "win".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Dos">
            <summary>
            DOS.
            <para>When the item is serialized out as xml, its value is "dos".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.QualifierValues">
            <summary>
            Qualifier
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.QualifierValues.DoubleQuote">
            <summary>
            Double Quote.
            <para>When the item is serialized out as xml, its value is "doubleQuote".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.QualifierValues.SingleQuote">
            <summary>
            Single Quote.
            <para>When the item is serialized out as xml, its value is "singleQuote".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.QualifierValues.None">
            <summary>
            No Text Qualifier.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues">
            <summary>
            Text Field Datatype
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.General">
            <summary>
            General.
            <para>When the item is serialized out as xml, its value is "general".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Text">
            <summary>
            Text.
            <para>When the item is serialized out as xml, its value is "text".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthDayYear">
            <summary>
            Month Day Year.
            <para>When the item is serialized out as xml, its value is "MDY".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayMonthYear">
            <summary>
            Day Month Year.
            <para>When the item is serialized out as xml, its value is "DMY".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearMonthDay">
            <summary>
            Year Month Day.
            <para>When the item is serialized out as xml, its value is "YMD".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthYearDay">
            <summary>
            Month Day Year.
            <para>When the item is serialized out as xml, its value is "MYD".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayYearMonth">
            <summary>
            Day Year Month.
            <para>When the item is serialized out as xml, its value is "DYM".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearDayMonth">
            <summary>
            Year Day Month.
            <para>When the item is serialized out as xml, its value is "YDM".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Skip">
            <summary>
            Skip Field.
            <para>When the item is serialized out as xml, its value is "skip".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.EMD">
            <summary>
            East Asian Year Month Day.
            <para>When the item is serialized out as xml, its value is "EMD".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues">
            <summary>
            Credentials Method
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Integrated">
            <summary>
            Integrated Authentication.
            <para>When the item is serialized out as xml, its value is "integrated".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.None">
            <summary>
            No Credentials.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Stored">
            <summary>
            Stored Credentials.
            <para>When the item is serialized out as xml, its value is "stored".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SourceValues">
            <summary>
            PivotCache Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SourceValues.Worksheet">
            <summary>
            Worksheet.
            <para>When the item is serialized out as xml, its value is "worksheet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SourceValues.External">
            <summary>
            External.
            <para>When the item is serialized out as xml, its value is "external".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SourceValues.Consolidation">
            <summary>
            Consolidation Ranges.
            <para>When the item is serialized out as xml, its value is "consolidation".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SourceValues.Scenario">
            <summary>
            Scenario Summary Report.
            <para>When the item is serialized out as xml, its value is "scenario".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.GroupByValues">
            <summary>
            Values Group By
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Range">
            <summary>
            Group By Numeric Ranges.
            <para>When the item is serialized out as xml, its value is "range".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Seconds">
            <summary>
            Seconds.
            <para>When the item is serialized out as xml, its value is "seconds".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Minutes">
            <summary>
            Minutes.
            <para>When the item is serialized out as xml, its value is "minutes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Hours">
            <summary>
            Hours.
            <para>When the item is serialized out as xml, its value is "hours".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Days">
            <summary>
            Days.
            <para>When the item is serialized out as xml, its value is "days".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Months">
            <summary>
            Months.
            <para>When the item is serialized out as xml, its value is "months".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Quarters">
            <summary>
            Quarters.
            <para>When the item is serialized out as xml, its value is "quarters".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Years">
            <summary>
            Years.
            <para>When the item is serialized out as xml, its value is "years".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SortValues">
            <summary>
            Set Sort Order
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortValues.Ascending">
            <summary>
            Ascending.
            <para>When the item is serialized out as xml, its value is "ascending".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortValues.Descending">
            <summary>
            Descending.
            <para>When the item is serialized out as xml, its value is "descending".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingAlpha">
            <summary>
            Ascending Alpha.
            <para>When the item is serialized out as xml, its value is "ascendingAlpha".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingAlpha">
            <summary>
            Alphabetic Order Descending.
            <para>When the item is serialized out as xml, its value is "descendingAlpha".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingNatural">
            <summary>
            Ascending Natural.
            <para>When the item is serialized out as xml, its value is "ascendingNatural".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingNatural">
            <summary>
            Natural Order Descending.
            <para>When the item is serialized out as xml, its value is "descendingNatural".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ScopeValues">
            <summary>
            Conditional Formatting Scope
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Selection">
            <summary>
            Selection.
            <para>When the item is serialized out as xml, its value is "selection".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Data">
            <summary>
            Data Fields.
            <para>When the item is serialized out as xml, its value is "data".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Field">
            <summary>
            Field Intersections.
            <para>When the item is serialized out as xml, its value is "field".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RuleValues">
            <summary>
            Top N Evaluation Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.RuleValues.None">
            <summary>
            Top N None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.RuleValues.All">
            <summary>
            All.
            <para>When the item is serialized out as xml, its value is "all".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.RuleValues.Row">
            <summary>
            Row Top N.
            <para>When the item is serialized out as xml, its value is "row".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.RuleValues.Column">
            <summary>
            Column Top N.
            <para>When the item is serialized out as xml, its value is "column".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues">
            <summary>
            Show Data As
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Normal">
            <summary>
            Normal Data Type.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Difference">
            <summary>
            Difference.
            <para>When the item is serialized out as xml, its value is "difference".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Percent">
            <summary>
            Percentage Of.
            <para>When the item is serialized out as xml, its value is "percent".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentageDifference">
            <summary>
            Percentage Difference.
            <para>When the item is serialized out as xml, its value is "percentDiff".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.RunTotal">
            <summary>
            Running Total.
            <para>When the item is serialized out as xml, its value is "runTotal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfRaw">
            <summary>
            Percentage of Row.
            <para>When the item is serialized out as xml, its value is "percentOfRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfColumn">
            <summary>
            Percent of Column.
            <para>When the item is serialized out as xml, its value is "percentOfCol".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfTotal">
            <summary>
            Percentage of Total.
            <para>When the item is serialized out as xml, its value is "percentOfTotal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Index">
            <summary>
            Index.
            <para>When the item is serialized out as xml, its value is "index".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ItemValues">
            <summary>
            PivotItem Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Data">
            <summary>
            Data.
            <para>When the item is serialized out as xml, its value is "data".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Default">
            <summary>
            Default.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Sum">
            <summary>
            Sum.
            <para>When the item is serialized out as xml, its value is "sum".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.CountA">
            <summary>
            CountA.
            <para>When the item is serialized out as xml, its value is "countA".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Average">
            <summary>
            Average.
            <para>When the item is serialized out as xml, its value is "avg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Maximum">
            <summary>
            Max.
            <para>When the item is serialized out as xml, its value is "max".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Minimum">
            <summary>
            Min.
            <para>When the item is serialized out as xml, its value is "min".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Product">
            <summary>
            Product.
            <para>When the item is serialized out as xml, its value is "product".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Count">
            <summary>
            Count.
            <para>When the item is serialized out as xml, its value is "count".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviation">
            <summary>
            stdDev.
            <para>When the item is serialized out as xml, its value is "stdDev".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviationP">
            <summary>
            StdDevP.
            <para>When the item is serialized out as xml, its value is "stdDevP".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Variance">
            <summary>
            Var.
            <para>When the item is serialized out as xml, its value is "var".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.VarianceP">
            <summary>
            VarP.
            <para>When the item is serialized out as xml, its value is "varP".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Grand">
            <summary>
            Grand Total Item.
            <para>When the item is serialized out as xml, its value is "grand".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ItemValues.Blank">
            <summary>
            Blank Pivot Item.
            <para>When the item is serialized out as xml, its value is "blank".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FieldSortValues">
            <summary>
            Field Sort Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Manual">
            <summary>
            Manual Sort.
            <para>When the item is serialized out as xml, its value is "manual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Ascending">
            <summary>
            Ascending.
            <para>When the item is serialized out as xml, its value is "ascending".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Descending">
            <summary>
            Descending.
            <para>When the item is serialized out as xml, its value is "descending".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues">
            <summary>
            Pivot Filter Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Unknown">
            <summary>
            Unknown.
            <para>When the item is serialized out as xml, its value is "unknown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Count">
            <summary>
            Count.
            <para>When the item is serialized out as xml, its value is "count".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Percent">
            <summary>
            Percent.
            <para>When the item is serialized out as xml, its value is "percent".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Sum">
            <summary>
            Sum.
            <para>When the item is serialized out as xml, its value is "sum".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEqual">
            <summary>
            Caption Equals.
            <para>When the item is serialized out as xml, its value is "captionEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEqual">
            <summary>
            Caption Not Equal.
            <para>When the item is serialized out as xml, its value is "captionNotEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBeginsWith">
            <summary>
            Caption Begins With.
            <para>When the item is serialized out as xml, its value is "captionBeginsWith".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBeginsWith">
            <summary>
            Caption Does Not Begin With.
            <para>When the item is serialized out as xml, its value is "captionNotBeginsWith".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEndsWith">
            <summary>
            Caption Ends With.
            <para>When the item is serialized out as xml, its value is "captionEndsWith".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEndsWith">
            <summary>
            Caption Does Not End With.
            <para>When the item is serialized out as xml, its value is "captionNotEndsWith".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionContains">
            <summary>
            Caption Contains.
            <para>When the item is serialized out as xml, its value is "captionContains".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotContains">
            <summary>
            Caption Does Not Contain.
            <para>When the item is serialized out as xml, its value is "captionNotContains".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThan">
            <summary>
            Caption Is Greater Than.
            <para>When the item is serialized out as xml, its value is "captionGreaterThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThanOrEqual">
            <summary>
            Caption Is Greater Than Or Equal To.
            <para>When the item is serialized out as xml, its value is "captionGreaterThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThan">
            <summary>
            Caption Is Less Than.
            <para>When the item is serialized out as xml, its value is "captionLessThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThanOrEqual">
            <summary>
            Caption Is Less Than Or Equal To.
            <para>When the item is serialized out as xml, its value is "captionLessThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBetween">
            <summary>
            Caption Is Between.
            <para>When the item is serialized out as xml, its value is "captionBetween".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBetween">
            <summary>
            Caption Is Not Between.
            <para>When the item is serialized out as xml, its value is "captionNotBetween".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueEqual">
            <summary>
            Value Equal.
            <para>When the item is serialized out as xml, its value is "valueEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotEqual">
            <summary>
            Value Not Equal.
            <para>When the item is serialized out as xml, its value is "valueNotEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThan">
            <summary>
            Value Greater Than.
            <para>When the item is serialized out as xml, its value is "valueGreaterThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThanOrEqual">
            <summary>
            Value Greater Than Or Equal To.
            <para>When the item is serialized out as xml, its value is "valueGreaterThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThan">
            <summary>
            Value Less Than.
            <para>When the item is serialized out as xml, its value is "valueLessThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThanOrEqual">
            <summary>
            Value Less Than Or Equal To.
            <para>When the item is serialized out as xml, its value is "valueLessThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueBetween">
            <summary>
            Value Between.
            <para>When the item is serialized out as xml, its value is "valueBetween".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotBetween">
            <summary>
            Value Not Between.
            <para>When the item is serialized out as xml, its value is "valueNotBetween".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateEqual">
            <summary>
            Date Equals.
            <para>When the item is serialized out as xml, its value is "dateEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotEqual">
            <summary>
            Date Does Not Equal.
            <para>When the item is serialized out as xml, its value is "dateNotEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThan">
            <summary>
            Date Older Than.
            <para>When the item is serialized out as xml, its value is "dateOlderThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThanOrEqual">
            <summary>
            Date Older Than Or Equal.
            <para>When the item is serialized out as xml, its value is "dateOlderThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThan">
            <summary>
            Date Newer Than.
            <para>When the item is serialized out as xml, its value is "dateNewerThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThanOrEqual">
            <summary>
            Date Newer Than or Equal To.
            <para>When the item is serialized out as xml, its value is "dateNewerThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateBetween">
            <summary>
            Date Between.
            <para>When the item is serialized out as xml, its value is "dateBetween".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotBetween">
            <summary>
            Date Not Between.
            <para>When the item is serialized out as xml, its value is "dateNotBetween".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Tomorrow">
            <summary>
            Tomorrow.
            <para>When the item is serialized out as xml, its value is "tomorrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Today">
            <summary>
            Today.
            <para>When the item is serialized out as xml, its value is "today".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Yesterday">
            <summary>
            Yesterday.
            <para>When the item is serialized out as xml, its value is "yesterday".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextWeek">
            <summary>
            Next Week.
            <para>When the item is serialized out as xml, its value is "nextWeek".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisWeek">
            <summary>
            This Week.
            <para>When the item is serialized out as xml, its value is "thisWeek".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastWeek">
            <summary>
            Last Week.
            <para>When the item is serialized out as xml, its value is "lastWeek".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextMonth">
            <summary>
            Next Month.
            <para>When the item is serialized out as xml, its value is "nextMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisMonth">
            <summary>
            This Month.
            <para>When the item is serialized out as xml, its value is "thisMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastMonth">
            <summary>
            Last Month.
            <para>When the item is serialized out as xml, its value is "lastMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextQuarter">
            <summary>
            Next Quarter.
            <para>When the item is serialized out as xml, its value is "nextQuarter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisQuarter">
            <summary>
            This Quarter.
            <para>When the item is serialized out as xml, its value is "thisQuarter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastQuarter">
            <summary>
            Last Quarter.
            <para>When the item is serialized out as xml, its value is "lastQuarter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextYear">
            <summary>
            Next Year.
            <para>When the item is serialized out as xml, its value is "nextYear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisYear">
            <summary>
            This Year.
            <para>When the item is serialized out as xml, its value is "thisYear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastYear">
            <summary>
            Last Year.
            <para>When the item is serialized out as xml, its value is "lastYear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.YearToDate">
            <summary>
            Year-To-Date.
            <para>When the item is serialized out as xml, its value is "yearToDate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter1">
            <summary>
            First Quarter.
            <para>When the item is serialized out as xml, its value is "Q1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter2">
            <summary>
            Second Quarter.
            <para>When the item is serialized out as xml, its value is "Q2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter3">
            <summary>
            Third Quarter.
            <para>When the item is serialized out as xml, its value is "Q3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter4">
            <summary>
            Fourth Quarter.
            <para>When the item is serialized out as xml, its value is "Q4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.January">
            <summary>
            January.
            <para>When the item is serialized out as xml, its value is "M1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.February">
            <summary>
            Dates in February.
            <para>When the item is serialized out as xml, its value is "M2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.March">
            <summary>
            Dates in March.
            <para>When the item is serialized out as xml, its value is "M3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.April">
            <summary>
            Dates in April.
            <para>When the item is serialized out as xml, its value is "M4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.May">
            <summary>
            Dates in May.
            <para>When the item is serialized out as xml, its value is "M5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.June">
            <summary>
            Dates in June.
            <para>When the item is serialized out as xml, its value is "M6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.July">
            <summary>
            Dates in July.
            <para>When the item is serialized out as xml, its value is "M7".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.August">
            <summary>
            Dates in August.
            <para>When the item is serialized out as xml, its value is "M8".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.September">
            <summary>
            Dates in September.
            <para>When the item is serialized out as xml, its value is "M9".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.October">
            <summary>
            Dates in October.
            <para>When the item is serialized out as xml, its value is "M10".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.November">
            <summary>
            Dates in November.
            <para>When the item is serialized out as xml, its value is "M11".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.December">
            <summary>
            Dates in December.
            <para>When the item is serialized out as xml, its value is "M12".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FormatActionValues">
            <summary>
            PivotTable Format Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Blank">
            <summary>
            Blank.
            <para>When the item is serialized out as xml, its value is "blank".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Formatting">
            <summary>
            Formatting.
            <para>When the item is serialized out as xml, its value is "formatting".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues">
            <summary>
            PivotTable Axis
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisRow">
            <summary>
            Row Axis.
            <para>When the item is serialized out as xml, its value is "axisRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisColumn">
            <summary>
            Column Axis.
            <para>When the item is serialized out as xml, its value is "axisCol".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisPage">
            <summary>
            Include Count Filter.
            <para>When the item is serialized out as xml, its value is "axisPage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisValues">
            <summary>
            Values Axis.
            <para>When the item is serialized out as xml, its value is "axisValues".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues">
            <summary>
            Grow Shrink Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertDelete">
            <summary>
            Insert and Delete On Refresh.
            <para>When the item is serialized out as xml, its value is "insertDelete".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertClear">
            <summary>
            Insert and Clear On Refresh.
            <para>When the item is serialized out as xml, its value is "insertClear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.OverwriteClear">
            <summary>
            Overwrite and Clear On Refresh.
            <para>When the item is serialized out as xml, its value is "overwriteClear".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticValues">
            <summary>
            Phonetic Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.HalfWidthKatakana">
            <summary>
            Half-Width Katakana.
            <para>When the item is serialized out as xml, its value is "halfwidthKatakana".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.FullWidthKatakana">
            <summary>
            Full-Width Katakana.
            <para>When the item is serialized out as xml, its value is "fullwidthKatakana".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.Hiragana">
            <summary>
            Hiragana.
            <para>When the item is serialized out as xml, its value is "Hiragana".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.NoConversion">
            <summary>
            No Conversion.
            <para>When the item is serialized out as xml, its value is "noConversion".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues">
            <summary>
            Phonetic Alignment Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.NoControl">
            <summary>
            No Control.
            <para>When the item is serialized out as xml, its value is "noControl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Left">
            <summary>
            Left Alignment.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Center">
            <summary>
            Center Alignment.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Distributed">
            <summary>
            Distributed.
            <para>When the item is serialized out as xml, its value is "distributed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues">
            <summary>
            Row Column Action Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.InsertRow">
            <summary>
            Insert Row.
            <para>When the item is serialized out as xml, its value is "insertRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteRow">
            <summary>
            Delete Row.
            <para>When the item is serialized out as xml, its value is "deleteRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.ColumnInsert">
            <summary>
            Column Insert.
            <para>When the item is serialized out as xml, its value is "insertCol".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteColumn">
            <summary>
            Delete Column.
            <para>When the item is serialized out as xml, its value is "deleteCol".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues">
            <summary>
            Revision Action Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Add">
            <summary>
            Add.
            <para>When the item is serialized out as xml, its value is "add".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Delete">
            <summary>
            Delete.
            <para>When the item is serialized out as xml, its value is "delete".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues">
            <summary>
            Formula Expression Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Reference">
            <summary>
            Reference.
            <para>When the item is serialized out as xml, its value is "ref".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ReferenceError">
            <summary>
            Reference Is Error.
            <para>When the item is serialized out as xml, its value is "refError".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Area">
            <summary>
            Area.
            <para>When the item is serialized out as xml, its value is "area".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.AreaError">
            <summary>
            Area Error.
            <para>When the item is serialized out as xml, its value is "areaError".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ComputedArea">
            <summary>
            Computed Area.
            <para>When the item is serialized out as xml, its value is "computedArea".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues">
            <summary>
            Formula Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Normal">
            <summary>
            Normal.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Array">
            <summary>
            Array Entered.
            <para>When the item is serialized out as xml, its value is "array".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.DataTable">
            <summary>
            Table Formula.
            <para>When the item is serialized out as xml, its value is "dataTable".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Shared">
            <summary>
            Shared Formula.
            <para>When the item is serialized out as xml, its value is "shared".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PaneValues">
            <summary>
            Pane Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomRight">
            <summary>
            Bottom Right Pane.
            <para>When the item is serialized out as xml, its value is "bottomRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopRight">
            <summary>
            Top Right Pane.
            <para>When the item is serialized out as xml, its value is "topRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomLeft">
            <summary>
            Bottom Left Pane.
            <para>When the item is serialized out as xml, its value is "bottomLeft".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopLeft">
            <summary>
            Top Left Pane.
            <para>When the item is serialized out as xml, its value is "topLeft".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetViewValues">
            <summary>
            Sheet View Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.Normal">
            <summary>
            Normal View.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageBreakPreview">
            <summary>
            Page Break Preview.
            <para>When the item is serialized out as xml, its value is "pageBreakPreview".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageLayout">
            <summary>
            Page Layout View.
            <para>When the item is serialized out as xml, its value is "pageLayout".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues">
            <summary>
            Data Consolidation Functions
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Average">
            <summary>
            Average.
            <para>When the item is serialized out as xml, its value is "average".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Count">
            <summary>
            Count.
            <para>When the item is serialized out as xml, its value is "count".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.CountNumbers">
            <summary>
            CountNums.
            <para>When the item is serialized out as xml, its value is "countNums".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Maximum">
            <summary>
            Maximum.
            <para>When the item is serialized out as xml, its value is "max".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Minimum">
            <summary>
            Minimum.
            <para>When the item is serialized out as xml, its value is "min".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Product">
            <summary>
            Product.
            <para>When the item is serialized out as xml, its value is "product".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviation">
            <summary>
            StdDev.
            <para>When the item is serialized out as xml, its value is "stdDev".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviationP">
            <summary>
            StdDevP.
            <para>When the item is serialized out as xml, its value is "stdDevp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Sum">
            <summary>
            Sum.
            <para>When the item is serialized out as xml, its value is "sum".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Variance">
            <summary>
            Variance.
            <para>When the item is serialized out as xml, its value is "var".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.VarianceP">
            <summary>
            VarP.
            <para>When the item is serialized out as xml, its value is "varp".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataValidationValues">
            <summary>
            Data Validation Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Whole">
            <summary>
            Whole Number.
            <para>When the item is serialized out as xml, its value is "whole".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Decimal">
            <summary>
            Decimal.
            <para>When the item is serialized out as xml, its value is "decimal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.List">
            <summary>
            List.
            <para>When the item is serialized out as xml, its value is "list".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Date">
            <summary>
            Date.
            <para>When the item is serialized out as xml, its value is "date".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Time">
            <summary>
            Time.
            <para>When the item is serialized out as xml, its value is "time".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.TextLength">
            <summary>
            Text Length.
            <para>When the item is serialized out as xml, its value is "textLength".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Custom">
            <summary>
            Custom.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues">
            <summary>
            Data Validation Operator
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Between">
            <summary>
            Between.
            <para>When the item is serialized out as xml, its value is "between".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotBetween">
            <summary>
            Not Between.
            <para>When the item is serialized out as xml, its value is "notBetween".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Equal">
            <summary>
            Equal.
            <para>When the item is serialized out as xml, its value is "equal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotEqual">
            <summary>
            Not Equal.
            <para>When the item is serialized out as xml, its value is "notEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThan">
            <summary>
            Less Than.
            <para>When the item is serialized out as xml, its value is "lessThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThanOrEqual">
            <summary>
            Less Than Or Equal.
            <para>When the item is serialized out as xml, its value is "lessThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThan">
            <summary>
            Greater Than.
            <para>When the item is serialized out as xml, its value is "greaterThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThanOrEqual">
            <summary>
            Greater Than Or Equal.
            <para>When the item is serialized out as xml, its value is "greaterThanOrEqual".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues">
            <summary>
            Data Validation Error Styles
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Stop">
            <summary>
            Stop Icon.
            <para>When the item is serialized out as xml, its value is "stop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Warning">
            <summary>
            Warning Icon.
            <para>When the item is serialized out as xml, its value is "warning".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Information">
            <summary>
            Information Icon.
            <para>When the item is serialized out as xml, its value is "information".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues">
            <summary>
            Data Validation IME Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.NoControl">
            <summary>
            IME Mode Not Controlled.
            <para>When the item is serialized out as xml, its value is "noControl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Off">
            <summary>
            IME Off.
            <para>When the item is serialized out as xml, its value is "off".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.On">
            <summary>
            IME On.
            <para>When the item is serialized out as xml, its value is "on".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Disabled">
            <summary>
            Disabled IME Mode.
            <para>When the item is serialized out as xml, its value is "disabled".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Hiragana">
            <summary>
            Hiragana IME Mode.
            <para>When the item is serialized out as xml, its value is "hiragana".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullKatakana">
            <summary>
            Full Katakana IME Mode.
            <para>When the item is serialized out as xml, its value is "fullKatakana".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfKatakana">
            <summary>
            Half-Width Katakana.
            <para>When the item is serialized out as xml, its value is "halfKatakana".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullAlpha">
            <summary>
            Full-Width Alpha-Numeric IME Mode.
            <para>When the item is serialized out as xml, its value is "fullAlpha".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfAlpha">
            <summary>
            Half Alpha IME.
            <para>When the item is serialized out as xml, its value is "halfAlpha".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullHangul">
            <summary>
            Full Width Hangul.
            <para>When the item is serialized out as xml, its value is "fullHangul".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfHangul">
            <summary>
            Half-Width Hangul IME Mode.
            <para>When the item is serialized out as xml, its value is "halfHangul".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues">
            <summary>
            Conditional Format Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Expression">
            <summary>
            Expression.
            <para>When the item is serialized out as xml, its value is "expression".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.CellIs">
            <summary>
            Cell Is.
            <para>When the item is serialized out as xml, its value is "cellIs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ColorScale">
            <summary>
            Color Scale.
            <para>When the item is serialized out as xml, its value is "colorScale".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DataBar">
            <summary>
            Data Bar.
            <para>When the item is serialized out as xml, its value is "dataBar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.IconSet">
            <summary>
            Icon Set.
            <para>When the item is serialized out as xml, its value is "iconSet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Top10">
            <summary>
            Top 10.
            <para>When the item is serialized out as xml, its value is "top10".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.UniqueValues">
            <summary>
            Unique Values.
            <para>When the item is serialized out as xml, its value is "uniqueValues".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DuplicateValues">
            <summary>
            Duplicate Values.
            <para>When the item is serialized out as xml, its value is "duplicateValues".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsText">
            <summary>
            Contains Text.
            <para>When the item is serialized out as xml, its value is "containsText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsText">
            <summary>
            Does Not Contain Text.
            <para>When the item is serialized out as xml, its value is "notContainsText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.BeginsWith">
            <summary>
            Begins With.
            <para>When the item is serialized out as xml, its value is "beginsWith".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.EndsWith">
            <summary>
            Ends With.
            <para>When the item is serialized out as xml, its value is "endsWith".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsBlanks">
            <summary>
            Contains Blanks.
            <para>When the item is serialized out as xml, its value is "containsBlanks".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsBlanks">
            <summary>
            Contains No Blanks.
            <para>When the item is serialized out as xml, its value is "notContainsBlanks".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsErrors">
            <summary>
            Contains Errors.
            <para>When the item is serialized out as xml, its value is "containsErrors".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsErrors">
            <summary>
            Contains No Errors.
            <para>When the item is serialized out as xml, its value is "notContainsErrors".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.TimePeriod">
            <summary>
            Time Period.
            <para>When the item is serialized out as xml, its value is "timePeriod".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.AboveAverage">
            <summary>
            Above or Below Average.
            <para>When the item is serialized out as xml, its value is "aboveAverage".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues">
            <summary>
            Time Period Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Today">
            <summary>
            Today.
            <para>When the item is serialized out as xml, its value is "today".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Yesterday">
            <summary>
            Yesterday.
            <para>When the item is serialized out as xml, its value is "yesterday".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Tomorrow">
            <summary>
            Tomorrow.
            <para>When the item is serialized out as xml, its value is "tomorrow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Last7Days">
            <summary>
            Last 7 Days.
            <para>When the item is serialized out as xml, its value is "last7Days".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisMonth">
            <summary>
            This Month.
            <para>When the item is serialized out as xml, its value is "thisMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastMonth">
            <summary>
            Last Month.
            <para>When the item is serialized out as xml, its value is "lastMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextMonth">
            <summary>
            Next Month.
            <para>When the item is serialized out as xml, its value is "nextMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisWeek">
            <summary>
            This Week.
            <para>When the item is serialized out as xml, its value is "thisWeek".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastWeek">
            <summary>
            Last Week.
            <para>When the item is serialized out as xml, its value is "lastWeek".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextWeek">
            <summary>
            Next Week.
            <para>When the item is serialized out as xml, its value is "nextWeek".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues">
            <summary>
            Conditional Format Operators
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThan">
            <summary>
            Less Than.
            <para>When the item is serialized out as xml, its value is "lessThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThanOrEqual">
            <summary>
            Less Than Or Equal.
            <para>When the item is serialized out as xml, its value is "lessThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Equal">
            <summary>
            Equal.
            <para>When the item is serialized out as xml, its value is "equal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotEqual">
            <summary>
            Not Equal.
            <para>When the item is serialized out as xml, its value is "notEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThanOrEqual">
            <summary>
            Greater Than Or Equal.
            <para>When the item is serialized out as xml, its value is "greaterThanOrEqual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThan">
            <summary>
            Greater Than.
            <para>When the item is serialized out as xml, its value is "greaterThan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Between">
            <summary>
            Between.
            <para>When the item is serialized out as xml, its value is "between".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotBetween">
            <summary>
            Not Between.
            <para>When the item is serialized out as xml, its value is "notBetween".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.ContainsText">
            <summary>
            Contains.
            <para>When the item is serialized out as xml, its value is "containsText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotContains">
            <summary>
            Does Not Contain.
            <para>When the item is serialized out as xml, its value is "notContains".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.BeginsWith">
            <summary>
            Begins With.
            <para>When the item is serialized out as xml, its value is "beginsWith".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.EndsWith">
            <summary>
            Ends With.
            <para>When the item is serialized out as xml, its value is "endsWith".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues">
            <summary>
            Conditional Format Value Object Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Number">
            <summary>
            Number.
            <para>When the item is serialized out as xml, its value is "num".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percent">
            <summary>
            Percent.
            <para>When the item is serialized out as xml, its value is "percent".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Max">
            <summary>
            Maximum.
            <para>When the item is serialized out as xml, its value is "max".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Min">
            <summary>
            Minimum.
            <para>When the item is serialized out as xml, its value is "min".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Formula">
            <summary>
            Formula.
            <para>When the item is serialized out as xml, its value is "formula".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percentile">
            <summary>
            Percentile.
            <para>When the item is serialized out as xml, its value is "percentile".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PageOrderValues">
            <summary>
            Page Order
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.DownThenOver">
            <summary>
            Down Then Over.
            <para>When the item is serialized out as xml, its value is "downThenOver".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.OverThenDown">
            <summary>
            Over Then Down.
            <para>When the item is serialized out as xml, its value is "overThenDown".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OrientationValues">
            <summary>
            Orientation
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Default">
            <summary>
            Default.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Portrait">
            <summary>
            Portrait.
            <para>When the item is serialized out as xml, its value is "portrait".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Landscape">
            <summary>
            Landscape.
            <para>When the item is serialized out as xml, its value is "landscape".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues">
            <summary>
            Cell Comments
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AsDisplayed">
            <summary>
            Print Comments As Displayed.
            <para>When the item is serialized out as xml, its value is "asDisplayed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AtEnd">
            <summary>
            Print At End.
            <para>When the item is serialized out as xml, its value is "atEnd".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues">
            <summary>
            Print Errors
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Displayed">
            <summary>
            Display Cell Errors.
            <para>When the item is serialized out as xml, its value is "displayed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Blank">
            <summary>
            Show Cell Errors As Blank.
            <para>When the item is serialized out as xml, its value is "blank".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Dash">
            <summary>
            Dash Cell Errors.
            <para>When the item is serialized out as xml, its value is "dash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.NA">
            <summary>
            NA.
            <para>When the item is serialized out as xml, its value is "NA".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues">
            <summary>
            Data View Aspect Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectContent">
            <summary>
            Object Display Content.
            <para>When the item is serialized out as xml, its value is "DVASPECT_CONTENT".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectIcon">
            <summary>
            Object Display Icon.
            <para>When the item is serialized out as xml, its value is "DVASPECT_ICON".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues">
            <summary>
            OLE Update Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateAlways">
            <summary>
            Always Update OLE.
            <para>When the item is serialized out as xml, its value is "OLEUPDATE_ALWAYS".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateOnCall">
            <summary>
            Update OLE On Call.
            <para>When the item is serialized out as xml, its value is "OLEUPDATE_ONCALL".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.WebSourceValues">
            <summary>
            Web Source Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Sheet">
            <summary>
            All Sheet Content.
            <para>When the item is serialized out as xml, its value is "sheet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PrintArea">
            <summary>
            Print Area.
            <para>When the item is serialized out as xml, its value is "printArea".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.AutoFilter">
            <summary>
            AutoFilter.
            <para>When the item is serialized out as xml, its value is "autoFilter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Range">
            <summary>
            Range.
            <para>When the item is serialized out as xml, its value is "range".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Chart">
            <summary>
            Chart.
            <para>When the item is serialized out as xml, its value is "chart".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PivotTable">
            <summary>
            PivotTable.
            <para>When the item is serialized out as xml, its value is "pivotTable".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Query">
            <summary>
            QueryTable.
            <para>When the item is serialized out as xml, its value is "query".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Label">
            <summary>
            Label.
            <para>When the item is serialized out as xml, its value is "label".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PaneStateValues">
            <summary>
            Pane State
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Split">
            <summary>
            Split.
            <para>When the item is serialized out as xml, its value is "split".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Frozen">
            <summary>
            Frozen.
            <para>When the item is serialized out as xml, its value is "frozen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.FrozenSplit">
            <summary>
            Frozen Split.
            <para>When the item is serialized out as xml, its value is "frozenSplit".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues">
            <summary>
            MDX Function Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMember">
            <summary>
            Cube Member.
            <para>When the item is serialized out as xml, its value is "m".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeValue">
            <summary>
            Cube Value.
            <para>When the item is serialized out as xml, its value is "v".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSet">
            <summary>
            Cube Set.
            <para>When the item is serialized out as xml, its value is "s".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSetCount">
            <summary>
            Cube Set Count.
            <para>When the item is serialized out as xml, its value is "c".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeRankedMember">
            <summary>
            Cube Ranked Member.
            <para>When the item is serialized out as xml, its value is "r".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMemberProperty">
            <summary>
            Cube Member Property.
            <para>When the item is serialized out as xml, its value is "p".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeKPIMember">
            <summary>
            Cube KPI Member.
            <para>When the item is serialized out as xml, its value is "k".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues">
            <summary>
            MDX Set Order
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Unsorted">
            <summary>
            Unsorted.
            <para>When the item is serialized out as xml, its value is "u".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Ascending">
            <summary>
            Ascending.
            <para>When the item is serialized out as xml, its value is "a".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Descending">
            <summary>
            Descending.
            <para>When the item is serialized out as xml, its value is "d".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaAscendingSortOrder">
            <summary>
            Alpha Ascending Sort Order.
            <para>When the item is serialized out as xml, its value is "aa".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaDescendingSortOrder">
            <summary>
            Alpha Descending Sort Order.
            <para>When the item is serialized out as xml, its value is "ad".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalAscending">
            <summary>
            Natural Ascending.
            <para>When the item is serialized out as xml, its value is "na".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalDescending">
            <summary>
            Natural Descending.
            <para>When the item is serialized out as xml, its value is "nd".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues">
            <summary>
            MDX KPI Property
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Value">
            <summary>
            Value.
            <para>When the item is serialized out as xml, its value is "v".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Goal">
            <summary>
            Goal.
            <para>When the item is serialized out as xml, its value is "g".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Status">
            <summary>
            Status.
            <para>When the item is serialized out as xml, its value is "s".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Trend">
            <summary>
            Trend.
            <para>When the item is serialized out as xml, its value is "t".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Weight">
            <summary>
            Weight.
            <para>When the item is serialized out as xml, its value is "w".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Time">
            <summary>
            Current Time Member.
            <para>When the item is serialized out as xml, its value is "m".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues">
            <summary>
            Border Line Styles
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thin">
            <summary>
            Thin Border.
            <para>When the item is serialized out as xml, its value is "thin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Medium">
            <summary>
            Medium Border.
            <para>When the item is serialized out as xml, its value is "medium".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dashed">
            <summary>
            Dashed.
            <para>When the item is serialized out as xml, its value is "dashed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dotted">
            <summary>
            Dotted.
            <para>When the item is serialized out as xml, its value is "dotted".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thick">
            <summary>
            Thick Line Border.
            <para>When the item is serialized out as xml, its value is "thick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Double">
            <summary>
            Double Line.
            <para>When the item is serialized out as xml, its value is "double".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Hair">
            <summary>
            Hairline Border.
            <para>When the item is serialized out as xml, its value is "hair".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashed">
            <summary>
            Medium Dashed.
            <para>When the item is serialized out as xml, its value is "mediumDashed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDot">
            <summary>
            Dash Dot.
            <para>When the item is serialized out as xml, its value is "dashDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDot">
            <summary>
            Medium Dash Dot.
            <para>When the item is serialized out as xml, its value is "mediumDashDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDotDot">
            <summary>
            Dash Dot Dot.
            <para>When the item is serialized out as xml, its value is "dashDotDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDotDot">
            <summary>
            Medium Dash Dot Dot.
            <para>When the item is serialized out as xml, its value is "mediumDashDotDot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.SlantDashDot">
            <summary>
            Slant Dash Dot.
            <para>When the item is serialized out as xml, its value is "slantDashDot".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PatternValues">
            <summary>
            Pattern Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.Solid">
            <summary>
            Solid.
            <para>When the item is serialized out as xml, its value is "solid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.MediumGray">
            <summary>
            Medium Gray.
            <para>When the item is serialized out as xml, its value is "mediumGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGray">
            <summary>
            Dary Gray.
            <para>When the item is serialized out as xml, its value is "darkGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGray">
            <summary>
            Light Gray.
            <para>When the item is serialized out as xml, its value is "lightGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkHorizontal">
            <summary>
            Dark Horizontal.
            <para>When the item is serialized out as xml, its value is "darkHorizontal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkVertical">
            <summary>
            Dark Vertical.
            <para>When the item is serialized out as xml, its value is "darkVertical".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkDown">
            <summary>
            Dark Down.
            <para>When the item is serialized out as xml, its value is "darkDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkUp">
            <summary>
            Dark Up.
            <para>When the item is serialized out as xml, its value is "darkUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGrid">
            <summary>
            Dark Grid.
            <para>When the item is serialized out as xml, its value is "darkGrid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkTrellis">
            <summary>
            Dark Trellis.
            <para>When the item is serialized out as xml, its value is "darkTrellis".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightHorizontal">
            <summary>
            Light Horizontal.
            <para>When the item is serialized out as xml, its value is "lightHorizontal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightVertical">
            <summary>
            Light Vertical.
            <para>When the item is serialized out as xml, its value is "lightVertical".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightDown">
            <summary>
            Light Down.
            <para>When the item is serialized out as xml, its value is "lightDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightUp">
            <summary>
            Light Up.
            <para>When the item is serialized out as xml, its value is "lightUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGrid">
            <summary>
            Light Grid.
            <para>When the item is serialized out as xml, its value is "lightGrid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightTrellis">
            <summary>
            Light Trellis.
            <para>When the item is serialized out as xml, its value is "lightTrellis".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray125">
            <summary>
            Gray 0.125.
            <para>When the item is serialized out as xml, its value is "gray125".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray0625">
            <summary>
            Gray 0.0625.
            <para>When the item is serialized out as xml, its value is "gray0625".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.GradientValues">
            <summary>
            Gradient Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GradientValues.Linear">
            <summary>
            Linear Gradient.
            <para>When the item is serialized out as xml, its value is "linear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.GradientValues.Path">
            <summary>
            Path.
            <para>When the item is serialized out as xml, its value is "path".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues">
            <summary>
            Horizontal Alignment Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.General">
            <summary>
            General Horizontal Alignment.
            <para>When the item is serialized out as xml, its value is "general".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Left">
            <summary>
            Left Horizontal Alignment.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Center">
            <summary>
            Centered Horizontal Alignment.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Right">
            <summary>
            Right Horizontal Alignment.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Fill">
            <summary>
            Fill.
            <para>When the item is serialized out as xml, its value is "fill".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Justify">
            <summary>
            Justify.
            <para>When the item is serialized out as xml, its value is "justify".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.CenterContinuous">
            <summary>
            Center Continuous Horizontal Alignment.
            <para>When the item is serialized out as xml, its value is "centerContinuous".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Distributed">
            <summary>
            Distributed Horizontal Alignment.
            <para>When the item is serialized out as xml, its value is "distributed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues">
            <summary>
            Vertical Alignment Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Top">
            <summary>
            Align Top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Center">
            <summary>
            Centered Vertical Alignment.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Bottom">
            <summary>
            Aligned To Bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Justify">
            <summary>
            Justified Vertically.
            <para>When the item is serialized out as xml, its value is "justify".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Distributed">
            <summary>
            Distributed Vertical Alignment.
            <para>When the item is serialized out as xml, its value is "distributed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues">
            <summary>
            Table Style Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.WholeTable">
            <summary>
            Whole Table Style.
            <para>When the item is serialized out as xml, its value is "wholeTable".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.HeaderRow">
            <summary>
            Header Row Style.
            <para>When the item is serialized out as xml, its value is "headerRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.TotalRow">
            <summary>
            Total Row Style.
            <para>When the item is serialized out as xml, its value is "totalRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumn">
            <summary>
            First Column Style.
            <para>When the item is serialized out as xml, its value is "firstColumn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastColumn">
            <summary>
            Last Column Style.
            <para>When the item is serialized out as xml, its value is "lastColumn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowStripe">
            <summary>
            First Row Stripe Style.
            <para>When the item is serialized out as xml, its value is "firstRowStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowStripe">
            <summary>
            Second Row Stripe Style.
            <para>When the item is serialized out as xml, its value is "secondRowStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnStripe">
            <summary>
            First Column Stripe Style.
            <para>When the item is serialized out as xml, its value is "firstColumnStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnStripe">
            <summary>
            Second Column Stipe Style.
            <para>When the item is serialized out as xml, its value is "secondColumnStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstHeaderCell">
            <summary>
            First Header Row Style.
            <para>When the item is serialized out as xml, its value is "firstHeaderCell".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastHeaderCell">
            <summary>
            Last Header Style.
            <para>When the item is serialized out as xml, its value is "lastHeaderCell".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstTotalCell">
            <summary>
            First Total Row Style.
            <para>When the item is serialized out as xml, its value is "firstTotalCell".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastTotalCell">
            <summary>
            Last Total Row Style.
            <para>When the item is serialized out as xml, its value is "lastTotalCell".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalColumn">
            <summary>
            First Subtotal Column Style.
            <para>When the item is serialized out as xml, its value is "firstSubtotalColumn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalColumn">
            <summary>
            Second Subtotal Column Style.
            <para>When the item is serialized out as xml, its value is "secondSubtotalColumn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalColumn">
            <summary>
            Third Subtotal Column Style.
            <para>When the item is serialized out as xml, its value is "thirdSubtotalColumn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalRow">
            <summary>
            First Subtotal Row Style.
            <para>When the item is serialized out as xml, its value is "firstSubtotalRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalRow">
            <summary>
            Second Subtotal Row Style.
            <para>When the item is serialized out as xml, its value is "secondSubtotalRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalRow">
            <summary>
            Third Subtotal Row Style.
            <para>When the item is serialized out as xml, its value is "thirdSubtotalRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.BlankRow">
            <summary>
            Blank Row Style.
            <para>When the item is serialized out as xml, its value is "blankRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnSubheading">
            <summary>
            First Column Subheading Style.
            <para>When the item is serialized out as xml, its value is "firstColumnSubheading".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnSubheading">
            <summary>
            Second Column Subheading Style.
            <para>When the item is serialized out as xml, its value is "secondColumnSubheading".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdColumnSubheading">
            <summary>
            Third Column Subheading Style.
            <para>When the item is serialized out as xml, its value is "thirdColumnSubheading".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowSubheading">
            <summary>
            First Row Subheading Style.
            <para>When the item is serialized out as xml, its value is "firstRowSubheading".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowSubheading">
            <summary>
            Second Row Subheading Style.
            <para>When the item is serialized out as xml, its value is "secondRowSubheading".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdRowSubheading">
            <summary>
            Third Row Subheading Style.
            <para>When the item is serialized out as xml, its value is "thirdRowSubheading".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldLabels">
            <summary>
            Page Field Labels Style.
            <para>When the item is serialized out as xml, its value is "pageFieldLabels".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldValues">
            <summary>
            Page Field Values Style.
            <para>When the item is serialized out as xml, its value is "pageFieldValues".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues">
            <summary>
            Vertical Alignment Run Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Baseline">
            <summary>
            Baseline.
            <para>When the item is serialized out as xml, its value is "baseline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Superscript">
            <summary>
            Superscript.
            <para>When the item is serialized out as xml, its value is "superscript".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Subscript">
            <summary>
            Subscript.
            <para>When the item is serialized out as xml, its value is "subscript".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues">
            <summary>
            Font scheme Styles
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Major">
            <summary>
            Major Font.
            <para>When the item is serialized out as xml, its value is "major".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Minor">
            <summary>
            Minor Font.
            <para>When the item is serialized out as xml, its value is "minor".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.UnderlineValues">
            <summary>
            Underline Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Single">
            <summary>
            Single Underline.
            <para>When the item is serialized out as xml, its value is "single".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Double">
            <summary>
            Double Underline.
            <para>When the item is serialized out as xml, its value is "double".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.SingleAccounting">
            <summary>
            Accounting Single Underline.
            <para>When the item is serialized out as xml, its value is "singleAccounting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.DoubleAccounting">
            <summary>
            Accounting Double Underline.
            <para>When the item is serialized out as xml, its value is "doubleAccounting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.DdeValues">
            <summary>
            DDE Value Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DdeValues.Nil">
            <summary>
            Nil.
            <para>When the item is serialized out as xml, its value is "nil".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DdeValues.Boolean">
            <summary>
            Boolean.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DdeValues.RealNumber">
            <summary>
            Real Number.
            <para>When the item is serialized out as xml, its value is "n".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DdeValues.Error">
            <summary>
            Error.
            <para>When the item is serialized out as xml, its value is "e".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.DdeValues.String">
            <summary>
            String.
            <para>When the item is serialized out as xml, its value is "str".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TableValues">
            <summary>
            Table Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableValues.Worksheet">
            <summary>
            Worksheet.
            <para>When the item is serialized out as xml, its value is "worksheet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableValues.Xml">
            <summary>
            XML.
            <para>When the item is serialized out as xml, its value is "xml".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TableValues.QueryTable">
            <summary>
            Query Table.
            <para>When the item is serialized out as xml, its value is "queryTable".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues">
            <summary>
            Totals Row Function Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Sum">
            <summary>
            Sum.
            <para>When the item is serialized out as xml, its value is "sum".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Minimum">
            <summary>
            Minimum.
            <para>When the item is serialized out as xml, its value is "min".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Maximum">
            <summary>
            Maximum.
            <para>When the item is serialized out as xml, its value is "max".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Average">
            <summary>
            Average.
            <para>When the item is serialized out as xml, its value is "average".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Count">
            <summary>
            Non Empty Cell Count.
            <para>When the item is serialized out as xml, its value is "count".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.CountNumbers">
            <summary>
            Count Numbers.
            <para>When the item is serialized out as xml, its value is "countNums".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.StandardDeviation">
            <summary>
            StdDev.
            <para>When the item is serialized out as xml, its value is "stdDev".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Variance">
            <summary>
            Var.
            <para>When the item is serialized out as xml, its value is "var".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Custom">
            <summary>
            Custom Formula.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues">
            <summary>
            XML Data Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.String">
            <summary>
            String.
            <para>When the item is serialized out as xml, its value is "string".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NormalizedString">
            <summary>
            Normalized String.
            <para>When the item is serialized out as xml, its value is "normalizedString".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Token">
            <summary>
            Token.
            <para>When the item is serialized out as xml, its value is "token".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Byte">
            <summary>
            Byte.
            <para>When the item is serialized out as xml, its value is "byte".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedByte">
            <summary>
            Unsigned Byte.
            <para>When the item is serialized out as xml, its value is "unsignedByte".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Base64Binary">
            <summary>
            Base 64 Encoded Binary.
            <para>When the item is serialized out as xml, its value is "base64Binary".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.HexBinary">
            <summary>
            Hex Binary.
            <para>When the item is serialized out as xml, its value is "hexBinary".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Integer">
            <summary>
            Integer.
            <para>When the item is serialized out as xml, its value is "integer".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.PositiveInteger">
            <summary>
            Positive Integer.
            <para>When the item is serialized out as xml, its value is "positiveInteger".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NegativeInteger">
            <summary>
            Negative Integer.
            <para>When the item is serialized out as xml, its value is "negativeInteger".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonPositiveInteger">
            <summary>
            Non Positive Integer.
            <para>When the item is serialized out as xml, its value is "nonPositiveInteger".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonNegativeInteger">
            <summary>
            Non Negative Integer.
            <para>When the item is serialized out as xml, its value is "nonNegativeInteger".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Int">
            <summary>
            Integer.
            <para>When the item is serialized out as xml, its value is "int".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedInteger">
            <summary>
            Unsigned Integer.
            <para>When the item is serialized out as xml, its value is "unsignedInt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Long">
            <summary>
            Long.
            <para>When the item is serialized out as xml, its value is "long".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedLong">
            <summary>
            Unsigned Long.
            <para>When the item is serialized out as xml, its value is "unsignedLong".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Short">
            <summary>
            Short.
            <para>When the item is serialized out as xml, its value is "short".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedShort">
            <summary>
            Unsigned Short.
            <para>When the item is serialized out as xml, its value is "unsignedShort".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Decimal">
            <summary>
            Decimal.
            <para>When the item is serialized out as xml, its value is "decimal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Float">
            <summary>
            Float.
            <para>When the item is serialized out as xml, its value is "float".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Double">
            <summary>
            Double.
            <para>When the item is serialized out as xml, its value is "double".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Boolean">
            <summary>
            Boolean.
            <para>When the item is serialized out as xml, its value is "boolean".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Time">
            <summary>
            Time.
            <para>When the item is serialized out as xml, its value is "time".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.DateTime">
            <summary>
            Date Time.
            <para>When the item is serialized out as xml, its value is "dateTime".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Duration">
            <summary>
            Duration.
            <para>When the item is serialized out as xml, its value is "duration".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Date">
            <summary>
            Date.
            <para>When the item is serialized out as xml, its value is "date".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gmonth">
            <summary>
            gMonth.
            <para>When the item is serialized out as xml, its value is "gMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gyear">
            <summary>
            gYear.
            <para>When the item is serialized out as xml, its value is "gYear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GYearMonth">
            <summary>
            gYearMonth.
            <para>When the item is serialized out as xml, its value is "gYearMonth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gday">
            <summary>
            gDay.
            <para>When the item is serialized out as xml, its value is "gDay".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GMonthDay">
            <summary>
            gMonthDays.
            <para>When the item is serialized out as xml, its value is "gMonthDay".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Name">
            <summary>
            Name.
            <para>When the item is serialized out as xml, its value is "Name".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Qname">
            <summary>
            Qname.
            <para>When the item is serialized out as xml, its value is "QName".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NCName">
            <summary>
            NCName.
            <para>When the item is serialized out as xml, its value is "NCName".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyURI">
            <summary>
            Any URI.
            <para>When the item is serialized out as xml, its value is "anyURI".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Language">
            <summary>
            Language.
            <para>When the item is serialized out as xml, its value is "language".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Id">
            <summary>
            ID.
            <para>When the item is serialized out as xml, its value is "ID".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRef">
            <summary>
            IDREF.
            <para>When the item is serialized out as xml, its value is "IDREF".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRefs">
            <summary>
            IDREFS.
            <para>When the item is serialized out as xml, its value is "IDREFS".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entity">
            <summary>
            ENTITY.
            <para>When the item is serialized out as xml, its value is "ENTITY".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entities">
            <summary>
            ENTITIES.
            <para>When the item is serialized out as xml, its value is "ENTITIES".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Notation">
            <summary>
            Notation.
            <para>When the item is serialized out as xml, its value is "NOTATION".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMToken">
            <summary>
            NMTOKEN.
            <para>When the item is serialized out as xml, its value is "NMTOKEN".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMTokens">
            <summary>
            NMTOKENS.
            <para>When the item is serialized out as xml, its value is "NMTOKENS".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyType">
            <summary>
            Any Type.
            <para>When the item is serialized out as xml, its value is "anyType".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues">
            <summary>
            Volatile Dependency Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.RealTimeData">
            <summary>
            Real Time Data.
            <para>When the item is serialized out as xml, its value is "realTimeData".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.OlapFunctions">
            <summary>
            OLAP Formulas.
            <para>When the item is serialized out as xml, its value is "olapFunctions".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.VolatileValues">
            <summary>
            Volatile Dependency Value Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Boolean">
            <summary>
            Boolean.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VolatileValues.RealNumber">
            <summary>
            Real Number.
            <para>When the item is serialized out as xml, its value is "n".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Error">
            <summary>
            Error.
            <para>When the item is serialized out as xml, its value is "e".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VolatileValues.String">
            <summary>
            String.
            <para>When the item is serialized out as xml, its value is "s".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.VisibilityValues">
            <summary>
            Visibility Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Visible">
            <summary>
            Visible.
            <para>When the item is serialized out as xml, its value is "visible".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Hidden">
            <summary>
            Hidden.
            <para>When the item is serialized out as xml, its value is "hidden".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.VeryHidden">
            <summary>
            Very Hidden.
            <para>When the item is serialized out as xml, its value is "veryHidden".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CommentsValues">
            <summary>
            Comment Display Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentNone">
            <summary>
            No Comments.
            <para>When the item is serialized out as xml, its value is "commNone".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicator">
            <summary>
            Show Comment Indicator.
            <para>When the item is serialized out as xml, its value is "commIndicator".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicatorAndComment">
            <summary>
            Show Comment and Indicator.
            <para>When the item is serialized out as xml, its value is "commIndAndComment".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues">
            <summary>
            Object Display Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.All">
            <summary>
            All.
            <para>When the item is serialized out as xml, its value is "all".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.Placeholders">
            <summary>
            Show Placeholders.
            <para>When the item is serialized out as xml, its value is "placeholders".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.SheetStateValues">
            <summary>
            Sheet Visibility Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Visible">
            <summary>
            Visible.
            <para>When the item is serialized out as xml, its value is "visible".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Hidden">
            <summary>
            Hidden.
            <para>When the item is serialized out as xml, its value is "hidden".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.VeryHidden">
            <summary>
            Very Hidden.
            <para>When the item is serialized out as xml, its value is "veryHidden".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues">
            <summary>
            Update Links Behavior Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.UserSet">
            <summary>
            User Set.
            <para>When the item is serialized out as xml, its value is "userSet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Never">
            <summary>
            Never Update Links.
            <para>When the item is serialized out as xml, its value is "never".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Always">
            <summary>
            Always Update Links.
            <para>When the item is serialized out as xml, its value is "always".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues">
            <summary>
            Calculation Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Manual">
            <summary>
            Manual Calculation Mode.
            <para>When the item is serialized out as xml, its value is "manual".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Auto">
            <summary>
            Automatic.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.AutoNoTable">
            <summary>
            Automatic Calculation (No Tables).
            <para>When the item is serialized out as xml, its value is "autoNoTable".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues">
            <summary>
            Reference Mode
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.A1">
            <summary>
            A1 Mode.
            <para>When the item is serialized out as xml, its value is "A1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.R1C1">
            <summary>
            R1C1 Reference Mode.
            <para>When the item is serialized out as xml, its value is "R1C1".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues">
            <summary>
            Target Screen Size Types
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz544x376">
            <summary>
            544 x 376 Resolution.
            <para>When the item is serialized out as xml, its value is "544x376".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz640x480">
            <summary>
            640 x 480 Resolution.
            <para>When the item is serialized out as xml, its value is "640x480".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz720x512">
            <summary>
            720 x 512 Resolution.
            <para>When the item is serialized out as xml, its value is "720x512".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz800x600">
            <summary>
            800 x 600 Resolution.
            <para>When the item is serialized out as xml, its value is "800x600".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1024x768">
            <summary>
            1024 x 768 Resolution.
            <para>When the item is serialized out as xml, its value is "1024x768".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x882">
            <summary>
            1152 x 882 Resolution.
            <para>When the item is serialized out as xml, its value is "1152x882".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x900">
            <summary>
            1152 x 900 Resolution.
            <para>When the item is serialized out as xml, its value is "1152x900".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1280x1024">
            <summary>
            1280 x 1024 Resolution.
            <para>When the item is serialized out as xml, its value is "1280x1024".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1600x1200">
            <summary>
            1600 x 1200 Resolution.
            <para>When the item is serialized out as xml, its value is "1600x1200".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1800x1440">
            <summary>
            1800 x 1440 Resolution.
            <para>When the item is serialized out as xml, its value is "1800x1440".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1920x1200">
            <summary>
            1920 x 1200 Resolution.
            <para>When the item is serialized out as xml, its value is "1920x1200".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues">
            <summary>
            Defines the TextHorizontalAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Left">
            <summary>
            left.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Center">
            <summary>
            center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Right">
            <summary>
            right.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Justify">
            <summary>
            justify.
            <para>When the item is serialized out as xml, its value is "justify".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Distributed">
            <summary>
            distributed.
            <para>When the item is serialized out as xml, its value is "distributed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues">
            <summary>
            Defines the TextVerticalAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Top">
            <summary>
            top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Center">
            <summary>
            center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Bottom">
            <summary>
            bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Justify">
            <summary>
            justify.
            <para>When the item is serialized out as xml, its value is "justify".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Distributed">
            <summary>
            distributed.
            <para>When the item is serialized out as xml, its value is "distributed".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.CellValues">
            <summary>
            Cell Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellValues.Boolean">
            <summary>
            Boolean.
            <para>When the item is serialized out as xml, its value is "b".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellValues.Number">
            <summary>
            Number.
            <para>When the item is serialized out as xml, its value is "n".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellValues.Error">
            <summary>
            Error.
            <para>When the item is serialized out as xml, its value is "e".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellValues.SharedString">
            <summary>
            Shared String.
            <para>When the item is serialized out as xml, its value is "s".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellValues.String">
            <summary>
            String.
            <para>When the item is serialized out as xml, its value is "str".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellValues.InlineString">
            <summary>
            Inline String.
            <para>When the item is serialized out as xml, its value is "inlineStr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.CellValues.Date">
            <summary>
            d.
            <para>When the item is serialized out as xml, its value is "d".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues">
            <summary>
            Rule Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.None">
            <summary>
            None.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Normal">
            <summary>
            Normal.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Data">
            <summary>
            Data.
            <para>When the item is serialized out as xml, its value is "data".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.All">
            <summary>
            All.
            <para>When the item is serialized out as xml, its value is "all".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Origin">
            <summary>
            Origin.
            <para>When the item is serialized out as xml, its value is "origin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Button">
            <summary>
            Field Button.
            <para>When the item is serialized out as xml, its value is "button".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopRight">
            <summary>
            Top Right.
            <para>When the item is serialized out as xml, its value is "topRight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopEnd">
            <summary>
            topEnd.
            <para>When the item is serialized out as xml, its value is "topEnd".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Spreadsheet.ConformanceClass">
            <summary>
            Document Conformance Class Value
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumstrict">
            <summary>
            Office Open XML Strict.
            <para>When the item is serialized out as xml, its value is "strict".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumtransitional">
            <summary>
            Office Open XML Transitional.
            <para>When the item is serialized out as xml, its value is "transitional".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CellInsertion">
            <summary>
            <para>Table Cell Insertion.</para>
            <para> When the object is serialized out as xml, its qualified name is w:cellIns.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellInsertion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellInsertion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CellInsertion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CellInsertion.#ctor">
            <summary>
            Initializes a new instance of the CellInsertion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CellDeletion">
            <summary>
            <para>Table Cell Deletion.</para>
            <para> When the object is serialized out as xml, its qualified name is w:cellDel.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellDeletion.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellDeletion.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CellDeletion.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CellDeletion.#ctor">
            <summary>
            Initializes a new instance of the CellDeletion class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart">
            <summary>
            <para>Defines the CustomXmlInsRangeStart Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:customXmlInsRangeStart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlInsRangeStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart">
            <summary>
            <para>Defines the CustomXmlDelRangeStart Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:customXmlDelRangeStart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlDelRangeStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart">
            <summary>
            <para>Defines the CustomXmlMoveFromRangeStart Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:customXmlMoveFromRangeStart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlMoveFromRangeStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart">
            <summary>
            <para>Defines the CustomXmlMoveToRangeStart Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:customXmlMoveToRangeStart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlMoveToRangeStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Inserted">
            <summary>
            <para>Inserted Paragraph.</para>
            <para> When the object is serialized out as xml, its qualified name is w:ins.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Inserted.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Inserted.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Inserted.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Inserted.#ctor">
            <summary>
            Initializes a new instance of the Inserted class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Inserted.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Deleted">
            <summary>
            <para>Deleted Paragraph.</para>
            <para> When the object is serialized out as xml, its qualified name is w:del.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Deleted.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Deleted.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Deleted.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Deleted.#ctor">
            <summary>
            Initializes a new instance of the Deleted class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Deleted.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveFrom">
            <summary>
            <para>Move Source Paragraph.</para>
            <para> When the object is serialized out as xml, its qualified name is w:moveFrom.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveFrom.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveFrom.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFrom.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFrom.#ctor">
            <summary>
            Initializes a new instance of the MoveFrom class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFrom.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveTo">
            <summary>
            <para>Move Destination Paragraph.</para>
            <para> When the object is serialized out as xml, its qualified name is w:moveTo.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveTo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveTo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveTo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveTo.#ctor">
            <summary>
            Initializes a new instance of the MoveTo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveTo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TrackChangeType">
            <summary>
            Defines the TrackChangeType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.#ctor">
            <summary>
            Initializes a new instance of the TrackChangeType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CellMerge">
            <summary>
            <para>Vertically Merged/Split Table Cells.</para>
            <para> When the object is serialized out as xml, its qualified name is w:cellMerge.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellMerge.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellMerge.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CellMerge.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge">
             <summary>
             <para> vMerge.</para>
             <para>Represents the following attribute in the schema: w:vMerge </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal">
             <summary>
             <para> vMergeOrig.</para>
             <para>Represents the following attribute in the schema: w:vMergeOrig </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CellMerge.#ctor">
            <summary>
            Initializes a new instance of the CellMerge class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CellMerge.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart">
            <summary>
            <para>Defines the BookmarkStart Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bookmarkStart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name">
             <summary>
             <para> name.</para>
             <para>Represents the following attribute in the schema: w:name </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst">
             <summary>
             <para> colFirst.</para>
             <para>Represents the following attribute in the schema: w:colFirst </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast">
             <summary>
             <para> colLast.</para>
             <para>Represents the following attribute in the schema: w:colLast </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml">
             <summary>
             <para> displacedByCustomXml.</para>
             <para>Represents the following attribute in the schema: w:displacedByCustomXml </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.#ctor">
            <summary>
            Initializes a new instance of the BookmarkStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd">
            <summary>
            <para>Defines the BookmarkEnd Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bookmarkEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.#ctor">
            <summary>
            Initializes a new instance of the BookmarkEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart">
            <summary>
            <para>Defines the CommentRangeStart Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:commentRangeStart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.#ctor">
            <summary>
            Initializes a new instance of the CommentRangeStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd">
            <summary>
            <para>Defines the CommentRangeEnd Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:commentRangeEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.#ctor">
            <summary>
            Initializes a new instance of the CommentRangeEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd">
            <summary>
            <para>Defines the MoveFromRangeEnd Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:moveFromRangeEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.#ctor">
            <summary>
            Initializes a new instance of the MoveFromRangeEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd">
            <summary>
            <para>Defines the MoveToRangeEnd Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:moveToRangeEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.#ctor">
            <summary>
            Initializes a new instance of the MoveToRangeEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType">
            <summary>
            Defines the MarkupRangeType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml">
             <summary>
             <para> displacedByCustomXml.</para>
             <para>Represents the following attribute in the schema: w:displacedByCustomXml </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.#ctor">
            <summary>
            Initializes a new instance of the MarkupRangeType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart">
            <summary>
            <para>Defines the MoveFromRangeStart Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:moveFromRangeStart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.#ctor">
            <summary>
            Initializes a new instance of the MoveFromRangeStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart">
            <summary>
            <para>Defines the MoveToRangeStart Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:moveToRangeStart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.#ctor">
            <summary>
            Initializes a new instance of the MoveToRangeStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType">
            <summary>
            Defines the MoveBookmarkType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name">
             <summary>
             <para> name.</para>
             <para>Represents the following attribute in the schema: w:name </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst">
             <summary>
             <para> colFirst.</para>
             <para>Represents the following attribute in the schema: w:colFirst </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast">
             <summary>
             <para> colLast.</para>
             <para>Represents the following attribute in the schema: w:colLast </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml">
             <summary>
             <para> displacedByCustomXml.</para>
             <para>Represents the following attribute in the schema: w:displacedByCustomXml </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.#ctor">
            <summary>
            Initializes a new instance of the MoveBookmarkType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd">
            <summary>
            <para>Defines the CustomXmlInsRangeEnd Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:customXmlInsRangeEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlInsRangeEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd">
            <summary>
            <para>Defines the CustomXmlDelRangeEnd Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:customXmlDelRangeEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlDelRangeEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd">
            <summary>
            <para>Defines the CustomXmlMoveFromRangeEnd Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:customXmlMoveFromRangeEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlMoveFromRangeEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd">
            <summary>
            <para>Defines the CustomXmlMoveToRangeEnd Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:customXmlMoveToRangeEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlMoveToRangeEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CommentReference">
            <summary>
            <para>Comment Content Reference Mark.</para>
            <para> When the object is serialized out as xml, its qualified name is w:commentReference.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CommentReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CommentReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CommentReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CommentReference.#ctor">
            <summary>
            Initializes a new instance of the CommentReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CommentReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MarkupType">
            <summary>
            Defines the MarkupType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MarkupType.#ctor">
            <summary>
            Initializes a new instance of the MarkupType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId">
            <summary>
            <para>Defines the ParagraphStyleId Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.#ctor">
            <summary>
            Initializes a new instance of the ParagraphStyleId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DateFormat">
            <summary>
            <para>Date Display Mask.</para>
            <para> When the object is serialized out as xml, its qualified name is w:dateFormat.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DateFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DateFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DateFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DateFormat.#ctor">
            <summary>
            Initializes a new instance of the DateFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DateFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartGallery">
            <summary>
            <para>Document Part Gallery Filter.</para>
            <para> When the object is serialized out as xml, its qualified name is w:docPartGallery.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.#ctor">
            <summary>
            Initializes a new instance of the DocPartGallery class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartCategory">
            <summary>
            <para>Document Part Category Filter.</para>
            <para> When the object is serialized out as xml, its qualified name is w:docPartCategory.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.#ctor">
            <summary>
            Initializes a new instance of the DocPartCategory class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartReference">
            <summary>
            <para>Document Part Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:docPart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartReference.#ctor">
            <summary>
            Initializes a new instance of the DocPartReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder">
            <summary>
            <para>Custom XML Element Placeholder Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:placeholder.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlPlaceholder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCaption">
             <summary>
             <para>Defines the TableCaption Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblCaption.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCaption.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCaption.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCaption.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCaption.#ctor">
            <summary>
            Initializes a new instance of the TableCaption class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCaption.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableDescription">
             <summary>
             <para>Defines the TableDescription Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblDescription.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableDescription.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableDescription.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableDescription.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableDescription.#ctor">
            <summary>
            Initializes a new instance of the TableDescription class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableDescription.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Name">
            <summary>
            <para>Data Source Name for Column.</para>
            <para> When the object is serialized out as xml, its qualified name is w:name.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Name.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Name.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Name.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Name.#ctor">
            <summary>
            Initializes a new instance of the Name class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Name.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MappedName">
            <summary>
            <para>Predefined Merge Field Name.</para>
            <para> When the object is serialized out as xml, its qualified name is w:mappedName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MappedName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MappedName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MappedName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MappedName.#ctor">
            <summary>
            Initializes a new instance of the MappedName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MappedName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString">
            <summary>
            <para>UDL Connection String.</para>
            <para> When the object is serialized out as xml, its qualified name is w:udl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.#ctor">
            <summary>
            Initializes a new instance of the UdlConnectionString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName">
            <summary>
            <para>Data Source Table Name.</para>
            <para> When the object is serialized out as xml, its qualified name is w:table.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.#ctor">
            <summary>
            Initializes a new instance of the DataSourceTableName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ConnectString">
            <summary>
            <para>Data Source Connection String.</para>
            <para> When the object is serialized out as xml, its qualified name is w:connectString.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConnectString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConnectString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConnectString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConnectString.#ctor">
            <summary>
            Initializes a new instance of the ConnectString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConnectString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Query">
            <summary>
            <para>Query For Data Source Records To Merge.</para>
            <para> When the object is serialized out as xml, its qualified name is w:query.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Query.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Query.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Query.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Query.#ctor">
            <summary>
            Initializes a new instance of the Query class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Query.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AddressFieldName">
            <summary>
            <para>Column Containing E-mail Address.</para>
            <para> When the object is serialized out as xml, its qualified name is w:addressFieldName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.#ctor">
            <summary>
            Initializes a new instance of the AddressFieldName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailSubject">
            <summary>
            <para>Merged E-mail or Fax Subject Line.</para>
            <para> When the object is serialized out as xml, its qualified name is w:mailSubject.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailSubject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailSubject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailSubject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailSubject.#ctor">
            <summary>
            Initializes a new instance of the MailSubject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailSubject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FrameSize">
            <summary>
            <para>Frame Size.</para>
            <para> When the object is serialized out as xml, its qualified name is w:sz.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameSize.#ctor">
            <summary>
            Initializes a new instance of the FrameSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleId">
            <summary>
            <para>Associated Paragraph Style Name.</para>
            <para> When the object is serialized out as xml, its qualified name is w:style.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleId.#ctor">
            <summary>
            Initializes a new instance of the StyleId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Description">
            <summary>
            <para>Description for Entry.</para>
            <para> When the object is serialized out as xml, its qualified name is w:description.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Description.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Description.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Description.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Description.#ctor">
            <summary>
            Initializes a new instance of the Description class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Description.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtAlias">
            <summary>
            <para>Defines the SdtAlias Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:alias.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtAlias.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtAlias.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtAlias.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtAlias.#ctor">
            <summary>
            Initializes a new instance of the SdtAlias class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtAlias.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Tag">
            <summary>
            <para>Defines the Tag Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tag.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Tag.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Tag.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Tag.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Tag.#ctor">
            <summary>
            Initializes a new instance of the Tag class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Tag.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AttachedSchema">
            <summary>
            <para>Attached Custom XML Schema.</para>
            <para> When the object is serialized out as xml, its qualified name is w:attachedSchema.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.#ctor">
            <summary>
            Initializes a new instance of the AttachedSchema class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol">
            <summary>
            <para>Radix Point for Field Code Evaluation.</para>
            <para> When the object is serialized out as xml, its qualified name is w:decimalSymbol.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.#ctor">
            <summary>
            Initializes a new instance of the DecimalSymbol class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ListSeparator">
            <summary>
            <para>List Separator for Field Code Evaluation.</para>
            <para> When the object is serialized out as xml, its qualified name is w:listSeparator.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ListSeparator.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ListSeparator.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ListSeparator.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ListSeparator.#ctor">
            <summary>
            Initializes a new instance of the ListSeparator class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ListSeparator.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding">
            <summary>
            <para>Defines the WebPageEncoding Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:encoding.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.#ctor">
            <summary>
            Initializes a new instance of the WebPageEncoding class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AltName">
            <summary>
            <para>Defines the AltName Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:altName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AltName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AltName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltName.#ctor">
            <summary>
            Initializes a new instance of the AltName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StringType">
            <summary>
            Defines the StringType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StringType.Val">
             <summary>
             <para> String Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StringType.#ctor">
            <summary>
            Initializes a new instance of the StringType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.KeepNext">
            <summary>
            <para>Defines the KeepNext Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:keepNext.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.KeepNext.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.KeepNext.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.KeepNext.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.KeepNext.#ctor">
            <summary>
            Initializes a new instance of the KeepNext class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.KeepNext.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.KeepLines">
            <summary>
            <para>Defines the KeepLines Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:keepLines.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.KeepLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.KeepLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.KeepLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.KeepLines.#ctor">
            <summary>
            Initializes a new instance of the KeepLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.KeepLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore">
            <summary>
            <para>Defines the PageBreakBefore Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pageBreakBefore.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.#ctor">
            <summary>
            Initializes a new instance of the PageBreakBefore class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WidowControl">
            <summary>
            <para>Defines the WidowControl Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:widowControl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WidowControl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WidowControl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WidowControl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WidowControl.#ctor">
            <summary>
            Initializes a new instance of the WidowControl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WidowControl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers">
            <summary>
            <para>Defines the SuppressLineNumbers Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:suppressLineNumbers.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.#ctor">
            <summary>
            Initializes a new instance of the SuppressLineNumbers class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens">
            <summary>
            <para>Defines the SuppressAutoHyphens Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:suppressAutoHyphens.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.#ctor">
            <summary>
            Initializes a new instance of the SuppressAutoHyphens class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Kinsoku">
            <summary>
            <para>Defines the Kinsoku Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:kinsoku.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Kinsoku.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Kinsoku.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Kinsoku.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Kinsoku.#ctor">
            <summary>
            Initializes a new instance of the Kinsoku class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Kinsoku.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WordWrap">
            <summary>
            <para>Defines the WordWrap Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:wordWrap.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WordWrap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WordWrap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WordWrap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WordWrap.#ctor">
            <summary>
            Initializes a new instance of the WordWrap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WordWrap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation">
            <summary>
            <para>Defines the OverflowPunctuation Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:overflowPunct.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.#ctor">
            <summary>
            Initializes a new instance of the OverflowPunctuation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation">
            <summary>
            <para>Defines the TopLinePunctuation Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:topLinePunct.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.#ctor">
            <summary>
            Initializes a new instance of the TopLinePunctuation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE">
            <summary>
            <para>Defines the AutoSpaceDE Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:autoSpaceDE.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.#ctor">
            <summary>
            Initializes a new instance of the AutoSpaceDE class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN">
            <summary>
            <para>Defines the AutoSpaceDN Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:autoSpaceDN.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.#ctor">
            <summary>
            Initializes a new instance of the AutoSpaceDN class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BiDi">
            <summary>
            <para>Defines the BiDi Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bidi.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BiDi.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BiDi.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BiDi.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BiDi.#ctor">
            <summary>
            Initializes a new instance of the BiDi class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BiDi.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent">
            <summary>
            <para>Defines the AdjustRightIndent Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:adjustRightInd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.#ctor">
            <summary>
            Initializes a new instance of the AdjustRightIndent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid">
            <summary>
            <para>Defines the SnapToGrid Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:snapToGrid.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.#ctor">
            <summary>
            Initializes a new instance of the SnapToGrid class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing">
            <summary>
            <para>Defines the ContextualSpacing Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:contextualSpacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.#ctor">
            <summary>
            Initializes a new instance of the ContextualSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents">
            <summary>
            <para>Defines the MirrorIndents Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:mirrorIndents.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.#ctor">
            <summary>
            Initializes a new instance of the MirrorIndents class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap">
            <summary>
            <para>Defines the SuppressOverlap Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:suppressOverlap.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.#ctor">
            <summary>
            Initializes a new instance of the SuppressOverlap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Bold">
            <summary>
            <para>Defines the Bold Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:b.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Bold.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Bold.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Bold.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Bold.#ctor">
            <summary>
            Initializes a new instance of the Bold class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Bold.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript">
            <summary>
            <para>Defines the BoldComplexScript Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bCs.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.#ctor">
            <summary>
            Initializes a new instance of the BoldComplexScript class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Italic">
            <summary>
            <para>Defines the Italic Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:i.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Italic.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Italic.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Italic.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Italic.#ctor">
            <summary>
            Initializes a new instance of the Italic class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Italic.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript">
            <summary>
            <para>Defines the ItalicComplexScript Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:iCs.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.#ctor">
            <summary>
            Initializes a new instance of the ItalicComplexScript class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Caps">
            <summary>
            <para>Defines the Caps Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:caps.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caps.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caps.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Caps.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Caps.#ctor">
            <summary>
            Initializes a new instance of the Caps class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Caps.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SmallCaps">
            <summary>
            <para>Defines the SmallCaps Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:smallCaps.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SmallCaps.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SmallCaps.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SmallCaps.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SmallCaps.#ctor">
            <summary>
            Initializes a new instance of the SmallCaps class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SmallCaps.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Strike">
            <summary>
            <para>Defines the Strike Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:strike.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Strike.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Strike.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Strike.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Strike.#ctor">
            <summary>
            Initializes a new instance of the Strike class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Strike.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike">
            <summary>
            <para>Defines the DoubleStrike Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:dstrike.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.#ctor">
            <summary>
            Initializes a new instance of the DoubleStrike class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Outline">
            <summary>
            <para>Defines the Outline Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:outline.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Outline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Outline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Outline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Outline.#ctor">
            <summary>
            Initializes a new instance of the Outline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Outline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Shadow">
            <summary>
            <para>Defines the Shadow Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:shadow.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shadow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shadow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Shadow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Shadow.#ctor">
            <summary>
            Initializes a new instance of the Shadow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Shadow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Emboss">
            <summary>
            <para>Defines the Emboss Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:emboss.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Emboss.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Emboss.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Emboss.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Emboss.#ctor">
            <summary>
            Initializes a new instance of the Emboss class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Emboss.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Imprint">
            <summary>
            <para>Defines the Imprint Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:imprint.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Imprint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Imprint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Imprint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Imprint.#ctor">
            <summary>
            Initializes a new instance of the Imprint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Imprint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoProof">
            <summary>
            <para>Defines the NoProof Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noProof.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoProof.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoProof.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoProof.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoProof.#ctor">
            <summary>
            Initializes a new instance of the NoProof class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoProof.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Vanish">
            <summary>
            <para>Defines the Vanish Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:vanish.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Vanish.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Vanish.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Vanish.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Vanish.#ctor">
            <summary>
            Initializes a new instance of the Vanish class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Vanish.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WebHidden">
            <summary>
            <para>Defines the WebHidden Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:webHidden.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebHidden.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebHidden.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebHidden.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebHidden.#ctor">
            <summary>
            Initializes a new instance of the WebHidden class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebHidden.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText">
            <summary>
            <para>Defines the RightToLeftText Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:rtl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.#ctor">
            <summary>
            Initializes a new instance of the RightToLeftText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ComplexScript">
            <summary>
            <para>Defines the ComplexScript Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:cs.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ComplexScript.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ComplexScript.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ComplexScript.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ComplexScript.#ctor">
            <summary>
            Initializes a new instance of the ComplexScript class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ComplexScript.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SpecVanish">
            <summary>
            <para>Defines the SpecVanish Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:specVanish.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpecVanish.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpecVanish.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpecVanish.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpecVanish.#ctor">
            <summary>
            Initializes a new instance of the SpecVanish class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpecVanish.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.OfficeMath">
            <summary>
            <para>Defines the OfficeMath Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:oMath.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.OfficeMath.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.OfficeMath.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OfficeMath.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OfficeMath.#ctor">
            <summary>
            Initializes a new instance of the OfficeMath class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OfficeMath.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Hidden">
            <summary>
            <para>Defines the Hidden Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:hidden.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Hidden.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Hidden.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Hidden.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Hidden.#ctor">
            <summary>
            Initializes a new instance of the Hidden class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Hidden.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FormProtection">
            <summary>
            <para>Defines the FormProtection Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:formProt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormProtection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormProtection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormProtection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormProtection.#ctor">
            <summary>
            Initializes a new instance of the FormProtection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormProtection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoEndnote">
            <summary>
            <para>Defines the NoEndnote Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noEndnote.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoEndnote.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoEndnote.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoEndnote.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoEndnote.#ctor">
            <summary>
            Initializes a new instance of the NoEndnote class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoEndnote.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TitlePage">
            <summary>
            <para>Defines the TitlePage Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:titlePg.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TitlePage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TitlePage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TitlePage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TitlePage.#ctor">
            <summary>
            Initializes a new instance of the TitlePage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TitlePage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.GutterOnRight">
            <summary>
            <para>Defines the GutterOnRight Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:rtlGutter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.#ctor">
            <summary>
            Initializes a new instance of the GutterOnRight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Enabled">
            <summary>
            <para>Form Field Enabled.</para>
            <para> When the object is serialized out as xml, its qualified name is w:enabled.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Enabled.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Enabled.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Enabled.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Enabled.#ctor">
            <summary>
            Initializes a new instance of the Enabled class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Enabled.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit">
            <summary>
            <para>Recalculate Fields When Current Field Is Modified.</para>
            <para> When the object is serialized out as xml, its qualified name is w:calcOnExit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.#ctor">
            <summary>
            Initializes a new instance of the CalculateOnExit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField">
            <summary>
            <para>Automatically Size Form Field.</para>
            <para> When the object is serialized out as xml, its qualified name is w:sizeAuto.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.#ctor">
            <summary>
            Initializes a new instance of the AutomaticallySizeFormField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState">
            <summary>
            <para>Default Checkbox Form Field State.</para>
            <para> When the object is serialized out as xml, its qualified name is w:default.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.#ctor">
            <summary>
            Initializes a new instance of the DefaultCheckBoxFormFieldState class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Checked">
            <summary>
            <para>Checkbox Form Field State.</para>
            <para> When the object is serialized out as xml, its qualified name is w:checked.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Checked.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Checked.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Checked.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Checked.#ctor">
            <summary>
            Initializes a new instance of the Checked class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Checked.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MatchSource">
            <summary>
            <para>Keep Source Formatting on Import.</para>
            <para> When the object is serialized out as xml, its qualified name is w:matchSrc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MatchSource.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MatchSource.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MatchSource.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MatchSource.#ctor">
            <summary>
            Initializes a new instance of the MatchSource class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MatchSource.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Dirty">
            <summary>
            <para>Invalidated Field Cache.</para>
            <para> When the object is serialized out as xml, its qualified name is w:dirty.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Dirty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Dirty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Dirty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Dirty.#ctor">
            <summary>
            Initializes a new instance of the Dirty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Dirty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartUnique">
            <summary>
            <para>Built-In Document Part.</para>
            <para> When the object is serialized out as xml, its qualified name is w:docPartUnique.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.#ctor">
            <summary>
            Initializes a new instance of the DocPartUnique class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Active">
            <summary>
            <para>Record Is Included in Mail Merge.</para>
            <para> When the object is serialized out as xml, its qualified name is w:active.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Active.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Active.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Active.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Active.#ctor">
            <summary>
            Initializes a new instance of the Active class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Active.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DynamicAddress">
            <summary>
            <para>Use Country/Region-Based Address Field Ordering.</para>
            <para> When the object is serialized out as xml, its qualified name is w:dynamicAddress.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.#ctor">
            <summary>
            Initializes a new instance of the DynamicAddress class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader">
            <summary>
            <para>First Row of Data Source Contains Column Names.</para>
            <para> When the object is serialized out as xml, its qualified name is w:fHdr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.#ctor">
            <summary>
            Initializes a new instance of the FirstRowHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LinkToQuery">
            <summary>
            <para>Query Contains Link to External Query File.</para>
            <para> When the object is serialized out as xml, its qualified name is w:linkToQuery.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.#ctor">
            <summary>
            Initializes a new instance of the LinkToQuery class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines">
            <summary>
            <para>Remove Blank Lines from Merged Documents.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotSuppressBlankLines.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.#ctor">
            <summary>
            Initializes a new instance of the DoNotSuppressBlankLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment">
            <summary>
            <para>Merged Document To E-Mail Attachment.</para>
            <para> When the object is serialized out as xml, its qualified name is w:mailAsAttachment.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.#ctor">
            <summary>
            Initializes a new instance of the MailAsAttachment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ViewMergedData">
            <summary>
            <para>View Merged Data Within Document.</para>
            <para> When the object is serialized out as xml, its qualified name is w:viewMergedData.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.#ctor">
            <summary>
            Initializes a new instance of the ViewMergedData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle">
            <summary>
            <para>Display All Levels Using Arabic Numerals.</para>
            <para> When the object is serialized out as xml, its qualified name is w:isLgl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.#ctor">
            <summary>
            Initializes a new instance of the IsLegalNumberingStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BlockQuote">
            <summary>
            <para>Data for HTML blockquote Element.</para>
            <para> When the object is serialized out as xml, its qualified name is w:blockQuote.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BlockQuote.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BlockQuote.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BlockQuote.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BlockQuote.#ctor">
            <summary>
            Initializes a new instance of the BlockQuote class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BlockQuote.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BodyDiv">
            <summary>
            <para>Data for HTML body Element.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bodyDiv.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BodyDiv.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BodyDiv.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BodyDiv.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BodyDiv.#ctor">
            <summary>
            Initializes a new instance of the BodyDiv class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BodyDiv.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells">
            <summary>
            <para>Use Simplified Rules For Table Border Conflicts.</para>
            <para> When the object is serialized out as xml, its qualified name is w:useSingleBorderforContiguousCells.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.#ctor">
            <summary>
            Initializes a new instance of the UseSingleBorderForContiguousCells class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification">
            <summary>
            <para>Emulate WordPerfect 6.x Paragraph Justification.</para>
            <para> When the object is serialized out as xml, its qualified name is w:wpJustification.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.#ctor">
            <summary>
            Initializes a new instance of the WordPerfectJustification class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent">
            <summary>
            <para>Do Not Create Custom Tab Stop for Hanging Indent.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noTabHangInd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.#ctor">
            <summary>
            Initializes a new instance of the NoTabHangIndent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoLeading">
            <summary>
            <para>Do Not Add Leading Between Lines of Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noLeading.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoLeading.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoLeading.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLeading.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLeading.#ctor">
            <summary>
            Initializes a new instance of the NoLeading class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLeading.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline">
            <summary>
            <para>Add Additional Space Below Baseline For Underlined East Asian Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:spaceForUL.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.#ctor">
            <summary>
            Initializes a new instance of the SpaceForUnderline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance">
            <summary>
            <para>Do Not Balance Text Columns within a Section.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noColumnBalance.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.#ctor">
            <summary>
            Initializes a new instance of the NoColumnBalance class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth">
            <summary>
            <para>Balance Single Byte and Double Byte Characters.</para>
            <para> When the object is serialized out as xml, its qualified name is w:balanceSingleByteDoubleByteWidth.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.#ctor">
            <summary>
            Initializes a new instance of the BalanceSingleByteDoubleByteWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing">
            <summary>
            <para>Do Not Center Content on Lines With Exact Line Height.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noExtraLineSpacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.#ctor">
            <summary>
            Initializes a new instance of the NoExtraLineSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone">
            <summary>
            <para>Convert Backslash To Yen Sign When Entered.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotLeaveBackslashAlone.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.#ctor">
            <summary>
            Initializes a new instance of the DoNotLeaveBackslashAlone class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces">
            <summary>
            <para>Underline All Trailing Spaces.</para>
            <para> When the object is serialized out as xml, its qualified name is w:ulTrailSpace.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.#ctor">
            <summary>
            Initializes a new instance of the UnderlineTrailingSpaces class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn">
            <summary>
            <para>Don't Justify Lines Ending in Soft Line Break.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotExpandShiftReturn.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.#ctor">
            <summary>
            Initializes a new instance of the DoNotExpandShiftReturn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints">
            <summary>
            <para>Only Expand/Condense Text By Whole Points.</para>
            <para> When the object is serialized out as xml, its qualified name is w:spacingInWholePoints.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.#ctor">
            <summary>
            Initializes a new instance of the SpacingInWholePoints class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6">
            <summary>
            <para>Emulate Word 6.0 Line Wrapping for East Asian Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lineWrapLikeWord6.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.#ctor">
            <summary>
            Initializes a new instance of the LineWrapLikeWord6 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader">
            <summary>
            <para>Print Body Text before Header/Footer Contents.</para>
            <para> When the object is serialized out as xml, its qualified name is w:printBodyTextBeforeHeader.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.#ctor">
            <summary>
            Initializes a new instance of the PrintBodyTextBeforeHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite">
            <summary>
            <para>Print Colors as Black And White without Dithering.</para>
            <para> When the object is serialized out as xml, its qualified name is w:printColBlack.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.#ctor">
            <summary>
            Initializes a new instance of the PrintColorBlackWhite class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth">
            <summary>
            <para>Space width.</para>
            <para> When the object is serialized out as xml, its qualified name is w:wpSpaceWidth.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.#ctor">
            <summary>
            Initializes a new instance of the WordPerfectSpaceWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames">
            <summary>
            <para>Display Page/Column Breaks Present in Frames.</para>
            <para> When the object is serialized out as xml, its qualified name is w:showBreaksInFrames.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.#ctor">
            <summary>
            Initializes a new instance of the ShowBreaksInFrames class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SubFontBySize">
            <summary>
            <para>Increase Priority Of Font Size During Font Substitution.</para>
            <para> When the object is serialized out as xml, its qualified name is w:subFontBySize.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.#ctor">
            <summary>
            Initializes a new instance of the SubFontBySize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing">
            <summary>
            <para>Ignore Exact Line Height for Last Line on Page.</para>
            <para> When the object is serialized out as xml, its qualified name is w:suppressBottomSpacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.#ctor">
            <summary>
            Initializes a new instance of the SuppressBottomSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing">
            <summary>
            <para>Ignore Minimum and Exact Line Height for First Line on Page.</para>
            <para> When the object is serialized out as xml, its qualified name is w:suppressTopSpacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.#ctor">
            <summary>
            Initializes a new instance of the SuppressTopSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage">
            <summary>
            <para>Ignore Minimum Line Height for First Line on Page.</para>
            <para> When the object is serialized out as xml, its qualified name is w:suppressSpacingAtTopOfPage.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.#ctor">
            <summary>
            Initializes a new instance of the SuppressSpacingAtTopOfPage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect">
            <summary>
            <para>Emulate WordPerfect 5.x Line Spacing.</para>
            <para> When the object is serialized out as xml, its qualified name is w:suppressTopSpacingWP.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.#ctor">
            <summary>
            Initializes a new instance of the SuppressTopSpacingWordPerfect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak">
            <summary>
            <para>Do Not Use Space Before On First Line After a Page Break.</para>
            <para> When the object is serialized out as xml, its qualified name is w:suppressSpBfAfterPgBrk.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.#ctor">
            <summary>
            Initializes a new instance of the SuppressSpacingBeforeAfterPageBreak class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages">
            <summary>
            <para>Swap Paragraph Borders on Odd Numbered Pages.</para>
            <para> When the object is serialized out as xml, its qualified name is w:swapBordersFacingPages.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.#ctor">
            <summary>
            Initializes a new instance of the SwapBordersFacingPages class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape">
            <summary>
            <para>Treat Backslash Quotation Delimiter as Two Quotation Marks.</para>
            <para> When the object is serialized out as xml, its qualified name is w:convMailMergeEsc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.#ctor">
            <summary>
            Initializes a new instance of the ConvertMailMergeEscape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect">
            <summary>
            <para>Emulate WordPerfect 6.x Font Height Calculation.</para>
            <para> When the object is serialized out as xml, its qualified name is w:truncateFontHeightsLikeWP6.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.#ctor">
            <summary>
            Initializes a new instance of the TruncateFontHeightsLikeWordPerfect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps">
            <summary>
            <para>Emulate Word 5.x for the Macintosh Small Caps Formatting.</para>
            <para> When the object is serialized out as xml, its qualified name is w:mwSmallCaps.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.#ctor">
            <summary>
            Initializes a new instance of the MacWordSmallCaps class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics">
            <summary>
            <para>Use Printer Metrics To Display Documents.</para>
            <para> When the object is serialized out as xml, its qualified name is w:usePrinterMetrics.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.#ctor">
            <summary>
            Initializes a new instance of the UsePrinterMetrics class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders">
            <summary>
            <para>Do Not Suppress Paragraph Borders Next To Frames.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotSuppressParagraphBorders.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.#ctor">
            <summary>
            Initializes a new instance of the DoNotSuppressParagraphBorders class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces">
            <summary>
            <para>Line Wrap Trailing Spaces.</para>
            <para> When the object is serialized out as xml, its qualified name is w:wrapTrailSpaces.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.#ctor">
            <summary>
            Initializes a new instance of the WrapTrailSpaces class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8">
            <summary>
            <para>Emulate Word 6.x/95/97 Footnote Placement.</para>
            <para> When the object is serialized out as xml, its qualified name is w:footnoteLayoutLikeWW8.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.#ctor">
            <summary>
            Initializes a new instance of the FootnoteLayoutLikeWord8 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8">
            <summary>
            <para>Emulate Word 97 Text Wrapping Around Floating Objects.</para>
            <para> When the object is serialized out as xml, its qualified name is w:shapeLayoutLikeWW8.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.#ctor">
            <summary>
            Initializes a new instance of the ShapeLayoutLikeWord8 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow">
            <summary>
            <para>Align Table Rows Independently.</para>
            <para> When the object is serialized out as xml, its qualified name is w:alignTablesRowByRow.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.#ctor">
            <summary>
            Initializes a new instance of the AlignTablesRowByRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment">
            <summary>
            <para>Ignore Width of Last Tab Stop When Aligning Paragraph If It Is Not Left Aligned.</para>
            <para> When the object is serialized out as xml, its qualified name is w:forgetLastTabAlignment.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.#ctor">
            <summary>
            Initializes a new instance of the ForgetLastTabAlignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable">
            <summary>
            <para>Add Document Grid Line Pitch To Lines in Table Cells.</para>
            <para> When the object is serialized out as xml, its qualified name is w:adjustLineHeightInTable.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.#ctor">
            <summary>
            Initializes a new instance of the AdjustLineHeightInTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95">
            <summary>
            <para>Emulate Word 95 Full-Width Character Spacing.</para>
            <para> When the object is serialized out as xml, its qualified name is w:autoSpaceLikeWord95.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.#ctor">
            <summary>
            Initializes a new instance of the AutoSpaceLikeWord95 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower">
            <summary>
            <para>Do Not Increase Line Height for Raised/Lowered Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noSpaceRaiseLower.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.#ctor">
            <summary>
            Initializes a new instance of the NoSpaceRaiseLower class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing">
            <summary>
            <para>Use Fixed Paragraph Spacing for HTML Auto Setting.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotUseHTMLParagraphAutoSpacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.#ctor">
            <summary>
            Initializes a new instance of the DoNotUseHTMLParagraphAutoSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth">
            <summary>
            <para>Ignore Space Before Table When Deciding If Table Should Wrap Floating Object.</para>
            <para> When the object is serialized out as xml, its qualified name is w:layoutRawTableWidth.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.#ctor">
            <summary>
            Initializes a new instance of the LayoutRawTableWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart">
            <summary>
            <para>Allow Table Rows to Wrap Inline Objects Independently.</para>
            <para> When the object is serialized out as xml, its qualified name is w:layoutTableRowsApart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.#ctor">
            <summary>
            Initializes a new instance of the LayoutTableRowsApart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules">
            <summary>
            <para>Emulate Word 97 East Asian Line Breaking.</para>
            <para> When the object is serialized out as xml, its qualified name is w:useWord97LineBreakRules.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.#ctor">
            <summary>
            Initializes a new instance of the UseWord97LineBreakRules class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables">
            <summary>
            <para>Do Not Allow Floating Tables To Break Across Pages.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotBreakWrappedTables.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.#ctor">
            <summary>
            Initializes a new instance of the DoNotBreakWrappedTables class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell">
            <summary>
            <para>Do Not Snap to Document Grid in Table Cells with Objects.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotSnapToGridInCell.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.#ctor">
            <summary>
            Initializes a new instance of the DoNotSnapToGridInCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar">
            <summary>
            <para>Select Field When First or Last Character Is Selected.</para>
            <para> When the object is serialized out as xml, its qualified name is w:selectFldWithFirstOrLastChar.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.#ctor">
            <summary>
            Initializes a new instance of the SelectFieldWithFirstOrLastChar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules">
            <summary>
            <para>Use Legacy Ethiopic and Amharic Line Breaking Rules.</para>
            <para> When the object is serialized out as xml, its qualified name is w:applyBreakingRules.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.#ctor">
            <summary>
            Initializes a new instance of the ApplyBreakingRules class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation">
            <summary>
            <para>Do Not Allow Hanging Punctuation With Character Grid.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotWrapTextWithPunct.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.#ctor">
            <summary>
            Initializes a new instance of the DoNotWrapTextWithPunctuation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules">
            <summary>
            <para>Do Not Compress Compressible Characters When Using Document Grid.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotUseEastAsianBreakRules.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.#ctor">
            <summary>
            Initializes a new instance of the DoNotUseEastAsianBreakRules class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules">
            <summary>
            <para>Emulate Word 2002 Table Style Rules.</para>
            <para> When the object is serialized out as xml, its qualified name is w:useWord2002TableStyleRules.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.#ctor">
            <summary>
            Initializes a new instance of the UseWord2002TableStyleRules class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.GrowAutofit">
            <summary>
            <para>Allow Tables to AutoFit Into Page Margins.</para>
            <para> When the object is serialized out as xml, its qualified name is w:growAutofit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.#ctor">
            <summary>
            Initializes a new instance of the GrowAutofit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout">
            <summary>
            <para>Do Not Bypass East Asian/Complex Script Layout Code.</para>
            <para> When the object is serialized out as xml, its qualified name is w:useFELayout.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.#ctor">
            <summary>
            Initializes a new instance of the UseFarEastLayout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList">
            <summary>
            <para>Do Not Automatically Apply List Paragraph Style To Bulleted/Numbered Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:useNormalStyleForList.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.#ctor">
            <summary>
            Initializes a new instance of the UseNormalStyleForList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop">
            <summary>
            <para>Ignore Hanging Indent When Creating Tab Stop After Numbering.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotUseIndentAsNumberingTabStop.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.#ctor">
            <summary>
            Initializes a new instance of the DoNotUseIndentAsNumberingTabStop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules">
            <summary>
            <para>Use Alternate Set of East Asian Line Breaking Rules.</para>
            <para> When the object is serialized out as xml, its qualified name is w:useAltKinsokuLineBreakRules.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.#ctor">
            <summary>
            Initializes a new instance of the UseAltKinsokuLineBreakRules class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable">
            <summary>
            <para>Allow Contextual Spacing of Paragraphs in Tables.</para>
            <para> When the object is serialized out as xml, its qualified name is w:allowSpaceOfSameStyleInTable.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.#ctor">
            <summary>
            Initializes a new instance of the AllowSpaceOfSameStyleInTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation">
            <summary>
            <para>Do Not Ignore Floating Objects When Calculating Paragraph Indentation.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotSuppressIndentation.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.#ctor">
            <summary>
            Initializes a new instance of the DoNotSuppressIndentation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables">
            <summary>
            <para>Do Not AutoFit Tables To Fit Next To Wrapped Objects.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotAutofitConstrainedTables.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.#ctor">
            <summary>
            Initializes a new instance of the DoNotAutofitConstrainedTables class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell">
            <summary>
            <para>Allow Table Columns To Exceed Preferred Widths of Constituent Cells.</para>
            <para> When the object is serialized out as xml, its qualified name is w:autofitToFirstFixedWidthCell.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.#ctor">
            <summary>
            Initializes a new instance of the AutofitToFirstFixedWidthCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList">
            <summary>
            <para>Underline Following Character Following Numbering.</para>
            <para> When the object is serialized out as xml, its qualified name is w:underlineTabInNumList.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.#ctor">
            <summary>
            Initializes a new instance of the UnderlineTabInNumberingList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth">
            <summary>
            <para>Always Use Fixed Width for Hangul Characters.</para>
            <para> When the object is serialized out as xml, its qualified name is w:displayHangulFixedWidth.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.#ctor">
            <summary>
            Initializes a new instance of the DisplayHangulFixedWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark">
            <summary>
            <para>Always Move Paragraph Mark to Page after a Page Break.</para>
            <para> When the object is serialized out as xml, its qualified name is w:splitPgBreakAndParaMark.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.#ctor">
            <summary>
            Initializes a new instance of the SplitPageBreakAndParagraphMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape">
            <summary>
            <para>Don't Vertically Align Cells Containing Floating Objects.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotVertAlignCellWithSp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.#ctor">
            <summary>
            Initializes a new instance of the DoNotVerticallyAlignCellWithShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable">
            <summary>
            <para>Don't Break Table Rows Around Floating Tables.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotBreakConstrainedForcedTable.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.#ctor">
            <summary>
            Initializes a new instance of the DoNotBreakConstrainedForcedTable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox">
            <summary>
            <para>Ignore Vertical Alignment in Textboxes.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotVertAlignInTxbx.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.#ctor">
            <summary>
            Initializes a new instance of the DoNotVerticallyAlignInTextBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs">
            <summary>
            <para>Use ANSI Kerning Pairs from Fonts.</para>
            <para> When the object is serialized out as xml, its qualified name is w:useAnsiKerningPairs.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.#ctor">
            <summary>
            Initializes a new instance of the UseAnsiKerningPairs class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance">
            <summary>
            <para>Use Cached Paragraph Information for Column Balancing.</para>
            <para> When the object is serialized out as xml, its qualified name is w:cachedColBalance.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.#ctor">
            <summary>
            Initializes a new instance of the CachedColumnBalance class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder">
            <summary>
            <para>Defines the ShowingPlaceholder Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:showingPlcHdr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.#ctor">
            <summary>
            Initializes a new instance of the ShowingPlaceholder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TemporarySdt">
            <summary>
            <para>Defines the TemporarySdt Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:temporary.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.#ctor">
            <summary>
            Initializes a new instance of the TemporarySdt class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation">
            <summary>
            <para>Remove Personal Information from Document Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is w:removePersonalInformation.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.#ctor">
            <summary>
            Initializes a new instance of the RemovePersonalInformation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime">
            <summary>
            <para>Remove Date and Time from Annotations.</para>
            <para> When the object is serialized out as xml, its qualified name is w:removeDateAndTime.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.#ctor">
            <summary>
            Initializes a new instance of the RemoveDateAndTime class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries">
            <summary>
            <para>Do Not Display Visual Boundary For Header/Footer or Between Pages.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotDisplayPageBoundaries.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.#ctor">
            <summary>
            Initializes a new instance of the DoNotDisplayPageBoundaries class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape">
            <summary>
            <para>Display Background Objects When Displaying Document.</para>
            <para> When the object is serialized out as xml, its qualified name is w:displayBackgroundShape.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.#ctor">
            <summary>
            Initializes a new instance of the DisplayBackgroundShape class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText">
            <summary>
            <para>Print PostScript Codes With Document Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:printPostScriptOverText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.#ctor">
            <summary>
            Initializes a new instance of the PrintPostScriptOverText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth">
            <summary>
            <para>Print Fractional Character Widths.</para>
            <para> When the object is serialized out as xml, its qualified name is w:printFractionalCharacterWidth.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.#ctor">
            <summary>
            Initializes a new instance of the PrintFractionalCharacterWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintFormsData">
            <summary>
            <para>Only Print Form Field Content.</para>
            <para> When the object is serialized out as xml, its qualified name is w:printFormsData.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.#ctor">
            <summary>
            Initializes a new instance of the PrintFormsData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts">
            <summary>
            <para>Embed TrueType Fonts.</para>
            <para> When the object is serialized out as xml, its qualified name is w:embedTrueTypeFonts.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.#ctor">
            <summary>
            Initializes a new instance of the EmbedTrueTypeFonts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts">
            <summary>
            <para>Embed Common System Fonts.</para>
            <para> When the object is serialized out as xml, its qualified name is w:embedSystemFonts.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.#ctor">
            <summary>
            Initializes a new instance of the EmbedSystemFonts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts">
            <summary>
            <para>Subset Fonts When Embedding.</para>
            <para> When the object is serialized out as xml, its qualified name is w:saveSubsetFonts.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.#ctor">
            <summary>
            Initializes a new instance of the SaveSubsetFonts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SaveFormsData">
            <summary>
            <para>Only Save Form Field Content.</para>
            <para> When the object is serialized out as xml, its qualified name is w:saveFormsData.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.#ctor">
            <summary>
            Initializes a new instance of the SaveFormsData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MirrorMargins">
            <summary>
            <para>Mirror Page Margins.</para>
            <para> When the object is serialized out as xml, its qualified name is w:mirrorMargins.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.#ctor">
            <summary>
            Initializes a new instance of the MirrorMargins class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges">
            <summary>
            <para>Align Paragraph and Table Borders with Page Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w:alignBordersAndEdges.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.#ctor">
            <summary>
            Initializes a new instance of the AlignBorderAndEdges class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader">
            <summary>
            <para>Page Border Excludes Header.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bordersDoNotSurroundHeader.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.#ctor">
            <summary>
            Initializes a new instance of the BordersDoNotSurroundHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter">
            <summary>
            <para>Page Border Excludes Footer.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bordersDoNotSurroundFooter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.#ctor">
            <summary>
            Initializes a new instance of the BordersDoNotSurroundFooter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.GutterAtTop">
            <summary>
            <para>Position Gutter At Top of Page.</para>
            <para> When the object is serialized out as xml, its qualified name is w:gutterAtTop.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.#ctor">
            <summary>
            Initializes a new instance of the GutterAtTop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors">
            <summary>
            <para>Do Not Display Visual Indication of Spelling Errors.</para>
            <para> When the object is serialized out as xml, its qualified name is w:hideSpellingErrors.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.#ctor">
            <summary>
            Initializes a new instance of the HideSpellingErrors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors">
            <summary>
            <para>Do Not Display Visual Indication of Grammatical Errors.</para>
            <para> When the object is serialized out as xml, its qualified name is w:hideGrammaticalErrors.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.#ctor">
            <summary>
            Initializes a new instance of the HideGrammaticalErrors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FormsDesign">
            <summary>
            <para>Structured Document Tag Placeholder Text Should be Resaved.</para>
            <para> When the object is serialized out as xml, its qualified name is w:formsDesign.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormsDesign.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormsDesign.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormsDesign.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormsDesign.#ctor">
            <summary>
            Initializes a new instance of the FormsDesign class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormsDesign.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LinkStyles">
            <summary>
            <para>Automatically Update Styles From Document Template.</para>
            <para> When the object is serialized out as xml, its qualified name is w:linkStyles.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LinkStyles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LinkStyles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkStyles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkStyles.#ctor">
            <summary>
            Initializes a new instance of the LinkStyles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkStyles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TrackRevisions">
            <summary>
            <para>Track Revisions to Document.</para>
            <para> When the object is serialized out as xml, its qualified name is w:trackRevisions.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.#ctor">
            <summary>
            Initializes a new instance of the TrackRevisions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves">
            <summary>
            <para>Do Not Use Move Syntax When Tracking Revisions.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotTrackMoves.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.#ctor">
            <summary>
            Initializes a new instance of the DoNotTrackMoves class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting">
            <summary>
            <para>Do Not Track Formatting Revisions When Tracking Revisions.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotTrackFormatting.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.#ctor">
            <summary>
            Initializes a new instance of the DoNotTrackFormatting class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride">
            <summary>
            <para>Allow Automatic Formatting to Override Formatting Protection Settings.</para>
            <para> When the object is serialized out as xml, its qualified name is w:autoFormatOverride.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.#ctor">
            <summary>
            Initializes a new instance of the AutoFormatOverride class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart">
            <summary>
            <para>Prevent Modification of Themes Part.</para>
            <para> When the object is serialized out as xml, its qualified name is w:styleLockTheme.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.#ctor">
            <summary>
            Initializes a new instance of the StyleLockThemesPart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart">
            <summary>
            <para>Prevent Replacement of Styles Part.</para>
            <para> When the object is serialized out as xml, its qualified name is w:styleLockQFSet.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.#ctor">
            <summary>
            Initializes a new instance of the StyleLockStylesPart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation">
            <summary>
            <para>Automatically Hyphenate Document Contents When Displayed.</para>
            <para> When the object is serialized out as xml, its qualified name is w:autoHyphenation.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.#ctor">
            <summary>
            Initializes a new instance of the AutoHyphenation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps">
            <summary>
            <para>Do Not Hyphenate Words in ALL CAPITAL LETTERS.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotHyphenateCaps.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.#ctor">
            <summary>
            Initializes a new instance of the DoNotHyphenateCaps class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope">
            <summary>
            <para>Show E-Mail Message Header.</para>
            <para> When the object is serialized out as xml, its qualified name is w:showEnvelope.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.#ctor">
            <summary>
            Initializes a new instance of the ShowEnvelope class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders">
            <summary>
            <para>Different Even/Odd Page Headers and Footers.</para>
            <para> When the object is serialized out as xml, its qualified name is w:evenAndOddHeaders.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.#ctor">
            <summary>
            Initializes a new instance of the EvenAndOddHeaders class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting">
            <summary>
            <para>Reverse Book Fold Printing.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bookFoldRevPrinting.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.#ctor">
            <summary>
            Initializes a new instance of the BookFoldReversePrinting class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting">
            <summary>
            <para>Book Fold Printing.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bookFoldPrinting.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.#ctor">
            <summary>
            Initializes a new instance of the BookFoldPrinting class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin">
            <summary>
            <para>Do Not Use Margins for Drawing Grid Origin.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotUseMarginsForDrawingGridOrigin.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.#ctor">
            <summary>
            Initializes a new instance of the DoNotUseMarginsForDrawingGridOrigin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData">
            <summary>
            <para>Do Not Show Visual Indicator For Form Fields.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotShadeFormData.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.#ctor">
            <summary>
            Initializes a new instance of the DoNotShadeFormData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning">
            <summary>
            <para>Never Kern Punctuation Characters.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noPunctuationKerning.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.#ctor">
            <summary>
            Initializes a new instance of the NoPunctuationKerning class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne">
            <summary>
            <para>Print Two Pages Per Sheet.</para>
            <para> When the object is serialized out as xml, its qualified name is w:printTwoOnOne.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.#ctor">
            <summary>
            Initializes a new instance of the PrintTwoOnOne class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars">
            <summary>
            <para>Use Strict Kinsoku Rules for Japanese Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:strictFirstAndLastChars.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.#ctor">
            <summary>
            Initializes a new instance of the StrictFirstAndLastChars class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture">
            <summary>
            <para>Generate Thumbnail For Document On Save.</para>
            <para> When the object is serialized out as xml, its qualified name is w:savePreviewPicture.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.#ctor">
            <summary>
            Initializes a new instance of the SavePreviewPicture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema">
            <summary>
            <para>Do Not Validate Custom XML Markup Against Schemas.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotValidateAgainstSchema.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.#ctor">
            <summary>
            Initializes a new instance of the DoNotValidateAgainstSchema class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml">
            <summary>
            <para>Allow Saving Document As XML File When Custom XML Markup Is Invalid.</para>
            <para> When the object is serialized out as xml, its qualified name is w:saveInvalidXml.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.#ctor">
            <summary>
            Initializes a new instance of the SaveInvalidXml class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent">
            <summary>
            <para>Ignore Mixed Content When Validating Custom XML Markup.</para>
            <para> When the object is serialized out as xml, its qualified name is w:ignoreMixedContent.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.#ctor">
            <summary>
            Initializes a new instance of the IgnoreMixedContent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText">
            <summary>
            <para>Use Custom XML Element Names as Default Placeholder Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:alwaysShowPlaceholderText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.#ctor">
            <summary>
            Initializes a new instance of the AlwaysShowPlaceholderText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml">
            <summary>
            <para>Do Not Show Visual Indicator For Invalid Custom XML Markup.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotDemarcateInvalidXml.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.#ctor">
            <summary>
            Initializes a new instance of the DoNotDemarcateInvalidXml class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly">
            <summary>
            <para>Only Save Custom XML Markup.</para>
            <para> When the object is serialized out as xml, its qualified name is w:saveXmlDataOnly.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.#ctor">
            <summary>
            Initializes a new instance of the SaveXmlDataOnly class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving">
            <summary>
            <para>Save Document as XML File through Custom XSL Transform.</para>
            <para> When the object is serialized out as xml, its qualified name is w:useXSLTWhenSaving.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.#ctor">
            <summary>
            Initializes a new instance of the UseXsltWhenSaving class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags">
            <summary>
            <para>Show Visual Indicators for Custom XML Markup Start/End Locations.</para>
            <para> When the object is serialized out as xml, its qualified name is w:showXMLTags.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.#ctor">
            <summary>
            Initializes a new instance of the ShowXmlTags class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace">
            <summary>
            <para>Do Not Mark Custom XML Elements With No Namespace As Invalid.</para>
            <para> When the object is serialized out as xml, its qualified name is w:alwaysMergeEmptyNamespace.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.#ctor">
            <summary>
            Initializes a new instance of the AlwaysMergeEmptyNamespace class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen">
            <summary>
            <para>Automatically Recalculate Fields on Open.</para>
            <para> When the object is serialized out as xml, its qualified name is w:updateFields.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.#ctor">
            <summary>
            Initializes a new instance of the UpdateFieldsOnOpen class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003">
            <summary>
            <para>Disable Features Incompatible With Earlier Word Processing Formats.</para>
            <para> When the object is serialized out as xml, its qualified name is w:uiCompat97To2003.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.#ctor">
            <summary>
            Initializes a new instance of the UICompatibleWith97To2003 class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats">
            <summary>
            <para>Do Not Include Content in Text Boxes, Footnotes, and Endnotes in Document Statistics.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotIncludeSubdocsInStats.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.#ctor">
            <summary>
            Initializes a new instance of the DoNotIncludeSubdocsInStats class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures">
            <summary>
            <para>Do Not Automatically Compress Images.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotAutoCompressPictures.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.#ctor">
            <summary>
            Initializes a new instance of the DoNotAutoCompressPictures class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser">
            <summary>
            <para>Defines the OptimizeForBrowser Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:optimizeForBrowser.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.#ctor">
            <summary>
            Initializes a new instance of the OptimizeForBrowser class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RelyOnVML">
            <summary>
            <para>Defines the RelyOnVML Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:relyOnVML.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.#ctor">
            <summary>
            Initializes a new instance of the RelyOnVML class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AllowPNG">
            <summary>
            <para>Defines the AllowPNG Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:allowPNG.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AllowPNG.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AllowPNG.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AllowPNG.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AllowPNG.#ctor">
            <summary>
            Initializes a new instance of the AllowPNG class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AllowPNG.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS">
            <summary>
            <para>Defines the DoNotRelyOnCSS Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotRelyOnCSS.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.#ctor">
            <summary>
            Initializes a new instance of the DoNotRelyOnCSS class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile">
            <summary>
            <para>Defines the DoNotSaveAsSingleFile Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotSaveAsSingleFile.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.#ctor">
            <summary>
            Initializes a new instance of the DoNotSaveAsSingleFile class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder">
            <summary>
            <para>Defines the DoNotOrganizeInFolder Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotOrganizeInFolder.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.#ctor">
            <summary>
            Initializes a new instance of the DoNotOrganizeInFolder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames">
            <summary>
            <para>Defines the DoNotUseLongFileNames Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:doNotUseLongFileNames.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.#ctor">
            <summary>
            Initializes a new instance of the DoNotUseLongFileNames class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NotTrueType">
            <summary>
            <para>Defines the NotTrueType Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:notTrueType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NotTrueType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NotTrueType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NotTrueType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NotTrueType.#ctor">
            <summary>
            Initializes a new instance of the NotTrueType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NotTrueType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.OnOffType">
            <summary>
            Defines the OnOffType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val">
             <summary>
             <para> On/Off Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OnOffType.#ctor">
            <summary>
            Initializes a new instance of the OnOffType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FrameProperties">
            <summary>
            <para>Defines the FrameProperties Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:framePr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap">
             <summary>
             <para> Drop Cap Frame.</para>
             <para>Represents the following attribute in the schema: w:dropCap </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines">
             <summary>
             <para> Drop Cap Vertical Height in Lines.</para>
             <para>Represents the following attribute in the schema: w:lines </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width">
             <summary>
             <para> Frame Width.</para>
             <para>Represents the following attribute in the schema: w:w </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height">
             <summary>
             <para> Frame Height.</para>
             <para>Represents the following attribute in the schema: w:h </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace">
             <summary>
             <para> Vertical Frame Padding.</para>
             <para>Represents the following attribute in the schema: w:vSpace </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace">
             <summary>
             <para> Horizontal Frame Padding.</para>
             <para>Represents the following attribute in the schema: w:hSpace </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap">
             <summary>
             <para> Text Wrapping Around Frame.</para>
             <para>Represents the following attribute in the schema: w:wrap </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition">
             <summary>
             <para> Frame Horizontal Positioning Base.</para>
             <para>Represents the following attribute in the schema: w:hAnchor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition">
             <summary>
             <para> Frame Vertical Positioning Base.</para>
             <para>Represents the following attribute in the schema: w:vAnchor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X">
             <summary>
             <para> Absolute Horizontal Position.</para>
             <para>Represents the following attribute in the schema: w:x </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign">
             <summary>
             <para> Relative Horizontal Position.</para>
             <para>Represents the following attribute in the schema: w:xAlign </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y">
             <summary>
             <para> Absolute Vertical Position.</para>
             <para>Represents the following attribute in the schema: w:y </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign">
             <summary>
             <para> Relative Vertical Position.</para>
             <para>Represents the following attribute in the schema: w:yAlign </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType">
             <summary>
             <para> Frame Height Type.</para>
             <para>Represents the following attribute in the schema: w:hRule </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock">
             <summary>
             <para> Lock Frame Anchor to Paragraph.</para>
             <para>Represents the following attribute in the schema: w:anchorLock </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.#ctor">
            <summary>
            Initializes a new instance of the FrameProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties">
             <summary>
             <para>Defines the NumberingProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:numPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumberingLevelReference &lt;w:ilvl></description></item>
            <item><description>NumberingId &lt;w:numId></description></item>
            <item><description>NumberingChange &lt;w:numberingChange></description></item>
            <item><description>Inserted &lt;w:ins></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.#ctor">
            <summary>
            Initializes a new instance of the NumberingProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberingProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberingProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberingProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference">
            <summary>
            <para> Numbering Level Reference.</para>
            <para> Represents the following element tag in the schema: w:ilvl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId">
            <summary>
            <para> Numbering Definition Instance Reference.</para>
            <para> Represents the following element tag in the schema: w:numId </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange">
            <summary>
            <para> Previous Paragraph Numbering Properties.</para>
            <para> Represents the following element tag in the schema: w:numberingChange </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted">
            <summary>
            <para> Inserted Numbering Properties.</para>
            <para> Represents the following element tag in the schema: w:ins </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders">
             <summary>
             <para>Defines the ParagraphBorders Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pBdr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TopBorder &lt;w:top></description></item>
            <item><description>LeftBorder &lt;w:left></description></item>
            <item><description>BottomBorder &lt;w:bottom></description></item>
            <item><description>RightBorder &lt;w:right></description></item>
            <item><description>BetweenBorder &lt;w:between></description></item>
            <item><description>BarBorder &lt;w:bar></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.#ctor">
            <summary>
            Initializes a new instance of the ParagraphBorders class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParagraphBorders class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParagraphBorders class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphBorders class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder">
            <summary>
            <para> Paragraph Border Above Identical Paragraphs.</para>
            <para> Represents the following element tag in the schema: w:top </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder">
            <summary>
            <para> Left Paragraph Border.</para>
            <para> Represents the following element tag in the schema: w:left </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder">
            <summary>
            <para> Paragraph Border Between Identical Paragraphs.</para>
            <para> Represents the following element tag in the schema: w:bottom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder">
            <summary>
            <para> Right Paragraph Border.</para>
            <para> Represents the following element tag in the schema: w:right </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder">
            <summary>
            <para> Paragraph Border Between Identical Paragraphs.</para>
            <para> Represents the following element tag in the schema: w:between </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder">
            <summary>
            <para> Paragraph Border Between Facing Pages.</para>
            <para> Represents the following element tag in the schema: w:bar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Shading">
            <summary>
            <para>Defines the Shading Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:shd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Shading.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.Val">
             <summary>
             <para> Shading Pattern.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.Color">
             <summary>
             <para> Shading Pattern Color.</para>
             <para>Represents the following attribute in the schema: w:color </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor">
             <summary>
             <para> Shading Pattern Theme Color.</para>
             <para>Represents the following attribute in the schema: w:themeColor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint">
             <summary>
             <para> Shading Pattern Theme Color Tint.</para>
             <para>Represents the following attribute in the schema: w:themeTint </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade">
             <summary>
             <para> Shading Pattern Theme Color Shade.</para>
             <para>Represents the following attribute in the schema: w:themeShade </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.Fill">
             <summary>
             <para> Shading Background Color.</para>
             <para>Represents the following attribute in the schema: w:fill </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill">
             <summary>
             <para> Shading Background Theme Color.</para>
             <para>Represents the following attribute in the schema: w:themeFill </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint">
             <summary>
             <para> Shading Background Theme Color Tint.</para>
             <para>Represents the following attribute in the schema: w:themeFillTint </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade">
             <summary>
             <para> Shading Background Theme Color Shade.</para>
             <para>Represents the following attribute in the schema: w:themeFillShade </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Shading.#ctor">
            <summary>
            Initializes a new instance of the Shading class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Shading.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Tabs">
             <summary>
             <para>Defines the Tabs Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tabs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TabStop &lt;w:tab></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Tabs.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Tabs.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Tabs.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Tabs.#ctor">
            <summary>
            Initializes a new instance of the Tabs class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Tabs.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Tabs class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Tabs.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Tabs class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Tabs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Tabs class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Tabs.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines">
            <summary>
            <para>Defines the SpacingBetweenLines Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:spacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before">
             <summary>
             <para> Spacing Above Paragraph.</para>
             <para>Represents the following attribute in the schema: w:before </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines">
             <summary>
             <para> Spacing Above Paragraph IN Line Units.</para>
             <para>Represents the following attribute in the schema: w:beforeLines </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing">
             <summary>
             <para> Automatically Determine Spacing Above Paragraph.</para>
             <para>Represents the following attribute in the schema: w:beforeAutospacing </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After">
             <summary>
             <para> Spacing Below Paragraph.</para>
             <para>Represents the following attribute in the schema: w:after </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines">
             <summary>
             <para> Spacing Below Paragraph in Line Units.</para>
             <para>Represents the following attribute in the schema: w:afterLines </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing">
             <summary>
             <para> Automatically Determine Spacing Below Paragraph.</para>
             <para>Represents the following attribute in the schema: w:afterAutospacing </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line">
             <summary>
             <para> Spacing Between Lines in Paragraph.</para>
             <para>Represents the following attribute in the schema: w:line </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule">
             <summary>
             <para> Type of Spacing Between Lines.</para>
             <para>Represents the following attribute in the schema: w:lineRule </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.#ctor">
            <summary>
            Initializes a new instance of the SpacingBetweenLines class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Indentation">
            <summary>
            <para>Defines the Indentation Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:ind.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Indentation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.Left">
             <summary>
             <para> Left Indentation.</para>
             <para>Represents the following attribute in the schema: w:left </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.Start">
             <summary>
             <para> start, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:start </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars">
             <summary>
             <para> Left Indentation in Character Units.</para>
             <para>Represents the following attribute in the schema: w:leftChars </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters">
             <summary>
             <para> startChars, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:startChars </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.Right">
             <summary>
             <para> Right Indentation.</para>
             <para>Represents the following attribute in the schema: w:right </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.End">
             <summary>
             <para> end, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:end </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars">
             <summary>
             <para> Right Indentation in Character Units.</para>
             <para>Represents the following attribute in the schema: w:rightChars </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters">
             <summary>
             <para> endChars, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:endChars </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging">
             <summary>
             <para> Indentation Removed from First Line.</para>
             <para>Represents the following attribute in the schema: w:hanging </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars">
             <summary>
             <para> Indentation Removed From First Line in Character Units.</para>
             <para>Represents the following attribute in the schema: w:hangingChars </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine">
             <summary>
             <para> Additional First Line Indentation.</para>
             <para>Represents the following attribute in the schema: w:firstLine </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars">
             <summary>
             <para> Additional First Line Indentation in Character Units.</para>
             <para>Represents the following attribute in the schema: w:firstLineChars </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Indentation.#ctor">
            <summary>
            Initializes a new instance of the Indentation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Indentation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Justification">
            <summary>
            <para>Defines the Justification Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:jc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Justification.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Justification.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Justification.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Justification.Val">
             <summary>
             <para> Alignment Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Justification.#ctor">
            <summary>
            Initializes a new instance of the Justification class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Justification.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextDirection">
            <summary>
            <para>Defines the TextDirection Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:textDirection.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextDirection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextDirection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextDirection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val">
             <summary>
             <para> Direction of Text Flow.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextDirection.#ctor">
            <summary>
            Initializes a new instance of the TextDirection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextDirection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextAlignment">
            <summary>
            <para>Defines the TextAlignment Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:textAlignment.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextAlignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextAlignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextAlignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val">
             <summary>
             <para> Vertical Character Alignment Position.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextAlignment.#ctor">
            <summary>
            Initializes a new instance of the TextAlignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextAlignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap">
            <summary>
            <para>Defines the TextBoxTightWrap Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:textboxTightWrap.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val">
             <summary>
             <para> Lines to Tight Wrap to Paragraph Extents.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.#ctor">
            <summary>
            Initializes a new instance of the TextBoxTightWrap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel">
            <summary>
            <para>Defines the OutlineLevel Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:outlineLvl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.#ctor">
            <summary>
            Initializes a new instance of the OutlineLevel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.GridSpan">
            <summary>
            <para>Defines the GridSpan Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:gridSpan.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GridSpan.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GridSpan.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridSpan.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridSpan.#ctor">
            <summary>
            Initializes a new instance of the GridSpan class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridSpan.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.GridBefore">
            <summary>
            <para>Defines the GridBefore Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:gridBefore.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GridBefore.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GridBefore.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridBefore.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridBefore.#ctor">
            <summary>
            Initializes a new instance of the GridBefore class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridBefore.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.GridAfter">
            <summary>
            <para>Defines the GridAfter Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:gridAfter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GridAfter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GridAfter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridAfter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridAfter.#ctor">
            <summary>
            Initializes a new instance of the GridAfter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridAfter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection">
            <summary>
            <para>Drop-Down List Selection.</para>
            <para> When the object is serialized out as xml, its qualified name is w:result.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.#ctor">
            <summary>
            Initializes a new instance of the DropDownListSelection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ActiveRecord">
            <summary>
            <para>Record Currently Displayed In Merged Document.</para>
            <para> When the object is serialized out as xml, its qualified name is w:activeRecord.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.#ctor">
            <summary>
            Initializes a new instance of the ActiveRecord class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CheckErrors">
            <summary>
            <para>Mail Merge Error Reporting Setting.</para>
            <para> When the object is serialized out as xml, its qualified name is w:checkErrors.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CheckErrors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CheckErrors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CheckErrors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CheckErrors.#ctor">
            <summary>
            Initializes a new instance of the CheckErrors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelRestart">
            <summary>
            <para>Restart Numbering Level Symbol.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lvlRestart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelRestart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelRestart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelRestart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelRestart.#ctor">
            <summary>
            Initializes a new instance of the LevelRestart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelRestart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId">
            <summary>
            <para>Picture Numbering Symbol Definition Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lvlPicBulletId.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.#ctor">
            <summary>
            Initializes a new instance of the LevelPictureBulletId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue">
            <summary>
            <para>Numbering Level Starting Value Override.</para>
            <para> When the object is serialized out as xml, its qualified name is w:startOverride.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.#ctor">
            <summary>
            Initializes a new instance of the StartOverrideNumberingValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup">
            <summary>
            <para>Last Reviewed Abstract Numbering Definition.</para>
            <para> When the object is serialized out as xml, its qualified name is w:numIdMacAtCleanup.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.#ctor">
            <summary>
            Initializes a new instance of the NumberingIdMacAtCleanup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtId">
            <summary>
            <para>Defines the SdtId Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:id.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtId.#ctor">
            <summary>
            Initializes a new instance of the SdtId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch">
            <summary>
            <para>Defines the PixelsPerInch Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pixelsPerInch.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.#ctor">
            <summary>
            Initializes a new instance of the PixelsPerInch class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType">
            <summary>
            Defines the DecimalNumberType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val">
             <summary>
             <para> Decimal Number Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.#ctor">
            <summary>
            Initializes a new instance of the DecimalNumberType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange">
             <summary>
             <para>Defines the ParagraphPropertiesChange Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pPrChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParagraphPropertiesExtended &lt;w:pPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.#ctor">
            <summary>
            Initializes a new instance of the ParagraphPropertiesChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParagraphPropertiesChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParagraphPropertiesChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphPropertiesChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended">
            <summary>
            <para> Previous Paragraph Properties.</para>
            <para> Represents the following element tag in the schema: w:pPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderReference">
            <summary>
            <para>Header Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:headerReference.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HeaderReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HeaderReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderReference.#ctor">
            <summary>
            Initializes a new instance of the HeaderReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FooterReference">
            <summary>
            <para>Footer Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:footerReference.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FooterReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FooterReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FooterReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FooterReference.#ctor">
            <summary>
            Initializes a new instance of the FooterReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FooterReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType">
            <summary>
            Defines the HeaderFooterReferenceType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type">
             <summary>
             <para> type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id">
             <summary>
             <para> Relationship to Part.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.#ctor">
            <summary>
            Initializes a new instance of the HeaderFooterReferenceType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Break">
            <summary>
            <para>Break.</para>
            <para> When the object is serialized out as xml, its qualified name is w:br.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Break.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Break.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Break.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Break.Type">
             <summary>
             <para> Break Type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Break.Clear">
             <summary>
             <para> Restart Location For Text Wrapping Break.</para>
             <para>Represents the following attribute in the schema: w:clear </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Break.#ctor">
            <summary>
            Initializes a new instance of the Break class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Break.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Text">
            <summary>
            <para>Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:t.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Text.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Text.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Text.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Text.#ctor">
            <summary>
            Initializes a new instance of the Text class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Text.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Text class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Text.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DeletedText">
            <summary>
            <para>Deleted Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:delText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedText.#ctor">
            <summary>
            Initializes a new instance of the DeletedText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedText.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DeletedText class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FieldCode">
            <summary>
            <para>Field Code.</para>
            <para> When the object is serialized out as xml, its qualified name is w:instrText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldCode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldCode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldCode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldCode.#ctor">
            <summary>
            Initializes a new instance of the FieldCode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FieldCode class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldCode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode">
            <summary>
            <para>Deleted Field Code.</para>
            <para> When the object is serialized out as xml, its qualified name is w:delInstrText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.#ctor">
            <summary>
            Initializes a new instance of the DeletedFieldCode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DeletedFieldCode class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextType">
            <summary>
            Defines the TextType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextType.Space">
             <summary>
             <para> space.</para>
             <para>Represents the following attribute in the schema: xml:space </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextType.#ctor">
            <summary>
            Initializes a new instance of the TextType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextType class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen">
            <summary>
            <para>Non Breaking Hyphen Character.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noBreakHyphen.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.#ctor">
            <summary>
            Initializes a new instance of the NoBreakHyphen class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SoftHyphen">
            <summary>
            <para>Optional Hyphen Character.</para>
            <para> When the object is serialized out as xml, its qualified name is w:softHyphen.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.#ctor">
            <summary>
            Initializes a new instance of the SoftHyphen class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DayShort">
            <summary>
            <para>Date Block - Short Day Format.</para>
            <para> When the object is serialized out as xml, its qualified name is w:dayShort.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DayShort.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DayShort.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DayShort.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DayShort.#ctor">
            <summary>
            Initializes a new instance of the DayShort class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DayShort.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MonthShort">
            <summary>
            <para>Date Block - Short Month Format.</para>
            <para> When the object is serialized out as xml, its qualified name is w:monthShort.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MonthShort.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MonthShort.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MonthShort.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MonthShort.#ctor">
            <summary>
            Initializes a new instance of the MonthShort class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MonthShort.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.YearShort">
            <summary>
            <para>Date Block - Short Year Format.</para>
            <para> When the object is serialized out as xml, its qualified name is w:yearShort.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.YearShort.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.YearShort.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.YearShort.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.YearShort.#ctor">
            <summary>
            Initializes a new instance of the YearShort class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.YearShort.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DayLong">
            <summary>
            <para>Date Block - Long Day Format.</para>
            <para> When the object is serialized out as xml, its qualified name is w:dayLong.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DayLong.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DayLong.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DayLong.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DayLong.#ctor">
            <summary>
            Initializes a new instance of the DayLong class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DayLong.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MonthLong">
            <summary>
            <para>Date Block - Long Month Format.</para>
            <para> When the object is serialized out as xml, its qualified name is w:monthLong.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MonthLong.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MonthLong.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MonthLong.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MonthLong.#ctor">
            <summary>
            Initializes a new instance of the MonthLong class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MonthLong.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.YearLong">
            <summary>
            <para>Date Block - Long Year Format.</para>
            <para> When the object is serialized out as xml, its qualified name is w:yearLong.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.YearLong.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.YearLong.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.YearLong.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.YearLong.#ctor">
            <summary>
            Initializes a new instance of the YearLong class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.YearLong.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark">
            <summary>
            <para>Comment Information Block.</para>
            <para> When the object is serialized out as xml, its qualified name is w:annotationRef.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.#ctor">
            <summary>
            Initializes a new instance of the AnnotationReferenceMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark">
            <summary>
            <para>Footnote Reference Mark.</para>
            <para> When the object is serialized out as xml, its qualified name is w:footnoteRef.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.#ctor">
            <summary>
            Initializes a new instance of the FootnoteReferenceMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark">
            <summary>
            <para>Endnote Reference Mark.</para>
            <para> When the object is serialized out as xml, its qualified name is w:endnoteRef.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.#ctor">
            <summary>
            Initializes a new instance of the EndnoteReferenceMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SeparatorMark">
            <summary>
            <para>Footnote/Endnote Separator Mark.</para>
            <para> When the object is serialized out as xml, its qualified name is w:separator.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.#ctor">
            <summary>
            Initializes a new instance of the SeparatorMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark">
            <summary>
            <para>Continuation Separator Mark.</para>
            <para> When the object is serialized out as xml, its qualified name is w:continuationSeparator.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.#ctor">
            <summary>
            Initializes a new instance of the ContinuationSeparatorMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageNumber">
            <summary>
            <para>Page Number Block.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pgNum.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageNumber.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageNumber.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageNumber.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageNumber.#ctor">
            <summary>
            Initializes a new instance of the PageNumber class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageNumber.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CarriageReturn">
            <summary>
            <para>Carriage Return.</para>
            <para> When the object is serialized out as xml, its qualified name is w:cr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.#ctor">
            <summary>
            Initializes a new instance of the CarriageReturn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TabChar">
            <summary>
            <para>Tab Character.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tab.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TabChar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TabChar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TabChar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TabChar.#ctor">
            <summary>
            Initializes a new instance of the TabChar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TabChar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak">
            <summary>
            <para>Position of Last Calculated Page Break.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lastRenderedPageBreak.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.#ctor">
            <summary>
            Initializes a new instance of the LastRenderedPageBreak class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation">
            <summary>
            <para>Defines the SdtContentEquation Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:equation.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.#ctor">
            <summary>
            Initializes a new instance of the SdtContentEquation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture">
            <summary>
            <para>Defines the SdtContentPicture Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:picture.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.#ctor">
            <summary>
            Initializes a new instance of the SdtContentPicture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText">
            <summary>
            <para>Defines the SdtContentRichText Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:richText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.#ctor">
            <summary>
            Initializes a new instance of the SdtContentRichText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation">
            <summary>
            <para>Defines the SdtContentCitation Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:citation.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.#ctor">
            <summary>
            Initializes a new instance of the SdtContentCitation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup">
            <summary>
            <para>Defines the SdtContentGroup Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:group.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.#ctor">
            <summary>
            Initializes a new instance of the SdtContentGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography">
            <summary>
            <para>Defines the SdtContentBibliography Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bibliography.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.#ctor">
            <summary>
            Initializes a new instance of the SdtContentBibliography class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade">
            <summary>
            <para>Upgrade Document on Open.</para>
            <para> When the object is serialized out as xml, its qualified name is w:forceUpgrade.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.#ctor">
            <summary>
            Initializes a new instance of the ForceUpgrade class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmptyType">
            <summary>
            Defines the EmptyType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmptyType.#ctor">
            <summary>
            Initializes a new instance of the EmptyType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SymbolChar">
            <summary>
            <para>Symbol Character.</para>
            <para> When the object is serialized out as xml, its qualified name is w:sym.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SymbolChar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SymbolChar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SymbolChar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font">
             <summary>
             <para> Symbol Character Font.</para>
             <para>Represents the following attribute in the schema: w:font </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char">
             <summary>
             <para> Symbol Character Code.</para>
             <para>Represents the following attribute in the schema: w:char </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SymbolChar.#ctor">
            <summary>
            Initializes a new instance of the SymbolChar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SymbolChar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject">
             <summary>
             <para>Inline Embedded Object.</para>
             <para> When the object is serialized out as xml, its qualified name is w:object.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Vml.Group &lt;v:group></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.ImageFile &lt;v:image></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Line &lt;v:line></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Oval &lt;v:oval></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.PolyLine &lt;v:polyline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Rectangle &lt;v:rect></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.RoundRectangle &lt;v:roundrect></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Shape &lt;v:shape></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Shapetype &lt;v:shapetype></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Arc &lt;v:arc></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Curve &lt;v:curve></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.OleObject &lt;o:OLEObject></description></item>
            <item><description>Drawing &lt;w:drawing></description></item>
            <item><description>Control &lt;w:control></description></item>
            <item><description>ObjectEmbed &lt;w:objectEmbed></description></item>
            <item><description>ObjectLink &lt;w:objectLink></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal">
             <summary>
             <para> dxaOrig.</para>
             <para>Represents the following attribute in the schema: w:dxaOrig </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal">
             <summary>
             <para> dyaOrig.</para>
             <para>Represents the following attribute in the schema: w:dyaOrig </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId">
             <summary>
             <para> anchorId.</para>
             <para>Represents the following attribute in the schema: w14:anchorId </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.#ctor">
            <summary>
            Initializes a new instance of the EmbeddedObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EmbeddedObject class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EmbeddedObject class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EmbeddedObject class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Picture">
             <summary>
             <para>VML Object.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pict.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Vml.Group &lt;v:group></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.ImageFile &lt;v:image></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Line &lt;v:line></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Oval &lt;v:oval></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.PolyLine &lt;v:polyline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Rectangle &lt;v:rect></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.RoundRectangle &lt;v:roundrect></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Shape &lt;v:shape></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Shapetype &lt;v:shapetype></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Arc &lt;v:arc></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Curve &lt;v:curve></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.OleObject &lt;o:OLEObject></description></item>
            <item><description>MovieReference &lt;w:movie></description></item>
            <item><description>Control &lt;w:control></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Picture.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Picture.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Picture.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId">
             <summary>
             <para> anchorId, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w14:anchorId </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Picture.#ctor">
            <summary>
            Initializes a new instance of the Picture class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Picture.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Picture class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Picture.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Picture class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Picture.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Picture class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Picture.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FieldChar">
             <summary>
             <para>Complex Field Character.</para>
             <para> When the object is serialized out as xml, its qualified name is w:fldChar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FieldData &lt;w:fldData></description></item>
            <item><description>FormFieldData &lt;w:ffData></description></item>
            <item><description>NumberingChange &lt;w:numberingChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldChar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldChar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldChar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType">
             <summary>
             <para> Field Character Type.</para>
             <para>Represents the following attribute in the schema: w:fldCharType </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock">
             <summary>
             <para> Field Should Not Be Recalculated.</para>
             <para>Represents the following attribute in the schema: w:fldLock </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty">
             <summary>
             <para> Field Result Invalidated.</para>
             <para>Represents the following attribute in the schema: w:dirty </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldChar.#ctor">
            <summary>
            Initializes a new instance of the FieldChar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldChar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FieldChar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldChar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FieldChar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldChar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FieldChar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData">
            <summary>
            <para> Custom Field Data.</para>
            <para> Represents the following element tag in the schema: w:fldData </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData">
            <summary>
            <para> Form Field Properties.</para>
            <para> Represents the following element tag in the schema: w:ffData </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange">
            <summary>
            <para> Previous Numbering Field Properties.</para>
            <para> Represents the following element tag in the schema: w:numberingChange </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldChar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Ruby">
             <summary>
             <para>Phonetic Guide.</para>
             <para> When the object is serialized out as xml, its qualified name is w:ruby.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RubyProperties &lt;w:rubyPr></description></item>
            <item><description>RubyContent &lt;w:rt></description></item>
            <item><description>RubyBase &lt;w:rubyBase></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Ruby.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Ruby.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Ruby.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Ruby.#ctor">
            <summary>
            Initializes a new instance of the Ruby class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Ruby.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Ruby class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Ruby.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Ruby class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Ruby.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Ruby class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties">
            <summary>
            <para> Phonetic Guide Properties.</para>
            <para> Represents the following element tag in the schema: w:rubyPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent">
            <summary>
            <para> Phonetic Guide Text.</para>
            <para> Represents the following element tag in the schema: w:rt </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase">
            <summary>
            <para> Phonetic Guide Base Text.</para>
            <para> Represents the following element tag in the schema: w:rubyBase </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Ruby.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteReference">
            <summary>
            <para>Footnote Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:footnoteReference.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.#ctor">
            <summary>
            Initializes a new instance of the FootnoteReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteReference">
            <summary>
            <para>Endnote Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:endnoteReference.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.#ctor">
            <summary>
            Initializes a new instance of the EndnoteReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType">
            <summary>
            Defines the FootnoteEndnoteReferenceType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows">
             <summary>
             <para> Suppress Footnote/Endnote Reference Mark.</para>
             <para>Represents the following attribute in the schema: w:customMarkFollows </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id">
             <summary>
             <para> Footnote/Endnote ID Reference.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.#ctor">
            <summary>
            Initializes a new instance of the FootnoteEndnoteReferenceType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Drawing">
             <summary>
             <para>DrawingML Object.</para>
             <para> When the object is serialized out as xml, its qualified name is w:drawing.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor &lt;wp:anchor></description></item>
            <item><description>DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline &lt;wp:inline></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Drawing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Drawing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Drawing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Drawing.#ctor">
            <summary>
            Initializes a new instance of the Drawing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Drawing.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Drawing class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Drawing.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Drawing class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Drawing.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Drawing class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor">
            <summary>
            <para> Drawing Element Anchor.</para>
            <para> Represents the following element tag in the schema: wp:anchor </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline">
            <summary>
            <para> Inline Drawing Object.</para>
            <para> Represents the following element tag in the schema: wp:inline </para>
            </summary>
            <remark>
            xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Drawing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PositionalTab">
            <summary>
            <para>Absolute Position Tab Character.</para>
            <para> When the object is serialized out as xml, its qualified name is w:ptab.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PositionalTab.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PositionalTab.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PositionalTab.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment">
             <summary>
             <para> Positional Tab Stop Alignment.</para>
             <para>Represents the following attribute in the schema: w:alignment </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo">
             <summary>
             <para> Positional Tab Base.</para>
             <para>Represents the following attribute in the schema: w:relativeTo </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader">
             <summary>
             <para> Tab Leader Character.</para>
             <para>Represents the following attribute in the schema: w:leader </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PositionalTab.#ctor">
            <summary>
            Initializes a new instance of the PositionalTab class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PositionalTab.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunStyle">
            <summary>
            <para>Defines the RunStyle Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:rStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunStyle.#ctor">
            <summary>
            Initializes a new instance of the RunStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyle">
            <summary>
            <para>Defines the TableStyle Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyle.#ctor">
            <summary>
            Initializes a new instance of the TableStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel">
            <summary>
            <para>Paragraph Style's Associated Numbering Level.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.#ctor">
            <summary>
            Initializes a new instance of the ParagraphStyleIdInLevel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName">
            <summary>
            <para>Abstract Numbering Definition Name.</para>
            <para> When the object is serialized out as xml, its qualified name is w:name.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.#ctor">
            <summary>
            Initializes a new instance of the AbstractNumDefinitionName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleLink">
            <summary>
            <para>Numbering Style Definition.</para>
            <para> When the object is serialized out as xml, its qualified name is w:styleLink.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleLink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleLink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleLink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleLink.#ctor">
            <summary>
            Initializes a new instance of the StyleLink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleLink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink">
            <summary>
            <para>Numbering Style Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:numStyleLink.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.#ctor">
            <summary>
            Initializes a new instance of the NumberingStyleLink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Aliases">
            <summary>
            <para>Alternate Style Names.</para>
            <para> When the object is serialized out as xml, its qualified name is w:aliases.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Aliases.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Aliases.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Aliases.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Aliases.#ctor">
            <summary>
            Initializes a new instance of the Aliases class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Aliases.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BasedOn">
            <summary>
            <para>Parent Style ID.</para>
            <para> When the object is serialized out as xml, its qualified name is w:basedOn.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BasedOn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BasedOn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BasedOn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BasedOn.#ctor">
            <summary>
            Initializes a new instance of the BasedOn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BasedOn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle">
            <summary>
            <para>Style For Next Paragraph.</para>
            <para> When the object is serialized out as xml, its qualified name is w:next.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.#ctor">
            <summary>
            Initializes a new instance of the NextParagraphStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LinkedStyle">
            <summary>
            <para>Linked Style Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:link.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.#ctor">
            <summary>
            Initializes a new instance of the LinkedStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle">
            <summary>
            <para>Paragraph Style Applied to Automatically Generated Paragraphs.</para>
            <para> When the object is serialized out as xml, its qualified name is w:clickAndTypeStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.#ctor">
            <summary>
            Initializes a new instance of the ClickAndTypeStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle">
            <summary>
            <para>Default Table Style for Newly Inserted Tables.</para>
            <para> When the object is serialized out as xml, its qualified name is w:defaultTableStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultTableStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.String253Type">
            <summary>
            Defines the String253Type class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.String253Type.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.String253Type.#ctor">
            <summary>
            Initializes a new instance of the String253Type class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunFonts">
            <summary>
            <para>Defines the RunFonts Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:rFonts.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunFonts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint">
             <summary>
             <para> Font Content Type.</para>
             <para>Represents the following attribute in the schema: w:hint </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii">
             <summary>
             <para> ASCII Font.</para>
             <para>Represents the following attribute in the schema: w:ascii </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi">
             <summary>
             <para> High ANSI Font.</para>
             <para>Represents the following attribute in the schema: w:hAnsi </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia">
             <summary>
             <para> East Asian Font.</para>
             <para>Represents the following attribute in the schema: w:eastAsia </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript">
             <summary>
             <para> Complex Script Font.</para>
             <para>Represents the following attribute in the schema: w:cs </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme">
             <summary>
             <para> ASCII Theme Font.</para>
             <para>Represents the following attribute in the schema: w:asciiTheme </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme">
             <summary>
             <para> High ANSI Theme Font.</para>
             <para>Represents the following attribute in the schema: w:hAnsiTheme </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme">
             <summary>
             <para> East Asian Theme Font.</para>
             <para>Represents the following attribute in the schema: w:eastAsiaTheme </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme">
             <summary>
             <para> Complex Script Theme Font.</para>
             <para>Represents the following attribute in the schema: w:cstheme </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunFonts.#ctor">
            <summary>
            Initializes a new instance of the RunFonts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunFonts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Color">
            <summary>
            <para>Defines the Color Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:color.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Color.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Color.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Color.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Color.Val">
             <summary>
             <para> Run Content Color.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor">
             <summary>
             <para> Run Content Theme Color.</para>
             <para>Represents the following attribute in the schema: w:themeColor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint">
             <summary>
             <para> Run Content Theme Color Tint.</para>
             <para>Represents the following attribute in the schema: w:themeTint </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade">
             <summary>
             <para> Run Content Theme Color Shade.</para>
             <para>Represents the following attribute in the schema: w:themeShade </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Color.#ctor">
            <summary>
            Initializes a new instance of the Color class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Color.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Spacing">
            <summary>
            <para>Defines the Spacing Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:spacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Spacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Spacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Spacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Spacing.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Spacing.#ctor">
            <summary>
            Initializes a new instance of the Spacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Spacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CharacterScale">
            <summary>
            <para>Defines the CharacterScale Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:w.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CharacterScale.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CharacterScale.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CharacterScale.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val">
             <summary>
             <para> Text Expansion/Compression Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CharacterScale.#ctor">
            <summary>
            Initializes a new instance of the CharacterScale class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Kern">
            <summary>
            <para>Defines the Kern Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:kern.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Kern.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Kern.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Kern.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Kern.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Kern.#ctor">
            <summary>
            Initializes a new instance of the Kern class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Kern.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Position">
            <summary>
            <para>Defines the Position Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:position.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Position.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Position.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Position.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Position.Val">
             <summary>
             <para> Signed Half-Point Measurement.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Position.#ctor">
            <summary>
            Initializes a new instance of the Position class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Position.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontSize">
            <summary>
            <para>Defines the FontSize Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:sz.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontSize.#ctor">
            <summary>
            Initializes a new instance of the FontSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript">
            <summary>
            <para>Defines the FontSizeComplexScript Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:szCs.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.#ctor">
            <summary>
            Initializes a new instance of the FontSizeComplexScript class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FormFieldSize">
            <summary>
            <para>Checkbox Form Field Size.</para>
            <para> When the object is serialized out as xml, its qualified name is w:size.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.#ctor">
            <summary>
            Initializes a new instance of the FormFieldSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize">
            <summary>
            <para>Phonetic Guide Text Font Size.</para>
            <para> When the object is serialized out as xml, its qualified name is w:hps.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.#ctor">
            <summary>
            Initializes a new instance of the PhoneticGuideTextFontSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize">
            <summary>
            <para>Phonetic Guide Base Text Font Size.</para>
            <para> When the object is serialized out as xml, its qualified name is w:hpsBaseText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.#ctor">
            <summary>
            Initializes a new instance of the PhoneticGuideBaseTextSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType">
            <summary>
            Defines the HpsMeasureType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val">
             <summary>
             <para> Half Point Measurement.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.#ctor">
            <summary>
            Initializes a new instance of the HpsMeasureType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Highlight">
            <summary>
            <para>Defines the Highlight Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:highlight.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Highlight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Highlight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Highlight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Highlight.Val">
             <summary>
             <para> Highlighting Color.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Highlight.#ctor">
            <summary>
            Initializes a new instance of the Highlight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Highlight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Underline">
            <summary>
            <para>Defines the Underline Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:u.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Underline.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Underline.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Underline.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Underline.Val">
             <summary>
             <para> Underline Style.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Underline.Color">
             <summary>
             <para> Underline Color.</para>
             <para>Represents the following attribute in the schema: w:color </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor">
             <summary>
             <para> Underline Theme Color.</para>
             <para>Represents the following attribute in the schema: w:themeColor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint">
             <summary>
             <para> Underline Theme Color Tint.</para>
             <para>Represents the following attribute in the schema: w:themeTint </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade">
             <summary>
             <para> Underline Theme Color Shade.</para>
             <para>Represents the following attribute in the schema: w:themeShade </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Underline.#ctor">
            <summary>
            Initializes a new instance of the Underline class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Underline.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextEffect">
            <summary>
            <para>Defines the TextEffect Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:effect.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextEffect.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextEffect.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextEffect.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val">
             <summary>
             <para> Animated Text Effect Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextEffect.#ctor">
            <summary>
            Initializes a new instance of the TextEffect class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextEffect.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Border">
            <summary>
            <para>Defines the Border Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bdr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Border.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Border.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Border.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Border.#ctor">
            <summary>
            Initializes a new instance of the Border class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Border.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopBorder">
            <summary>
            <para>Paragraph Border Above Identical Paragraphs.</para>
            <para> When the object is serialized out as xml, its qualified name is w:top.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopBorder.#ctor">
            <summary>
            Initializes a new instance of the TopBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LeftBorder">
            <summary>
            <para>Left Paragraph Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w:left.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LeftBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LeftBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LeftBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LeftBorder.#ctor">
            <summary>
            Initializes a new instance of the LeftBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LeftBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BottomBorder">
            <summary>
            <para>Paragraph Border Between Identical Paragraphs.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bottom.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BottomBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BottomBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BottomBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BottomBorder.#ctor">
            <summary>
            Initializes a new instance of the BottomBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BottomBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RightBorder">
            <summary>
            <para>Right Paragraph Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w:right.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RightBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RightBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightBorder.#ctor">
            <summary>
            Initializes a new instance of the RightBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BetweenBorder">
            <summary>
            <para>Paragraph Border Between Identical Paragraphs.</para>
            <para> When the object is serialized out as xml, its qualified name is w:between.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.#ctor">
            <summary>
            Initializes a new instance of the BetweenBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BarBorder">
            <summary>
            <para>Paragraph Border Between Facing Pages.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bar.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BarBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BarBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BarBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BarBorder.#ctor">
            <summary>
            Initializes a new instance of the BarBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BarBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StartBorder">
             <summary>
             <para>Defines the StartBorder Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is w:start.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StartBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StartBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartBorder.#ctor">
            <summary>
            Initializes a new instance of the StartBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndBorder">
             <summary>
             <para>Defines the EndBorder Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is w:end.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndBorder.#ctor">
            <summary>
            Initializes a new instance of the EndBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder">
            <summary>
            <para>Table Inside Horizontal Edges Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w:insideH.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.#ctor">
            <summary>
            Initializes a new instance of the InsideHorizontalBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder">
            <summary>
            <para>Table Inside Vertical Edges Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w:insideV.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.#ctor">
            <summary>
            Initializes a new instance of the InsideVerticalBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder">
            <summary>
            <para>Table Cell Top Left to Bottom Right Diagonal Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tl2br.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.#ctor">
            <summary>
            Initializes a new instance of the TopLeftToBottomRightCellBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder">
            <summary>
            <para>Table Cell Top Right to Bottom Left Diagonal Border.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tr2bl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.#ctor">
            <summary>
            Initializes a new instance of the TopRightToBottomLeftCellBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BorderType">
            <summary>
            Defines the BorderType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BorderType.Val">
             <summary>
             <para> Border Style.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BorderType.Color">
             <summary>
             <para> Border Color.</para>
             <para>Represents the following attribute in the schema: w:color </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor">
             <summary>
             <para> Border Theme Color.</para>
             <para>Represents the following attribute in the schema: w:themeColor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint">
             <summary>
             <para> Border Theme Color Tint.</para>
             <para>Represents the following attribute in the schema: w:themeTint </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade">
             <summary>
             <para> Border Theme Color Shade.</para>
             <para>Represents the following attribute in the schema: w:themeShade </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BorderType.Size">
             <summary>
             <para> Border Width.</para>
             <para>Represents the following attribute in the schema: w:sz </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BorderType.Space">
             <summary>
             <para> Border Spacing Measurement.</para>
             <para>Represents the following attribute in the schema: w:space </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow">
             <summary>
             <para> Border Shadow.</para>
             <para>Represents the following attribute in the schema: w:shadow </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame">
             <summary>
             <para> Create Frame Effect.</para>
             <para>Represents the following attribute in the schema: w:frame </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BorderType.#ctor">
            <summary>
            Initializes a new instance of the BorderType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FitText">
            <summary>
            <para>Defines the FitText Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:fitText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FitText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FitText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FitText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FitText.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FitText.Id">
             <summary>
             <para> Fit Text Run ID.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FitText.#ctor">
            <summary>
            Initializes a new instance of the FitText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FitText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment">
            <summary>
            <para>Defines the VerticalTextAlignment Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:vertAlign.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val">
             <summary>
             <para> Subscript/Superscript Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.#ctor">
            <summary>
            Initializes a new instance of the VerticalTextAlignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Emphasis">
            <summary>
            <para>Defines the Emphasis Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:em.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Emphasis.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Emphasis.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Emphasis.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val">
             <summary>
             <para> Emphasis Mark Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Emphasis.#ctor">
            <summary>
            Initializes a new instance of the Emphasis class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Emphasis.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Languages">
            <summary>
            <para>Defines the Languages Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lang.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Languages.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Languages.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Languages.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Languages.#ctor">
            <summary>
            Initializes a new instance of the Languages class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Languages.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages">
            <summary>
            <para>Theme Font Languages.</para>
            <para> When the object is serialized out as xml, its qualified name is w:themeFontLang.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.#ctor">
            <summary>
            Initializes a new instance of the ThemeFontLanguages class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LanguageType">
            <summary>
            Defines the LanguageType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val">
             <summary>
             <para> Latin Language.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia">
             <summary>
             <para> East Asian Language.</para>
             <para>Represents the following attribute in the schema: w:eastAsia </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi">
             <summary>
             <para> Complex Script Language.</para>
             <para>Represents the following attribute in the schema: w:bidi </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LanguageType.#ctor">
            <summary>
            Initializes a new instance of the LanguageType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout">
            <summary>
            <para>Defines the EastAsianLayout Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:eastAsianLayout.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id">
             <summary>
             <para> East Asian Typography Run ID.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine">
             <summary>
             <para> Two Lines in One.</para>
             <para>Represents the following attribute in the schema: w:combine </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets">
             <summary>
             <para> Display Brackets Around Two Lines in One.</para>
             <para>Represents the following attribute in the schema: w:combineBrackets </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical">
             <summary>
             <para> Horizontal in Vertical (Rotate Text).</para>
             <para>Represents the following attribute in the schema: w:vert </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress">
             <summary>
             <para> Compress Rotated Text to Line Height.</para>
             <para>Represents the following attribute in the schema: w:vertCompress </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.#ctor">
            <summary>
            Initializes a new instance of the EastAsianLayout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange">
             <summary>
             <para>Defines the RunPropertiesChange Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rPrChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PreviousRunProperties &lt;w:rPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.#ctor">
            <summary>
            Initializes a new instance of the RunPropertiesChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunPropertiesChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunPropertiesChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunPropertiesChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties">
            <summary>
            <para> Previous Run Properties.</para>
            <para> Represents the following element tag in the schema: w:rPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunProperties">
             <summary>
             <para>Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunStyle &lt;w:rStyle></description></item>
            <item><description>RunFonts &lt;w:rFonts></description></item>
            <item><description>Bold &lt;w:b></description></item>
            <item><description>BoldComplexScript &lt;w:bCs></description></item>
            <item><description>Italic &lt;w:i></description></item>
            <item><description>ItalicComplexScript &lt;w:iCs></description></item>
            <item><description>Caps &lt;w:caps></description></item>
            <item><description>SmallCaps &lt;w:smallCaps></description></item>
            <item><description>Strike &lt;w:strike></description></item>
            <item><description>DoubleStrike &lt;w:dstrike></description></item>
            <item><description>Outline &lt;w:outline></description></item>
            <item><description>Shadow &lt;w:shadow></description></item>
            <item><description>Emboss &lt;w:emboss></description></item>
            <item><description>Imprint &lt;w:imprint></description></item>
            <item><description>NoProof &lt;w:noProof></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>Vanish &lt;w:vanish></description></item>
            <item><description>WebHidden &lt;w:webHidden></description></item>
            <item><description>Color &lt;w:color></description></item>
            <item><description>Spacing &lt;w:spacing></description></item>
            <item><description>CharacterScale &lt;w:w></description></item>
            <item><description>Kern &lt;w:kern></description></item>
            <item><description>Position &lt;w:position></description></item>
            <item><description>FontSize &lt;w:sz></description></item>
            <item><description>FontSizeComplexScript &lt;w:szCs></description></item>
            <item><description>Highlight &lt;w:highlight></description></item>
            <item><description>Underline &lt;w:u></description></item>
            <item><description>TextEffect &lt;w:effect></description></item>
            <item><description>Border &lt;w:bdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>FitText &lt;w:fitText></description></item>
            <item><description>VerticalTextAlignment &lt;w:vertAlign></description></item>
            <item><description>RightToLeftText &lt;w:rtl></description></item>
            <item><description>ComplexScript &lt;w:cs></description></item>
            <item><description>Emphasis &lt;w:em></description></item>
            <item><description>Languages &lt;w:lang></description></item>
            <item><description>EastAsianLayout &lt;w:eastAsianLayout></description></item>
            <item><description>SpecVanish &lt;w:specVanish></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Glow &lt;w14:glow></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Shadow &lt;w14:shadow></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Reflection &lt;w14:reflection></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect &lt;w14:textOutline></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.FillTextEffect &lt;w14:textFill></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Scene3D &lt;w14:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Properties3D &lt;w14:props3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Ligatures &lt;w14:ligatures></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.NumberingFormat &lt;w14:numForm></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.NumberSpacing &lt;w14:numSpacing></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.StylisticSets &lt;w14:stylisticSets></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives &lt;w14:cntxtAlts></description></item>
            <item><description>RunPropertiesChange &lt;w:rPrChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunProperties.#ctor">
            <summary>
            Initializes a new instance of the RunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle">
            <summary>
            <para> RunStyle.</para>
            <para> Represents the following element tag in the schema: w:rStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts">
            <summary>
            <para> RunFonts.</para>
            <para> Represents the following element tag in the schema: w:rFonts </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold">
            <summary>
            <para> Bold.</para>
            <para> Represents the following element tag in the schema: w:b </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript">
            <summary>
            <para> BoldComplexScript.</para>
            <para> Represents the following element tag in the schema: w:bCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic">
            <summary>
            <para> Italic.</para>
            <para> Represents the following element tag in the schema: w:i </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript">
            <summary>
            <para> ItalicComplexScript.</para>
            <para> Represents the following element tag in the schema: w:iCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps">
            <summary>
            <para> Caps.</para>
            <para> Represents the following element tag in the schema: w:caps </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps">
            <summary>
            <para> SmallCaps.</para>
            <para> Represents the following element tag in the schema: w:smallCaps </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike">
            <summary>
            <para> Strike.</para>
            <para> Represents the following element tag in the schema: w:strike </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike">
            <summary>
            <para> DoubleStrike.</para>
            <para> Represents the following element tag in the schema: w:dstrike </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline">
            <summary>
            <para> Outline.</para>
            <para> Represents the following element tag in the schema: w:outline </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow">
            <summary>
            <para> Shadow.</para>
            <para> Represents the following element tag in the schema: w:shadow </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss">
            <summary>
            <para> Emboss.</para>
            <para> Represents the following element tag in the schema: w:emboss </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint">
            <summary>
            <para> Imprint.</para>
            <para> Represents the following element tag in the schema: w:imprint </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof">
            <summary>
            <para> NoProof.</para>
            <para> Represents the following element tag in the schema: w:noProof </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid">
            <summary>
            <para> SnapToGrid.</para>
            <para> Represents the following element tag in the schema: w:snapToGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish">
            <summary>
            <para> Vanish.</para>
            <para> Represents the following element tag in the schema: w:vanish </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden">
            <summary>
            <para> WebHidden.</para>
            <para> Represents the following element tag in the schema: w:webHidden </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color">
            <summary>
            <para> Color.</para>
            <para> Represents the following element tag in the schema: w:color </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing">
            <summary>
            <para> Spacing.</para>
            <para> Represents the following element tag in the schema: w:spacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale">
            <summary>
            <para> CharacterScale.</para>
            <para> Represents the following element tag in the schema: w:w </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern">
            <summary>
            <para> Kern.</para>
            <para> Represents the following element tag in the schema: w:kern </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position">
            <summary>
            <para> Position.</para>
            <para> Represents the following element tag in the schema: w:position </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize">
            <summary>
            <para> FontSize.</para>
            <para> Represents the following element tag in the schema: w:sz </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript">
            <summary>
            <para> FontSizeComplexScript.</para>
            <para> Represents the following element tag in the schema: w:szCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight">
            <summary>
            <para> Highlight.</para>
            <para> Represents the following element tag in the schema: w:highlight </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline">
            <summary>
            <para> Underline.</para>
            <para> Represents the following element tag in the schema: w:u </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect">
            <summary>
            <para> TextEffect.</para>
            <para> Represents the following element tag in the schema: w:effect </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border">
            <summary>
            <para> Border.</para>
            <para> Represents the following element tag in the schema: w:bdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText">
            <summary>
            <para> FitText.</para>
            <para> Represents the following element tag in the schema: w:fitText </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment">
            <summary>
            <para> VerticalTextAlignment.</para>
            <para> Represents the following element tag in the schema: w:vertAlign </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText">
            <summary>
            <para> RightToLeftText.</para>
            <para> Represents the following element tag in the schema: w:rtl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript">
            <summary>
            <para> ComplexScript.</para>
            <para> Represents the following element tag in the schema: w:cs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis">
            <summary>
            <para> Emphasis.</para>
            <para> Represents the following element tag in the schema: w:em </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages">
            <summary>
            <para> Languages.</para>
            <para> Represents the following element tag in the schema: w:lang </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout">
            <summary>
            <para> EastAsianLayout.</para>
            <para> Represents the following element tag in the schema: w:eastAsianLayout </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish">
            <summary>
            <para> SpecVanish.</para>
            <para> Represents the following element tag in the schema: w:specVanish </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow">
            <summary>
            <para> Glow.</para>
            <para> Represents the following element tag in the schema: w14:glow </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14">
            <summary>
            <para> Shadow14.</para>
            <para> Represents the following element tag in the schema: w14:shadow </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection">
            <summary>
            <para> Reflection.</para>
            <para> Represents the following element tag in the schema: w14:reflection </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect">
            <summary>
            <para> TextOutlineEffect.</para>
            <para> Represents the following element tag in the schema: w14:textOutline </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect">
            <summary>
            <para> FillTextEffect.</para>
            <para> Represents the following element tag in the schema: w14:textFill </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D">
            <summary>
            <para> Scene3D.</para>
            <para> Represents the following element tag in the schema: w14:scene3d </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D">
            <summary>
            <para> Properties3D.</para>
            <para> Represents the following element tag in the schema: w14:props3d </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures">
            <summary>
            <para> Ligatures.</para>
            <para> Represents the following element tag in the schema: w14:ligatures </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat">
            <summary>
            <para> NumberingFormat.</para>
            <para> Represents the following element tag in the schema: w14:numForm </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing">
            <summary>
            <para> NumberSpacing.</para>
            <para> Represents the following element tag in the schema: w14:numSpacing </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets">
            <summary>
            <para> StylisticSets.</para>
            <para> Represents the following element tag in the schema: w14:stylisticSets </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives">
            <summary>
            <para> ContextualAlternatives.</para>
            <para> Represents the following element tag in the schema: w14:cntxtAlts </para>
            </summary>
            <remark>
            xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange">
            <summary>
            <para> RunPropertiesChange.</para>
            <para> Represents the following element tag in the schema: w:rPrChange </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl">
             <summary>
             <para>Defines the InsertedMathControl Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:ins.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;w:rPr></description></item>
            <item><description>DeletedMathControl &lt;w:del></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.#ctor">
            <summary>
            Initializes a new instance of the InsertedMathControl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the InsertedMathControl class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the InsertedMathControl class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InsertedMathControl class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl">
             <summary>
             <para>Defines the DeletedMathControl Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:del.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;w:rPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.#ctor">
            <summary>
            Initializes a new instance of the DeletedMathControl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DeletedMathControl class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DeletedMathControl class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DeletedMathControl class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl">
             <summary>
             <para>Defines the MoveFromMathControl Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:moveFrom.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;w:rPr></description></item>
            <item><description>InsertedMathControl &lt;w:ins></description></item>
            <item><description>DeletedMathControl &lt;w:del></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.#ctor">
            <summary>
            Initializes a new instance of the MoveFromMathControl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MoveFromMathControl class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MoveFromMathControl class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MoveFromMathControl class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl">
             <summary>
             <para>Defines the MoveToMathControl Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:moveTo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;w:rPr></description></item>
            <item><description>InsertedMathControl &lt;w:ins></description></item>
            <item><description>DeletedMathControl &lt;w:del></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.#ctor">
            <summary>
            Initializes a new instance of the MoveToMathControl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MoveToMathControl class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MoveToMathControl class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MoveToMathControl class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType">
             <summary>
             Defines the MathControlMoveType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;w:rPr></description></item>
            <item><description>InsertedMathControl &lt;w:ins></description></item>
            <item><description>DeletedMathControl &lt;w:del></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.#ctor">
            <summary>
            Initializes a new instance of the MathControlMoveType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MathControlMoveType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MathControlMoveType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MathControlMoveType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby">
             <summary>
             <para>Defines the CustomXmlRuby Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:customXml.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlProperties &lt;w:customXmlPr></description></item>
            <item><description>CustomXmlRuby &lt;w:customXml></description></item>
            <item><description>SimpleFieldRuby &lt;w:fldSimple></description></item>
            <item><description>HyperlinkRuby &lt;w:hyperlink></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>SdtRunRuby &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlRuby class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomXmlRuby class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomXmlRuby class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomXmlRuby class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby">
             <summary>
             <para>Defines the SimpleFieldRuby Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:fldSimple.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FieldData &lt;w:fldData></description></item>
            <item><description>CustomXmlRuby &lt;w:customXml></description></item>
            <item><description>SimpleFieldRuby &lt;w:fldSimple></description></item>
            <item><description>HyperlinkRuby &lt;w:hyperlink></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>SdtRunRuby &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction">
             <summary>
             <para> instr.</para>
             <para>Represents the following attribute in the schema: w:instr </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock">
             <summary>
             <para> fldLock.</para>
             <para>Represents the following attribute in the schema: w:fldLock </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty">
             <summary>
             <para> dirty.</para>
             <para>Represents the following attribute in the schema: w:dirty </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.#ctor">
            <summary>
            Initializes a new instance of the SimpleFieldRuby class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SimpleFieldRuby class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SimpleFieldRuby class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SimpleFieldRuby class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData">
            <summary>
            <para> FieldData.</para>
            <para> Represents the following element tag in the schema: w:fldData </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby">
             <summary>
             <para>Defines the HyperlinkRuby Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:hyperlink.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlRuby &lt;w:customXml></description></item>
            <item><description>SimpleFieldRuby &lt;w:fldSimple></description></item>
            <item><description>HyperlinkRuby &lt;w:hyperlink></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>SdtRunRuby &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame">
             <summary>
             <para> tgtFrame.</para>
             <para>Represents the following attribute in the schema: w:tgtFrame </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip">
             <summary>
             <para> tooltip.</para>
             <para>Represents the following attribute in the schema: w:tooltip </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation">
             <summary>
             <para> docLocation.</para>
             <para>Represents the following attribute in the schema: w:docLocation </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History">
             <summary>
             <para> history.</para>
             <para>Represents the following attribute in the schema: w:history </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor">
             <summary>
             <para> anchor.</para>
             <para>Represents the following attribute in the schema: w:anchor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkRuby class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HyperlinkRuby class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HyperlinkRuby class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HyperlinkRuby class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Run">
             <summary>
             <para>Phonetic Guide Text Run.</para>
             <para> When the object is serialized out as xml, its qualified name is w:r.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;w:rPr></description></item>
            <item><description>Break &lt;w:br></description></item>
            <item><description>Text &lt;w:t></description></item>
            <item><description>DeletedText &lt;w:delText></description></item>
            <item><description>FieldCode &lt;w:instrText></description></item>
            <item><description>DeletedFieldCode &lt;w:delInstrText></description></item>
            <item><description>NoBreakHyphen &lt;w:noBreakHyphen></description></item>
            <item><description>SoftHyphen &lt;w:softHyphen></description></item>
            <item><description>DayShort &lt;w:dayShort></description></item>
            <item><description>MonthShort &lt;w:monthShort></description></item>
            <item><description>YearShort &lt;w:yearShort></description></item>
            <item><description>DayLong &lt;w:dayLong></description></item>
            <item><description>MonthLong &lt;w:monthLong></description></item>
            <item><description>YearLong &lt;w:yearLong></description></item>
            <item><description>AnnotationReferenceMark &lt;w:annotationRef></description></item>
            <item><description>FootnoteReferenceMark &lt;w:footnoteRef></description></item>
            <item><description>EndnoteReferenceMark &lt;w:endnoteRef></description></item>
            <item><description>SeparatorMark &lt;w:separator></description></item>
            <item><description>ContinuationSeparatorMark &lt;w:continuationSeparator></description></item>
            <item><description>SymbolChar &lt;w:sym></description></item>
            <item><description>PageNumber &lt;w:pgNum></description></item>
            <item><description>CarriageReturn &lt;w:cr></description></item>
            <item><description>TabChar &lt;w:tab></description></item>
            <item><description>EmbeddedObject &lt;w:object></description></item>
            <item><description>Picture &lt;w:pict></description></item>
            <item><description>FieldChar &lt;w:fldChar></description></item>
            <item><description>Ruby &lt;w:ruby></description></item>
            <item><description>FootnoteReference &lt;w:footnoteReference></description></item>
            <item><description>EndnoteReference &lt;w:endnoteReference></description></item>
            <item><description>CommentReference &lt;w:commentReference></description></item>
            <item><description>Drawing &lt;w:drawing></description></item>
            <item><description>PositionalTab &lt;w:ptab></description></item>
            <item><description>LastRenderedPageBreak &lt;w:lastRenderedPageBreak></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Run.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Run.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Run.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties">
             <summary>
             <para> Revision Identifier for Run Properties.</para>
             <para>Represents the following attribute in the schema: w:rsidRPr </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion">
             <summary>
             <para> Revision Identifier for Run Deletion.</para>
             <para>Represents the following attribute in the schema: w:rsidDel </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition">
             <summary>
             <para> Revision Identifier for Run.</para>
             <para>Represents the following attribute in the schema: w:rsidR </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Run.#ctor">
            <summary>
            Initializes a new instance of the Run class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Run.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Run class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Run.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Run class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Run.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Run class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties">
            <summary>
            <para> Run Properties.</para>
            <para> Represents the following element tag in the schema: w:rPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Run.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby">
             <summary>
             <para>Defines the SdtRunRuby Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SdtProperties &lt;w:sdtPr></description></item>
            <item><description>SdtEndCharProperties &lt;w:sdtEndPr></description></item>
            <item><description>SdtContentRunRuby &lt;w:sdtContent></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.#ctor">
            <summary>
            Initializes a new instance of the SdtRunRuby class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtRunRuby class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtRunRuby class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtRunRuby class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby">
            <summary>
            <para> SdtContentRunRuby.</para>
            <para> Represents the following element tag in the schema: w:sdtContent </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ProofError">
            <summary>
            <para>Defines the ProofError Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:proofErr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ProofError.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ProofError.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ProofError.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ProofError.Type">
             <summary>
             <para> Proofing Error Anchor Type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ProofError.#ctor">
            <summary>
            Initializes a new instance of the ProofError class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ProofError.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PermStart">
            <summary>
            <para>Defines the PermStart Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:permStart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PermStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup">
             <summary>
             <para> edGrp.</para>
             <para>Represents the following attribute in the schema: w:edGrp </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed">
             <summary>
             <para> ed.</para>
             <para>Represents the following attribute in the schema: w:ed </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst">
             <summary>
             <para> colFirst.</para>
             <para>Represents the following attribute in the schema: w:colFirst </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast">
             <summary>
             <para> colLast.</para>
             <para>Represents the following attribute in the schema: w:colLast </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermStart.Id">
             <summary>
             <para> Annotation ID.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml">
             <summary>
             <para> Annotation Displaced By Custom XML Markup.</para>
             <para>Represents the following attribute in the schema: w:displacedByCustomXml </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PermStart.#ctor">
            <summary>
            Initializes a new instance of the PermStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PermStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PermEnd">
            <summary>
            <para>Defines the PermEnd Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:permEnd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermEnd.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermEnd.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PermEnd.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id">
             <summary>
             <para> Annotation ID.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml">
             <summary>
             <para> Annotation Displaced By Custom XML Markup.</para>
             <para>Represents the following attribute in the schema: w:displacedByCustomXml </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PermEnd.#ctor">
            <summary>
            Initializes a new instance of the PermEnd class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PermEnd.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.InsertedRun">
             <summary>
             <para>Inserted Run Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:ins.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsertedRun.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.InsertedRun.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedRun.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedRun.#ctor">
            <summary>
            Initializes a new instance of the InsertedRun class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedRun.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the InsertedRun class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedRun.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the InsertedRun class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedRun.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InsertedRun class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.InsertedRun.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DeletedRun">
             <summary>
             <para>Deleted Run Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:del.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedRun.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DeletedRun.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedRun.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedRun.#ctor">
            <summary>
            Initializes a new instance of the DeletedRun class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedRun.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DeletedRun class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedRun.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DeletedRun class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedRun.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DeletedRun class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DeletedRun.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun">
             <summary>
             <para>Move Source Run Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:moveFrom.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.#ctor">
            <summary>
            Initializes a new instance of the MoveFromRun class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MoveFromRun class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MoveFromRun class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MoveFromRun class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MoveToRun">
             <summary>
             <para>Move Destination Run Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:moveTo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveToRun.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MoveToRun.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRun.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRun.#ctor">
            <summary>
            Initializes a new instance of the MoveToRun class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRun.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MoveToRun class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRun.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MoveToRun class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRun.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MoveToRun class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MoveToRun.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType">
             <summary>
             Defines the RunTrackChangeType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.#ctor">
            <summary>
            Initializes a new instance of the RunTrackChangeType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunTrackChangeType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunTrackChangeType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunTrackChangeType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ContentPart">
             <summary>
             <para>Defines the ContentPart Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is w:contentPart.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ContentPart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ContentPart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ContentPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ContentPart.#ctor">
            <summary>
            Initializes a new instance of the ContentPart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ContentPart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtRun">
             <summary>
             <para>Defines the SdtRun Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SdtProperties &lt;w:sdtPr></description></item>
            <item><description>SdtEndCharProperties &lt;w:sdtEndPr></description></item>
            <item><description>SdtContentRun &lt;w:sdtContent></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtRun.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtRun.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRun.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRun.#ctor">
            <summary>
            Initializes a new instance of the SdtRun class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRun.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtRun class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRun.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtRun class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRun.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtRun class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun">
            <summary>
            <para> Inline-Level Structured Document Tag Content.</para>
            <para> Represents the following element tag in the schema: w:sdtContent </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRun.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock">
             <summary>
             <para>Defines the CustomXmlBlock Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:customXml.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlProperties &lt;w:customXmlPr></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlBlock class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomXmlBlock class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomXmlBlock class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomXmlBlock class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtBlock">
             <summary>
             <para>Defines the SdtBlock Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SdtProperties &lt;w:sdtPr></description></item>
            <item><description>SdtEndCharProperties &lt;w:sdtEndPr></description></item>
            <item><description>SdtContentBlock &lt;w:sdtContent></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtBlock.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtBlock.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtBlock.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtBlock.#ctor">
            <summary>
            Initializes a new instance of the SdtBlock class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtBlock.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtBlock class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtBlock.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtBlock class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtBlock.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtBlock class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock">
            <summary>
            <para> Block-Level Structured Document Tag Content.</para>
            <para> Represents the following element tag in the schema: w:sdtContent </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtBlock.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Paragraph">
             <summary>
             <para>Defines the Paragraph Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:p.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParagraphProperties &lt;w:pPr></description></item>
            <item><description>CustomXmlRun &lt;w:customXml></description></item>
            <item><description>SimpleField &lt;w:fldSimple></description></item>
            <item><description>Hyperlink &lt;w:hyperlink></description></item>
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
            <item><description>SubDocumentReference &lt;w:subDoc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Paragraph.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision">
             <summary>
             <para> Revision Identifier for Paragraph Glyph Formatting.</para>
             <para>Represents the following attribute in the schema: w:rsidRPr </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition">
             <summary>
             <para> Revision Identifier for Paragraph.</para>
             <para>Represents the following attribute in the schema: w:rsidR </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion">
             <summary>
             <para> Revision Identifier for Paragraph Deletion.</para>
             <para>Represents the following attribute in the schema: w:rsidDel </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties">
             <summary>
             <para> Revision Identifier for Paragraph Properties.</para>
             <para>Represents the following attribute in the schema: w:rsidP </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault">
             <summary>
             <para> Default Revision Identifier for Runs.</para>
             <para>Represents the following attribute in the schema: w:rsidRDefault </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId">
             <summary>
             <para> paraId.</para>
             <para>Represents the following attribute in the schema: w14:paraId </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId">
             <summary>
             <para> textId.</para>
             <para>Represents the following attribute in the schema: w14:textId </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError">
             <summary>
             <para> noSpellErr.</para>
             <para>Represents the following attribute in the schema: w14:noSpellErr </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Paragraph.#ctor">
            <summary>
            Initializes a new instance of the Paragraph class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Paragraph.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Paragraph class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Paragraph.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Paragraph class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Paragraph.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Paragraph class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties">
            <summary>
            <para> Paragraph Properties.</para>
            <para> Represents the following element tag in the schema: w:pPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Paragraph.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Table">
             <summary>
             <para>Defines the Table Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tbl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>TableProperties &lt;w:tblPr></description></item>
            <item><description>TableGrid &lt;w:tblGrid></description></item>
            <item><description>TableRow &lt;w:tr></description></item>
            <item><description>CustomXmlRow &lt;w:customXml></description></item>
            <item><description>SdtRow &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Table.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Table.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Table.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Table.#ctor">
            <summary>
            Initializes a new instance of the Table class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Table.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Table class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Table.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Table class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Table.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Table class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Table.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableRow">
             <summary>
             <para>Table Row.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TablePropertyExceptions &lt;w:tblPrEx></description></item>
            <item><description>TableRowProperties &lt;w:trPr></description></item>
            <item><description>TableCell &lt;w:tc></description></item>
            <item><description>CustomXmlCell &lt;w:customXml></description></item>
            <item><description>SdtCell &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision">
             <summary>
             <para> Revision Identifier for Table Row Glyph Formatting.</para>
             <para>Represents the following attribute in the schema: w:rsidRPr </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition">
             <summary>
             <para> Revision Identifier for Table Row.</para>
             <para>Represents the following attribute in the schema: w:rsidR </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion">
             <summary>
             <para> Revision Identifier for Table Row Deletion.</para>
             <para>Represents the following attribute in the schema: w:rsidDel </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties">
             <summary>
             <para> Revision Identifier for Table Row Properties.</para>
             <para>Represents the following attribute in the schema: w:rsidTr </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId">
             <summary>
             <para> paraId.</para>
             <para>Represents the following attribute in the schema: w14:paraId </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId">
             <summary>
             <para> textId.</para>
             <para>Represents the following attribute in the schema: w14:textId </para>
             </summary>
            <remark> xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRow.#ctor">
            <summary>
            Initializes a new instance of the TableRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions">
            <summary>
            <para> Table-Level Property Exceptions.</para>
            <para> Represents the following element tag in the schema: w:tblPrEx </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties">
            <summary>
            <para> Table Row Properties.</para>
            <para> Represents the following element tag in the schema: w:trPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow">
             <summary>
             <para>Row-Level Custom XML Element.</para>
             <para> When the object is serialized out as xml, its qualified name is w:customXml.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlProperties &lt;w:customXmlPr></description></item>
            <item><description>TableRow &lt;w:tr></description></item>
            <item><description>CustomXmlRow &lt;w:customXml></description></item>
            <item><description>SdtRow &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomXmlRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomXmlRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomXmlRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtRow">
             <summary>
             <para>Row-Level Structured Document Tag.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SdtProperties &lt;w:sdtPr></description></item>
            <item><description>SdtEndCharProperties &lt;w:sdtEndPr></description></item>
            <item><description>SdtContentRow &lt;w:sdtContent></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRow.#ctor">
            <summary>
            Initializes a new instance of the SdtRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow">
            <summary>
            <para> Row-Level Structured Document Tag Content.</para>
            <para> Represents the following element tag in the schema: w:sdtContent </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCell">
             <summary>
             <para>Table Cell.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellProperties &lt;w:tcPr></description></item>
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCell.#ctor">
            <summary>
            Initializes a new instance of the TableCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties">
            <summary>
            <para> Table Cell Properties.</para>
            <para> Represents the following element tag in the schema: w:tcPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell">
             <summary>
             <para>Cell-Level Custom XML Element.</para>
             <para> When the object is serialized out as xml, its qualified name is w:customXml.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlProperties &lt;w:customXmlPr></description></item>
            <item><description>TableCell &lt;w:tc></description></item>
            <item><description>CustomXmlCell &lt;w:customXml></description></item>
            <item><description>SdtCell &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomXmlCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomXmlCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomXmlCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtCell">
             <summary>
             <para>Cell-Level Structured Document Tag.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>SdtProperties &lt;w:sdtPr></description></item>
            <item><description>SdtEndCharProperties &lt;w:sdtEndPr></description></item>
            <item><description>SdtContentCell &lt;w:sdtContent></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtCell.#ctor">
            <summary>
            Initializes a new instance of the SdtCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell">
            <summary>
            <para> Cell-Level Structured Document Tag Content.</para>
            <para> Represents the following element tag in the schema: w:sdtContent </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun">
             <summary>
             <para>Defines the CustomXmlRun Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:customXml.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlProperties &lt;w:customXmlPr></description></item>
            <item><description>CustomXmlRun &lt;w:customXml></description></item>
            <item><description>SimpleField &lt;w:fldSimple></description></item>
            <item><description>Hyperlink &lt;w:hyperlink></description></item>
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
            <item><description>SubDocumentReference &lt;w:subDoc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlRun class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomXmlRun class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomXmlRun class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomXmlRun class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SimpleField">
             <summary>
             <para>Defines the SimpleField Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:fldSimple.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FieldData &lt;w:fldData></description></item>
            <item><description>CustomXmlRun &lt;w:customXml></description></item>
            <item><description>SimpleField &lt;w:fldSimple></description></item>
            <item><description>Hyperlink &lt;w:hyperlink></description></item>
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
            <item><description>SubDocumentReference &lt;w:subDoc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction">
             <summary>
             <para> Field Codes.</para>
             <para>Represents the following attribute in the schema: w:instr </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock">
             <summary>
             <para> Field Should Not Be Recalculated.</para>
             <para>Represents the following attribute in the schema: w:fldLock </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty">
             <summary>
             <para> Field Result Invalidated.</para>
             <para>Represents the following attribute in the schema: w:dirty </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleField.#ctor">
            <summary>
            Initializes a new instance of the SimpleField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleField.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SimpleField class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleField.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SimpleField class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleField.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SimpleField class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData">
            <summary>
            <para> Custom Field Data.</para>
            <para> Represents the following element tag in the schema: w:fldData </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SimpleField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Hyperlink">
             <summary>
             <para>Defines the Hyperlink Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:hyperlink.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlRun &lt;w:customXml></description></item>
            <item><description>SimpleField &lt;w:fldSimple></description></item>
            <item><description>Hyperlink &lt;w:hyperlink></description></item>
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
            <item><description>SubDocumentReference &lt;w:subDoc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame">
             <summary>
             <para> Hyperlink Target Frame.</para>
             <para>Represents the following attribute in the schema: w:tgtFrame </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip">
             <summary>
             <para> Associated String.</para>
             <para>Represents the following attribute in the schema: w:tooltip </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation">
             <summary>
             <para> Location in Target Document.</para>
             <para>Represents the following attribute in the schema: w:docLocation </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History">
             <summary>
             <para> Add To Viewed Hyperlinks.</para>
             <para>Represents the following attribute in the schema: w:history </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor">
             <summary>
             <para> Hyperlink Anchor.</para>
             <para>Represents the following attribute in the schema: w:anchor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id">
             <summary>
             <para> Hyperlink Target.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.#ctor">
            <summary>
            Initializes a new instance of the Hyperlink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Hyperlink class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Hyperlink class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Hyperlink class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Hyperlink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride">
             <summary>
             <para>Defines the BidirectionalOverride Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is w:bdo.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlRun &lt;w:customXml></description></item>
            <item><description>SimpleField &lt;w:fldSimple></description></item>
            <item><description>Hyperlink &lt;w:hyperlink></description></item>
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
            <item><description>SubDocumentReference &lt;w:subDoc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.#ctor">
            <summary>
            Initializes a new instance of the BidirectionalOverride class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BidirectionalOverride class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BidirectionalOverride class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BidirectionalOverride class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding">
             <summary>
             <para>Defines the BidirectionalEmbedding Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is w:dir.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlRun &lt;w:customXml></description></item>
            <item><description>SimpleField &lt;w:fldSimple></description></item>
            <item><description>Hyperlink &lt;w:hyperlink></description></item>
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
            <item><description>SubDocumentReference &lt;w:subDoc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.#ctor">
            <summary>
            Initializes a new instance of the BidirectionalEmbedding class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BidirectionalEmbedding class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BidirectionalEmbedding class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BidirectionalEmbedding class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference">
            <summary>
            <para>Anchor for Subdocument Location.</para>
            <para> When the object is serialized out as xml, its qualified name is w:subDoc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.#ctor">
            <summary>
            Initializes a new instance of the SubDocumentReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference">
            <summary>
            <para>Defines the PrinterSettingsReference Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:printerSettings.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.#ctor">
            <summary>
            Initializes a new instance of the PrinterSettingsReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SourceReference">
            <summary>
            <para>ODSO Data Source File Path.</para>
            <para> When the object is serialized out as xml, its qualified name is w:src.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SourceReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SourceReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SourceReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SourceReference.#ctor">
            <summary>
            Initializes a new instance of the SourceReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SourceReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference">
            <summary>
            <para>Reference to Inclusion/Exclusion Data for Data Source.</para>
            <para> When the object is serialized out as xml, its qualified name is w:recipientData.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.#ctor">
            <summary>
            Initializes a new instance of the RecipientDataReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DataSourceReference">
            <summary>
            <para>Data Source File Path.</para>
            <para> When the object is serialized out as xml, its qualified name is w:dataSource.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.#ctor">
            <summary>
            Initializes a new instance of the DataSourceReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderSource">
            <summary>
            <para>Header Definition File Path.</para>
            <para> When the object is serialized out as xml, its qualified name is w:headerSource.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HeaderSource.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HeaderSource.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderSource.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderSource.#ctor">
            <summary>
            Initializes a new instance of the HeaderSource class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderSource.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SourceFileReference">
            <summary>
            <para>Source File for Frame.</para>
            <para> When the object is serialized out as xml, its qualified name is w:sourceFileName.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.#ctor">
            <summary>
            Initializes a new instance of the SourceFileReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MovieReference">
            <summary>
            <para>Defines the MovieReference Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:movie.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MovieReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MovieReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MovieReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MovieReference.#ctor">
            <summary>
            Initializes a new instance of the MovieReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MovieReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate">
            <summary>
            <para>Attached Document Template.</para>
            <para> When the object is serialized out as xml, its qualified name is w:attachedTemplate.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.#ctor">
            <summary>
            Initializes a new instance of the AttachedTemplate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RelationshipType">
            <summary>
            Defines the RelationshipType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id">
             <summary>
             <para> Relationship to Part.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RelationshipType.#ctor">
            <summary>
            Initializes a new instance of the RelationshipType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle">
            <summary>
            <para>Defines the ConditionalFormatStyle Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:cnfStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val">
             <summary>
             <para> Conditional Formatting Bit Mask.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow">
             <summary>
             <para> firstRow, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:firstRow </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow">
             <summary>
             <para> lastRow, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:lastRow </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn">
             <summary>
             <para> firstColumn, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:firstColumn </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn">
             <summary>
             <para> lastColumn, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:lastColumn </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand">
             <summary>
             <para> oddVBand, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:oddVBand </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand">
             <summary>
             <para> evenVBand, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:evenVBand </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand">
             <summary>
             <para> oddHBand, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:oddHBand </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand">
             <summary>
             <para> evenHBand, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:evenHBand </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn">
             <summary>
             <para> firstRowFirstColumn, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:firstRowFirstColumn </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn">
             <summary>
             <para> firstRowLastColumn, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:firstRowLastColumn </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn">
             <summary>
             <para> lastRowFirstColumn, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:lastRowFirstColumn </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn">
             <summary>
             <para> lastRowLastColumn, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:lastRowLastColumn </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.#ctor">
            <summary>
            Initializes a new instance of the ConditionalFormatStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellWidth">
            <summary>
            <para>Defines the TableCellWidth Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tcW.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.#ctor">
            <summary>
            Initializes a new instance of the TableCellWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow">
            <summary>
            <para>Defines the WidthBeforeTableRow Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:wBefore.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.#ctor">
            <summary>
            Initializes a new instance of the WidthBeforeTableRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow">
            <summary>
            <para>Defines the WidthAfterTableRow Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:wAfter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.#ctor">
            <summary>
            Initializes a new instance of the WidthAfterTableRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing">
            <summary>
            <para>Defines the TableCellSpacing Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblCellSpacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.#ctor">
            <summary>
            Initializes a new instance of the TableCellSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableWidth">
            <summary>
            <para>Defines the TableWidth Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblW.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableWidth.#ctor">
            <summary>
            Initializes a new instance of the TableWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopMargin">
            <summary>
            <para>Table Cell Top Margin Default.</para>
            <para> When the object is serialized out as xml, its qualified name is w:top.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopMargin.#ctor">
            <summary>
            Initializes a new instance of the TopMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StartMargin">
             <summary>
             <para>Defines the StartMargin Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is w:start.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StartMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StartMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartMargin.#ctor">
            <summary>
            Initializes a new instance of the StartMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BottomMargin">
            <summary>
            <para>Table Cell Bottom Margin Default.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bottom.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BottomMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BottomMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BottomMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BottomMargin.#ctor">
            <summary>
            Initializes a new instance of the BottomMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BottomMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndMargin">
             <summary>
             <para>Defines the EndMargin Class.</para>
            <para>This class is only available in Office2010.</para>
             <para> When the object is serialized out as xml, its qualified name is w:end.</para>
             </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndMargin.#ctor">
            <summary>
            Initializes a new instance of the EndMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LeftMargin">
            <summary>
            <para>Table Cell Left Margin Exception.</para>
            <para> When the object is serialized out as xml, its qualified name is w:left.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LeftMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LeftMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LeftMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LeftMargin.#ctor">
            <summary>
            Initializes a new instance of the LeftMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LeftMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RightMargin">
            <summary>
            <para>Table Cell Right Margin Exception.</para>
            <para> When the object is serialized out as xml, its qualified name is w:right.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RightMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RightMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightMargin.#ctor">
            <summary>
            Initializes a new instance of the RightMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableWidthType">
            <summary>
            Defines the TableWidthType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width">
             <summary>
             <para> Table Width Value.</para>
             <para>Represents the following attribute in the schema: w:w </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type">
             <summary>
             <para> Table Width Type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableWidthType.#ctor">
            <summary>
            Initializes a new instance of the TableWidthType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge">
            <summary>
            <para>Defines the HorizontalMerge Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:hMerge.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val">
             <summary>
             <para> Horizontal Merge Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.#ctor">
            <summary>
            Initializes a new instance of the HorizontalMerge class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge">
            <summary>
            <para>Defines the VerticalMerge Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:vMerge.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val">
             <summary>
             <para> Vertical Merge Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.#ctor">
            <summary>
            Initializes a new instance of the VerticalMerge class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders">
             <summary>
             <para>Defines the TableCellBorders Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tcBorders.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TopBorder &lt;w:top></description></item>
            <item><description>LeftBorder &lt;w:left></description></item>
            <item><description>StartBorder &lt;w:start></description></item>
            <item><description>BottomBorder &lt;w:bottom></description></item>
            <item><description>RightBorder &lt;w:right></description></item>
            <item><description>EndBorder &lt;w:end></description></item>
            <item><description>InsideHorizontalBorder &lt;w:insideH></description></item>
            <item><description>InsideVerticalBorder &lt;w:insideV></description></item>
            <item><description>TopLeftToBottomRightCellBorder &lt;w:tl2br></description></item>
            <item><description>TopRightToBottomLeftCellBorder &lt;w:tr2bl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.#ctor">
            <summary>
            Initializes a new instance of the TableCellBorders class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCellBorders class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCellBorders class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCellBorders class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder">
            <summary>
            <para> Table Cell Top Border.</para>
            <para> Represents the following element tag in the schema: w:top </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder">
            <summary>
            <para> Table Cell Left Border.</para>
            <para> Represents the following element tag in the schema: w:left </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder">
            <summary>
            <para> StartBorder, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:start </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder">
            <summary>
            <para> Table Cell Bottom Border.</para>
            <para> Represents the following element tag in the schema: w:bottom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder">
            <summary>
            <para> Table Cell Right Border.</para>
            <para> Represents the following element tag in the schema: w:right </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder">
            <summary>
            <para> EndBorder, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:end </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder">
            <summary>
            <para> Table Cell Inside Horizontal Edges Border.</para>
            <para> Represents the following element tag in the schema: w:insideH </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder">
            <summary>
            <para> Table Cell Inside Vertical Edges Border.</para>
            <para> Represents the following element tag in the schema: w:insideV </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder">
            <summary>
            <para> Table Cell Top Left to Bottom Right Diagonal Border.</para>
            <para> Represents the following element tag in the schema: w:tl2br </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder">
            <summary>
            <para> Table Cell Top Right to Bottom Left Diagonal Border.</para>
            <para> Represents the following element tag in the schema: w:tr2bl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoWrap">
            <summary>
            <para>Defines the NoWrap Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noWrap.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoWrap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoWrap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoWrap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoWrap.#ctor">
            <summary>
            Initializes a new instance of the NoWrap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoWrap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellFitText">
            <summary>
            <para>Defines the TableCellFitText Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tcFitText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.#ctor">
            <summary>
            Initializes a new instance of the TableCellFitText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HideMark">
            <summary>
            <para>Defines the HideMark Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:hideMark.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HideMark.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HideMark.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HideMark.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HideMark.#ctor">
            <summary>
            Initializes a new instance of the HideMark class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HideMark.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CantSplit">
            <summary>
            <para>Defines the CantSplit Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:cantSplit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CantSplit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CantSplit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CantSplit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CantSplit.#ctor">
            <summary>
            Initializes a new instance of the CantSplit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CantSplit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableHeader">
            <summary>
            <para>Defines the TableHeader Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblHeader.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableHeader.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableHeader.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableHeader.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableHeader.#ctor">
            <summary>
            Initializes a new instance of the TableHeader class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableHeader.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BiDiVisual">
            <summary>
            <para>Defines the BiDiVisual Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bidiVisual.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.#ctor">
            <summary>
            Initializes a new instance of the BiDiVisual class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed">
            <summary>
            <para>Frame Cannot Be Resized.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noResizeAllowed.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.#ctor">
            <summary>
            Initializes a new instance of the NoResizeAllowed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LinkedToFile">
            <summary>
            <para>Maintain Link to Existing File.</para>
            <para> When the object is serialized out as xml, its qualified name is w:linkedToFile.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.#ctor">
            <summary>
            Initializes a new instance of the LinkedToFile class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoBorder">
            <summary>
            <para>Do Not Display Frameset Splitters.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noBorder.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoBorder.#ctor">
            <summary>
            Initializes a new instance of the NoBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FlatBorders">
            <summary>
            <para>Frameset Splitter Border Style.</para>
            <para> When the object is serialized out as xml, its qualified name is w:flatBorders.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FlatBorders.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FlatBorders.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FlatBorders.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FlatBorders.#ctor">
            <summary>
            Initializes a new instance of the FlatBorders class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FlatBorders.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoRedefine">
            <summary>
            <para>Automatically Merge User Formatting Into Style Definition.</para>
            <para> When the object is serialized out as xml, its qualified name is w:autoRedefine.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.#ctor">
            <summary>
            Initializes a new instance of the AutoRedefine class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleHidden">
            <summary>
            <para>Hide Style From User Interface.</para>
            <para> When the object is serialized out as xml, its qualified name is w:hidden.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleHidden.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleHidden.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleHidden.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleHidden.#ctor">
            <summary>
            Initializes a new instance of the StyleHidden class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleHidden.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SemiHidden">
            <summary>
            <para>Hide Style From Main User Interface.</para>
            <para> When the object is serialized out as xml, its qualified name is w:semiHidden.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SemiHidden.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SemiHidden.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SemiHidden.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SemiHidden.#ctor">
            <summary>
            Initializes a new instance of the SemiHidden class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SemiHidden.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed">
            <summary>
            <para>Remove Semi-Hidden Property When Style Is Used.</para>
            <para> When the object is serialized out as xml, its qualified name is w:unhideWhenUsed.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.#ctor">
            <summary>
            Initializes a new instance of the UnhideWhenUsed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle">
            <summary>
            <para>Primary Style.</para>
            <para> When the object is serialized out as xml, its qualified name is w:qFormat.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.#ctor">
            <summary>
            Initializes a new instance of the PrimaryStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Locked">
            <summary>
            <para>Style Cannot Be Applied.</para>
            <para> When the object is serialized out as xml, its qualified name is w:locked.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Locked.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Locked.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Locked.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Locked.#ctor">
            <summary>
            Initializes a new instance of the Locked class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Locked.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Personal">
            <summary>
            <para>E-Mail Message Text Style.</para>
            <para> When the object is serialized out as xml, its qualified name is w:personal.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Personal.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Personal.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Personal.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Personal.#ctor">
            <summary>
            Initializes a new instance of the Personal class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Personal.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PersonalCompose">
            <summary>
            <para>E-Mail Message Composition Style.</para>
            <para> When the object is serialized out as xml, its qualified name is w:personalCompose.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.#ctor">
            <summary>
            Initializes a new instance of the PersonalCompose class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PersonalReply">
            <summary>
            <para>E-Mail Message Reply Style.</para>
            <para> When the object is serialized out as xml, its qualified name is w:personalReply.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PersonalReply.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PersonalReply.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PersonalReply.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PersonalReply.#ctor">
            <summary>
            Initializes a new instance of the PersonalReply class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PersonalReply.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType">
            <summary>
            Defines the OnOffOnlyType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.#ctor">
            <summary>
            Initializes a new instance of the OnOffOnlyType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin">
             <summary>
             <para>Defines the TableCellMargin Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tcMar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TopMargin &lt;w:top></description></item>
            <item><description>LeftMargin &lt;w:left></description></item>
            <item><description>StartMargin &lt;w:start></description></item>
            <item><description>BottomMargin &lt;w:bottom></description></item>
            <item><description>RightMargin &lt;w:right></description></item>
            <item><description>EndMargin &lt;w:end></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.#ctor">
            <summary>
            Initializes a new instance of the TableCellMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCellMargin class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCellMargin class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCellMargin class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin">
            <summary>
            <para> Table Cell Top Margin Exception.</para>
            <para> Represents the following element tag in the schema: w:top </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin">
            <summary>
            <para> Table Cell Left Margin Exception.</para>
            <para> Represents the following element tag in the schema: w:left </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin">
            <summary>
            <para> StartMargin, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:start </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin">
            <summary>
            <para> Table Cell Bottom Margin Exception.</para>
            <para> Represents the following element tag in the schema: w:bottom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin">
            <summary>
            <para> Table Cell Right Margin Exception.</para>
            <para> Represents the following element tag in the schema: w:right </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin">
            <summary>
            <para> EndMargin, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:end </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment">
            <summary>
            <para>Defines the TableCellVerticalAlignment Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:vAlign.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.#ctor">
            <summary>
            Initializes a new instance of the TableCellVerticalAlignment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DivId">
            <summary>
            <para>Defines the DivId Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:divId.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivId.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivId.#ctor">
            <summary>
            Initializes a new instance of the DivId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight">
            <summary>
            <para>Defines the TableRowHeight Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:trHeight.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val">
             <summary>
             <para> Table Row Height.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType">
             <summary>
             <para> Table Row Height Type.</para>
             <para>Represents the following attribute in the schema: w:hRule </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.#ctor">
            <summary>
            Initializes a new instance of the TableRowHeight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableJustification">
            <summary>
            <para>Defines the TableJustification Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:jc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableJustification.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableJustification.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableJustification.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableJustification.#ctor">
            <summary>
            Initializes a new instance of the TableJustification class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableJustification.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties">
            <summary>
            <para>Defines the TablePositionProperties Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblpPr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText">
             <summary>
             <para> Distance From Left of Table to Text.</para>
             <para>Represents the following attribute in the schema: w:leftFromText </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText">
             <summary>
             <para> (Distance From Right of Table to Text.</para>
             <para>Represents the following attribute in the schema: w:rightFromText </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText">
             <summary>
             <para> Distance From Top of Table to Text.</para>
             <para>Represents the following attribute in the schema: w:topFromText </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText">
             <summary>
             <para> Distance From Bottom of Table to Text.</para>
             <para>Represents the following attribute in the schema: w:bottomFromText </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor">
             <summary>
             <para> Table Vertical Anchor.</para>
             <para>Represents the following attribute in the schema: w:vertAnchor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor">
             <summary>
             <para> Table Horizontal Anchor.</para>
             <para>Represents the following attribute in the schema: w:horzAnchor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment">
             <summary>
             <para> Relative Horizontal Alignment From Anchor.</para>
             <para>Represents the following attribute in the schema: w:tblpXSpec </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX">
             <summary>
             <para> Absolute Horizontal Distance From Anchor.</para>
             <para>Represents the following attribute in the schema: w:tblpX </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment">
             <summary>
             <para> Relative Vertical Alignment from Anchor.</para>
             <para>Represents the following attribute in the schema: w:tblpYSpec </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY">
             <summary>
             <para> Absolute Vertical Distance From Anchor.</para>
             <para>Represents the following attribute in the schema: w:tblpY </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.#ctor">
            <summary>
            Initializes a new instance of the TablePositionProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableOverlap">
            <summary>
            <para>Defines the TableOverlap Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblOverlap.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableOverlap.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableOverlap.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableOverlap.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val">
             <summary>
             <para> Floating Table Overlap Setting.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableOverlap.#ctor">
            <summary>
            Initializes a new instance of the TableOverlap class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableOverlap.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize">
            <summary>
            <para>Defines the TableStyleRowBandSize Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblStyleRowBandSize.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.#ctor">
            <summary>
            Initializes a new instance of the TableStyleRowBandSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize">
            <summary>
            <para>Defines the TableStyleColumnBandSize Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblStyleColBandSize.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.#ctor">
            <summary>
            Initializes a new instance of the TableStyleColumnBandSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type">
            <summary>
            Defines the UnsignedDecimalNumberMax3Type class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.#ctor">
            <summary>
            Initializes a new instance of the UnsignedDecimalNumberMax3Type class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableIndentation">
            <summary>
            <para>Defines the TableIndentation Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblInd.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableIndentation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableIndentation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableIndentation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width">
             <summary>
             <para> w.</para>
             <para>Represents the following attribute in the schema: w:w </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type">
             <summary>
             <para> type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableIndentation.#ctor">
            <summary>
            Initializes a new instance of the TableIndentation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableIndentation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableBorders">
             <summary>
             <para>Defines the TableBorders Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblBorders.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TopBorder &lt;w:top></description></item>
            <item><description>LeftBorder &lt;w:left></description></item>
            <item><description>StartBorder &lt;w:start></description></item>
            <item><description>BottomBorder &lt;w:bottom></description></item>
            <item><description>RightBorder &lt;w:right></description></item>
            <item><description>EndBorder &lt;w:end></description></item>
            <item><description>InsideHorizontalBorder &lt;w:insideH></description></item>
            <item><description>InsideVerticalBorder &lt;w:insideV></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableBorders.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableBorders.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableBorders.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableBorders.#ctor">
            <summary>
            Initializes a new instance of the TableBorders class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableBorders.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableBorders class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableBorders.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableBorders class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableBorders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableBorders class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder">
            <summary>
            <para> Table Top Border.</para>
            <para> Represents the following element tag in the schema: w:top </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder">
            <summary>
            <para> Table Left Border.</para>
            <para> Represents the following element tag in the schema: w:left </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder">
            <summary>
            <para> StartBorder, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:start </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder">
            <summary>
            <para> Table Bottom Border.</para>
            <para> Represents the following element tag in the schema: w:bottom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder">
            <summary>
            <para> Table Right Border.</para>
            <para> Represents the following element tag in the schema: w:right </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder">
            <summary>
            <para> EndBorder, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:end </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder">
            <summary>
            <para> Table Inside Horizontal Edges Border.</para>
            <para> Represents the following element tag in the schema: w:insideH </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder">
            <summary>
            <para> Table Inside Vertical Edges Border.</para>
            <para> Represents the following element tag in the schema: w:insideV </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableBorders.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableLayout">
            <summary>
            <para>Defines the TableLayout Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblLayout.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLayout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLayout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableLayout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type">
             <summary>
             <para> Table Layout Setting.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableLayout.#ctor">
            <summary>
            Initializes a new instance of the TableLayout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableLayout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault">
             <summary>
             <para>Defines the TableCellMarginDefault Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblCellMar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TopMargin &lt;w:top></description></item>
            <item><description>TableCellLeftMargin &lt;w:left></description></item>
            <item><description>StartMargin &lt;w:start></description></item>
            <item><description>BottomMargin &lt;w:bottom></description></item>
            <item><description>TableCellRightMargin &lt;w:right></description></item>
            <item><description>EndMargin &lt;w:end></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.#ctor">
            <summary>
            Initializes a new instance of the TableCellMarginDefault class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCellMarginDefault class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCellMarginDefault class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCellMarginDefault class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin">
            <summary>
            <para> Table Cell Top Margin Default.</para>
            <para> Represents the following element tag in the schema: w:top </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin">
            <summary>
            <para> Table Cell Left Margin Default.</para>
            <para> Represents the following element tag in the schema: w:left </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin">
            <summary>
            <para> StartMargin, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:start </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin">
            <summary>
            <para> Table Cell Bottom Margin Default.</para>
            <para> Represents the following element tag in the schema: w:bottom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin">
            <summary>
            <para> Table Cell Right Margin Default.</para>
            <para> Represents the following element tag in the schema: w:right </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin">
            <summary>
            <para> EndMargin, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:end </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingStart">
            <summary>
            <para>Footnote and Endnote Numbering Starting Value.</para>
            <para> When the object is serialized out as xml, its qualified name is w:numStart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingStart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingStart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingStart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingStart.#ctor">
            <summary>
            Initializes a new instance of the NumberingStart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingStart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart">
            <summary>
            <para>Footnote and Endnote Numbering Restart Location.</para>
            <para> When the object is serialized out as xml, its qualified name is w:numRestart.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val">
             <summary>
             <para> Automatic Numbering Restart Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.#ctor">
            <summary>
            Initializes a new instance of the NumberingRestart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AltChunk">
             <summary>
             <para>Defines the AltChunk Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:altChunk.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunkProperties &lt;w:altChunkPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AltChunk.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AltChunk.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunk.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id">
             <summary>
             <para> Relationship to Part.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunk.#ctor">
            <summary>
            Initializes a new instance of the AltChunk class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunk.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AltChunk class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunk.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AltChunk class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunk.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AltChunk class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties">
            <summary>
            <para> External Content Import Properties.</para>
            <para> Represents the following element tag in the schema: w:altChunkPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunk.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableLook">
            <summary>
            <para>Defines the TableLook Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tblLook.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLook.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLook.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableLook.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLook.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow">
             <summary>
             <para> firstRow, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:firstRow </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow">
             <summary>
             <para> lastRow, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:lastRow </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn">
             <summary>
             <para> firstColumn, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:firstColumn </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn">
             <summary>
             <para> lastColumn, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:lastColumn </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand">
             <summary>
             <para> noHBand, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:noHBand </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand">
             <summary>
             <para> noVBand, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:noVBand </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableLook.#ctor">
            <summary>
            Initializes a new instance of the TableLook class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableLook.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties">
             <summary>
             <para>Defines the FootnoteProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:footnotePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FootnotePosition &lt;w:pos></description></item>
            <item><description>NumberingFormat &lt;w:numFmt></description></item>
            <item><description>NumberingStart &lt;w:numStart></description></item>
            <item><description>NumberingRestart &lt;w:numRestart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.#ctor">
            <summary>
            Initializes a new instance of the FootnoteProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FootnoteProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FootnoteProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FootnoteProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition">
            <summary>
            <para> Footnote Placement.</para>
            <para> Represents the following element tag in the schema: w:pos </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat">
            <summary>
            <para> Footnote Numbering Format.</para>
            <para> Represents the following element tag in the schema: w:numFmt </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart">
            <summary>
            <para> Footnote and Endnote Numbering Starting Value.</para>
            <para> Represents the following element tag in the schema: w:numStart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart">
            <summary>
            <para> Footnote and Endnote Numbering Restart Location.</para>
            <para> Represents the following element tag in the schema: w:numRestart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties">
             <summary>
             <para>Defines the EndnoteProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:endnotePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EndnotePosition &lt;w:pos></description></item>
            <item><description>NumberingFormat &lt;w:numFmt></description></item>
            <item><description>NumberingStart &lt;w:numStart></description></item>
            <item><description>NumberingRestart &lt;w:numRestart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.#ctor">
            <summary>
            Initializes a new instance of the EndnoteProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EndnoteProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EndnoteProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EndnoteProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition">
            <summary>
            <para> Endnote Placement.</para>
            <para> Represents the following element tag in the schema: w:pos </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat">
            <summary>
            <para> Endnote Numbering Format.</para>
            <para> Represents the following element tag in the schema: w:numFmt </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart">
            <summary>
            <para> Footnote and Endnote Numbering Starting Value.</para>
            <para> Represents the following element tag in the schema: w:numStart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart">
            <summary>
            <para> Footnote and Endnote Numbering Restart Location.</para>
            <para> Represents the following element tag in the schema: w:numRestart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SectionType">
            <summary>
            <para>Defines the SectionType Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:type.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionType.Val">
             <summary>
             <para> Section Type Setting.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionType.#ctor">
            <summary>
            Initializes a new instance of the SectionType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageSize">
            <summary>
            <para>Defines the PageSize Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pgSz.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageSize.Width">
             <summary>
             <para> Page Width.</para>
             <para>Represents the following attribute in the schema: w:w </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageSize.Height">
             <summary>
             <para> Page Height.</para>
             <para>Represents the following attribute in the schema: w:h </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient">
             <summary>
             <para> Page Orientation.</para>
             <para>Represents the following attribute in the schema: w:orient </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageSize.Code">
             <summary>
             <para> Printer Paper Code.</para>
             <para>Represents the following attribute in the schema: w:code </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageSize.#ctor">
            <summary>
            Initializes a new instance of the PageSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageMargin">
            <summary>
            <para>Defines the PageMargin Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pgMar.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top">
             <summary>
             <para> Top Margin Spacing.</para>
             <para>Represents the following attribute in the schema: w:top </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right">
             <summary>
             <para> Right Margin Spacing.</para>
             <para>Represents the following attribute in the schema: w:right </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom">
             <summary>
             <para> Page Bottom Spacing.</para>
             <para>Represents the following attribute in the schema: w:bottom </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left">
             <summary>
             <para> Left Margin Spacing.</para>
             <para>Represents the following attribute in the schema: w:left </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header">
             <summary>
             <para> Spacing to Top of Header.</para>
             <para>Represents the following attribute in the schema: w:header </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer">
             <summary>
             <para> Spacing to Bottom of Footer.</para>
             <para>Represents the following attribute in the schema: w:footer </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter">
             <summary>
             <para> Page Gutter Spacing.</para>
             <para>Represents the following attribute in the schema: w:gutter </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageMargin.#ctor">
            <summary>
            Initializes a new instance of the PageMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PaperSource">
            <summary>
            <para>Defines the PaperSource Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:paperSrc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PaperSource.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PaperSource.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PaperSource.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PaperSource.First">
             <summary>
             <para> First Page Printer Tray Code.</para>
             <para>Represents the following attribute in the schema: w:first </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other">
             <summary>
             <para> Non-First Page Printer Tray Code.</para>
             <para>Represents the following attribute in the schema: w:other </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PaperSource.#ctor">
            <summary>
            Initializes a new instance of the PaperSource class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PaperSource.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageBorders">
             <summary>
             <para>Defines the PageBorders Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pgBorders.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TopBorder &lt;w:top></description></item>
            <item><description>LeftBorder &lt;w:left></description></item>
            <item><description>BottomBorder &lt;w:bottom></description></item>
            <item><description>RightBorder &lt;w:right></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBorders.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBorders.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageBorders.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder">
             <summary>
             <para> Z-Ordering of Page Border.</para>
             <para>Represents the following attribute in the schema: w:zOrder </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display">
             <summary>
             <para> Pages to Display Page Borders.</para>
             <para>Represents the following attribute in the schema: w:display </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom">
             <summary>
             <para> Page Border Positioning.</para>
             <para>Represents the following attribute in the schema: w:offsetFrom </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageBorders.#ctor">
            <summary>
            Initializes a new instance of the PageBorders class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageBorders.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PageBorders class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageBorders.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PageBorders class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageBorders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PageBorders class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder">
            <summary>
            <para> Top Border.</para>
            <para> Represents the following element tag in the schema: w:top </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder">
            <summary>
            <para> Left Border.</para>
            <para> Represents the following element tag in the schema: w:left </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder">
            <summary>
            <para> Bottom Border.</para>
            <para> Represents the following element tag in the schema: w:bottom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder">
            <summary>
            <para> Right Border.</para>
            <para> Represents the following element tag in the schema: w:right </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageBorders.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LineNumberType">
            <summary>
            <para>Defines the LineNumberType Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lnNumType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LineNumberType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LineNumberType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LineNumberType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy">
             <summary>
             <para> Line Number Increments to Display.</para>
             <para>Represents the following attribute in the schema: w:countBy </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start">
             <summary>
             <para> Line Numbering Starting Value.</para>
             <para>Represents the following attribute in the schema: w:start </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance">
             <summary>
             <para> Distance Between Text and Line Numbering.</para>
             <para>Represents the following attribute in the schema: w:distance </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart">
             <summary>
             <para> Line Numbering Restart Setting.</para>
             <para>Represents the following attribute in the schema: w:restart </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LineNumberType.#ctor">
            <summary>
            Initializes a new instance of the LineNumberType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageNumberType">
            <summary>
            <para>Defines the PageNumberType Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pgNumType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageNumberType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageNumberType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format">
             <summary>
             <para> Page Number Format.</para>
             <para>Represents the following attribute in the schema: w:fmt </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start">
             <summary>
             <para> Starting Page Number.</para>
             <para>Represents the following attribute in the schema: w:start </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle">
             <summary>
             <para> Chapter Heading Style.</para>
             <para>Represents the following attribute in the schema: w:chapStyle </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator">
             <summary>
             <para> Chapter Separator Character.</para>
             <para>Represents the following attribute in the schema: w:chapSep </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageNumberType.#ctor">
            <summary>
            Initializes a new instance of the PageNumberType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PageNumberType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Columns">
             <summary>
             <para>Defines the Columns Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:cols.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Column &lt;w:col></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Columns.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Columns.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Columns.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth">
             <summary>
             <para> Equal Column Widths.</para>
             <para>Represents the following attribute in the schema: w:equalWidth </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Columns.Space">
             <summary>
             <para> Spacing Between Equal Width Columns.</para>
             <para>Represents the following attribute in the schema: w:space </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount">
             <summary>
             <para> Number of Equal Width Columns.</para>
             <para>Represents the following attribute in the schema: w:num </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Columns.Separator">
             <summary>
             <para> Draw Line Between Columns.</para>
             <para>Represents the following attribute in the schema: w:sep </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Columns.#ctor">
            <summary>
            Initializes a new instance of the Columns class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Columns.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Columns class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Columns.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Columns class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Columns.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Columns class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Columns.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage">
            <summary>
            <para>Defines the VerticalTextAlignmentOnPage Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:vAlign.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val">
             <summary>
             <para> Vertical Alignment Setting.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.#ctor">
            <summary>
            Initializes a new instance of the VerticalTextAlignmentOnPage class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocGrid">
            <summary>
            <para>Defines the DocGrid Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:docGrid.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocGrid.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocGrid.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocGrid.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type">
             <summary>
             <para> Document Grid Type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch">
             <summary>
             <para> Document Grid Line Pitch.</para>
             <para>Represents the following attribute in the schema: w:linePitch </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace">
             <summary>
             <para> Document Grid Character Pitch.</para>
             <para>Represents the following attribute in the schema: w:charSpace </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocGrid.#ctor">
            <summary>
            Initializes a new instance of the DocGrid class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocGrid.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Recipients">
             <summary>
             <para>Inclusion/Exclusion Data for Data Source.</para>
             <para> When the object is serialized out as xml, its qualified name is w:recipients.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RecipientData &lt;w:recipientData></description></item>
             </list>
             </remarks>
            <summary>
            Defines Recipients.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Recipients.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Recipients.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Recipients.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Recipients.#ctor">
            <summary>
            Initializes a new instance of the Recipients class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Recipients.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Recipients class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Recipients.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Recipients class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Recipients.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Recipients class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Recipients.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Recipients.#ctor(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart)">
            <summary>
            Recipients constructor.
            </summary>
            <param name="ownerPart">The owner part of the Recipients.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Recipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart)">
            <summary>
            Loads the DOM from an OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be loaded.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Recipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart)">
            <summary>
            Saves the DOM into the OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be saved to.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent">
             <summary>
             <para>Rich Text Box Content Container.</para>
             <para> When the object is serialized out as xml, its qualified name is w:txbxContent.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.#ctor">
            <summary>
            Initializes a new instance of the TextBoxContent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextBoxContent class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextBoxContent class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextBoxContent class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Comments">
             <summary>
             <para>Comments Collection. The root element of WordprocessingCommentsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:comments.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Comment &lt;w:comment></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Comments.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Comments.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comments.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comments.#ctor(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart)">
            <summary>
            Comments constructor.
            </summary>
            <param name="ownerPart">The owner part of the Comments.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comments.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart)">
            <summary>
            Loads the DOM from the WordprocessingCommentsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Comments.WordprocessingCommentsPart">
            <summary>
            Gets the WordprocessingCommentsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comments.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Comments class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comments.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Comments class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comments.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Comments class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comments.#ctor">
            <summary>
            Initializes a new instance of the Comments class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comments.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart)">
            <summary>
            Saves the DOM into the WordprocessingCommentsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comments.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Footnotes">
             <summary>
             <para>Document Footnotes. The root element of FootnotesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:footnotes.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Footnote &lt;w:footnote></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Footnotes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Footnotes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnotes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnotes.#ctor(DocumentFormat.OpenXml.Packaging.FootnotesPart)">
            <summary>
            Footnotes constructor.
            </summary>
            <param name="ownerPart">The owner part of the Footnotes.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnotes.Load(DocumentFormat.OpenXml.Packaging.FootnotesPart)">
            <summary>
            Loads the DOM from the FootnotesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Footnotes.FootnotesPart">
            <summary>
            Gets the FootnotesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnotes.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Footnotes class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnotes.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Footnotes class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnotes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Footnotes class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnotes.#ctor">
            <summary>
            Initializes a new instance of the Footnotes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnotes.Save(DocumentFormat.OpenXml.Packaging.FootnotesPart)">
            <summary>
            Saves the DOM into the FootnotesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnotes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Endnotes">
             <summary>
             <para>Document Endnotes. The root element of EndnotesPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:endnotes.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Endnote &lt;w:endnote></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Endnotes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Endnotes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnotes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnotes.#ctor(DocumentFormat.OpenXml.Packaging.EndnotesPart)">
            <summary>
            Endnotes constructor.
            </summary>
            <param name="ownerPart">The owner part of the Endnotes.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnotes.Load(DocumentFormat.OpenXml.Packaging.EndnotesPart)">
            <summary>
            Loads the DOM from the EndnotesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Endnotes.EndnotesPart">
            <summary>
            Gets the EndnotesPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnotes.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Endnotes class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnotes.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Endnotes class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnotes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Endnotes class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnotes.#ctor">
            <summary>
            Initializes a new instance of the Endnotes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnotes.Save(DocumentFormat.OpenXml.Packaging.EndnotesPart)">
            <summary>
            Saves the DOM into the EndnotesPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnotes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Header">
             <summary>
             <para>Header. The root element of HeaderPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:hdr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Header.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Header.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Header.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Header.#ctor(DocumentFormat.OpenXml.Packaging.HeaderPart)">
            <summary>
            Header constructor.
            </summary>
            <param name="ownerPart">The owner part of the Header.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Header.Load(DocumentFormat.OpenXml.Packaging.HeaderPart)">
            <summary>
            Loads the DOM from the HeaderPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Header.HeaderPart">
            <summary>
            Gets the HeaderPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Header.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Header class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Header.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Header class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Header.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Header class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Header.#ctor">
            <summary>
            Initializes a new instance of the Header class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Header.Save(DocumentFormat.OpenXml.Packaging.HeaderPart)">
            <summary>
            Saves the DOM into the HeaderPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Header.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Footer">
             <summary>
             <para>Footer. The root element of FooterPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:ftr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Footer.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Footer.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footer.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footer.#ctor(DocumentFormat.OpenXml.Packaging.FooterPart)">
            <summary>
            Footer constructor.
            </summary>
            <param name="ownerPart">The owner part of the Footer.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footer.Load(DocumentFormat.OpenXml.Packaging.FooterPart)">
            <summary>
            Loads the DOM from the FooterPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Footer.FooterPart">
            <summary>
            Gets the FooterPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footer.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Footer class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footer.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Footer class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Footer class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footer.#ctor">
            <summary>
            Initializes a new instance of the Footer class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footer.Save(DocumentFormat.OpenXml.Packaging.FooterPart)">
            <summary>
            Saves the DOM into the FooterPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footer.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType">
             <summary>
             Defines the HeaderFooterType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.#ctor">
            <summary>
            Initializes a new instance of the HeaderFooterType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HeaderFooterType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HeaderFooterType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HeaderFooterType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Settings">
             <summary>
             <para>Document Settings. The root element of DocumentSettingsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:settings.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>WriteProtection &lt;w:writeProtection></description></item>
            <item><description>View &lt;w:view></description></item>
            <item><description>Zoom &lt;w:zoom></description></item>
            <item><description>RemovePersonalInformation &lt;w:removePersonalInformation></description></item>
            <item><description>RemoveDateAndTime &lt;w:removeDateAndTime></description></item>
            <item><description>DoNotDisplayPageBoundaries &lt;w:doNotDisplayPageBoundaries></description></item>
            <item><description>DisplayBackgroundShape &lt;w:displayBackgroundShape></description></item>
            <item><description>PrintPostScriptOverText &lt;w:printPostScriptOverText></description></item>
            <item><description>PrintFractionalCharacterWidth &lt;w:printFractionalCharacterWidth></description></item>
            <item><description>PrintFormsData &lt;w:printFormsData></description></item>
            <item><description>EmbedTrueTypeFonts &lt;w:embedTrueTypeFonts></description></item>
            <item><description>EmbedSystemFonts &lt;w:embedSystemFonts></description></item>
            <item><description>SaveSubsetFonts &lt;w:saveSubsetFonts></description></item>
            <item><description>SaveFormsData &lt;w:saveFormsData></description></item>
            <item><description>MirrorMargins &lt;w:mirrorMargins></description></item>
            <item><description>AlignBorderAndEdges &lt;w:alignBordersAndEdges></description></item>
            <item><description>BordersDoNotSurroundHeader &lt;w:bordersDoNotSurroundHeader></description></item>
            <item><description>BordersDoNotSurroundFooter &lt;w:bordersDoNotSurroundFooter></description></item>
            <item><description>GutterAtTop &lt;w:gutterAtTop></description></item>
            <item><description>HideSpellingErrors &lt;w:hideSpellingErrors></description></item>
            <item><description>HideGrammaticalErrors &lt;w:hideGrammaticalErrors></description></item>
            <item><description>ActiveWritingStyle &lt;w:activeWritingStyle></description></item>
            <item><description>ProofState &lt;w:proofState></description></item>
            <item><description>FormsDesign &lt;w:formsDesign></description></item>
            <item><description>AttachedTemplate &lt;w:attachedTemplate></description></item>
            <item><description>LinkStyles &lt;w:linkStyles></description></item>
            <item><description>StylePaneFormatFilter &lt;w:stylePaneFormatFilter></description></item>
            <item><description>StylePaneSortMethods &lt;w:stylePaneSortMethod></description></item>
            <item><description>DocumentType &lt;w:documentType></description></item>
            <item><description>MailMerge &lt;w:mailMerge></description></item>
            <item><description>RevisionView &lt;w:revisionView></description></item>
            <item><description>TrackRevisions &lt;w:trackRevisions></description></item>
            <item><description>DoNotTrackMoves &lt;w:doNotTrackMoves></description></item>
            <item><description>DoNotTrackFormatting &lt;w:doNotTrackFormatting></description></item>
            <item><description>DocumentProtection &lt;w:documentProtection></description></item>
            <item><description>AutoFormatOverride &lt;w:autoFormatOverride></description></item>
            <item><description>StyleLockThemesPart &lt;w:styleLockTheme></description></item>
            <item><description>StyleLockStylesPart &lt;w:styleLockQFSet></description></item>
            <item><description>DefaultTabStop &lt;w:defaultTabStop></description></item>
            <item><description>AutoHyphenation &lt;w:autoHyphenation></description></item>
            <item><description>ConsecutiveHyphenLimit &lt;w:consecutiveHyphenLimit></description></item>
            <item><description>HyphenationZone &lt;w:hyphenationZone></description></item>
            <item><description>DoNotHyphenateCaps &lt;w:doNotHyphenateCaps></description></item>
            <item><description>ShowEnvelope &lt;w:showEnvelope></description></item>
            <item><description>SummaryLength &lt;w:summaryLength></description></item>
            <item><description>ClickAndTypeStyle &lt;w:clickAndTypeStyle></description></item>
            <item><description>DefaultTableStyle &lt;w:defaultTableStyle></description></item>
            <item><description>EvenAndOddHeaders &lt;w:evenAndOddHeaders></description></item>
            <item><description>BookFoldReversePrinting &lt;w:bookFoldRevPrinting></description></item>
            <item><description>BookFoldPrinting &lt;w:bookFoldPrinting></description></item>
            <item><description>BookFoldPrintingSheets &lt;w:bookFoldPrintingSheets></description></item>
            <item><description>DrawingGridHorizontalSpacing &lt;w:drawingGridHorizontalSpacing></description></item>
            <item><description>DrawingGridVerticalSpacing &lt;w:drawingGridVerticalSpacing></description></item>
            <item><description>DisplayHorizontalDrawingGrid &lt;w:displayHorizontalDrawingGridEvery></description></item>
            <item><description>DisplayVerticalDrawingGrid &lt;w:displayVerticalDrawingGridEvery></description></item>
            <item><description>DoNotUseMarginsForDrawingGridOrigin &lt;w:doNotUseMarginsForDrawingGridOrigin></description></item>
            <item><description>DrawingGridHorizontalOrigin &lt;w:drawingGridHorizontalOrigin></description></item>
            <item><description>DrawingGridVerticalOrigin &lt;w:drawingGridVerticalOrigin></description></item>
            <item><description>DoNotShadeFormData &lt;w:doNotShadeFormData></description></item>
            <item><description>NoPunctuationKerning &lt;w:noPunctuationKerning></description></item>
            <item><description>CharacterSpacingControl &lt;w:characterSpacingControl></description></item>
            <item><description>PrintTwoOnOne &lt;w:printTwoOnOne></description></item>
            <item><description>StrictFirstAndLastChars &lt;w:strictFirstAndLastChars></description></item>
            <item><description>NoLineBreaksAfterKinsoku &lt;w:noLineBreaksAfter></description></item>
            <item><description>NoLineBreaksBeforeKinsoku &lt;w:noLineBreaksBefore></description></item>
            <item><description>SavePreviewPicture &lt;w:savePreviewPicture></description></item>
            <item><description>DoNotValidateAgainstSchema &lt;w:doNotValidateAgainstSchema></description></item>
            <item><description>SaveInvalidXml &lt;w:saveInvalidXml></description></item>
            <item><description>IgnoreMixedContent &lt;w:ignoreMixedContent></description></item>
            <item><description>AlwaysShowPlaceholderText &lt;w:alwaysShowPlaceholderText></description></item>
            <item><description>DoNotDemarcateInvalidXml &lt;w:doNotDemarcateInvalidXml></description></item>
            <item><description>SaveXmlDataOnly &lt;w:saveXmlDataOnly></description></item>
            <item><description>UseXsltWhenSaving &lt;w:useXSLTWhenSaving></description></item>
            <item><description>SaveThroughXslt &lt;w:saveThroughXslt></description></item>
            <item><description>ShowXmlTags &lt;w:showXMLTags></description></item>
            <item><description>AlwaysMergeEmptyNamespace &lt;w:alwaysMergeEmptyNamespace></description></item>
            <item><description>UpdateFieldsOnOpen &lt;w:updateFields></description></item>
            <item><description>HeaderShapeDefaults &lt;w:hdrShapeDefaults></description></item>
            <item><description>FootnoteDocumentWideProperties &lt;w:footnotePr></description></item>
            <item><description>EndnoteDocumentWideProperties &lt;w:endnotePr></description></item>
            <item><description>Compatibility &lt;w:compat></description></item>
            <item><description>DocumentVariables &lt;w:docVars></description></item>
            <item><description>Rsids &lt;w:rsids></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathProperties &lt;m:mathPr></description></item>
            <item><description>UICompatibleWith97To2003 &lt;w:uiCompat97To2003></description></item>
            <item><description>AttachedSchema &lt;w:attachedSchema></description></item>
            <item><description>ThemeFontLanguages &lt;w:themeFontLang></description></item>
            <item><description>ColorSchemeMapping &lt;w:clrSchemeMapping></description></item>
            <item><description>DoNotIncludeSubdocsInStats &lt;w:doNotIncludeSubdocsInStats></description></item>
            <item><description>DoNotAutoCompressPictures &lt;w:doNotAutoCompressPictures></description></item>
            <item><description>ForceUpgrade &lt;w:forceUpgrade></description></item>
            <item><description>Captions &lt;w:captions></description></item>
            <item><description>ReadModeInkLockDown &lt;w:readModeInkLockDown></description></item>
            <item><description>DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary &lt;sl:schemaLibrary></description></item>
            <item><description>ShapeDefaults &lt;w:shapeDefaults></description></item>
            <item><description>DecimalSymbol &lt;w:decimalSymbol></description></item>
            <item><description>ListSeparator &lt;w:listSeparator></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DocumentId &lt;w14:docId></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData &lt;w14:discardImageEditingData></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi &lt;w14:defaultImageDpi></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ConflictMode &lt;w14:conflictMode></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased &lt;w15:chartTrackingRefBased></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId &lt;w15:docId></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Settings.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Settings.#ctor(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart)">
            <summary>
            Settings constructor.
            </summary>
            <param name="ownerPart">The owner part of the Settings.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Settings.Load(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart)">
            <summary>
            Loads the DOM from the DocumentSettingsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.DocumentSettingsPart">
            <summary>
            Gets the DocumentSettingsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Settings.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Settings class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Settings.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Settings class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Settings.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Settings class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Settings.#ctor">
            <summary>
            Initializes a new instance of the Settings class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Settings.Save(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart)">
            <summary>
            Saves the DOM into the DocumentSettingsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection">
            <summary>
            <para> Write Protection.</para>
            <para> Represents the following element tag in the schema: w:writeProtection </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.View">
            <summary>
            <para> Document View Setting.</para>
            <para> Represents the following element tag in the schema: w:view </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom">
            <summary>
            <para> Magnification Setting.</para>
            <para> Represents the following element tag in the schema: w:zoom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation">
            <summary>
            <para> Remove Personal Information from Document Properties.</para>
            <para> Represents the following element tag in the schema: w:removePersonalInformation </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime">
            <summary>
            <para> Remove Date and Time from Annotations.</para>
            <para> Represents the following element tag in the schema: w:removeDateAndTime </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries">
            <summary>
            <para> Do Not Display Visual Boundary For Header/Footer or Between Pages.</para>
            <para> Represents the following element tag in the schema: w:doNotDisplayPageBoundaries </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape">
            <summary>
            <para> Display Background Objects When Displaying Document.</para>
            <para> Represents the following element tag in the schema: w:displayBackgroundShape </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText">
            <summary>
            <para> Print PostScript Codes With Document Text.</para>
            <para> Represents the following element tag in the schema: w:printPostScriptOverText </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth">
            <summary>
            <para> Print Fractional Character Widths.</para>
            <para> Represents the following element tag in the schema: w:printFractionalCharacterWidth </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData">
            <summary>
            <para> Only Print Form Field Content.</para>
            <para> Represents the following element tag in the schema: w:printFormsData </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts">
            <summary>
            <para> Embed TrueType Fonts.</para>
            <para> Represents the following element tag in the schema: w:embedTrueTypeFonts </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts">
            <summary>
            <para> Embed Common System Fonts.</para>
            <para> Represents the following element tag in the schema: w:embedSystemFonts </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts">
            <summary>
            <para> Subset Fonts When Embedding.</para>
            <para> Represents the following element tag in the schema: w:saveSubsetFonts </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData">
            <summary>
            <para> Only Save Form Field Content.</para>
            <para> Represents the following element tag in the schema: w:saveFormsData </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins">
            <summary>
            <para> Mirror Page Margins.</para>
            <para> Represents the following element tag in the schema: w:mirrorMargins </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges">
            <summary>
            <para> Align Paragraph and Table Borders with Page Border.</para>
            <para> Represents the following element tag in the schema: w:alignBordersAndEdges </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader">
            <summary>
            <para> Page Border Excludes Header.</para>
            <para> Represents the following element tag in the schema: w:bordersDoNotSurroundHeader </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter">
            <summary>
            <para> Page Border Excludes Footer.</para>
            <para> Represents the following element tag in the schema: w:bordersDoNotSurroundFooter </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop">
            <summary>
            <para> Position Gutter At Top of Page.</para>
            <para> Represents the following element tag in the schema: w:gutterAtTop </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors">
            <summary>
            <para> Do Not Display Visual Indication of Spelling Errors.</para>
            <para> Represents the following element tag in the schema: w:hideSpellingErrors </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors">
            <summary>
            <para> Do Not Display Visual Indication of Grammatical Errors.</para>
            <para> Represents the following element tag in the schema: w:hideGrammaticalErrors </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Settings.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WebSettings">
             <summary>
             <para>Web Page Settings. The root element of WebSettingsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:webSettings.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Frameset &lt;w:frameset></description></item>
            <item><description>Divs &lt;w:divs></description></item>
            <item><description>WebPageEncoding &lt;w:encoding></description></item>
            <item><description>OptimizeForBrowser &lt;w:optimizeForBrowser></description></item>
            <item><description>RelyOnVML &lt;w:relyOnVML></description></item>
            <item><description>AllowPNG &lt;w:allowPNG></description></item>
            <item><description>DoNotRelyOnCSS &lt;w:doNotRelyOnCSS></description></item>
            <item><description>DoNotSaveAsSingleFile &lt;w:doNotSaveAsSingleFile></description></item>
            <item><description>DoNotOrganizeInFolder &lt;w:doNotOrganizeInFolder></description></item>
            <item><description>DoNotUseLongFileNames &lt;w:doNotUseLongFileNames></description></item>
            <item><description>PixelsPerInch &lt;w:pixelsPerInch></description></item>
            <item><description>TargetScreenSize &lt;w:targetScreenSz></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebSettings.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebSettings.#ctor(DocumentFormat.OpenXml.Packaging.WebSettingsPart)">
            <summary>
            WebSettings constructor.
            </summary>
            <param name="ownerPart">The owner part of the WebSettings.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebSettings.Load(DocumentFormat.OpenXml.Packaging.WebSettingsPart)">
            <summary>
            Loads the DOM from the WebSettingsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettingsPart">
            <summary>
            Gets the WebSettingsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebSettings.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the WebSettings class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebSettings.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the WebSettings class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebSettings.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSettings class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebSettings.#ctor">
            <summary>
            Initializes a new instance of the WebSettings class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebSettings.Save(DocumentFormat.OpenXml.Packaging.WebSettingsPart)">
            <summary>
            Saves the DOM into the WebSettingsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset">
            <summary>
            <para> Frameset.</para>
            <para> Represents the following element tag in the schema: w:frameset </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs">
            <summary>
            <para> Divs.</para>
            <para> Represents the following element tag in the schema: w:divs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding">
            <summary>
            <para> WebPageEncoding.</para>
            <para> Represents the following element tag in the schema: w:encoding </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser">
            <summary>
            <para> OptimizeForBrowser.</para>
            <para> Represents the following element tag in the schema: w:optimizeForBrowser </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML">
            <summary>
            <para> RelyOnVML.</para>
            <para> Represents the following element tag in the schema: w:relyOnVML </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG">
            <summary>
            <para> AllowPNG.</para>
            <para> Represents the following element tag in the schema: w:allowPNG </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS">
            <summary>
            <para> DoNotRelyOnCSS.</para>
            <para> Represents the following element tag in the schema: w:doNotRelyOnCSS </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile">
            <summary>
            <para> DoNotSaveAsSingleFile.</para>
            <para> Represents the following element tag in the schema: w:doNotSaveAsSingleFile </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder">
            <summary>
            <para> DoNotOrganizeInFolder.</para>
            <para> Represents the following element tag in the schema: w:doNotOrganizeInFolder </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames">
            <summary>
            <para> DoNotUseLongFileNames.</para>
            <para> Represents the following element tag in the schema: w:doNotUseLongFileNames </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch">
            <summary>
            <para> PixelsPerInch.</para>
            <para> Represents the following element tag in the schema: w:pixelsPerInch </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize">
            <summary>
            <para> TargetScreenSize.</para>
            <para> Represents the following element tag in the schema: w:targetScreenSz </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WebSettings.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Fonts">
             <summary>
             <para>Font Table Root Element. The root element of FontTablePart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:fonts.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Font &lt;w:font></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Fonts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Fonts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Fonts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Fonts.#ctor(DocumentFormat.OpenXml.Packaging.FontTablePart)">
            <summary>
            Fonts constructor.
            </summary>
            <param name="ownerPart">The owner part of the Fonts.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Fonts.Load(DocumentFormat.OpenXml.Packaging.FontTablePart)">
            <summary>
            Loads the DOM from the FontTablePart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Fonts.FontTablePart">
            <summary>
            Gets the FontTablePart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Fonts.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Fonts class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Fonts.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Fonts class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Fonts.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Fonts class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Fonts.#ctor">
            <summary>
            Initializes a new instance of the Fonts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Fonts.Save(DocumentFormat.OpenXml.Packaging.FontTablePart)">
            <summary>
            Saves the DOM into the FontTablePart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Fonts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Numbering">
             <summary>
             <para>Numbering Definitions. The root element of NumberingDefinitionsPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:numbering.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>NumberingPictureBullet &lt;w:numPicBullet></description></item>
            <item><description>AbstractNum &lt;w:abstractNum></description></item>
            <item><description>NumberingInstance &lt;w:num></description></item>
            <item><description>NumberingIdMacAtCleanup &lt;w:numIdMacAtCleanup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Numbering.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Numbering.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Numbering.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Numbering.#ctor(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart)">
            <summary>
            Numbering constructor.
            </summary>
            <param name="ownerPart">The owner part of the Numbering.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Numbering.Load(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart)">
            <summary>
            Loads the DOM from the NumberingDefinitionsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Numbering.NumberingDefinitionsPart">
            <summary>
            Gets the NumberingDefinitionsPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Numbering.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Numbering class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Numbering.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Numbering class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Numbering.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Numbering class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Numbering.#ctor">
            <summary>
            Initializes a new instance of the Numbering class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Numbering.Save(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart)">
            <summary>
            Saves the DOM into the NumberingDefinitionsPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Numbering.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Styles">
             <summary>
             <para>Style Definitions.</para>
             <para> When the object is serialized out as xml, its qualified name is w:styles.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocDefaults &lt;w:docDefaults></description></item>
            <item><description>LatentStyles &lt;w:latentStyles></description></item>
            <item><description>Style &lt;w:style></description></item>
             </list>
             </remarks>
            <summary>
            Defines Styles.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Styles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Styles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Styles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Styles.#ctor">
            <summary>
            Initializes a new instance of the Styles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Styles.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Styles class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Styles.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Styles class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Styles.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Styles class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults">
            <summary>
            <para> Document Default Paragraph and Run Properties.</para>
            <para> Represents the following element tag in the schema: w:docDefaults </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles">
            <summary>
            <para> Latent Style Information.</para>
            <para> Represents the following element tag in the schema: w:latentStyles </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Styles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Styles.#ctor(DocumentFormat.OpenXml.Packaging.StylesPart)">
            <summary>
            Styles constructor.
            </summary>
            <param name="ownerPart">The owner part of the Styles.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Styles.Load(DocumentFormat.OpenXml.Packaging.StylesPart)">
            <summary>
            Loads the DOM from an OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be loaded.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Styles.Save(DocumentFormat.OpenXml.Packaging.StylesPart)">
            <summary>
            Saves the DOM into the OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be saved to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Styles.StylesPart">
            <summary>
            Gets the StylesPart associated with this element, it could either be a StyleDefinitionsPart or a StylesWithEffectsPart.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Document">
             <summary>
             <para>Document. The root element of MainDocumentPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:document.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentBackground &lt;w:background></description></item>
            <item><description>Body &lt;w:body></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Document.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Document.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Document.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Document.Conformance">
             <summary>
             <para> conformance.</para>
             <para>Represents the following attribute in the schema: w:conformance </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Document.#ctor(DocumentFormat.OpenXml.Packaging.MainDocumentPart)">
            <summary>
            Document constructor.
            </summary>
            <param name="ownerPart">The owner part of the Document.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Document.Load(DocumentFormat.OpenXml.Packaging.MainDocumentPart)">
            <summary>
            Loads the DOM from the MainDocumentPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Document.MainDocumentPart">
            <summary>
            Gets the MainDocumentPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Document.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Document class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Document.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Document class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Document.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Document class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Document.#ctor">
            <summary>
            Initializes a new instance of the Document class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Document.Save(DocumentFormat.OpenXml.Packaging.MainDocumentPart)">
            <summary>
            Saves the DOM into the MainDocumentPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground">
            <summary>
            <para> Document Background.</para>
            <para> Represents the following element tag in the schema: w:background </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Document.Body">
            <summary>
            <para> Body.</para>
            <para> Represents the following element tag in the schema: w:body </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Document.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument">
             <summary>
             <para>Glossary Document Root Element. The root element of GlossaryDocumentPart.</para>
             <para> When the object is serialized out as xml, its qualified name is w:glossaryDocument.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentBackground &lt;w:background></description></item>
            <item><description>DocParts &lt;w:docParts></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.#ctor(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart)">
            <summary>
            GlossaryDocument constructor.
            </summary>
            <param name="ownerPart">The owner part of the GlossaryDocument.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Load(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart)">
            <summary>
            Loads the DOM from the GlossaryDocumentPart.
            </summary>
            <param name="openXmlPart">Specifies the part to be loaded.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocumentPart">
            <summary>
            Gets the GlossaryDocumentPart associated with this element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GlossaryDocument class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GlossaryDocument class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GlossaryDocument class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.#ctor">
            <summary>
            Initializes a new instance of the GlossaryDocument class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Save(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart)">
            <summary>
            Saves the DOM into the GlossaryDocumentPart.
            </summary>
            <param name="openXmlPart">Specifies the part to save to.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground">
            <summary>
            <para> Document Background.</para>
            <para> Represents the following element tag in the schema: w:background </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts">
            <summary>
            <para> List of Glossary Document Entries.</para>
            <para> Represents the following element tag in the schema: w:docParts </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions">
             <summary>
             <para>Previous Table-Level Property Exceptions.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblPrEx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableWidth &lt;w:tblW></description></item>
            <item><description>TableJustification &lt;w:jc></description></item>
            <item><description>TableCellSpacing &lt;w:tblCellSpacing></description></item>
            <item><description>TableIndentation &lt;w:tblInd></description></item>
            <item><description>TableBorders &lt;w:tblBorders></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>TableLayout &lt;w:tblLayout></description></item>
            <item><description>TableCellMarginDefault &lt;w:tblCellMar></description></item>
            <item><description>TableLook &lt;w:tblLook></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.#ctor">
            <summary>
            Initializes a new instance of the PreviousTablePropertyExceptions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreviousTablePropertyExceptions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreviousTablePropertyExceptions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreviousTablePropertyExceptions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth">
            <summary>
            <para> Preferred Table Width Exception.</para>
            <para> Represents the following element tag in the schema: w:tblW </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification">
            <summary>
            <para> Table Alignment Exception.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing">
            <summary>
            <para> Table Cell Spacing Exception.</para>
            <para> Represents the following element tag in the schema: w:tblCellSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation">
            <summary>
            <para> Table Indent from Leading Margin Exception.</para>
            <para> Represents the following element tag in the schema: w:tblInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders">
            <summary>
            <para> Table Borders Exceptions.</para>
            <para> Represents the following element tag in the schema: w:tblBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading">
            <summary>
            <para> Table Shading Exception.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout">
            <summary>
            <para> Table Layout Exception.</para>
            <para> Represents the following element tag in the schema: w:tblLayout </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault">
            <summary>
            <para> Table Cell Margin Exceptions.</para>
            <para> Represents the following element tag in the schema: w:tblCellMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook">
            <summary>
            <para> Table Style Conditional Formatting Settings Exception.</para>
            <para> Represents the following element tag in the schema: w:tblLook </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties">
             <summary>
             <para>Previous Table Cell Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tcPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormatStyle &lt;w:cnfStyle></description></item>
            <item><description>TableCellWidth &lt;w:tcW></description></item>
            <item><description>GridSpan &lt;w:gridSpan></description></item>
            <item><description>HorizontalMerge &lt;w:hMerge></description></item>
            <item><description>VerticalMerge &lt;w:vMerge></description></item>
            <item><description>TableCellBorders &lt;w:tcBorders></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>NoWrap &lt;w:noWrap></description></item>
            <item><description>TableCellMargin &lt;w:tcMar></description></item>
            <item><description>TextDirection &lt;w:textDirection></description></item>
            <item><description>TableCellFitText &lt;w:tcFitText></description></item>
            <item><description>TableCellVerticalAlignment &lt;w:vAlign></description></item>
            <item><description>HideMark &lt;w:hideMark></description></item>
            <item><description>CellInsertion &lt;w:cellIns></description></item>
            <item><description>CellDeletion &lt;w:cellDel></description></item>
            <item><description>CellMerge &lt;w:cellMerge></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.#ctor">
            <summary>
            Initializes a new instance of the PreviousTableCellProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreviousTableCellProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreviousTableCellProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreviousTableCellProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle">
            <summary>
            <para> ConditionalFormatStyle.</para>
            <para> Represents the following element tag in the schema: w:cnfStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth">
            <summary>
            <para> TableCellWidth.</para>
            <para> Represents the following element tag in the schema: w:tcW </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan">
            <summary>
            <para> GridSpan.</para>
            <para> Represents the following element tag in the schema: w:gridSpan </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge">
            <summary>
            <para> HorizontalMerge.</para>
            <para> Represents the following element tag in the schema: w:hMerge </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge">
            <summary>
            <para> VerticalMerge.</para>
            <para> Represents the following element tag in the schema: w:vMerge </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders">
            <summary>
            <para> TableCellBorders.</para>
            <para> Represents the following element tag in the schema: w:tcBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap">
            <summary>
            <para> NoWrap.</para>
            <para> Represents the following element tag in the schema: w:noWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin">
            <summary>
            <para> TableCellMargin.</para>
            <para> Represents the following element tag in the schema: w:tcMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection">
            <summary>
            <para> TextDirection.</para>
            <para> Represents the following element tag in the schema: w:textDirection </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText">
            <summary>
            <para> TableCellFitText.</para>
            <para> Represents the following element tag in the schema: w:tcFitText </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment">
            <summary>
            <para> TableCellVerticalAlignment.</para>
            <para> Represents the following element tag in the schema: w:vAlign </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark">
            <summary>
            <para> HideMark.</para>
            <para> Represents the following element tag in the schema: w:hideMark </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties">
             <summary>
             <para>Previous Table Row Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:trPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormatStyle &lt;w:cnfStyle></description></item>
            <item><description>DivId &lt;w:divId></description></item>
            <item><description>GridBefore &lt;w:gridBefore></description></item>
            <item><description>GridAfter &lt;w:gridAfter></description></item>
            <item><description>WidthBeforeTableRow &lt;w:wBefore></description></item>
            <item><description>WidthAfterTableRow &lt;w:wAfter></description></item>
            <item><description>TableRowHeight &lt;w:trHeight></description></item>
            <item><description>Hidden &lt;w:hidden></description></item>
            <item><description>CantSplit &lt;w:cantSplit></description></item>
            <item><description>TableHeader &lt;w:tblHeader></description></item>
            <item><description>TableCellSpacing &lt;w:tblCellSpacing></description></item>
            <item><description>TableJustification &lt;w:jc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.#ctor">
            <summary>
            Initializes a new instance of the PreviousTableRowProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreviousTableRowProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreviousTableRowProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreviousTableRowProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties">
             <summary>
             <para>Previous Table Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableStyle &lt;w:tblStyle></description></item>
            <item><description>TablePositionProperties &lt;w:tblpPr></description></item>
            <item><description>TableOverlap &lt;w:tblOverlap></description></item>
            <item><description>BiDiVisual &lt;w:bidiVisual></description></item>
            <item><description>TableWidth &lt;w:tblW></description></item>
            <item><description>TableJustification &lt;w:jc></description></item>
            <item><description>TableCellSpacing &lt;w:tblCellSpacing></description></item>
            <item><description>TableIndentation &lt;w:tblInd></description></item>
            <item><description>TableBorders &lt;w:tblBorders></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>TableLayout &lt;w:tblLayout></description></item>
            <item><description>TableCellMarginDefault &lt;w:tblCellMar></description></item>
            <item><description>TableLook &lt;w:tblLook></description></item>
            <item><description>TableCaption &lt;w:tblCaption></description></item>
            <item><description>TableDescription &lt;w:tblDescription></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.#ctor">
            <summary>
            Initializes a new instance of the PreviousTableProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreviousTableProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreviousTableProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreviousTableProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle">
            <summary>
            <para> TableStyle.</para>
            <para> Represents the following element tag in the schema: w:tblStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties">
            <summary>
            <para> TablePositionProperties.</para>
            <para> Represents the following element tag in the schema: w:tblpPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap">
            <summary>
            <para> TableOverlap.</para>
            <para> Represents the following element tag in the schema: w:tblOverlap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual">
            <summary>
            <para> BiDiVisual.</para>
            <para> Represents the following element tag in the schema: w:bidiVisual </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth">
            <summary>
            <para> TableWidth.</para>
            <para> Represents the following element tag in the schema: w:tblW </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification">
            <summary>
            <para> TableJustification.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing">
            <summary>
            <para> TableCellSpacing.</para>
            <para> Represents the following element tag in the schema: w:tblCellSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation">
            <summary>
            <para> TableIndentation.</para>
            <para> Represents the following element tag in the schema: w:tblInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders">
            <summary>
            <para> TableBorders.</para>
            <para> Represents the following element tag in the schema: w:tblBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout">
            <summary>
            <para> TableLayout.</para>
            <para> Represents the following element tag in the schema: w:tblLayout </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault">
            <summary>
            <para> TableCellMarginDefault.</para>
            <para> Represents the following element tag in the schema: w:tblCellMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook">
            <summary>
            <para> TableLook.</para>
            <para> Represents the following element tag in the schema: w:tblLook </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption">
            <summary>
            <para> TableCaption, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:tblCaption </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription">
            <summary>
            <para> TableDescription, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:tblDescription </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties">
             <summary>
             <para>Previous Section Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sectPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FootnoteProperties &lt;w:footnotePr></description></item>
            <item><description>EndnoteProperties &lt;w:endnotePr></description></item>
            <item><description>SectionType &lt;w:type></description></item>
            <item><description>PageSize &lt;w:pgSz></description></item>
            <item><description>PageMargin &lt;w:pgMar></description></item>
            <item><description>PaperSource &lt;w:paperSrc></description></item>
            <item><description>PageBorders &lt;w:pgBorders></description></item>
            <item><description>LineNumberType &lt;w:lnNumType></description></item>
            <item><description>PageNumberType &lt;w:pgNumType></description></item>
            <item><description>Columns &lt;w:cols></description></item>
            <item><description>FormProtection &lt;w:formProt></description></item>
            <item><description>VerticalTextAlignmentOnPage &lt;w:vAlign></description></item>
            <item><description>NoEndnote &lt;w:noEndnote></description></item>
            <item><description>TitlePage &lt;w:titlePg></description></item>
            <item><description>TextDirection &lt;w:textDirection></description></item>
            <item><description>BiDi &lt;w:bidi></description></item>
            <item><description>GutterOnRight &lt;w:rtlGutter></description></item>
            <item><description>DocGrid &lt;w:docGrid></description></item>
            <item><description>PrinterSettingsReference &lt;w:printerSettings></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns &lt;w15:footnoteColumns></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr">
             <summary>
             <para> Physical Section Mark Character Revision ID.</para>
             <para>Represents the following attribute in the schema: w:rsidRPr </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel">
             <summary>
             <para> Section Deletion Revision ID.</para>
             <para>Represents the following attribute in the schema: w:rsidDel </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR">
             <summary>
             <para> Section Addition Revision ID.</para>
             <para>Represents the following attribute in the schema: w:rsidR </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect">
             <summary>
             <para> Section Properties Revision ID.</para>
             <para>Represents the following attribute in the schema: w:rsidSect </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.#ctor">
            <summary>
            Initializes a new instance of the PreviousSectionProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreviousSectionProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreviousSectionProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreviousSectionProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties">
            <summary>
            <para> FootnoteProperties.</para>
            <para> Represents the following element tag in the schema: w:footnotePr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties">
            <summary>
            <para> EndnoteProperties.</para>
            <para> Represents the following element tag in the schema: w:endnotePr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType">
            <summary>
            <para> SectionType.</para>
            <para> Represents the following element tag in the schema: w:type </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize">
            <summary>
            <para> PageSize.</para>
            <para> Represents the following element tag in the schema: w:pgSz </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin">
            <summary>
            <para> PageMargin.</para>
            <para> Represents the following element tag in the schema: w:pgMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource">
            <summary>
            <para> PaperSource.</para>
            <para> Represents the following element tag in the schema: w:paperSrc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders">
            <summary>
            <para> PageBorders.</para>
            <para> Represents the following element tag in the schema: w:pgBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType">
            <summary>
            <para> LineNumberType.</para>
            <para> Represents the following element tag in the schema: w:lnNumType </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType">
            <summary>
            <para> PageNumberType.</para>
            <para> Represents the following element tag in the schema: w:pgNumType </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns">
            <summary>
            <para> Columns.</para>
            <para> Represents the following element tag in the schema: w:cols </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection">
            <summary>
            <para> FormProtection.</para>
            <para> Represents the following element tag in the schema: w:formProt </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage">
            <summary>
            <para> VerticalTextAlignmentOnPage.</para>
            <para> Represents the following element tag in the schema: w:vAlign </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote">
            <summary>
            <para> NoEndnote.</para>
            <para> Represents the following element tag in the schema: w:noEndnote </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage">
            <summary>
            <para> TitlePage.</para>
            <para> Represents the following element tag in the schema: w:titlePg </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection">
            <summary>
            <para> TextDirection.</para>
            <para> Represents the following element tag in the schema: w:textDirection </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi">
            <summary>
            <para> BiDi.</para>
            <para> Represents the following element tag in the schema: w:bidi </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight">
            <summary>
            <para> GutterOnRight.</para>
            <para> Represents the following element tag in the schema: w:rtlGutter </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid">
            <summary>
            <para> DocGrid.</para>
            <para> Represents the following element tag in the schema: w:docGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference">
            <summary>
            <para> PrinterSettingsReference.</para>
            <para> Represents the following element tag in the schema: w:printerSettings </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns">
            <summary>
            <para> FootnoteColumns, this property is only available in Office2013.</para>
            <para> Represents the following element tag in the schema: w15:footnoteColumns </para>
            </summary>
            <remark>
            xmlns:w15 = http://schemas.microsoft.com/office/word/2012/wordml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended">
             <summary>
             <para>Previous Paragraph Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParagraphStyleId &lt;w:pStyle></description></item>
            <item><description>KeepNext &lt;w:keepNext></description></item>
            <item><description>KeepLines &lt;w:keepLines></description></item>
            <item><description>PageBreakBefore &lt;w:pageBreakBefore></description></item>
            <item><description>FrameProperties &lt;w:framePr></description></item>
            <item><description>WidowControl &lt;w:widowControl></description></item>
            <item><description>NumberingProperties &lt;w:numPr></description></item>
            <item><description>SuppressLineNumbers &lt;w:suppressLineNumbers></description></item>
            <item><description>ParagraphBorders &lt;w:pBdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>Tabs &lt;w:tabs></description></item>
            <item><description>SuppressAutoHyphens &lt;w:suppressAutoHyphens></description></item>
            <item><description>Kinsoku &lt;w:kinsoku></description></item>
            <item><description>WordWrap &lt;w:wordWrap></description></item>
            <item><description>OverflowPunctuation &lt;w:overflowPunct></description></item>
            <item><description>TopLinePunctuation &lt;w:topLinePunct></description></item>
            <item><description>AutoSpaceDE &lt;w:autoSpaceDE></description></item>
            <item><description>AutoSpaceDN &lt;w:autoSpaceDN></description></item>
            <item><description>BiDi &lt;w:bidi></description></item>
            <item><description>AdjustRightIndent &lt;w:adjustRightInd></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>SpacingBetweenLines &lt;w:spacing></description></item>
            <item><description>Indentation &lt;w:ind></description></item>
            <item><description>ContextualSpacing &lt;w:contextualSpacing></description></item>
            <item><description>MirrorIndents &lt;w:mirrorIndents></description></item>
            <item><description>SuppressOverlap &lt;w:suppressOverlap></description></item>
            <item><description>Justification &lt;w:jc></description></item>
            <item><description>TextDirection &lt;w:textDirection></description></item>
            <item><description>TextAlignment &lt;w:textAlignment></description></item>
            <item><description>TextBoxTightWrap &lt;w:textboxTightWrap></description></item>
            <item><description>OutlineLevel &lt;w:outlineLvl></description></item>
            <item><description>DivId &lt;w:divId></description></item>
            <item><description>ConditionalFormatStyle &lt;w:cnfStyle></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.#ctor">
            <summary>
            Initializes a new instance of the ParagraphPropertiesExtended class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParagraphPropertiesExtended class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParagraphPropertiesExtended class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphPropertiesExtended class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId">
            <summary>
            <para> ParagraphStyleId.</para>
            <para> Represents the following element tag in the schema: w:pStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext">
            <summary>
            <para> KeepNext.</para>
            <para> Represents the following element tag in the schema: w:keepNext </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines">
            <summary>
            <para> KeepLines.</para>
            <para> Represents the following element tag in the schema: w:keepLines </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore">
            <summary>
            <para> PageBreakBefore.</para>
            <para> Represents the following element tag in the schema: w:pageBreakBefore </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties">
            <summary>
            <para> FrameProperties.</para>
            <para> Represents the following element tag in the schema: w:framePr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl">
            <summary>
            <para> WidowControl.</para>
            <para> Represents the following element tag in the schema: w:widowControl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties">
            <summary>
            <para> NumberingProperties.</para>
            <para> Represents the following element tag in the schema: w:numPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers">
            <summary>
            <para> SuppressLineNumbers.</para>
            <para> Represents the following element tag in the schema: w:suppressLineNumbers </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders">
            <summary>
            <para> ParagraphBorders.</para>
            <para> Represents the following element tag in the schema: w:pBdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs">
            <summary>
            <para> Tabs.</para>
            <para> Represents the following element tag in the schema: w:tabs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens">
            <summary>
            <para> SuppressAutoHyphens.</para>
            <para> Represents the following element tag in the schema: w:suppressAutoHyphens </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku">
            <summary>
            <para> Kinsoku.</para>
            <para> Represents the following element tag in the schema: w:kinsoku </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap">
            <summary>
            <para> WordWrap.</para>
            <para> Represents the following element tag in the schema: w:wordWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation">
            <summary>
            <para> OverflowPunctuation.</para>
            <para> Represents the following element tag in the schema: w:overflowPunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation">
            <summary>
            <para> TopLinePunctuation.</para>
            <para> Represents the following element tag in the schema: w:topLinePunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE">
            <summary>
            <para> AutoSpaceDE.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceDE </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN">
            <summary>
            <para> AutoSpaceDN.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceDN </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi">
            <summary>
            <para> BiDi.</para>
            <para> Represents the following element tag in the schema: w:bidi </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent">
            <summary>
            <para> AdjustRightIndent.</para>
            <para> Represents the following element tag in the schema: w:adjustRightInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid">
            <summary>
            <para> SnapToGrid.</para>
            <para> Represents the following element tag in the schema: w:snapToGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines">
            <summary>
            <para> SpacingBetweenLines.</para>
            <para> Represents the following element tag in the schema: w:spacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation">
            <summary>
            <para> Indentation.</para>
            <para> Represents the following element tag in the schema: w:ind </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing">
            <summary>
            <para> ContextualSpacing.</para>
            <para> Represents the following element tag in the schema: w:contextualSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents">
            <summary>
            <para> MirrorIndents.</para>
            <para> Represents the following element tag in the schema: w:mirrorIndents </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap">
            <summary>
            <para> SuppressOverlap.</para>
            <para> Represents the following element tag in the schema: w:suppressOverlap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification">
            <summary>
            <para> Justification.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection">
            <summary>
            <para> TextDirection.</para>
            <para> Represents the following element tag in the schema: w:textDirection </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment">
            <summary>
            <para> TextAlignment.</para>
            <para> Represents the following element tag in the schema: w:textAlignment </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap">
            <summary>
            <para> TextBoxTightWrap.</para>
            <para> Represents the following element tag in the schema: w:textboxTightWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel">
            <summary>
            <para> OutlineLevel.</para>
            <para> Represents the following element tag in the schema: w:outlineLvl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId">
            <summary>
            <para> DivId.</para>
            <para> Represents the following element tag in the schema: w:divId </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle">
            <summary>
            <para> ConditionalFormatStyle.</para>
            <para> Represents the following element tag in the schema: w:cnfStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties">
             <summary>
             <para>Previous Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunStyle &lt;w:rStyle></description></item>
            <item><description>RunFonts &lt;w:rFonts></description></item>
            <item><description>Bold &lt;w:b></description></item>
            <item><description>BoldComplexScript &lt;w:bCs></description></item>
            <item><description>Italic &lt;w:i></description></item>
            <item><description>ItalicComplexScript &lt;w:iCs></description></item>
            <item><description>Caps &lt;w:caps></description></item>
            <item><description>SmallCaps &lt;w:smallCaps></description></item>
            <item><description>Strike &lt;w:strike></description></item>
            <item><description>DoubleStrike &lt;w:dstrike></description></item>
            <item><description>Outline &lt;w:outline></description></item>
            <item><description>Shadow &lt;w:shadow></description></item>
            <item><description>Emboss &lt;w:emboss></description></item>
            <item><description>Imprint &lt;w:imprint></description></item>
            <item><description>NoProof &lt;w:noProof></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>Vanish &lt;w:vanish></description></item>
            <item><description>WebHidden &lt;w:webHidden></description></item>
            <item><description>Color &lt;w:color></description></item>
            <item><description>Spacing &lt;w:spacing></description></item>
            <item><description>CharacterScale &lt;w:w></description></item>
            <item><description>Kern &lt;w:kern></description></item>
            <item><description>Position &lt;w:position></description></item>
            <item><description>FontSize &lt;w:sz></description></item>
            <item><description>FontSizeComplexScript &lt;w:szCs></description></item>
            <item><description>Highlight &lt;w:highlight></description></item>
            <item><description>Underline &lt;w:u></description></item>
            <item><description>TextEffect &lt;w:effect></description></item>
            <item><description>Border &lt;w:bdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>FitText &lt;w:fitText></description></item>
            <item><description>VerticalTextAlignment &lt;w:vertAlign></description></item>
            <item><description>RightToLeftText &lt;w:rtl></description></item>
            <item><description>ComplexScript &lt;w:cs></description></item>
            <item><description>Emphasis &lt;w:em></description></item>
            <item><description>Languages &lt;w:lang></description></item>
            <item><description>EastAsianLayout &lt;w:eastAsianLayout></description></item>
            <item><description>SpecVanish &lt;w:specVanish></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Glow &lt;w14:glow></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Shadow &lt;w14:shadow></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Reflection &lt;w14:reflection></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect &lt;w14:textOutline></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.FillTextEffect &lt;w14:textFill></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Scene3D &lt;w14:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Properties3D &lt;w14:props3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Ligatures &lt;w14:ligatures></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.NumberingFormat &lt;w14:numForm></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.NumberSpacing &lt;w14:numSpacing></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.StylisticSets &lt;w14:stylisticSets></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives &lt;w14:cntxtAlts></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.#ctor">
            <summary>
            Initializes a new instance of the PreviousRunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreviousRunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreviousRunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreviousRunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties">
             <summary>
             <para>Previous Run Properties for the Paragraph Mark.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Inserted &lt;w:ins></description></item>
            <item><description>Deleted &lt;w:del></description></item>
            <item><description>MoveFrom &lt;w:moveFrom></description></item>
            <item><description>MoveTo &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>RunStyle &lt;w:rStyle></description></item>
            <item><description>RunFonts &lt;w:rFonts></description></item>
            <item><description>Bold &lt;w:b></description></item>
            <item><description>BoldComplexScript &lt;w:bCs></description></item>
            <item><description>Italic &lt;w:i></description></item>
            <item><description>ItalicComplexScript &lt;w:iCs></description></item>
            <item><description>Caps &lt;w:caps></description></item>
            <item><description>SmallCaps &lt;w:smallCaps></description></item>
            <item><description>Strike &lt;w:strike></description></item>
            <item><description>DoubleStrike &lt;w:dstrike></description></item>
            <item><description>Outline &lt;w:outline></description></item>
            <item><description>Shadow &lt;w:shadow></description></item>
            <item><description>Emboss &lt;w:emboss></description></item>
            <item><description>Imprint &lt;w:imprint></description></item>
            <item><description>NoProof &lt;w:noProof></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>Vanish &lt;w:vanish></description></item>
            <item><description>WebHidden &lt;w:webHidden></description></item>
            <item><description>Color &lt;w:color></description></item>
            <item><description>Spacing &lt;w:spacing></description></item>
            <item><description>CharacterScale &lt;w:w></description></item>
            <item><description>Kern &lt;w:kern></description></item>
            <item><description>Position &lt;w:position></description></item>
            <item><description>FontSize &lt;w:sz></description></item>
            <item><description>FontSizeComplexScript &lt;w:szCs></description></item>
            <item><description>Highlight &lt;w:highlight></description></item>
            <item><description>Underline &lt;w:u></description></item>
            <item><description>TextEffect &lt;w:effect></description></item>
            <item><description>Border &lt;w:bdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>FitText &lt;w:fitText></description></item>
            <item><description>VerticalTextAlignment &lt;w:vertAlign></description></item>
            <item><description>RightToLeftText &lt;w:rtl></description></item>
            <item><description>ComplexScript &lt;w:cs></description></item>
            <item><description>Emphasis &lt;w:em></description></item>
            <item><description>Languages &lt;w:lang></description></item>
            <item><description>EastAsianLayout &lt;w:eastAsianLayout></description></item>
            <item><description>SpecVanish &lt;w:specVanish></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Glow &lt;w14:glow></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Shadow &lt;w14:shadow></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Reflection &lt;w14:reflection></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect &lt;w14:textOutline></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.FillTextEffect &lt;w14:textFill></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Scene3D &lt;w14:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Properties3D &lt;w14:props3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Ligatures &lt;w14:ligatures></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.NumberingFormat &lt;w14:numForm></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.NumberSpacing &lt;w14:numSpacing></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.StylisticSets &lt;w14:stylisticSets></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives &lt;w14:cntxtAlts></description></item>
            <item><description>OfficeMath &lt;w:oMath></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.#ctor">
            <summary>
            Initializes a new instance of the PreviousParagraphMarkRunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreviousParagraphMarkRunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreviousParagraphMarkRunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreviousParagraphMarkRunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted">
            <summary>
            <para> Inserted Paragraph.</para>
            <para> Represents the following element tag in the schema: w:ins </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted">
            <summary>
            <para> Deleted Paragraph.</para>
            <para> Represents the following element tag in the schema: w:del </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom">
            <summary>
            <para> Move Source Paragraph.</para>
            <para> Represents the following element tag in the schema: w:moveFrom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo">
            <summary>
            <para> Move Destination Paragraph.</para>
            <para> Represents the following element tag in the schema: w:moveTo </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference">
            <summary>
            <para>Numbering Level Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:ilvl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.#ctor">
            <summary>
            Initializes a new instance of the NumberingLevelReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingId">
            <summary>
            <para>Numbering Definition Instance Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:numId.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingId.#ctor">
            <summary>
            Initializes a new instance of the NumberingId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue">
            <summary>
            <para>Starting Value.</para>
            <para> When the object is serialized out as xml, its qualified name is w:start.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.#ctor">
            <summary>
            Initializes a new instance of the StartNumberingValue class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AbstractNumId">
            <summary>
            <para>Abstract Numbering Definition Reference.</para>
            <para> When the object is serialized out as xml, its qualified name is w:abstractNumId.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.#ctor">
            <summary>
            Initializes a new instance of the AbstractNumId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType">
            <summary>
            Defines the NonNegativeDecimalNumberType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.#ctor">
            <summary>
            Initializes a new instance of the NonNegativeDecimalNumberType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingChange">
            <summary>
            <para>Previous Paragraph Numbering Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is w:numberingChange.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original">
             <summary>
             <para> original.</para>
             <para>Represents the following attribute in the schema: w:original </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingChange.#ctor">
            <summary>
            Initializes a new instance of the NumberingChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TabStop">
            <summary>
            <para>Custom Tab Stop.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tab.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TabStop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TabStop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TabStop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TabStop.Val">
             <summary>
             <para> Tab Stop Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader">
             <summary>
             <para> Tab Leader Character.</para>
             <para>Represents the following attribute in the schema: w:leader </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TabStop.Position">
             <summary>
             <para> Tab Stop Position.</para>
             <para>Represents the following attribute in the schema: w:pos </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TabStop.#ctor">
            <summary>
            Initializes a new instance of the TabStop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TabStop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties">
             <summary>
             <para>Run Properties for the Paragraph Mark.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Inserted &lt;w:ins></description></item>
            <item><description>Deleted &lt;w:del></description></item>
            <item><description>MoveFrom &lt;w:moveFrom></description></item>
            <item><description>MoveTo &lt;w:moveTo></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>RunStyle &lt;w:rStyle></description></item>
            <item><description>RunFonts &lt;w:rFonts></description></item>
            <item><description>Bold &lt;w:b></description></item>
            <item><description>BoldComplexScript &lt;w:bCs></description></item>
            <item><description>Italic &lt;w:i></description></item>
            <item><description>ItalicComplexScript &lt;w:iCs></description></item>
            <item><description>Caps &lt;w:caps></description></item>
            <item><description>SmallCaps &lt;w:smallCaps></description></item>
            <item><description>Strike &lt;w:strike></description></item>
            <item><description>DoubleStrike &lt;w:dstrike></description></item>
            <item><description>Outline &lt;w:outline></description></item>
            <item><description>Shadow &lt;w:shadow></description></item>
            <item><description>Emboss &lt;w:emboss></description></item>
            <item><description>Imprint &lt;w:imprint></description></item>
            <item><description>NoProof &lt;w:noProof></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>Vanish &lt;w:vanish></description></item>
            <item><description>WebHidden &lt;w:webHidden></description></item>
            <item><description>Color &lt;w:color></description></item>
            <item><description>Spacing &lt;w:spacing></description></item>
            <item><description>CharacterScale &lt;w:w></description></item>
            <item><description>Kern &lt;w:kern></description></item>
            <item><description>Position &lt;w:position></description></item>
            <item><description>FontSize &lt;w:sz></description></item>
            <item><description>FontSizeComplexScript &lt;w:szCs></description></item>
            <item><description>Highlight &lt;w:highlight></description></item>
            <item><description>Underline &lt;w:u></description></item>
            <item><description>TextEffect &lt;w:effect></description></item>
            <item><description>Border &lt;w:bdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>FitText &lt;w:fitText></description></item>
            <item><description>VerticalTextAlignment &lt;w:vertAlign></description></item>
            <item><description>RightToLeftText &lt;w:rtl></description></item>
            <item><description>ComplexScript &lt;w:cs></description></item>
            <item><description>Emphasis &lt;w:em></description></item>
            <item><description>Languages &lt;w:lang></description></item>
            <item><description>EastAsianLayout &lt;w:eastAsianLayout></description></item>
            <item><description>SpecVanish &lt;w:specVanish></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Glow &lt;w14:glow></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Shadow &lt;w14:shadow></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Reflection &lt;w14:reflection></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect &lt;w14:textOutline></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.FillTextEffect &lt;w14:textFill></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Scene3D &lt;w14:scene3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Properties3D &lt;w14:props3d></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.Ligatures &lt;w14:ligatures></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.NumberingFormat &lt;w14:numForm></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.NumberSpacing &lt;w14:numSpacing></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.StylisticSets &lt;w14:stylisticSets></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives &lt;w14:cntxtAlts></description></item>
            <item><description>OfficeMath &lt;w:oMath></description></item>
            <item><description>ParagraphMarkRunPropertiesChange &lt;w:rPrChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.#ctor">
            <summary>
            Initializes a new instance of the ParagraphMarkRunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParagraphMarkRunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParagraphMarkRunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphMarkRunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted">
            <summary>
            <para> Inserted Paragraph.</para>
            <para> Represents the following element tag in the schema: w:ins </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted">
            <summary>
            <para> Deleted Paragraph.</para>
            <para> Represents the following element tag in the schema: w:del </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom">
            <summary>
            <para> Move Source Paragraph.</para>
            <para> Represents the following element tag in the schema: w:moveFrom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo">
            <summary>
            <para> Move Destination Paragraph.</para>
            <para> Represents the following element tag in the schema: w:moveTo </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SectionProperties">
             <summary>
             <para>Section Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sectPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>HeaderReference &lt;w:headerReference></description></item>
            <item><description>FooterReference &lt;w:footerReference></description></item>
            <item><description>FootnoteProperties &lt;w:footnotePr></description></item>
            <item><description>EndnoteProperties &lt;w:endnotePr></description></item>
            <item><description>SectionType &lt;w:type></description></item>
            <item><description>PageSize &lt;w:pgSz></description></item>
            <item><description>PageMargin &lt;w:pgMar></description></item>
            <item><description>PaperSource &lt;w:paperSrc></description></item>
            <item><description>PageBorders &lt;w:pgBorders></description></item>
            <item><description>LineNumberType &lt;w:lnNumType></description></item>
            <item><description>PageNumberType &lt;w:pgNumType></description></item>
            <item><description>Columns &lt;w:cols></description></item>
            <item><description>FormProtection &lt;w:formProt></description></item>
            <item><description>VerticalTextAlignmentOnPage &lt;w:vAlign></description></item>
            <item><description>NoEndnote &lt;w:noEndnote></description></item>
            <item><description>TitlePage &lt;w:titlePg></description></item>
            <item><description>TextDirection &lt;w:textDirection></description></item>
            <item><description>BiDi &lt;w:bidi></description></item>
            <item><description>GutterOnRight &lt;w:rtlGutter></description></item>
            <item><description>DocGrid &lt;w:docGrid></description></item>
            <item><description>PrinterSettingsReference &lt;w:printerSettings></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns &lt;w15:footnoteColumns></description></item>
            <item><description>SectionPropertiesChange &lt;w:sectPrChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr">
             <summary>
             <para> Physical Section Mark Character Revision ID.</para>
             <para>Represents the following attribute in the schema: w:rsidRPr </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel">
             <summary>
             <para> Section Deletion Revision ID.</para>
             <para>Represents the following attribute in the schema: w:rsidDel </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR">
             <summary>
             <para> Section Addition Revision ID.</para>
             <para>Represents the following attribute in the schema: w:rsidR </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect">
             <summary>
             <para> Section Properties Revision ID.</para>
             <para>Represents the following attribute in the schema: w:rsidSect </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.#ctor">
            <summary>
            Initializes a new instance of the SectionProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SectionProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SectionProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SectionProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FieldData">
            <summary>
            <para>Custom Field Data.</para>
            <para> When the object is serialized out as xml, its qualified name is w:fldData.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldData.#ctor">
            <summary>
            Initializes a new instance of the FieldData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FieldData class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FormFieldData">
             <summary>
             <para>Form Field Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:ffData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FormFieldName &lt;w:name></description></item>
            <item><description>Enabled &lt;w:enabled></description></item>
            <item><description>CalculateOnExit &lt;w:calcOnExit></description></item>
            <item><description>EntryMacro &lt;w:entryMacro></description></item>
            <item><description>ExitMacro &lt;w:exitMacro></description></item>
            <item><description>HelpText &lt;w:helpText></description></item>
            <item><description>StatusText &lt;w:statusText></description></item>
            <item><description>CheckBox &lt;w:checkBox></description></item>
            <item><description>DropDownListFormField &lt;w:ddList></description></item>
            <item><description>TextInput &lt;w:textInput></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormFieldData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormFieldData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldData.#ctor">
            <summary>
            Initializes a new instance of the FormFieldData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FormFieldData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FormFieldData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FormFieldData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FormFieldName">
            <summary>
            <para>Form Field Name.</para>
            <para> When the object is serialized out as xml, its qualified name is w:name.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormFieldName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormFieldName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val">
             <summary>
             <para> Form Field Name Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldName.#ctor">
            <summary>
            Initializes a new instance of the FormFieldName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FormFieldName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EntryMacro">
            <summary>
            <para>Script Function to Execute on Form Field Entry.</para>
            <para> When the object is serialized out as xml, its qualified name is w:entryMacro.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EntryMacro.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EntryMacro.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EntryMacro.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EntryMacro.#ctor">
            <summary>
            Initializes a new instance of the EntryMacro class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EntryMacro.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ExitMacro">
            <summary>
            <para>Script Function to Execute on Form Field Exit.</para>
            <para> When the object is serialized out as xml, its qualified name is w:exitMacro.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ExitMacro.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ExitMacro.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ExitMacro.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ExitMacro.#ctor">
            <summary>
            Initializes a new instance of the ExitMacro class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ExitMacro.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MacroNameType">
            <summary>
            Defines the MacroNameType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val">
             <summary>
             <para> Name of Script Function.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MacroNameType.#ctor">
            <summary>
            Initializes a new instance of the MacroNameType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HelpText">
            <summary>
            <para>Associated Help Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:helpText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HelpText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HelpText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HelpText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HelpText.Type">
             <summary>
             <para> Help Text Type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HelpText.Val">
             <summary>
             <para> Help Text Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HelpText.#ctor">
            <summary>
            Initializes a new instance of the HelpText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HelpText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StatusText">
            <summary>
            <para>Associated Status Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:statusText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StatusText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StatusText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StatusText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StatusText.Type">
             <summary>
             <para> Status Text Type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StatusText.Val">
             <summary>
             <para> Status Text Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StatusText.#ctor">
            <summary>
            Initializes a new instance of the StatusText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StatusText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CheckBox">
             <summary>
             <para>Checkbox Form Field Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:checkBox.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FormFieldSize &lt;w:size></description></item>
            <item><description>AutomaticallySizeFormField &lt;w:sizeAuto></description></item>
            <item><description>DefaultCheckBoxFormFieldState &lt;w:default></description></item>
            <item><description>Checked &lt;w:checked></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CheckBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CheckBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CheckBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CheckBox.#ctor">
            <summary>
            Initializes a new instance of the CheckBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CheckBox.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CheckBox class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CheckBox.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CheckBox class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CheckBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CheckBox class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CheckBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField">
             <summary>
             <para>Drop-Down List Form Field Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:ddList.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DropDownListSelection &lt;w:result></description></item>
            <item><description>DefaultDropDownListItemIndex &lt;w:default></description></item>
            <item><description>ListEntryFormField &lt;w:listEntry></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.#ctor">
            <summary>
            Initializes a new instance of the DropDownListFormField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DropDownListFormField class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DropDownListFormField class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DropDownListFormField class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection">
            <summary>
            <para> Drop-Down List Selection.</para>
            <para> Represents the following element tag in the schema: w:result </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex">
            <summary>
            <para> Default Drop-Down List Item Index.</para>
            <para> Represents the following element tag in the schema: w:default </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextInput">
             <summary>
             <para>Text Box Form Field Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:textInput.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TextBoxFormFieldType &lt;w:type></description></item>
            <item><description>DefaultTextBoxFormFieldString &lt;w:default></description></item>
            <item><description>MaxLength &lt;w:maxLength></description></item>
            <item><description>Format &lt;w:format></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextInput.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextInput.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextInput.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextInput.#ctor">
            <summary>
            Initializes a new instance of the TextInput class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextInput.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TextInput class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextInput.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TextInput class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextInput.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextInput class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType">
            <summary>
            <para> Text Box Form Field Type.</para>
            <para> Represents the following element tag in the schema: w:type </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString">
            <summary>
            <para> Default Text Box Form Field String.</para>
            <para> Represents the following element tag in the schema: w:default </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength">
            <summary>
            <para> Text Box Form Field Maximum Length.</para>
            <para> Represents the following element tag in the schema: w:maxLength </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextInput.Format">
            <summary>
            <para> Text Box Form Field Formatting.</para>
            <para> Represents the following element tag in the schema: w:format </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextInput.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex">
            <summary>
            <para>Default Drop-Down List Item Index.</para>
            <para> When the object is serialized out as xml, its qualified name is w:default.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.#ctor">
            <summary>
            Initializes a new instance of the DefaultDropDownListItemIndex class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField">
            <summary>
            <para>Drop-Down List Entry.</para>
            <para> When the object is serialized out as xml, its qualified name is w:listEntry.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.#ctor">
            <summary>
            Initializes a new instance of the ListEntryFormField class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString">
            <summary>
            <para>Default Text Box Form Field String.</para>
            <para> When the object is serialized out as xml, its qualified name is w:default.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.#ctor">
            <summary>
            Initializes a new instance of the DefaultTextBoxFormFieldString class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FrameName">
            <summary>
            <para>Frame Name.</para>
            <para> When the object is serialized out as xml, its qualified name is w:name.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameName.#ctor">
            <summary>
            Initializes a new instance of the FrameName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.String255Type">
            <summary>
            Defines the String255Type class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.String255Type.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.String255Type.#ctor">
            <summary>
            Initializes a new instance of the String255Type class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType">
            <summary>
            <para>Text Box Form Field Type.</para>
            <para> When the object is serialized out as xml, its qualified name is w:type.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val">
             <summary>
             <para> Text Box Form Field Type Values.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.#ctor">
            <summary>
            Initializes a new instance of the TextBoxFormFieldType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MaxLength">
            <summary>
            <para>Text Box Form Field Maximum Length.</para>
            <para> When the object is serialized out as xml, its qualified name is w:maxLength.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MaxLength.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MaxLength.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MaxLength.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MaxLength.#ctor">
            <summary>
            Initializes a new instance of the MaxLength class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MaxLength.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Format">
            <summary>
            <para>Text Box Form Field Formatting.</para>
            <para> When the object is serialized out as xml, its qualified name is w:format.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Format.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Format.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Format.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Format.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Format.#ctor">
            <summary>
            Initializes a new instance of the Format class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Format.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Column">
            <summary>
            <para>Single Column Definition.</para>
            <para> When the object is serialized out as xml, its qualified name is w:col.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Column.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Column.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Column.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Column.Width">
             <summary>
             <para> Column Width.</para>
             <para>Represents the following attribute in the schema: w:w </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Column.Space">
             <summary>
             <para> Space Before Following Column.</para>
             <para>Represents the following attribute in the schema: w:space </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Column.#ctor">
            <summary>
            Initializes a new instance of the Column class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Column.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange">
             <summary>
             <para>Revision Information for Section Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sectPrChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PreviousSectionProperties &lt;w:sectPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.#ctor">
            <summary>
            Initializes a new instance of the SectionPropertiesChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SectionPropertiesChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SectionPropertiesChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SectionPropertiesChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties">
            <summary>
            <para> Previous Section Properties.</para>
            <para> Represents the following element tag in the schema: w:sectPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange">
             <summary>
             <para>Revision Information for Run Properties on the Paragraph Mark.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rPrChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PreviousParagraphMarkRunProperties &lt;w:rPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.#ctor">
            <summary>
            Initializes a new instance of the ParagraphMarkRunPropertiesChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParagraphMarkRunPropertiesChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParagraphMarkRunPropertiesChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphMarkRunPropertiesChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties">
            <summary>
            <para> Previous Run Properties for the Paragraph Mark.</para>
            <para> Represents the following element tag in the schema: w:rPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties">
             <summary>
             <para>External Content Import Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:altChunkPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MatchSource &lt;w:matchSrc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.#ctor">
            <summary>
            Initializes a new instance of the AltChunkProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AltChunkProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AltChunkProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AltChunkProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource">
            <summary>
            <para> Keep Source Formatting on Import.</para>
            <para> Represents the following element tag in the schema: w:matchSrc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyAlign">
            <summary>
            <para>Phonetic Guide Text Alignment.</para>
            <para> When the object is serialized out as xml, its qualified name is w:rubyAlign.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyAlign.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyAlign.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyAlign.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val">
             <summary>
             <para> Phonetic Guide Text Alignment Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyAlign.#ctor">
            <summary>
            Initializes a new instance of the RubyAlign class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyAlign.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise">
            <summary>
            <para>Distance Between Phonetic Guide Text and Phonetic Guide Base Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:hpsRaise.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.#ctor">
            <summary>
            Initializes a new instance of the PhoneticGuideRaise class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LanguageId">
            <summary>
            <para>Language ID for Phonetic Guide.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lid.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LanguageId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LanguageId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LanguageId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val">
             <summary>
             <para> Language Code.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LanguageId.#ctor">
            <summary>
            Initializes a new instance of the LanguageId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LanguageId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyProperties">
             <summary>
             <para>Phonetic Guide Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rubyPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RubyAlign &lt;w:rubyAlign></description></item>
            <item><description>PhoneticGuideTextFontSize &lt;w:hps></description></item>
            <item><description>PhoneticGuideRaise &lt;w:hpsRaise></description></item>
            <item><description>PhoneticGuideBaseTextSize &lt;w:hpsBaseText></description></item>
            <item><description>LanguageId &lt;w:lid></description></item>
            <item><description>Dirty &lt;w:dirty></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.#ctor">
            <summary>
            Initializes a new instance of the RubyProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RubyProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RubyProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RubyProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign">
            <summary>
            <para> Phonetic Guide Text Alignment.</para>
            <para> Represents the following element tag in the schema: w:rubyAlign </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize">
            <summary>
            <para> Phonetic Guide Text Font Size.</para>
            <para> Represents the following element tag in the schema: w:hps </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise">
            <summary>
            <para> Distance Between Phonetic Guide Text and Phonetic Guide Base Text.</para>
            <para> Represents the following element tag in the schema: w:hpsRaise </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize">
            <summary>
            <para> Phonetic Guide Base Text Font Size.</para>
            <para> Represents the following element tag in the schema: w:hpsBaseText </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId">
            <summary>
            <para> Language ID for Phonetic Guide.</para>
            <para> Represents the following element tag in the schema: w:lid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty">
            <summary>
            <para> Invalidated Field Cache.</para>
            <para> Represents the following element tag in the schema: w:dirty </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyContent">
             <summary>
             <para>Phonetic Guide Text.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rt.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlRuby &lt;w:customXml></description></item>
            <item><description>SimpleFieldRuby &lt;w:fldSimple></description></item>
            <item><description>HyperlinkRuby &lt;w:hyperlink></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>SdtRunRuby &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyContent.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyContent.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyContent.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyContent.#ctor">
            <summary>
            Initializes a new instance of the RubyContent class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyContent.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RubyContent class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyContent.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RubyContent class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyContent.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RubyContent class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyContent.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyBase">
             <summary>
             <para>Phonetic Guide Base Text.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rubyBase.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlRuby &lt;w:customXml></description></item>
            <item><description>SimpleFieldRuby &lt;w:fldSimple></description></item>
            <item><description>HyperlinkRuby &lt;w:hyperlink></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>SdtRunRuby &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyBase.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RubyBase.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyBase.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyBase.#ctor">
            <summary>
            Initializes a new instance of the RubyBase class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyBase.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RubyBase class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyBase.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RubyBase class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyBase.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RubyBase class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyBase.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyContentType">
             <summary>
             Defines the RubyContentType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlRuby &lt;w:customXml></description></item>
            <item><description>SimpleFieldRuby &lt;w:fldSimple></description></item>
            <item><description>HyperlinkRuby &lt;w:hyperlink></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>SdtRunRuby &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyContentType.#ctor">
            <summary>
            Initializes a new instance of the RubyContentType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyContentType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RubyContentType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyContentType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RubyContentType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RubyContentType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RubyContentType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType">
            <summary>
            <para>Custom XML Data Date Storage Format.</para>
            <para> When the object is serialized out as xml, its qualified name is w:storeMappedDataAs.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val">
             <summary>
             <para> Date Storage Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.#ctor">
            <summary>
            Initializes a new instance of the SdtDateMappingType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Calendar">
            <summary>
            <para>Date Picker Calendar Type.</para>
            <para> When the object is serialized out as xml, its qualified name is w:calendar.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Calendar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Calendar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Calendar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Calendar.Val">
             <summary>
             <para> Calendar Type Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Calendar.#ctor">
            <summary>
            Initializes a new instance of the Calendar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Calendar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ListItem">
            <summary>
            <para>Combo Box List Item.</para>
            <para> When the object is serialized out as xml, its qualified name is w:listItem.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ListItem.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ListItem.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ListItem.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText">
             <summary>
             <para> List Entry Display Text.</para>
             <para>Represents the following attribute in the schema: w:displayText </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ListItem.Value">
             <summary>
             <para> List Entry Value.</para>
             <para>Represents the following attribute in the schema: w:value </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ListItem.#ctor">
            <summary>
            Initializes a new instance of the ListItem class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ListItem.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtProperties">
             <summary>
             <para>Structured Document Tag Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdtPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;w:rPr></description></item>
            <item><description>SdtAlias &lt;w:alias></description></item>
            <item><description>Lock &lt;w:lock></description></item>
            <item><description>SdtPlaceholder &lt;w:placeholder></description></item>
            <item><description>ShowingPlaceholder &lt;w:showingPlcHdr></description></item>
            <item><description>DataBinding &lt;w:dataBinding></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.DataBinding &lt;w15:dataBinding></description></item>
            <item><description>TemporarySdt &lt;w:temporary></description></item>
            <item><description>SdtId &lt;w:id></description></item>
            <item><description>Tag &lt;w:tag></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.Color &lt;w15:color></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.Appearance &lt;w15:appearance></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked &lt;w15:webExtensionLinked></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated &lt;w15:webExtensionCreated></description></item>
            <item><description>SdtContentEquation &lt;w:equation></description></item>
            <item><description>SdtContentComboBox &lt;w:comboBox></description></item>
            <item><description>SdtContentDate &lt;w:date></description></item>
            <item><description>SdtContentDocPartObject &lt;w:docPartObj></description></item>
            <item><description>SdtContentDocPartList &lt;w:docPartList></description></item>
            <item><description>SdtContentDropDownList &lt;w:dropDownList></description></item>
            <item><description>SdtContentPicture &lt;w:picture></description></item>
            <item><description>SdtContentRichText &lt;w:richText></description></item>
            <item><description>SdtContentText &lt;w:text></description></item>
            <item><description>SdtContentCitation &lt;w:citation></description></item>
            <item><description>SdtContentGroup &lt;w:group></description></item>
            <item><description>SdtContentBibliography &lt;w:bibliography></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty &lt;w14:entityPicker></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox &lt;w14:checkbox></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection &lt;w15:repeatingSection></description></item>
            <item><description>DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem &lt;w15:repeatingSectionItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtProperties.#ctor">
            <summary>
            Initializes a new instance of the SdtProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties">
             <summary>
             <para>Structured Document Tag End Character Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdtEndPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunProperties &lt;w:rPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.#ctor">
            <summary>
            Initializes a new instance of the SdtEndCharProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtEndCharProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtEndCharProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtEndCharProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock">
             <summary>
             <para>Block-Level Structured Document Tag Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdtContent.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.#ctor">
            <summary>
            Initializes a new instance of the SdtContentBlock class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentBlock class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentBlock class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentBlock class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun">
             <summary>
             <para>Inline-Level Structured Document Tag Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdtContent.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
            <item><description>CustomXmlRun &lt;w:customXml></description></item>
            <item><description>SimpleField &lt;w:fldSimple></description></item>
            <item><description>Hyperlink &lt;w:hyperlink></description></item>
            <item><description>SdtRun &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>BidirectionalOverride &lt;w:bdo></description></item>
            <item><description>BidirectionalEmbedding &lt;w:dir></description></item>
            <item><description>SubDocumentReference &lt;w:subDoc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.#ctor">
            <summary>
            Initializes a new instance of the SdtContentRun class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentRun class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentRun class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentRun class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby">
             <summary>
             <para>Defines the SdtContentRunRuby Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdtContent.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlRuby &lt;w:customXml></description></item>
            <item><description>SimpleFieldRuby &lt;w:fldSimple></description></item>
            <item><description>HyperlinkRuby &lt;w:hyperlink></description></item>
            <item><description>Run &lt;w:r></description></item>
            <item><description>SdtRunRuby &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Paragraph &lt;m:oMathPara></description></item>
            <item><description>DocumentFormat.OpenXml.Math.OfficeMath &lt;m:oMath></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Accent &lt;m:acc></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Bar &lt;m:bar></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Box &lt;m:box></description></item>
            <item><description>DocumentFormat.OpenXml.Math.BorderBox &lt;m:borderBox></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Delimiter &lt;m:d></description></item>
            <item><description>DocumentFormat.OpenXml.Math.EquationArray &lt;m:eqArr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Fraction &lt;m:f></description></item>
            <item><description>DocumentFormat.OpenXml.Math.MathFunction &lt;m:func></description></item>
            <item><description>DocumentFormat.OpenXml.Math.GroupChar &lt;m:groupChr></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitLower &lt;m:limLow></description></item>
            <item><description>DocumentFormat.OpenXml.Math.LimitUpper &lt;m:limUpp></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Matrix &lt;m:m></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Nary &lt;m:nary></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Phantom &lt;m:phant></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Radical &lt;m:rad></description></item>
            <item><description>DocumentFormat.OpenXml.Math.PreSubSuper &lt;m:sPre></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Subscript &lt;m:sSub></description></item>
            <item><description>DocumentFormat.OpenXml.Math.SubSuperscript &lt;m:sSubSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Superscript &lt;m:sSup></description></item>
            <item><description>DocumentFormat.OpenXml.Math.Run &lt;m:r></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.#ctor">
            <summary>
            Initializes a new instance of the SdtContentRunRuby class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentRunRuby class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentRunRuby class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentRunRuby class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell">
             <summary>
             <para>Cell-Level Structured Document Tag Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdtContent.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCell &lt;w:tc></description></item>
            <item><description>CustomXmlCell &lt;w:customXml></description></item>
            <item><description>SdtCell &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.#ctor">
            <summary>
            Initializes a new instance of the SdtContentCell class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentCell class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentCell class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentCell class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow">
             <summary>
             <para>Row-Level Structured Document Tag Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:sdtContent.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableRow &lt;w:tr></description></item>
            <item><description>CustomXmlRow &lt;w:customXml></description></item>
            <item><description>SdtRow &lt;w:sdt></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.#ctor">
            <summary>
            Initializes a new instance of the SdtContentRow class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentRow class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentRow class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentRow class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties">
             <summary>
             <para>Custom XML Element Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:customXmlPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>CustomXmlPlaceholder &lt;w:placeholder></description></item>
            <item><description>CustomXmlAttribute &lt;w:attr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CustomXmlProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomXmlProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomXmlProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder">
            <summary>
            <para> Custom XML Element Placeholder Text.</para>
            <para> Represents the following element tag in the schema: w:placeholder </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute">
            <summary>
            <para>Custom XML Attribute.</para>
            <para> When the object is serialized out as xml, its qualified name is w:attr.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri">
             <summary>
             <para> uri.</para>
             <para>Represents the following attribute in the schema: w:uri </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name">
             <summary>
             <para> name.</para>
             <para>Represents the following attribute in the schema: w:name </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.#ctor">
            <summary>
            Initializes a new instance of the CustomXmlAttribute class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.GridColumn">
            <summary>
            <para>Grid Column Definition.</para>
            <para> When the object is serialized out as xml, its qualified name is w:gridCol.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GridColumn.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GridColumn.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridColumn.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width">
             <summary>
             <para> Grid Column Width.</para>
             <para>Represents the following attribute in the schema: w:w </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridColumn.#ctor">
            <summary>
            Initializes a new instance of the GridColumn class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.GridColumn.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableGridChange">
             <summary>
             <para>Revision Information for Table Grid Column Definitions.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblGridChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PreviousTableGrid &lt;w:tblGrid></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableGridChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableGridChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGridChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGridChange.#ctor">
            <summary>
            Initializes a new instance of the TableGridChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGridChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableGridChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGridChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableGridChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGridChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableGridChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid">
            <summary>
            <para> Previous Table Grid.</para>
            <para> Represents the following element tag in the schema: w:tblGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGridChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange">
             <summary>
             <para>Revision Information for Table Cell Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tcPrChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PreviousTableCellProperties &lt;w:tcPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.#ctor">
            <summary>
            Initializes a new instance of the TableCellPropertiesChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCellPropertiesChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCellPropertiesChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCellPropertiesChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties">
            <summary>
            <para> Previous Table Cell Properties.</para>
            <para> Represents the following element tag in the schema: w:tcPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties">
             <summary>
             <para>Table Cell Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tcPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormatStyle &lt;w:cnfStyle></description></item>
            <item><description>TableCellWidth &lt;w:tcW></description></item>
            <item><description>GridSpan &lt;w:gridSpan></description></item>
            <item><description>HorizontalMerge &lt;w:hMerge></description></item>
            <item><description>VerticalMerge &lt;w:vMerge></description></item>
            <item><description>TableCellBorders &lt;w:tcBorders></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>NoWrap &lt;w:noWrap></description></item>
            <item><description>TableCellMargin &lt;w:tcMar></description></item>
            <item><description>TextDirection &lt;w:textDirection></description></item>
            <item><description>TableCellFitText &lt;w:tcFitText></description></item>
            <item><description>TableCellVerticalAlignment &lt;w:vAlign></description></item>
            <item><description>HideMark &lt;w:hideMark></description></item>
            <item><description>CellInsertion &lt;w:cellIns></description></item>
            <item><description>CellDeletion &lt;w:cellDel></description></item>
            <item><description>CellMerge &lt;w:cellMerge></description></item>
            <item><description>TableCellPropertiesChange &lt;w:tcPrChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.#ctor">
            <summary>
            Initializes a new instance of the TableCellProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableCellProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableCellProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableCellProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle">
            <summary>
            <para> ConditionalFormatStyle.</para>
            <para> Represents the following element tag in the schema: w:cnfStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth">
            <summary>
            <para> TableCellWidth.</para>
            <para> Represents the following element tag in the schema: w:tcW </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan">
            <summary>
            <para> GridSpan.</para>
            <para> Represents the following element tag in the schema: w:gridSpan </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge">
            <summary>
            <para> HorizontalMerge.</para>
            <para> Represents the following element tag in the schema: w:hMerge </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge">
            <summary>
            <para> VerticalMerge.</para>
            <para> Represents the following element tag in the schema: w:vMerge </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders">
            <summary>
            <para> TableCellBorders.</para>
            <para> Represents the following element tag in the schema: w:tcBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap">
            <summary>
            <para> NoWrap.</para>
            <para> Represents the following element tag in the schema: w:noWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin">
            <summary>
            <para> TableCellMargin.</para>
            <para> Represents the following element tag in the schema: w:tcMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection">
            <summary>
            <para> TextDirection.</para>
            <para> Represents the following element tag in the schema: w:textDirection </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText">
            <summary>
            <para> TableCellFitText.</para>
            <para> Represents the following element tag in the schema: w:tcFitText </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment">
            <summary>
            <para> TableCellVerticalAlignment.</para>
            <para> Represents the following element tag in the schema: w:vAlign </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark">
            <summary>
            <para> HideMark.</para>
            <para> Represents the following element tag in the schema: w:hideMark </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange">
             <summary>
             <para>Revision Information for Table Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblPrChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PreviousTableProperties &lt;w:tblPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.#ctor">
            <summary>
            Initializes a new instance of the TablePropertiesChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TablePropertiesChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TablePropertiesChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TablePropertiesChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties">
            <summary>
            <para> Previous Table Properties.</para>
            <para> Represents the following element tag in the schema: w:tblPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange">
             <summary>
             <para>Revision Information for Table-Level Property Exceptions.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblPrExChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PreviousTablePropertyExceptions &lt;w:tblPrEx></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.#ctor">
            <summary>
            Initializes a new instance of the TablePropertyExceptionsChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TablePropertyExceptionsChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TablePropertyExceptionsChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TablePropertyExceptionsChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions">
            <summary>
            <para> Previous Table-Level Property Exceptions.</para>
            <para> Represents the following element tag in the schema: w:tblPrEx </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableProperties">
             <summary>
             <para>Table Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableStyle &lt;w:tblStyle></description></item>
            <item><description>TablePositionProperties &lt;w:tblpPr></description></item>
            <item><description>TableOverlap &lt;w:tblOverlap></description></item>
            <item><description>BiDiVisual &lt;w:bidiVisual></description></item>
            <item><description>TableWidth &lt;w:tblW></description></item>
            <item><description>TableJustification &lt;w:jc></description></item>
            <item><description>TableCellSpacing &lt;w:tblCellSpacing></description></item>
            <item><description>TableIndentation &lt;w:tblInd></description></item>
            <item><description>TableBorders &lt;w:tblBorders></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>TableLayout &lt;w:tblLayout></description></item>
            <item><description>TableCellMarginDefault &lt;w:tblCellMar></description></item>
            <item><description>TableLook &lt;w:tblLook></description></item>
            <item><description>TableCaption &lt;w:tblCaption></description></item>
            <item><description>TableDescription &lt;w:tblDescription></description></item>
            <item><description>TablePropertiesChange &lt;w:tblPrChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableProperties.#ctor">
            <summary>
            Initializes a new instance of the TableProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle">
            <summary>
            <para> TableStyle.</para>
            <para> Represents the following element tag in the schema: w:tblStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties">
            <summary>
            <para> TablePositionProperties.</para>
            <para> Represents the following element tag in the schema: w:tblpPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap">
            <summary>
            <para> TableOverlap.</para>
            <para> Represents the following element tag in the schema: w:tblOverlap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual">
            <summary>
            <para> BiDiVisual.</para>
            <para> Represents the following element tag in the schema: w:bidiVisual </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth">
            <summary>
            <para> TableWidth.</para>
            <para> Represents the following element tag in the schema: w:tblW </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification">
            <summary>
            <para> TableJustification.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing">
            <summary>
            <para> TableCellSpacing.</para>
            <para> Represents the following element tag in the schema: w:tblCellSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation">
            <summary>
            <para> TableIndentation.</para>
            <para> Represents the following element tag in the schema: w:tblInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders">
            <summary>
            <para> TableBorders.</para>
            <para> Represents the following element tag in the schema: w:tblBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout">
            <summary>
            <para> TableLayout.</para>
            <para> Represents the following element tag in the schema: w:tblLayout </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault">
            <summary>
            <para> TableCellMarginDefault.</para>
            <para> Represents the following element tag in the schema: w:tblCellMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook">
            <summary>
            <para> TableLook.</para>
            <para> Represents the following element tag in the schema: w:tblLook </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption">
            <summary>
            <para> TableCaption, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:tblCaption </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription">
            <summary>
            <para> TableDescription, this property is only available in Office2010.</para>
            <para> Represents the following element tag in the schema: w:tblDescription </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange">
            <summary>
            <para> Revision Information for Table Properties.</para>
            <para> Represents the following element tag in the schema: w:tblPrChange </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableGrid">
             <summary>
             <para>Table Grid.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblGrid.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GridColumn &lt;w:gridCol></description></item>
            <item><description>TableGridChange &lt;w:tblGridChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableGrid.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableGrid.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGrid.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGrid.#ctor">
            <summary>
            Initializes a new instance of the TableGrid class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGrid.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableGrid class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGrid.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableGrid class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGrid.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableGrid class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableGrid.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition">
            <summary>
            <para>Footnote Placement.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val">
             <summary>
             <para> Footnote Position Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.#ctor">
            <summary>
            Initializes a new instance of the FootnotePosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat">
            <summary>
            <para>Footnote Numbering Format.</para>
            <para> When the object is serialized out as xml, its qualified name is w:numFmt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val">
             <summary>
             <para> Numbering Format Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format">
             <summary>
             <para> format, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:format </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.#ctor">
            <summary>
            Initializes a new instance of the NumberingFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition">
            <summary>
            <para>Endnote Placement.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pos.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val">
             <summary>
             <para> Endnote Position Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.#ctor">
            <summary>
            Initializes a new instance of the EndnotePosition class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference">
            <summary>
            <para>Special Footnote List.</para>
            <para> When the object is serialized out as xml, its qualified name is w:footnote.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.#ctor">
            <summary>
            Initializes a new instance of the FootnoteSpecialReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference">
            <summary>
            <para>Special Endnote List.</para>
            <para> When the object is serialized out as xml, its qualified name is w:endnote.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.#ctor">
            <summary>
            Initializes a new instance of the EndnoteSpecialReference class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType">
            <summary>
            Defines the FootnoteEndnoteSeparatorReferenceType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id">
             <summary>
             <para> Footnote/Endnote ID.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.#ctor">
            <summary>
            Initializes a new instance of the FootnoteEndnoteSeparatorReferenceType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ColumnIndex">
            <summary>
            <para>Index of Column Containing Unique Values for Record.</para>
            <para> When the object is serialized out as xml, its qualified name is w:column.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.#ctor">
            <summary>
            Initializes a new instance of the ColumnIndex class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter">
            <summary>
            <para>Column Delimiter for Data Source.</para>
            <para> When the object is serialized out as xml, its qualified name is w:colDelim.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.#ctor">
            <summary>
            Initializes a new instance of the ColumnDelimiter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType">
            <summary>
            Defines the UnsignedDecimalNumberType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.#ctor">
            <summary>
            Initializes a new instance of the UnsignedDecimalNumberType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UniqueTag">
            <summary>
            <para>Unique Value for Record.</para>
            <para> When the object is serialized out as xml, its qualified name is w:uniqueTag.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UniqueTag.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UniqueTag.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UniqueTag.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UniqueTag.#ctor">
            <summary>
            Initializes a new instance of the UniqueTag class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UniqueTag.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RecipientData">
             <summary>
             <para>Data About Single Data Source Record.</para>
             <para> When the object is serialized out as xml, its qualified name is w:recipientData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Active &lt;w:active></description></item>
            <item><description>ColumnIndex &lt;w:column></description></item>
            <item><description>UniqueTag &lt;w:uniqueTag></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RecipientData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RecipientData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RecipientData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RecipientData.#ctor">
            <summary>
            Initializes a new instance of the RecipientData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RecipientData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RecipientData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RecipientData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RecipientData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RecipientData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RecipientData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active">
            <summary>
            <para> Record Is Included in Mail Merge.</para>
            <para> Represents the following element tag in the schema: w:active </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex">
            <summary>
            <para> Index of Column Containing Unique Values for Record.</para>
            <para> Represents the following element tag in the schema: w:column </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag">
            <summary>
            <para> Unique Value for Record.</para>
            <para> Represents the following element tag in the schema: w:uniqueTag </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RecipientData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType">
            <summary>
            <para>Merge Field Mapping.</para>
            <para> When the object is serialized out as xml, its qualified name is w:type.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val">
             <summary>
             <para> Merge Field Mapping Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.#ctor">
            <summary>
            Initializes a new instance of the MailMergeFieldType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeSource">
            <summary>
            <para>ODSO Data Source Type.</para>
            <para> When the object is serialized out as xml, its qualified name is w:type.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val">
             <summary>
             <para> Data Source Type Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.#ctor">
            <summary>
            Initializes a new instance of the MailMergeSource class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FieldMapData">
             <summary>
             <para>External Data Source to Merge Field Mapping.</para>
             <para> When the object is serialized out as xml, its qualified name is w:fieldMapData.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MailMergeFieldType &lt;w:type></description></item>
            <item><description>Name &lt;w:name></description></item>
            <item><description>MappedName &lt;w:mappedName></description></item>
            <item><description>ColumnIndex &lt;w:column></description></item>
            <item><description>LanguageId &lt;w:lid></description></item>
            <item><description>DynamicAddress &lt;w:dynamicAddress></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.#ctor">
            <summary>
            Initializes a new instance of the FieldMapData class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FieldMapData class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FieldMapData class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FieldMapData class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType">
            <summary>
            <para> Merge Field Mapping.</para>
            <para> Represents the following element tag in the schema: w:type </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name">
            <summary>
            <para> Data Source Name for Column.</para>
            <para> Represents the following element tag in the schema: w:name </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName">
            <summary>
            <para> Predefined Merge Field Name.</para>
            <para> Represents the following element tag in the schema: w:mappedName </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex">
            <summary>
            <para> Index of Column Being Mapped.</para>
            <para> Represents the following element tag in the schema: w:column </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId">
            <summary>
            <para> Merge Field Name Language ID.</para>
            <para> Represents the following element tag in the schema: w:lid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress">
            <summary>
            <para> Use Country/Region-Based Address Field Ordering.</para>
            <para> Represents the following element tag in the schema: w:dynamicAddress </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FieldMapData.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MainDocumentType">
            <summary>
            <para>Source Document Type.</para>
            <para> When the object is serialized out as xml, its qualified name is w:mainDocumentType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val">
             <summary>
             <para> Mail Merge Source Document Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.#ctor">
            <summary>
            Initializes a new instance of the MainDocumentType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DataType">
            <summary>
            <para>Data Source Type.</para>
            <para> When the object is serialized out as xml, its qualified name is w:dataType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataType.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataType.#ctor">
            <summary>
            Initializes a new instance of the DataType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Destination">
            <summary>
            <para>Merged Document Destination.</para>
            <para> When the object is serialized out as xml, its qualified name is w:destination.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Destination.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Destination.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Destination.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Destination.Val">
             <summary>
             <para> Mail Merge Merged Document Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Destination.#ctor">
            <summary>
            Initializes a new instance of the Destination class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Destination.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject">
             <summary>
             <para>Office Data Source Object Settings.</para>
             <para> When the object is serialized out as xml, its qualified name is w:odso.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>UdlConnectionString &lt;w:udl></description></item>
            <item><description>DataSourceTableName &lt;w:table></description></item>
            <item><description>SourceReference &lt;w:src></description></item>
            <item><description>ColumnDelimiter &lt;w:colDelim></description></item>
            <item><description>MailMergeSource &lt;w:type></description></item>
            <item><description>FirstRowHeader &lt;w:fHdr></description></item>
            <item><description>FieldMapData &lt;w:fieldMapData></description></item>
            <item><description>RecipientDataReference &lt;w:recipientData></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.#ctor">
            <summary>
            Initializes a new instance of the DataSourceObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DataSourceObject class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DataSourceObject class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataSourceObject class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString">
            <summary>
            <para> UDL Connection String.</para>
            <para> Represents the following element tag in the schema: w:udl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName">
            <summary>
            <para> Data Source Table Name.</para>
            <para> Represents the following element tag in the schema: w:table </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference">
            <summary>
            <para> ODSO Data Source File Path.</para>
            <para> Represents the following element tag in the schema: w:src </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter">
            <summary>
            <para> Column Delimiter for Data Source.</para>
            <para> Represents the following element tag in the schema: w:colDelim </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource">
            <summary>
            <para> ODSO Data Source Type.</para>
            <para> Represents the following element tag in the schema: w:type </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader">
            <summary>
            <para> First Row of Data Source Contains Column Names.</para>
            <para> Represents the following element tag in the schema: w:fHdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable">
            <summary>
            <para>Single Document Variable.</para>
            <para> When the object is serialized out as xml, its qualified name is w:docVar.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name">
             <summary>
             <para> Document Variable Name.</para>
             <para>Represents the following attribute in the schema: w:name </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val">
             <summary>
             <para> Document Variable Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.#ctor">
            <summary>
            Initializes a new instance of the DocumentVariable class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RsidRoot">
            <summary>
            <para>Original Document Revision Save ID.</para>
            <para> When the object is serialized out as xml, its qualified name is w:rsidRoot.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RsidRoot.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RsidRoot.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RsidRoot.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RsidRoot.#ctor">
            <summary>
            Initializes a new instance of the RsidRoot class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RsidRoot.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Rsid">
            <summary>
            <para>Single Session Revision Save ID.</para>
            <para> When the object is serialized out as xml, its qualified name is w:rsid.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Rsid.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Rsid.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Rsid.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Rsid.#ctor">
            <summary>
            Initializes a new instance of the Rsid class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Rsid.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Nsid">
            <summary>
            <para>Abstract Numbering Definition Identifier.</para>
            <para> When the object is serialized out as xml, its qualified name is w:nsid.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Nsid.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Nsid.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Nsid.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Nsid.#ctor">
            <summary>
            Initializes a new instance of the Nsid class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Nsid.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TemplateCode">
            <summary>
            <para>Numbering Template Code.</para>
            <para> When the object is serialized out as xml, its qualified name is w:tmpl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TemplateCode.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TemplateCode.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TemplateCode.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TemplateCode.#ctor">
            <summary>
            Initializes a new instance of the TemplateCode class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TemplateCode.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType">
            <summary>
            Defines the LongHexNumberType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val">
             <summary>
             <para> Long Hexadecimal Number Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.#ctor">
            <summary>
            Initializes a new instance of the LongHexNumberType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle">
             <summary>
             <para>Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunFonts &lt;w:rFonts></description></item>
            <item><description>Bold &lt;w:b></description></item>
            <item><description>BoldComplexScript &lt;w:bCs></description></item>
            <item><description>Italic &lt;w:i></description></item>
            <item><description>ItalicComplexScript &lt;w:iCs></description></item>
            <item><description>Caps &lt;w:caps></description></item>
            <item><description>SmallCaps &lt;w:smallCaps></description></item>
            <item><description>Strike &lt;w:strike></description></item>
            <item><description>DoubleStrike &lt;w:dstrike></description></item>
            <item><description>Outline &lt;w:outline></description></item>
            <item><description>Shadow &lt;w:shadow></description></item>
            <item><description>Emboss &lt;w:emboss></description></item>
            <item><description>Imprint &lt;w:imprint></description></item>
            <item><description>NoProof &lt;w:noProof></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>Vanish &lt;w:vanish></description></item>
            <item><description>WebHidden &lt;w:webHidden></description></item>
            <item><description>Color &lt;w:color></description></item>
            <item><description>Spacing &lt;w:spacing></description></item>
            <item><description>CharacterScale &lt;w:w></description></item>
            <item><description>Kern &lt;w:kern></description></item>
            <item><description>Position &lt;w:position></description></item>
            <item><description>FontSize &lt;w:sz></description></item>
            <item><description>FontSizeComplexScript &lt;w:szCs></description></item>
            <item><description>Underline &lt;w:u></description></item>
            <item><description>TextEffect &lt;w:effect></description></item>
            <item><description>Border &lt;w:bdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>FitText &lt;w:fitText></description></item>
            <item><description>VerticalTextAlignment &lt;w:vertAlign></description></item>
            <item><description>Emphasis &lt;w:em></description></item>
            <item><description>Languages &lt;w:lang></description></item>
            <item><description>EastAsianLayout &lt;w:eastAsianLayout></description></item>
            <item><description>SpecVanish &lt;w:specVanish></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.#ctor">
            <summary>
            Initializes a new instance of the RunPropertiesBaseStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunPropertiesBaseStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunPropertiesBaseStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunPropertiesBaseStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts">
            <summary>
            <para> RunFonts.</para>
            <para> Represents the following element tag in the schema: w:rFonts </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold">
            <summary>
            <para> Bold.</para>
            <para> Represents the following element tag in the schema: w:b </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript">
            <summary>
            <para> BoldComplexScript.</para>
            <para> Represents the following element tag in the schema: w:bCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic">
            <summary>
            <para> Italic.</para>
            <para> Represents the following element tag in the schema: w:i </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript">
            <summary>
            <para> ItalicComplexScript.</para>
            <para> Represents the following element tag in the schema: w:iCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps">
            <summary>
            <para> Caps.</para>
            <para> Represents the following element tag in the schema: w:caps </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps">
            <summary>
            <para> SmallCaps.</para>
            <para> Represents the following element tag in the schema: w:smallCaps </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike">
            <summary>
            <para> Strike.</para>
            <para> Represents the following element tag in the schema: w:strike </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike">
            <summary>
            <para> DoubleStrike.</para>
            <para> Represents the following element tag in the schema: w:dstrike </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline">
            <summary>
            <para> Outline.</para>
            <para> Represents the following element tag in the schema: w:outline </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow">
            <summary>
            <para> Shadow.</para>
            <para> Represents the following element tag in the schema: w:shadow </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss">
            <summary>
            <para> Emboss.</para>
            <para> Represents the following element tag in the schema: w:emboss </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint">
            <summary>
            <para> Imprint.</para>
            <para> Represents the following element tag in the schema: w:imprint </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof">
            <summary>
            <para> NoProof.</para>
            <para> Represents the following element tag in the schema: w:noProof </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid">
            <summary>
            <para> SnapToGrid.</para>
            <para> Represents the following element tag in the schema: w:snapToGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish">
            <summary>
            <para> Vanish.</para>
            <para> Represents the following element tag in the schema: w:vanish </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden">
            <summary>
            <para> WebHidden.</para>
            <para> Represents the following element tag in the schema: w:webHidden </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color">
            <summary>
            <para> Color.</para>
            <para> Represents the following element tag in the schema: w:color </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing">
            <summary>
            <para> Spacing.</para>
            <para> Represents the following element tag in the schema: w:spacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale">
            <summary>
            <para> CharacterScale.</para>
            <para> Represents the following element tag in the schema: w:w </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern">
            <summary>
            <para> Kern.</para>
            <para> Represents the following element tag in the schema: w:kern </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position">
            <summary>
            <para> Position.</para>
            <para> Represents the following element tag in the schema: w:position </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize">
            <summary>
            <para> FontSize.</para>
            <para> Represents the following element tag in the schema: w:sz </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript">
            <summary>
            <para> FontSizeComplexScript.</para>
            <para> Represents the following element tag in the schema: w:szCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline">
            <summary>
            <para> Underline.</para>
            <para> Represents the following element tag in the schema: w:u </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect">
            <summary>
            <para> TextEffect.</para>
            <para> Represents the following element tag in the schema: w:effect </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border">
            <summary>
            <para> Border.</para>
            <para> Represents the following element tag in the schema: w:bdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText">
            <summary>
            <para> FitText.</para>
            <para> Represents the following element tag in the schema: w:fitText </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment">
            <summary>
            <para> VerticalTextAlignment.</para>
            <para> Represents the following element tag in the schema: w:vertAlign </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis">
            <summary>
            <para> Emphasis.</para>
            <para> Represents the following element tag in the schema: w:em </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages">
            <summary>
            <para> Languages.</para>
            <para> Represents the following element tag in the schema: w:lang </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout">
            <summary>
            <para> EastAsianLayout.</para>
            <para> Represents the following element tag in the schema: w:eastAsianLayout </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish">
            <summary>
            <para> SpecVanish.</para>
            <para> Represents the following element tag in the schema: w:specVanish </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle">
             <summary>
             <para>Paragraph Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>KeepNext &lt;w:keepNext></description></item>
            <item><description>KeepLines &lt;w:keepLines></description></item>
            <item><description>PageBreakBefore &lt;w:pageBreakBefore></description></item>
            <item><description>FrameProperties &lt;w:framePr></description></item>
            <item><description>WidowControl &lt;w:widowControl></description></item>
            <item><description>NumberingProperties &lt;w:numPr></description></item>
            <item><description>SuppressLineNumbers &lt;w:suppressLineNumbers></description></item>
            <item><description>ParagraphBorders &lt;w:pBdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>Tabs &lt;w:tabs></description></item>
            <item><description>SuppressAutoHyphens &lt;w:suppressAutoHyphens></description></item>
            <item><description>Kinsoku &lt;w:kinsoku></description></item>
            <item><description>WordWrap &lt;w:wordWrap></description></item>
            <item><description>OverflowPunctuation &lt;w:overflowPunct></description></item>
            <item><description>TopLinePunctuation &lt;w:topLinePunct></description></item>
            <item><description>AutoSpaceDE &lt;w:autoSpaceDE></description></item>
            <item><description>AutoSpaceDN &lt;w:autoSpaceDN></description></item>
            <item><description>BiDi &lt;w:bidi></description></item>
            <item><description>AdjustRightIndent &lt;w:adjustRightInd></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>SpacingBetweenLines &lt;w:spacing></description></item>
            <item><description>Indentation &lt;w:ind></description></item>
            <item><description>ContextualSpacing &lt;w:contextualSpacing></description></item>
            <item><description>MirrorIndents &lt;w:mirrorIndents></description></item>
            <item><description>SuppressOverlap &lt;w:suppressOverlap></description></item>
            <item><description>Justification &lt;w:jc></description></item>
            <item><description>TextDirection &lt;w:textDirection></description></item>
            <item><description>TextAlignment &lt;w:textAlignment></description></item>
            <item><description>TextBoxTightWrap &lt;w:textboxTightWrap></description></item>
            <item><description>OutlineLevel &lt;w:outlineLvl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.#ctor">
            <summary>
            Initializes a new instance of the ParagraphPropertiesBaseStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParagraphPropertiesBaseStyle class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParagraphPropertiesBaseStyle class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphPropertiesBaseStyle class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext">
            <summary>
            <para> KeepNext.</para>
            <para> Represents the following element tag in the schema: w:keepNext </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines">
            <summary>
            <para> KeepLines.</para>
            <para> Represents the following element tag in the schema: w:keepLines </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore">
            <summary>
            <para> PageBreakBefore.</para>
            <para> Represents the following element tag in the schema: w:pageBreakBefore </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties">
            <summary>
            <para> FrameProperties.</para>
            <para> Represents the following element tag in the schema: w:framePr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl">
            <summary>
            <para> WidowControl.</para>
            <para> Represents the following element tag in the schema: w:widowControl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties">
            <summary>
            <para> NumberingProperties.</para>
            <para> Represents the following element tag in the schema: w:numPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers">
            <summary>
            <para> SuppressLineNumbers.</para>
            <para> Represents the following element tag in the schema: w:suppressLineNumbers </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders">
            <summary>
            <para> ParagraphBorders.</para>
            <para> Represents the following element tag in the schema: w:pBdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs">
            <summary>
            <para> Tabs.</para>
            <para> Represents the following element tag in the schema: w:tabs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens">
            <summary>
            <para> SuppressAutoHyphens.</para>
            <para> Represents the following element tag in the schema: w:suppressAutoHyphens </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku">
            <summary>
            <para> Kinsoku.</para>
            <para> Represents the following element tag in the schema: w:kinsoku </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap">
            <summary>
            <para> WordWrap.</para>
            <para> Represents the following element tag in the schema: w:wordWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation">
            <summary>
            <para> OverflowPunctuation.</para>
            <para> Represents the following element tag in the schema: w:overflowPunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation">
            <summary>
            <para> TopLinePunctuation.</para>
            <para> Represents the following element tag in the schema: w:topLinePunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE">
            <summary>
            <para> AutoSpaceDE.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceDE </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN">
            <summary>
            <para> AutoSpaceDN.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceDN </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi">
            <summary>
            <para> BiDi.</para>
            <para> Represents the following element tag in the schema: w:bidi </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent">
            <summary>
            <para> AdjustRightIndent.</para>
            <para> Represents the following element tag in the schema: w:adjustRightInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid">
            <summary>
            <para> SnapToGrid.</para>
            <para> Represents the following element tag in the schema: w:snapToGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines">
            <summary>
            <para> SpacingBetweenLines.</para>
            <para> Represents the following element tag in the schema: w:spacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation">
            <summary>
            <para> Indentation.</para>
            <para> Represents the following element tag in the schema: w:ind </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing">
            <summary>
            <para> ContextualSpacing.</para>
            <para> Represents the following element tag in the schema: w:contextualSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents">
            <summary>
            <para> MirrorIndents.</para>
            <para> Represents the following element tag in the schema: w:mirrorIndents </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap">
            <summary>
            <para> SuppressOverlap.</para>
            <para> Represents the following element tag in the schema: w:suppressOverlap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification">
            <summary>
            <para> Justification.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection">
            <summary>
            <para> TextDirection.</para>
            <para> Represents the following element tag in the schema: w:textDirection </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment">
            <summary>
            <para> TextAlignment.</para>
            <para> Represents the following element tag in the schema: w:textAlignment </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap">
            <summary>
            <para> TextBoxTightWrap.</para>
            <para> Represents the following element tag in the schema: w:textboxTightWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel">
            <summary>
            <para> OutlineLevel.</para>
            <para> Represents the following element tag in the schema: w:outlineLvl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault">
             <summary>
             <para>Default Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rPrDefault.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunPropertiesBaseStyle &lt;w:rPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.#ctor">
            <summary>
            Initializes a new instance of the RunPropertiesDefault class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the RunPropertiesDefault class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the RunPropertiesDefault class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RunPropertiesDefault class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle">
            <summary>
            <para> Run Properties.</para>
            <para> Represents the following element tag in the schema: w:rPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault">
             <summary>
             <para>Default Paragraph Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pPrDefault.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParagraphPropertiesBaseStyle &lt;w:pPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.#ctor">
            <summary>
            Initializes a new instance of the ParagraphPropertiesDefault class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParagraphPropertiesDefault class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParagraphPropertiesDefault class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphPropertiesDefault class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle">
            <summary>
            <para> Paragraph Properties.</para>
            <para> Represents the following element tag in the schema: w:pPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MarginWidth">
            <summary>
            <para>Left and Right Margin for Frame.</para>
            <para> When the object is serialized out as xml, its qualified name is w:marW.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MarginWidth.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MarginWidth.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MarginWidth.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MarginWidth.#ctor">
            <summary>
            Initializes a new instance of the MarginWidth class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MarginWidth.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MarginHeight">
            <summary>
            <para>Top and Bottom Margin for Frame.</para>
            <para> When the object is serialized out as xml, its qualified name is w:marH.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MarginHeight.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MarginHeight.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MarginHeight.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MarginHeight.#ctor">
            <summary>
            Initializes a new instance of the MarginHeight class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MarginHeight.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType">
            <summary>
            Defines the PixelsMeasureType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val">
             <summary>
             <para> Measurement in Pixels.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.#ctor">
            <summary>
            Initializes a new instance of the PixelsMeasureType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility">
            <summary>
            <para>Scrollbar Display Option.</para>
            <para> When the object is serialized out as xml, its qualified name is w:scrollbar.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val">
             <summary>
             <para> Scrollbar Display Option Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.#ctor">
            <summary>
            Initializes a new instance of the ScrollbarVisibility class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Width">
            <summary>
            <para>Frameset Splitter Width.</para>
            <para> When the object is serialized out as xml, its qualified name is w:w.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Width.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Width.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Width.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Width.#ctor">
            <summary>
            Initializes a new instance of the Width class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Width.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HyphenationZone">
            <summary>
            <para>Hyphenation Zone.</para>
            <para> When the object is serialized out as xml, its qualified name is w:hyphenationZone.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.#ctor">
            <summary>
            Initializes a new instance of the HyphenationZone class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing">
            <summary>
            <para>Drawing Grid Horizontal Grid Unit Size.</para>
            <para> When the object is serialized out as xml, its qualified name is w:drawingGridHorizontalSpacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.#ctor">
            <summary>
            Initializes a new instance of the DrawingGridHorizontalSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing">
            <summary>
            <para>Drawing Grid Vertical Grid Unit Size.</para>
            <para> When the object is serialized out as xml, its qualified name is w:drawingGridVerticalSpacing.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.#ctor">
            <summary>
            Initializes a new instance of the DrawingGridVerticalSpacing class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin">
            <summary>
            <para>Drawing Grid Horizontal Origin Point.</para>
            <para> When the object is serialized out as xml, its qualified name is w:drawingGridHorizontalOrigin.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.#ctor">
            <summary>
            Initializes a new instance of the DrawingGridHorizontalOrigin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin">
            <summary>
            <para>Drawing Grid Vertical Origin Point.</para>
            <para> When the object is serialized out as xml, its qualified name is w:drawingGridVerticalOrigin.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.#ctor">
            <summary>
            Initializes a new instance of the DrawingGridVerticalOrigin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType">
            <summary>
            Defines the TwipsMeasureType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val">
             <summary>
             <para> Measurement in Twentieths of a Point.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.#ctor">
            <summary>
            Initializes a new instance of the TwipsMeasureType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar">
             <summary>
             <para>Frameset Splitter Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:framesetSplitbar.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Width &lt;w:w></description></item>
            <item><description>Color &lt;w:color></description></item>
            <item><description>NoBorder &lt;w:noBorder></description></item>
            <item><description>FlatBorders &lt;w:flatBorders></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.#ctor">
            <summary>
            Initializes a new instance of the FramesetSplitbar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FramesetSplitbar class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FramesetSplitbar class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FramesetSplitbar class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width">
            <summary>
            <para> Frameset Splitter Width.</para>
            <para> Represents the following element tag in the schema: w:w </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color">
            <summary>
            <para> Frameset Splitter Color.</para>
            <para> Represents the following element tag in the schema: w:color </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder">
            <summary>
            <para> Do Not Display Frameset Splitters.</para>
            <para> Represents the following element tag in the schema: w:noBorder </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders">
            <summary>
            <para> Frameset Splitter Border Style.</para>
            <para> Represents the following element tag in the schema: w:flatBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FrameLayout">
            <summary>
            <para>Frameset Layout.</para>
            <para> When the object is serialized out as xml, its qualified name is w:frameLayout.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameLayout.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameLayout.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameLayout.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val">
             <summary>
             <para> Frameset Layout Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameLayout.#ctor">
            <summary>
            Initializes a new instance of the FrameLayout class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FrameLayout.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Frameset">
             <summary>
             <para>Nested Frameset Definition.</para>
             <para> When the object is serialized out as xml, its qualified name is w:frameset.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FrameSize &lt;w:sz></description></item>
            <item><description>FramesetSplitbar &lt;w:framesetSplitbar></description></item>
            <item><description>FrameLayout &lt;w:frameLayout></description></item>
            <item><description>Frameset &lt;w:frameset></description></item>
            <item><description>Frame &lt;w:frame></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frameset.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frameset.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frameset.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frameset.#ctor">
            <summary>
            Initializes a new instance of the Frameset class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frameset.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Frameset class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frameset.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Frameset class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frameset.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Frameset class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize">
            <summary>
            <para> Nested Frameset Size.</para>
            <para> Represents the following element tag in the schema: w:sz </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar">
            <summary>
            <para> Frameset Splitter Properties.</para>
            <para> Represents the following element tag in the schema: w:framesetSplitbar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout">
            <summary>
            <para> Frameset Layout.</para>
            <para> Represents the following element tag in the schema: w:frameLayout </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frameset.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Frame">
             <summary>
             <para>Single Frame Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:frame.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FrameSize &lt;w:sz></description></item>
            <item><description>FrameName &lt;w:name></description></item>
            <item><description>SourceFileReference &lt;w:sourceFileName></description></item>
            <item><description>MarginWidth &lt;w:marW></description></item>
            <item><description>MarginHeight &lt;w:marH></description></item>
            <item><description>ScrollbarVisibility &lt;w:scrollbar></description></item>
            <item><description>NoResizeAllowed &lt;w:noResizeAllowed></description></item>
            <item><description>LinkedToFile &lt;w:linkedToFile></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frame.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frame.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frame.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frame.#ctor">
            <summary>
            Initializes a new instance of the Frame class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frame.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Frame class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frame.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Frame class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frame.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Frame class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize">
            <summary>
            <para> Frame Size.</para>
            <para> Represents the following element tag in the schema: w:sz </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName">
            <summary>
            <para> Frame Name.</para>
            <para> Represents the following element tag in the schema: w:name </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference">
            <summary>
            <para> Source File for Frame.</para>
            <para> Represents the following element tag in the schema: w:sourceFileName </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth">
            <summary>
            <para> Left and Right Margin for Frame.</para>
            <para> Represents the following element tag in the schema: w:marW </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight">
            <summary>
            <para> Top and Bottom Margin for Frame.</para>
            <para> Represents the following element tag in the schema: w:marH </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility">
            <summary>
            <para> Scrollbar Display Option.</para>
            <para> Represents the following element tag in the schema: w:scrollbar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed">
            <summary>
            <para> Frame Cannot Be Resized.</para>
            <para> Represents the following element tag in the schema: w:noResizeAllowed </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile">
            <summary>
            <para> Maintain Link to Existing File.</para>
            <para> Represents the following element tag in the schema: w:linkedToFile </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Frame.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelSuffix">
            <summary>
            <para>Content Between Numbering Symbol and Paragraph Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:suff.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val">
             <summary>
             <para> Character Type Between Numbering and Text.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.#ctor">
            <summary>
            Initializes a new instance of the LevelSuffix class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelText">
            <summary>
            <para>Numbering Level Text.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lvlText.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelText.Val">
             <summary>
             <para> Level Text.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelText.Null">
             <summary>
             <para> Level Text Is Null Character.</para>
             <para>Represents the following attribute in the schema: w:null </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelText.#ctor">
            <summary>
            Initializes a new instance of the LevelText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering">
            <summary>
            <para>Legacy Numbering Level Properties.</para>
            <para> When the object is serialized out as xml, its qualified name is w:legacy.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy">
             <summary>
             <para> Use Legacy Numbering Properties.</para>
             <para>Represents the following attribute in the schema: w:legacy </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace">
             <summary>
             <para> Legacy Spacing.</para>
             <para>Represents the following attribute in the schema: w:legacySpace </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent">
             <summary>
             <para> Legacy Indent.</para>
             <para>Represents the following attribute in the schema: w:legacyIndent </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.#ctor">
            <summary>
            Initializes a new instance of the LegacyNumbering class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelJustification">
            <summary>
            <para>Justification.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lvlJc.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelJustification.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelJustification.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelJustification.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val">
             <summary>
             <para> Alignment Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelJustification.#ctor">
            <summary>
            Initializes a new instance of the LevelJustification class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelJustification.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties">
             <summary>
             <para>Numbering Level Associated Paragraph Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParagraphStyleId &lt;w:pStyle></description></item>
            <item><description>KeepNext &lt;w:keepNext></description></item>
            <item><description>KeepLines &lt;w:keepLines></description></item>
            <item><description>PageBreakBefore &lt;w:pageBreakBefore></description></item>
            <item><description>FrameProperties &lt;w:framePr></description></item>
            <item><description>WidowControl &lt;w:widowControl></description></item>
            <item><description>NumberingProperties &lt;w:numPr></description></item>
            <item><description>SuppressLineNumbers &lt;w:suppressLineNumbers></description></item>
            <item><description>ParagraphBorders &lt;w:pBdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>Tabs &lt;w:tabs></description></item>
            <item><description>SuppressAutoHyphens &lt;w:suppressAutoHyphens></description></item>
            <item><description>Kinsoku &lt;w:kinsoku></description></item>
            <item><description>WordWrap &lt;w:wordWrap></description></item>
            <item><description>OverflowPunctuation &lt;w:overflowPunct></description></item>
            <item><description>TopLinePunctuation &lt;w:topLinePunct></description></item>
            <item><description>AutoSpaceDE &lt;w:autoSpaceDE></description></item>
            <item><description>AutoSpaceDN &lt;w:autoSpaceDN></description></item>
            <item><description>BiDi &lt;w:bidi></description></item>
            <item><description>AdjustRightIndent &lt;w:adjustRightInd></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>SpacingBetweenLines &lt;w:spacing></description></item>
            <item><description>Indentation &lt;w:ind></description></item>
            <item><description>ContextualSpacing &lt;w:contextualSpacing></description></item>
            <item><description>MirrorIndents &lt;w:mirrorIndents></description></item>
            <item><description>SuppressOverlap &lt;w:suppressOverlap></description></item>
            <item><description>Justification &lt;w:jc></description></item>
            <item><description>TextDirection &lt;w:textDirection></description></item>
            <item><description>TextAlignment &lt;w:textAlignment></description></item>
            <item><description>TextBoxTightWrap &lt;w:textboxTightWrap></description></item>
            <item><description>OutlineLevel &lt;w:outlineLvl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the PreviousParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreviousParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreviousParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreviousParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId">
            <summary>
            <para> ParagraphStyleId.</para>
            <para> Represents the following element tag in the schema: w:pStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext">
            <summary>
            <para> KeepNext.</para>
            <para> Represents the following element tag in the schema: w:keepNext </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines">
            <summary>
            <para> KeepLines.</para>
            <para> Represents the following element tag in the schema: w:keepLines </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore">
            <summary>
            <para> PageBreakBefore.</para>
            <para> Represents the following element tag in the schema: w:pageBreakBefore </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties">
            <summary>
            <para> FrameProperties.</para>
            <para> Represents the following element tag in the schema: w:framePr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl">
            <summary>
            <para> WidowControl.</para>
            <para> Represents the following element tag in the schema: w:widowControl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties">
            <summary>
            <para> NumberingProperties.</para>
            <para> Represents the following element tag in the schema: w:numPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers">
            <summary>
            <para> SuppressLineNumbers.</para>
            <para> Represents the following element tag in the schema: w:suppressLineNumbers </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders">
            <summary>
            <para> ParagraphBorders.</para>
            <para> Represents the following element tag in the schema: w:pBdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs">
            <summary>
            <para> Tabs.</para>
            <para> Represents the following element tag in the schema: w:tabs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens">
            <summary>
            <para> SuppressAutoHyphens.</para>
            <para> Represents the following element tag in the schema: w:suppressAutoHyphens </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku">
            <summary>
            <para> Kinsoku.</para>
            <para> Represents the following element tag in the schema: w:kinsoku </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap">
            <summary>
            <para> WordWrap.</para>
            <para> Represents the following element tag in the schema: w:wordWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation">
            <summary>
            <para> OverflowPunctuation.</para>
            <para> Represents the following element tag in the schema: w:overflowPunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation">
            <summary>
            <para> TopLinePunctuation.</para>
            <para> Represents the following element tag in the schema: w:topLinePunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE">
            <summary>
            <para> AutoSpaceDE.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceDE </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN">
            <summary>
            <para> AutoSpaceDN.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceDN </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi">
            <summary>
            <para> BiDi.</para>
            <para> Represents the following element tag in the schema: w:bidi </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent">
            <summary>
            <para> AdjustRightIndent.</para>
            <para> Represents the following element tag in the schema: w:adjustRightInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid">
            <summary>
            <para> SnapToGrid.</para>
            <para> Represents the following element tag in the schema: w:snapToGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines">
            <summary>
            <para> SpacingBetweenLines.</para>
            <para> Represents the following element tag in the schema: w:spacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation">
            <summary>
            <para> Indentation.</para>
            <para> Represents the following element tag in the schema: w:ind </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing">
            <summary>
            <para> ContextualSpacing.</para>
            <para> Represents the following element tag in the schema: w:contextualSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents">
            <summary>
            <para> MirrorIndents.</para>
            <para> Represents the following element tag in the schema: w:mirrorIndents </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap">
            <summary>
            <para> SuppressOverlap.</para>
            <para> Represents the following element tag in the schema: w:suppressOverlap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification">
            <summary>
            <para> Justification.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection">
            <summary>
            <para> TextDirection.</para>
            <para> Represents the following element tag in the schema: w:textDirection </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment">
            <summary>
            <para> TextAlignment.</para>
            <para> Represents the following element tag in the schema: w:textAlignment </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap">
            <summary>
            <para> TextBoxTightWrap.</para>
            <para> Represents the following element tag in the schema: w:textboxTightWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel">
            <summary>
            <para> OutlineLevel.</para>
            <para> Represents the following element tag in the schema: w:outlineLvl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties">
             <summary>
             <para>Numbering Symbol Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunFonts &lt;w:rFonts></description></item>
            <item><description>Bold &lt;w:b></description></item>
            <item><description>BoldComplexScript &lt;w:bCs></description></item>
            <item><description>Italic &lt;w:i></description></item>
            <item><description>ItalicComplexScript &lt;w:iCs></description></item>
            <item><description>Caps &lt;w:caps></description></item>
            <item><description>SmallCaps &lt;w:smallCaps></description></item>
            <item><description>Strike &lt;w:strike></description></item>
            <item><description>DoubleStrike &lt;w:dstrike></description></item>
            <item><description>Outline &lt;w:outline></description></item>
            <item><description>Shadow &lt;w:shadow></description></item>
            <item><description>Emboss &lt;w:emboss></description></item>
            <item><description>Imprint &lt;w:imprint></description></item>
            <item><description>NoProof &lt;w:noProof></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>Vanish &lt;w:vanish></description></item>
            <item><description>WebHidden &lt;w:webHidden></description></item>
            <item><description>Color &lt;w:color></description></item>
            <item><description>Spacing &lt;w:spacing></description></item>
            <item><description>CharacterScale &lt;w:w></description></item>
            <item><description>Kern &lt;w:kern></description></item>
            <item><description>Position &lt;w:position></description></item>
            <item><description>FontSize &lt;w:sz></description></item>
            <item><description>FontSizeComplexScript &lt;w:szCs></description></item>
            <item><description>Underline &lt;w:u></description></item>
            <item><description>TextEffect &lt;w:effect></description></item>
            <item><description>Border &lt;w:bdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>FitText &lt;w:fitText></description></item>
            <item><description>VerticalTextAlignment &lt;w:vertAlign></description></item>
            <item><description>RightToLeftText &lt;w:rtl></description></item>
            <item><description>ComplexScript &lt;w:cs></description></item>
            <item><description>Emphasis &lt;w:em></description></item>
            <item><description>Languages &lt;w:lang></description></item>
            <item><description>EastAsianLayout &lt;w:eastAsianLayout></description></item>
            <item><description>SpecVanish &lt;w:specVanish></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.#ctor">
            <summary>
            Initializes a new instance of the NumberingSymbolRunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberingSymbolRunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberingSymbolRunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberingSymbolRunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts">
            <summary>
            <para> RunFonts.</para>
            <para> Represents the following element tag in the schema: w:rFonts </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold">
            <summary>
            <para> Bold.</para>
            <para> Represents the following element tag in the schema: w:b </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript">
            <summary>
            <para> BoldComplexScript.</para>
            <para> Represents the following element tag in the schema: w:bCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic">
            <summary>
            <para> Italic.</para>
            <para> Represents the following element tag in the schema: w:i </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript">
            <summary>
            <para> ItalicComplexScript.</para>
            <para> Represents the following element tag in the schema: w:iCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps">
            <summary>
            <para> Caps.</para>
            <para> Represents the following element tag in the schema: w:caps </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps">
            <summary>
            <para> SmallCaps.</para>
            <para> Represents the following element tag in the schema: w:smallCaps </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike">
            <summary>
            <para> Strike.</para>
            <para> Represents the following element tag in the schema: w:strike </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike">
            <summary>
            <para> DoubleStrike.</para>
            <para> Represents the following element tag in the schema: w:dstrike </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline">
            <summary>
            <para> Outline.</para>
            <para> Represents the following element tag in the schema: w:outline </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow">
            <summary>
            <para> Shadow.</para>
            <para> Represents the following element tag in the schema: w:shadow </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss">
            <summary>
            <para> Emboss.</para>
            <para> Represents the following element tag in the schema: w:emboss </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint">
            <summary>
            <para> Imprint.</para>
            <para> Represents the following element tag in the schema: w:imprint </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof">
            <summary>
            <para> NoProof.</para>
            <para> Represents the following element tag in the schema: w:noProof </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid">
            <summary>
            <para> SnapToGrid.</para>
            <para> Represents the following element tag in the schema: w:snapToGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish">
            <summary>
            <para> Vanish.</para>
            <para> Represents the following element tag in the schema: w:vanish </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden">
            <summary>
            <para> WebHidden.</para>
            <para> Represents the following element tag in the schema: w:webHidden </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color">
            <summary>
            <para> Color.</para>
            <para> Represents the following element tag in the schema: w:color </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing">
            <summary>
            <para> Spacing.</para>
            <para> Represents the following element tag in the schema: w:spacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale">
            <summary>
            <para> CharacterScale.</para>
            <para> Represents the following element tag in the schema: w:w </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern">
            <summary>
            <para> Kern.</para>
            <para> Represents the following element tag in the schema: w:kern </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position">
            <summary>
            <para> Position.</para>
            <para> Represents the following element tag in the schema: w:position </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize">
            <summary>
            <para> FontSize.</para>
            <para> Represents the following element tag in the schema: w:sz </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript">
            <summary>
            <para> FontSizeComplexScript.</para>
            <para> Represents the following element tag in the schema: w:szCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline">
            <summary>
            <para> Underline.</para>
            <para> Represents the following element tag in the schema: w:u </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect">
            <summary>
            <para> TextEffect.</para>
            <para> Represents the following element tag in the schema: w:effect </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border">
            <summary>
            <para> Border.</para>
            <para> Represents the following element tag in the schema: w:bdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText">
            <summary>
            <para> FitText.</para>
            <para> Represents the following element tag in the schema: w:fitText </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment">
            <summary>
            <para> VerticalTextAlignment.</para>
            <para> Represents the following element tag in the schema: w:vertAlign </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText">
            <summary>
            <para> RightToLeftText.</para>
            <para> Represents the following element tag in the schema: w:rtl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript">
            <summary>
            <para> ComplexScript.</para>
            <para> Represents the following element tag in the schema: w:cs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis">
            <summary>
            <para> Emphasis.</para>
            <para> Represents the following element tag in the schema: w:em </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages">
            <summary>
            <para> Languages.</para>
            <para> Represents the following element tag in the schema: w:lang </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout">
            <summary>
            <para> EastAsianLayout.</para>
            <para> Represents the following element tag in the schema: w:eastAsianLayout </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish">
            <summary>
            <para> SpecVanish.</para>
            <para> Represents the following element tag in the schema: w:specVanish </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MultiLevelType">
            <summary>
            <para>Abstract Numbering Definition Type.</para>
            <para> When the object is serialized out as xml, its qualified name is w:multiLevelType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val">
             <summary>
             <para> Abstract Numbering Definition Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.#ctor">
            <summary>
            Initializes a new instance of the MultiLevelType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Level">
             <summary>
             <para>Numbering Level Definition.</para>
             <para> When the object is serialized out as xml, its qualified name is w:lvl.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StartNumberingValue &lt;w:start></description></item>
            <item><description>NumberingFormat &lt;w:numFmt></description></item>
            <item><description>LevelRestart &lt;w:lvlRestart></description></item>
            <item><description>ParagraphStyleIdInLevel &lt;w:pStyle></description></item>
            <item><description>IsLegalNumberingStyle &lt;w:isLgl></description></item>
            <item><description>LevelSuffix &lt;w:suff></description></item>
            <item><description>LevelText &lt;w:lvlText></description></item>
            <item><description>LevelPictureBulletId &lt;w:lvlPicBulletId></description></item>
            <item><description>LegacyNumbering &lt;w:legacy></description></item>
            <item><description>LevelJustification &lt;w:lvlJc></description></item>
            <item><description>PreviousParagraphProperties &lt;w:pPr></description></item>
            <item><description>NumberingSymbolRunProperties &lt;w:rPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Level.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex">
             <summary>
             <para> Numbering Level.</para>
             <para>Represents the following attribute in the schema: w:ilvl </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode">
             <summary>
             <para> Template Code.</para>
             <para>Represents the following attribute in the schema: w:tplc </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.Tentative">
             <summary>
             <para> Tentative Numbering.</para>
             <para>Represents the following attribute in the schema: w:tentative </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Level.#ctor">
            <summary>
            Initializes a new instance of the Level class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Level.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Level class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Level.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Level class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Level.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Level class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue">
            <summary>
            <para> Starting Value.</para>
            <para> Represents the following element tag in the schema: w:start </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat">
            <summary>
            <para> Numbering Format.</para>
            <para> Represents the following element tag in the schema: w:numFmt </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart">
            <summary>
            <para> Restart Numbering Level Symbol.</para>
            <para> Represents the following element tag in the schema: w:lvlRestart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel">
            <summary>
            <para> Paragraph Style's Associated Numbering Level.</para>
            <para> Represents the following element tag in the schema: w:pStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle">
            <summary>
            <para> Display All Levels Using Arabic Numerals.</para>
            <para> Represents the following element tag in the schema: w:isLgl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix">
            <summary>
            <para> Content Between Numbering Symbol and Paragraph Text.</para>
            <para> Represents the following element tag in the schema: w:suff </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.LevelText">
            <summary>
            <para> Numbering Level Text.</para>
            <para> Represents the following element tag in the schema: w:lvlText </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId">
            <summary>
            <para> Picture Numbering Symbol Definition Reference.</para>
            <para> Represents the following element tag in the schema: w:lvlPicBulletId </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering">
            <summary>
            <para> Legacy Numbering Level Properties.</para>
            <para> Represents the following element tag in the schema: w:legacy </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification">
            <summary>
            <para> Justification.</para>
            <para> Represents the following element tag in the schema: w:lvlJc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties">
            <summary>
            <para> Numbering Level Associated Paragraph Properties.</para>
            <para> Represents the following element tag in the schema: w:pPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties">
            <summary>
            <para> Numbering Symbol Run Properties.</para>
            <para> Represents the following element tag in the schema: w:rPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Level.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelOverride">
             <summary>
             <para>Numbering Level Definition Override.</para>
             <para> When the object is serialized out as xml, its qualified name is w:lvlOverride.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StartOverrideNumberingValue &lt;w:startOverride></description></item>
            <item><description>Level &lt;w:lvl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex">
             <summary>
             <para> Numbering Level ID.</para>
             <para>Represents the following attribute in the schema: w:ilvl </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.#ctor">
            <summary>
            Initializes a new instance of the LevelOverride class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LevelOverride class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LevelOverride class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LevelOverride class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue">
            <summary>
            <para> Numbering Level Starting Value Override.</para>
            <para> Represents the following element tag in the schema: w:startOverride </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level">
            <summary>
            <para> Numbering Level Override Definition.</para>
            <para> Represents the following element tag in the schema: w:lvl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LevelOverride.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet">
             <summary>
             <para>Picture Numbering Symbol Definition.</para>
             <para> When the object is serialized out as xml, its qualified name is w:numPicBullet.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PictureBulletBase &lt;w:pict></description></item>
            <item><description>Drawing &lt;w:drawing></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId">
             <summary>
             <para> numPicBulletId.</para>
             <para>Represents the following attribute in the schema: w:numPicBulletId </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.#ctor">
            <summary>
            Initializes a new instance of the NumberingPictureBullet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberingPictureBullet class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberingPictureBullet class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberingPictureBullet class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase">
            <summary>
            <para> PictureBulletBase.</para>
            <para> Represents the following element tag in the schema: w:pict </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing">
            <summary>
            <para> Drawing.</para>
            <para> Represents the following element tag in the schema: w:drawing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AbstractNum">
             <summary>
             <para>Abstract Numbering Definition.</para>
             <para> When the object is serialized out as xml, its qualified name is w:abstractNum.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Nsid &lt;w:nsid></description></item>
            <item><description>MultiLevelType &lt;w:multiLevelType></description></item>
            <item><description>TemplateCode &lt;w:tmpl></description></item>
            <item><description>AbstractNumDefinitionName &lt;w:name></description></item>
            <item><description>StyleLink &lt;w:styleLink></description></item>
            <item><description>NumberingStyleLink &lt;w:numStyleLink></description></item>
            <item><description>Level &lt;w:lvl></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId">
             <summary>
             <para> Abstract Numbering Definition ID.</para>
             <para>Represents the following attribute in the schema: w:abstractNumId </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.#ctor">
            <summary>
            Initializes a new instance of the AbstractNum class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AbstractNum class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AbstractNum class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AbstractNum class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid">
            <summary>
            <para> Abstract Numbering Definition Identifier.</para>
            <para> Represents the following element tag in the schema: w:nsid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType">
            <summary>
            <para> Abstract Numbering Definition Type.</para>
            <para> Represents the following element tag in the schema: w:multiLevelType </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode">
            <summary>
            <para> Numbering Template Code.</para>
            <para> Represents the following element tag in the schema: w:tmpl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName">
            <summary>
            <para> Abstract Numbering Definition Name.</para>
            <para> Represents the following element tag in the schema: w:name </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink">
            <summary>
            <para> Numbering Style Definition.</para>
            <para> Represents the following element tag in the schema: w:styleLink </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink">
            <summary>
            <para> Numbering Style Reference.</para>
            <para> Represents the following element tag in the schema: w:numStyleLink </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AbstractNum.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance">
             <summary>
             <para>Numbering Definition Instance.</para>
             <para> When the object is serialized out as xml, its qualified name is w:num.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AbstractNumId &lt;w:abstractNumId></description></item>
            <item><description>LevelOverride &lt;w:lvlOverride></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID">
             <summary>
             <para> Numbering Definition Instance ID.</para>
             <para>Represents the following attribute in the schema: w:numId </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.#ctor">
            <summary>
            Initializes a new instance of the NumberingInstance class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the NumberingInstance class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the NumberingInstance class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberingInstance class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId">
            <summary>
            <para> Abstract Numbering Definition Reference.</para>
            <para> Represents the following element tag in the schema: w:abstractNumId </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties">
             <summary>
             <para>Table Style Conditional Formatting Paragraph Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>KeepNext &lt;w:keepNext></description></item>
            <item><description>KeepLines &lt;w:keepLines></description></item>
            <item><description>PageBreakBefore &lt;w:pageBreakBefore></description></item>
            <item><description>FrameProperties &lt;w:framePr></description></item>
            <item><description>WidowControl &lt;w:widowControl></description></item>
            <item><description>NumberingProperties &lt;w:numPr></description></item>
            <item><description>SuppressLineNumbers &lt;w:suppressLineNumbers></description></item>
            <item><description>ParagraphBorders &lt;w:pBdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>Tabs &lt;w:tabs></description></item>
            <item><description>SuppressAutoHyphens &lt;w:suppressAutoHyphens></description></item>
            <item><description>Kinsoku &lt;w:kinsoku></description></item>
            <item><description>WordWrap &lt;w:wordWrap></description></item>
            <item><description>OverflowPunctuation &lt;w:overflowPunct></description></item>
            <item><description>TopLinePunctuation &lt;w:topLinePunct></description></item>
            <item><description>AutoSpaceDE &lt;w:autoSpaceDE></description></item>
            <item><description>AutoSpaceDN &lt;w:autoSpaceDN></description></item>
            <item><description>BiDi &lt;w:bidi></description></item>
            <item><description>AdjustRightIndent &lt;w:adjustRightInd></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>SpacingBetweenLines &lt;w:spacing></description></item>
            <item><description>Indentation &lt;w:ind></description></item>
            <item><description>ContextualSpacing &lt;w:contextualSpacing></description></item>
            <item><description>MirrorIndents &lt;w:mirrorIndents></description></item>
            <item><description>SuppressOverlap &lt;w:suppressOverlap></description></item>
            <item><description>Justification &lt;w:jc></description></item>
            <item><description>TextDirection &lt;w:textDirection></description></item>
            <item><description>TextAlignment &lt;w:textAlignment></description></item>
            <item><description>TextBoxTightWrap &lt;w:textboxTightWrap></description></item>
            <item><description>OutlineLevel &lt;w:outlineLvl></description></item>
            <item><description>ParagraphPropertiesChange &lt;w:pPrChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the StyleParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext">
            <summary>
            <para> KeepNext.</para>
            <para> Represents the following element tag in the schema: w:keepNext </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines">
            <summary>
            <para> KeepLines.</para>
            <para> Represents the following element tag in the schema: w:keepLines </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore">
            <summary>
            <para> PageBreakBefore.</para>
            <para> Represents the following element tag in the schema: w:pageBreakBefore </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties">
            <summary>
            <para> FrameProperties.</para>
            <para> Represents the following element tag in the schema: w:framePr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl">
            <summary>
            <para> WidowControl.</para>
            <para> Represents the following element tag in the schema: w:widowControl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties">
            <summary>
            <para> NumberingProperties.</para>
            <para> Represents the following element tag in the schema: w:numPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers">
            <summary>
            <para> SuppressLineNumbers.</para>
            <para> Represents the following element tag in the schema: w:suppressLineNumbers </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders">
            <summary>
            <para> ParagraphBorders.</para>
            <para> Represents the following element tag in the schema: w:pBdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs">
            <summary>
            <para> Tabs.</para>
            <para> Represents the following element tag in the schema: w:tabs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens">
            <summary>
            <para> SuppressAutoHyphens.</para>
            <para> Represents the following element tag in the schema: w:suppressAutoHyphens </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku">
            <summary>
            <para> Kinsoku.</para>
            <para> Represents the following element tag in the schema: w:kinsoku </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap">
            <summary>
            <para> WordWrap.</para>
            <para> Represents the following element tag in the schema: w:wordWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation">
            <summary>
            <para> OverflowPunctuation.</para>
            <para> Represents the following element tag in the schema: w:overflowPunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation">
            <summary>
            <para> TopLinePunctuation.</para>
            <para> Represents the following element tag in the schema: w:topLinePunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE">
            <summary>
            <para> AutoSpaceDE.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceDE </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN">
            <summary>
            <para> AutoSpaceDN.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceDN </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi">
            <summary>
            <para> BiDi.</para>
            <para> Represents the following element tag in the schema: w:bidi </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent">
            <summary>
            <para> AdjustRightIndent.</para>
            <para> Represents the following element tag in the schema: w:adjustRightInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid">
            <summary>
            <para> SnapToGrid.</para>
            <para> Represents the following element tag in the schema: w:snapToGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines">
            <summary>
            <para> SpacingBetweenLines.</para>
            <para> Represents the following element tag in the schema: w:spacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation">
            <summary>
            <para> Indentation.</para>
            <para> Represents the following element tag in the schema: w:ind </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing">
            <summary>
            <para> ContextualSpacing.</para>
            <para> Represents the following element tag in the schema: w:contextualSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents">
            <summary>
            <para> MirrorIndents.</para>
            <para> Represents the following element tag in the schema: w:mirrorIndents </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap">
            <summary>
            <para> SuppressOverlap.</para>
            <para> Represents the following element tag in the schema: w:suppressOverlap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification">
            <summary>
            <para> Justification.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection">
            <summary>
            <para> TextDirection.</para>
            <para> Represents the following element tag in the schema: w:textDirection </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment">
            <summary>
            <para> TextAlignment.</para>
            <para> Represents the following element tag in the schema: w:textAlignment </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap">
            <summary>
            <para> TextBoxTightWrap.</para>
            <para> Represents the following element tag in the schema: w:textboxTightWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel">
            <summary>
            <para> OutlineLevel.</para>
            <para> Represents the following element tag in the schema: w:outlineLvl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange">
            <summary>
            <para> ParagraphPropertiesChange.</para>
            <para> Represents the following element tag in the schema: w:pPrChange </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties">
             <summary>
             <para>Table Style Conditional Formatting Table Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableJustification &lt;w:jc></description></item>
            <item><description>TableCellSpacing &lt;w:tblCellSpacing></description></item>
            <item><description>TableIndentation &lt;w:tblInd></description></item>
            <item><description>TableBorders &lt;w:tblBorders></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>TableCellMarginDefault &lt;w:tblCellMar></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.#ctor">
            <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification">
            <summary>
            <para> TableJustification.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing">
            <summary>
            <para> TableCellSpacing.</para>
            <para> Represents the following element tag in the schema: w:tblCellSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation">
            <summary>
            <para> TableIndentation.</para>
            <para> Represents the following element tag in the schema: w:tblInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders">
            <summary>
            <para> TableBorders.</para>
            <para> Represents the following element tag in the schema: w:tblBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault">
            <summary>
            <para> TableCellMarginDefault.</para>
            <para> Represents the following element tag in the schema: w:tblCellMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties">
             <summary>
             <para>Table Style Conditional Formatting Table Row Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:trPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Hidden &lt;w:hidden></description></item>
            <item><description>CantSplit &lt;w:cantSplit></description></item>
            <item><description>TableHeader &lt;w:tblHeader></description></item>
            <item><description>TableCellSpacing &lt;w:tblCellSpacing></description></item>
            <item><description>TableJustification &lt;w:jc></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.#ctor">
            <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableRowProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableRowProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableRowProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableRowProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties">
             <summary>
             <para>Table Style Conditional Formatting Table Cell Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tcPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableCellBorders &lt;w:tcBorders></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>NoWrap &lt;w:noWrap></description></item>
            <item><description>TableCellMargin &lt;w:tcMar></description></item>
            <item><description>TableCellVerticalAlignment &lt;w:vAlign></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.#ctor">
            <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders">
            <summary>
            <para> TableCellBorders.</para>
            <para> Represents the following element tag in the schema: w:tcBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap">
            <summary>
            <para> NoWrap.</para>
            <para> Represents the following element tag in the schema: w:noWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin">
            <summary>
            <para> TableCellMargin.</para>
            <para> Represents the following element tag in the schema: w:tcMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment">
            <summary>
            <para> TableCellVerticalAlignment.</para>
            <para> Represents the following element tag in the schema: w:vAlign </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleName">
            <summary>
            <para>Primary Style Name.</para>
            <para> When the object is serialized out as xml, its qualified name is w:name.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleName.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleName.#ctor">
            <summary>
            Initializes a new instance of the StyleName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UIPriority">
            <summary>
            <para>Optional User Interface Sorting Order.</para>
            <para> When the object is serialized out as xml, its qualified name is w:uiPriority.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UIPriority.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UIPriority.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UIPriority.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UIPriority.#ctor">
            <summary>
            Initializes a new instance of the UIPriority class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UIPriority.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties">
             <summary>
             <para>Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunFonts &lt;w:rFonts></description></item>
            <item><description>Bold &lt;w:b></description></item>
            <item><description>BoldComplexScript &lt;w:bCs></description></item>
            <item><description>Italic &lt;w:i></description></item>
            <item><description>ItalicComplexScript &lt;w:iCs></description></item>
            <item><description>Caps &lt;w:caps></description></item>
            <item><description>SmallCaps &lt;w:smallCaps></description></item>
            <item><description>Strike &lt;w:strike></description></item>
            <item><description>DoubleStrike &lt;w:dstrike></description></item>
            <item><description>Outline &lt;w:outline></description></item>
            <item><description>Shadow &lt;w:shadow></description></item>
            <item><description>Emboss &lt;w:emboss></description></item>
            <item><description>Imprint &lt;w:imprint></description></item>
            <item><description>NoProof &lt;w:noProof></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>Vanish &lt;w:vanish></description></item>
            <item><description>WebHidden &lt;w:webHidden></description></item>
            <item><description>Color &lt;w:color></description></item>
            <item><description>Spacing &lt;w:spacing></description></item>
            <item><description>CharacterScale &lt;w:w></description></item>
            <item><description>Kern &lt;w:kern></description></item>
            <item><description>Position &lt;w:position></description></item>
            <item><description>FontSize &lt;w:sz></description></item>
            <item><description>FontSizeComplexScript &lt;w:szCs></description></item>
            <item><description>Underline &lt;w:u></description></item>
            <item><description>TextEffect &lt;w:effect></description></item>
            <item><description>Border &lt;w:bdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>FitText &lt;w:fitText></description></item>
            <item><description>VerticalTextAlignment &lt;w:vertAlign></description></item>
            <item><description>Emphasis &lt;w:em></description></item>
            <item><description>Languages &lt;w:lang></description></item>
            <item><description>EastAsianLayout &lt;w:eastAsianLayout></description></item>
            <item><description>SpecVanish &lt;w:specVanish></description></item>
            <item><description>RunPropertiesChange &lt;w:rPrChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.#ctor">
            <summary>
            Initializes a new instance of the StyleRunProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleRunProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleRunProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleRunProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts">
            <summary>
            <para> RunFonts.</para>
            <para> Represents the following element tag in the schema: w:rFonts </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold">
            <summary>
            <para> Bold.</para>
            <para> Represents the following element tag in the schema: w:b </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript">
            <summary>
            <para> BoldComplexScript.</para>
            <para> Represents the following element tag in the schema: w:bCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic">
            <summary>
            <para> Italic.</para>
            <para> Represents the following element tag in the schema: w:i </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript">
            <summary>
            <para> ItalicComplexScript.</para>
            <para> Represents the following element tag in the schema: w:iCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps">
            <summary>
            <para> Caps.</para>
            <para> Represents the following element tag in the schema: w:caps </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps">
            <summary>
            <para> SmallCaps.</para>
            <para> Represents the following element tag in the schema: w:smallCaps </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike">
            <summary>
            <para> Strike.</para>
            <para> Represents the following element tag in the schema: w:strike </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike">
            <summary>
            <para> DoubleStrike.</para>
            <para> Represents the following element tag in the schema: w:dstrike </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline">
            <summary>
            <para> Outline.</para>
            <para> Represents the following element tag in the schema: w:outline </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow">
            <summary>
            <para> Shadow.</para>
            <para> Represents the following element tag in the schema: w:shadow </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss">
            <summary>
            <para> Emboss.</para>
            <para> Represents the following element tag in the schema: w:emboss </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint">
            <summary>
            <para> Imprint.</para>
            <para> Represents the following element tag in the schema: w:imprint </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof">
            <summary>
            <para> NoProof.</para>
            <para> Represents the following element tag in the schema: w:noProof </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid">
            <summary>
            <para> SnapToGrid.</para>
            <para> Represents the following element tag in the schema: w:snapToGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish">
            <summary>
            <para> Vanish.</para>
            <para> Represents the following element tag in the schema: w:vanish </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden">
            <summary>
            <para> WebHidden.</para>
            <para> Represents the following element tag in the schema: w:webHidden </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color">
            <summary>
            <para> Color.</para>
            <para> Represents the following element tag in the schema: w:color </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing">
            <summary>
            <para> Spacing.</para>
            <para> Represents the following element tag in the schema: w:spacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale">
            <summary>
            <para> CharacterScale.</para>
            <para> Represents the following element tag in the schema: w:w </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern">
            <summary>
            <para> Kern.</para>
            <para> Represents the following element tag in the schema: w:kern </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position">
            <summary>
            <para> Position.</para>
            <para> Represents the following element tag in the schema: w:position </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize">
            <summary>
            <para> FontSize.</para>
            <para> Represents the following element tag in the schema: w:sz </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript">
            <summary>
            <para> FontSizeComplexScript.</para>
            <para> Represents the following element tag in the schema: w:szCs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline">
            <summary>
            <para> Underline.</para>
            <para> Represents the following element tag in the schema: w:u </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect">
            <summary>
            <para> TextEffect.</para>
            <para> Represents the following element tag in the schema: w:effect </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border">
            <summary>
            <para> Border.</para>
            <para> Represents the following element tag in the schema: w:bdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText">
            <summary>
            <para> FitText.</para>
            <para> Represents the following element tag in the schema: w:fitText </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment">
            <summary>
            <para> VerticalTextAlignment.</para>
            <para> Represents the following element tag in the schema: w:vertAlign </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis">
            <summary>
            <para> Emphasis.</para>
            <para> Represents the following element tag in the schema: w:em </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages">
            <summary>
            <para> Languages.</para>
            <para> Represents the following element tag in the schema: w:lang </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout">
            <summary>
            <para> EastAsianLayout.</para>
            <para> Represents the following element tag in the schema: w:eastAsianLayout </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish">
            <summary>
            <para> SpecVanish.</para>
            <para> Represents the following element tag in the schema: w:specVanish </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange">
            <summary>
            <para> RunPropertiesChange.</para>
            <para> Represents the following element tag in the schema: w:rPrChange </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties">
             <summary>
             <para>Style Table Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableStyleRowBandSize &lt;w:tblStyleRowBandSize></description></item>
            <item><description>TableStyleColumnBandSize &lt;w:tblStyleColBandSize></description></item>
            <item><description>TableJustification &lt;w:jc></description></item>
            <item><description>TableCellSpacing &lt;w:tblCellSpacing></description></item>
            <item><description>TableIndentation &lt;w:tblInd></description></item>
            <item><description>TableBorders &lt;w:tblBorders></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>TableCellMarginDefault &lt;w:tblCellMar></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.#ctor">
            <summary>
            Initializes a new instance of the StyleTableProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleTableProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleTableProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleTableProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize">
            <summary>
            <para> TableStyleRowBandSize.</para>
            <para> Represents the following element tag in the schema: w:tblStyleRowBandSize </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize">
            <summary>
            <para> TableStyleColumnBandSize.</para>
            <para> Represents the following element tag in the schema: w:tblStyleColBandSize </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification">
            <summary>
            <para> TableJustification.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing">
            <summary>
            <para> TableCellSpacing.</para>
            <para> Represents the following element tag in the schema: w:tblCellSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation">
            <summary>
            <para> TableIndentation.</para>
            <para> Represents the following element tag in the schema: w:tblInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders">
            <summary>
            <para> TableBorders.</para>
            <para> Represents the following element tag in the schema: w:tblBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault">
            <summary>
            <para> TableCellMarginDefault.</para>
            <para> Represents the following element tag in the schema: w:tblCellMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties">
             <summary>
             <para>Style Table Cell Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tcPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>NoWrap &lt;w:noWrap></description></item>
            <item><description>TableCellMargin &lt;w:tcMar></description></item>
            <item><description>TableCellVerticalAlignment &lt;w:vAlign></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.#ctor">
            <summary>
            Initializes a new instance of the StyleTableCellProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the StyleTableCellProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the StyleTableCellProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StyleTableCellProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap">
            <summary>
            <para> NoWrap.</para>
            <para> Represents the following element tag in the schema: w:noWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin">
            <summary>
            <para> TableCellMargin.</para>
            <para> Represents the following element tag in the schema: w:tcMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment">
            <summary>
            <para> TableCellVerticalAlignment.</para>
            <para> Represents the following element tag in the schema: w:vAlign </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties">
             <summary>
             <para>Style Conditional Table Formatting Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblStylePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StyleParagraphProperties &lt;w:pPr></description></item>
            <item><description>RunPropertiesBaseStyle &lt;w:rPr></description></item>
            <item><description>TableStyleConditionalFormattingTableProperties &lt;w:tblPr></description></item>
            <item><description>TableStyleConditionalFormattingTableRowProperties &lt;w:trPr></description></item>
            <item><description>TableStyleConditionalFormattingTableCellProperties &lt;w:tcPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type">
             <summary>
             <para> Table Style Conditional Formatting Type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.#ctor">
            <summary>
            Initializes a new instance of the TableStyleProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableStyleProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableStyleProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyleProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties">
            <summary>
            <para> Table Style Conditional Formatting Paragraph Properties.</para>
            <para> Represents the following element tag in the schema: w:pPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle">
            <summary>
            <para> Table Style Conditional Formatting Run Properties.</para>
            <para> Represents the following element tag in the schema: w:rPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties">
            <summary>
            <para> Table Style Conditional Formatting Table Properties.</para>
            <para> Represents the following element tag in the schema: w:tblPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties">
            <summary>
            <para> Table Style Conditional Formatting Table Row Properties.</para>
            <para> Represents the following element tag in the schema: w:trPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties">
            <summary>
            <para> Table Style Conditional Formatting Table Cell Properties.</para>
            <para> Represents the following element tag in the schema: w:tcPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo">
            <summary>
            <para>Latent Style Exception.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lsdException.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name">
             <summary>
             <para> Primary Style Name.</para>
             <para>Represents the following attribute in the schema: w:name </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked">
             <summary>
             <para> Latent Style Locking Setting.</para>
             <para>Represents the following attribute in the schema: w:locked </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority">
             <summary>
             <para> Override default sorting order.</para>
             <para>Represents the following attribute in the schema: w:uiPriority </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden">
             <summary>
             <para> Semi hidden text override.</para>
             <para>Represents the following attribute in the schema: w:semiHidden </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed">
             <summary>
             <para> Unhide when used.</para>
             <para>Represents the following attribute in the schema: w:unhideWhenUsed </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle">
             <summary>
             <para> Latent Style Primary Style Setting.</para>
             <para>Represents the following attribute in the schema: w:qFormat </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.#ctor">
            <summary>
            Initializes a new instance of the LatentStyleExceptionInfo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocDefaults">
             <summary>
             <para>Document Default Paragraph and Run Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:docDefaults.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RunPropertiesDefault &lt;w:rPrDefault></description></item>
            <item><description>ParagraphPropertiesDefault &lt;w:pPrDefault></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocDefaults.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocDefaults.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocDefaults.#ctor">
            <summary>
            Initializes a new instance of the DocDefaults class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocDefaults.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocDefaults class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocDefaults.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocDefaults class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocDefaults.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocDefaults class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault">
            <summary>
            <para> Default Run Properties.</para>
            <para> Represents the following element tag in the schema: w:rPrDefault </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault">
            <summary>
            <para> Default Paragraph Properties.</para>
            <para> Represents the following element tag in the schema: w:pPrDefault </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocDefaults.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LatentStyles">
             <summary>
             <para>Latent Style Information.</para>
             <para> When the object is serialized out as xml, its qualified name is w:latentStyles.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>LatentStyleExceptionInfo &lt;w:lsdException></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState">
             <summary>
             <para> Default Style Locking Setting.</para>
             <para>Represents the following attribute in the schema: w:defLockedState </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority">
             <summary>
             <para> Default User Interface Priority Setting.</para>
             <para>Represents the following attribute in the schema: w:defUIPriority </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden">
             <summary>
             <para> Default Semi-Hidden Setting.</para>
             <para>Represents the following attribute in the schema: w:defSemiHidden </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed">
             <summary>
             <para> Default Hidden Until Used Setting.</para>
             <para>Represents the following attribute in the schema: w:defUnhideWhenUsed </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle">
             <summary>
             <para> Default Primary Style Setting.</para>
             <para>Represents the following attribute in the schema: w:defQFormat </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count">
             <summary>
             <para> Latent Style Count.</para>
             <para>Represents the following attribute in the schema: w:count </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.#ctor">
            <summary>
            Initializes a new instance of the LatentStyles class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the LatentStyles class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the LatentStyles class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LatentStyles class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LatentStyles.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Style">
             <summary>
             <para>Style Definition.</para>
             <para> When the object is serialized out as xml, its qualified name is w:style.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>StyleName &lt;w:name></description></item>
            <item><description>Aliases &lt;w:aliases></description></item>
            <item><description>BasedOn &lt;w:basedOn></description></item>
            <item><description>NextParagraphStyle &lt;w:next></description></item>
            <item><description>LinkedStyle &lt;w:link></description></item>
            <item><description>AutoRedefine &lt;w:autoRedefine></description></item>
            <item><description>StyleHidden &lt;w:hidden></description></item>
            <item><description>UIPriority &lt;w:uiPriority></description></item>
            <item><description>SemiHidden &lt;w:semiHidden></description></item>
            <item><description>UnhideWhenUsed &lt;w:unhideWhenUsed></description></item>
            <item><description>PrimaryStyle &lt;w:qFormat></description></item>
            <item><description>Locked &lt;w:locked></description></item>
            <item><description>Personal &lt;w:personal></description></item>
            <item><description>PersonalCompose &lt;w:personalCompose></description></item>
            <item><description>PersonalReply &lt;w:personalReply></description></item>
            <item><description>Rsid &lt;w:rsid></description></item>
            <item><description>StyleParagraphProperties &lt;w:pPr></description></item>
            <item><description>StyleRunProperties &lt;w:rPr></description></item>
            <item><description>StyleTableProperties &lt;w:tblPr></description></item>
            <item><description>TableStyleConditionalFormattingTableRowProperties &lt;w:trPr></description></item>
            <item><description>StyleTableCellProperties &lt;w:tcPr></description></item>
            <item><description>TableStyleProperties &lt;w:tblStylePr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Style.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.Type">
             <summary>
             <para> Style Type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.StyleId">
             <summary>
             <para> Style ID.</para>
             <para>Represents the following attribute in the schema: w:styleId </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.Default">
             <summary>
             <para> Default Style.</para>
             <para>Represents the following attribute in the schema: w:default </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle">
             <summary>
             <para> User-Defined Style.</para>
             <para>Represents the following attribute in the schema: w:customStyle </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Style.#ctor">
            <summary>
            Initializes a new instance of the Style class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Style.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Style class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Style.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Style class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Style.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Style class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.StyleName">
            <summary>
            <para> Primary Style Name.</para>
            <para> Represents the following element tag in the schema: w:name </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.Aliases">
            <summary>
            <para> Alternate Style Names.</para>
            <para> Represents the following element tag in the schema: w:aliases </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn">
            <summary>
            <para> Parent Style ID.</para>
            <para> Represents the following element tag in the schema: w:basedOn </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle">
            <summary>
            <para> Style For Next Paragraph.</para>
            <para> Represents the following element tag in the schema: w:next </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle">
            <summary>
            <para> Linked Style Reference.</para>
            <para> Represents the following element tag in the schema: w:link </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine">
            <summary>
            <para> Automatically Merge User Formatting Into Style Definition.</para>
            <para> Represents the following element tag in the schema: w:autoRedefine </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden">
            <summary>
            <para> Hide Style From User Interface.</para>
            <para> Represents the following element tag in the schema: w:hidden </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority">
            <summary>
            <para> Optional User Interface Sorting Order.</para>
            <para> Represents the following element tag in the schema: w:uiPriority </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden">
            <summary>
            <para> Hide Style From Main User Interface.</para>
            <para> Represents the following element tag in the schema: w:semiHidden </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed">
            <summary>
            <para> Remove Semi-Hidden Property When Style Is Used.</para>
            <para> Represents the following element tag in the schema: w:unhideWhenUsed </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle">
            <summary>
            <para> Primary Style.</para>
            <para> Represents the following element tag in the schema: w:qFormat </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.Locked">
            <summary>
            <para> Style Cannot Be Applied.</para>
            <para> Represents the following element tag in the schema: w:locked </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.Personal">
            <summary>
            <para> E-Mail Message Text Style.</para>
            <para> Represents the following element tag in the schema: w:personal </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose">
            <summary>
            <para> E-Mail Message Composition Style.</para>
            <para> Represents the following element tag in the schema: w:personalCompose </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply">
            <summary>
            <para> E-Mail Message Reply Style.</para>
            <para> Represents the following element tag in the schema: w:personalReply </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.Rsid">
            <summary>
            <para> Revision Identifier for Style Definition.</para>
            <para> Represents the following element tag in the schema: w:rsid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties">
            <summary>
            <para> Style Paragraph Properties.</para>
            <para> Represents the following element tag in the schema: w:pPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties">
            <summary>
            <para> Run Properties.</para>
            <para> Represents the following element tag in the schema: w:rPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties">
            <summary>
            <para> Style Table Properties.</para>
            <para> Represents the following element tag in the schema: w:tblPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties">
            <summary>
            <para> Style Table Row Properties.</para>
            <para> Represents the following element tag in the schema: w:trPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties">
            <summary>
            <para> Style Table Cell Properties.</para>
            <para> Represents the following element tag in the schema: w:tcPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Style.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Font">
             <summary>
             <para>Properties for a Single Font.</para>
             <para> When the object is serialized out as xml, its qualified name is w:font.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltName &lt;w:altName></description></item>
            <item><description>Panose1Number &lt;w:panose1></description></item>
            <item><description>FontCharSet &lt;w:charset></description></item>
            <item><description>FontFamily &lt;w:family></description></item>
            <item><description>NotTrueType &lt;w:notTrueType></description></item>
            <item><description>Pitch &lt;w:pitch></description></item>
            <item><description>FontSignature &lt;w:sig></description></item>
            <item><description>EmbedRegularFont &lt;w:embedRegular></description></item>
            <item><description>EmbedBoldFont &lt;w:embedBold></description></item>
            <item><description>EmbedItalicFont &lt;w:embedItalic></description></item>
            <item><description>EmbedBoldItalicFont &lt;w:embedBoldItalic></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Font.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.Name">
             <summary>
             <para> name.</para>
             <para>Represents the following attribute in the schema: w:name </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Font.#ctor">
            <summary>
            Initializes a new instance of the Font class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Font.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Font class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Font.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Font class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Font.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Font class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.AltName">
            <summary>
            <para> AltName.</para>
            <para> Represents the following element tag in the schema: w:altName </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number">
            <summary>
            <para> Panose1Number.</para>
            <para> Represents the following element tag in the schema: w:panose1 </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet">
            <summary>
            <para> FontCharSet.</para>
            <para> Represents the following element tag in the schema: w:charset </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily">
            <summary>
            <para> FontFamily.</para>
            <para> Represents the following element tag in the schema: w:family </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType">
            <summary>
            <para> NotTrueType.</para>
            <para> Represents the following element tag in the schema: w:notTrueType </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.Pitch">
            <summary>
            <para> Pitch.</para>
            <para> Represents the following element tag in the schema: w:pitch </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature">
            <summary>
            <para> FontSignature.</para>
            <para> Represents the following element tag in the schema: w:sig </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont">
            <summary>
            <para> EmbedRegularFont.</para>
            <para> Represents the following element tag in the schema: w:embedRegular </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont">
            <summary>
            <para> EmbedBoldFont.</para>
            <para> Represents the following element tag in the schema: w:embedBold </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont">
            <summary>
            <para> EmbedItalicFont.</para>
            <para> Represents the following element tag in the schema: w:embedItalic </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont">
            <summary>
            <para> EmbedBoldItalicFont.</para>
            <para> Represents the following element tag in the schema: w:embedBoldItalic </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Font.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv">
            <summary>
            <para>Left Margin for HTML div.</para>
            <para> When the object is serialized out as xml, its qualified name is w:marLeft.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.#ctor">
            <summary>
            Initializes a new instance of the LeftMarginDiv class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv">
            <summary>
            <para>Right Margin for HTML div.</para>
            <para> When the object is serialized out as xml, its qualified name is w:marRight.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.#ctor">
            <summary>
            Initializes a new instance of the RightMarginDiv class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv">
            <summary>
            <para>Top Margin for HTML div.</para>
            <para> When the object is serialized out as xml, its qualified name is w:marTop.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.#ctor">
            <summary>
            Initializes a new instance of the TopMarginDiv class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv">
            <summary>
            <para>Bottom Margin for HTML div.</para>
            <para> When the object is serialized out as xml, its qualified name is w:marBottom.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.#ctor">
            <summary>
            Initializes a new instance of the BottomMarginDiv class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType">
            <summary>
            Defines the SignedTwipsMeasureType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val">
             <summary>
             <para> Positive or Negative Value in Twentieths of a Point.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.#ctor">
            <summary>
            Initializes a new instance of the SignedTwipsMeasureType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DivBorder">
             <summary>
             <para>Set of Borders for HTML div.</para>
             <para> When the object is serialized out as xml, its qualified name is w:divBdr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TopBorder &lt;w:top></description></item>
            <item><description>LeftBorder &lt;w:left></description></item>
            <item><description>BottomBorder &lt;w:bottom></description></item>
            <item><description>RightBorder &lt;w:right></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivBorder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivBorder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivBorder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivBorder.#ctor">
            <summary>
            Initializes a new instance of the DivBorder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivBorder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DivBorder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivBorder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DivBorder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivBorder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DivBorder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder">
            <summary>
            <para> Top Border for HTML div.</para>
            <para> Represents the following element tag in the schema: w:top </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder">
            <summary>
            <para> Left Border for HTML div.</para>
            <para> Represents the following element tag in the schema: w:left </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder">
            <summary>
            <para> Bottom Border for HTML div.</para>
            <para> Represents the following element tag in the schema: w:bottom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder">
            <summary>
            <para> Right Border for HTML div.</para>
            <para> Represents the following element tag in the schema: w:right </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivBorder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DivsChild">
             <summary>
             <para>Child div Elements Contained within Current div.</para>
             <para> When the object is serialized out as xml, its qualified name is w:divsChild.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Div &lt;w:div></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivsChild.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DivsChild.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivsChild.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivsChild.#ctor">
            <summary>
            Initializes a new instance of the DivsChild class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivsChild.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DivsChild class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivsChild.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DivsChild class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivsChild.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DivsChild class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivsChild.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Divs">
             <summary>
             <para>Defines the Divs Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:divs.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Div &lt;w:div></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Divs.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Divs.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Divs.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Divs.#ctor">
            <summary>
            Initializes a new instance of the Divs class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Divs.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Divs class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Divs.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Divs class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Divs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Divs class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Divs.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DivsType">
             <summary>
             Defines the DivsType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Div &lt;w:div></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivsType.#ctor">
            <summary>
            Initializes a new instance of the DivsType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivsType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DivsType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivsType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DivsType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DivsType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DivsType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Div">
             <summary>
             <para>Information About Single HTML div Element.</para>
             <para> When the object is serialized out as xml, its qualified name is w:div.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>BlockQuote &lt;w:blockQuote></description></item>
            <item><description>BodyDiv &lt;w:bodyDiv></description></item>
            <item><description>LeftMarginDiv &lt;w:marLeft></description></item>
            <item><description>RightMarginDiv &lt;w:marRight></description></item>
            <item><description>TopMarginDiv &lt;w:marTop></description></item>
            <item><description>BottomMarginDiv &lt;w:marBottom></description></item>
            <item><description>DivBorder &lt;w:divBdr></description></item>
            <item><description>DivsChild &lt;w:divsChild></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Div.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Div.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Div.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Div.Id">
             <summary>
             <para> div Data ID.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Div.#ctor">
            <summary>
            Initializes a new instance of the Div class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Div.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Div class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Div.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Div class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Div.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Div class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote">
            <summary>
            <para> Data for HTML blockquote Element.</para>
            <para> Represents the following element tag in the schema: w:blockQuote </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv">
            <summary>
            <para> Data for HTML body Element.</para>
            <para> Represents the following element tag in the schema: w:bodyDiv </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv">
            <summary>
            <para> Left Margin for HTML div.</para>
            <para> Represents the following element tag in the schema: w:marLeft </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv">
            <summary>
            <para> Right Margin for HTML div.</para>
            <para> Represents the following element tag in the schema: w:marRight </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv">
            <summary>
            <para> Top Margin for HTML div.</para>
            <para> Represents the following element tag in the schema: w:marTop </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv">
            <summary>
            <para> Bottom Margin for HTML div.</para>
            <para> Represents the following element tag in the schema: w:marBottom </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder">
            <summary>
            <para> Set of Borders for HTML div.</para>
            <para> Represents the following element tag in the schema: w:divBdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Div.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Comment">
             <summary>
             <para>Comment Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:comment.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Comment.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Comment.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comment.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Comment.Initials">
             <summary>
             <para> initials.</para>
             <para>Represents the following attribute in the schema: w:initials </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Comment.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Comment.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Comment.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comment.#ctor">
            <summary>
            Initializes a new instance of the Comment class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comment.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Comment class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comment.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Comment class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comment.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Comment class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Comment.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Footnote">
             <summary>
             <para>Footnote Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:footnote.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Footnote.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Footnote.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnote.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnote.#ctor">
            <summary>
            Initializes a new instance of the Footnote class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnote.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Footnote class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnote.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Footnote class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnote.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Footnote class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Footnote.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Endnote">
             <summary>
             <para>Endnote Content.</para>
             <para> When the object is serialized out as xml, its qualified name is w:endnote.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Endnote.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Endnote.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnote.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnote.#ctor">
            <summary>
            Initializes a new instance of the Endnote class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnote.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Endnote class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnote.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Endnote class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnote.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Endnote class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Endnote.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType">
             <summary>
             Defines the FootnoteEndnoteType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type">
             <summary>
             <para> Footnote/Endnote Type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id">
             <summary>
             <para> Footnote/Endnote ID.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.#ctor">
            <summary>
            Initializes a new instance of the FootnoteEndnoteType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FootnoteEndnoteType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FootnoteEndnoteType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FootnoteEndnoteType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Behavior">
            <summary>
            <para>Entry Insertion Behavior.</para>
            <para> When the object is serialized out as xml, its qualified name is w:behavior.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Behavior.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Behavior.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Behavior.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Behavior.Val">
             <summary>
             <para> Insertion Behavior Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Behavior.#ctor">
            <summary>
            Initializes a new instance of the Behavior class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Behavior.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartType">
            <summary>
            <para>Entry Type.</para>
            <para> When the object is serialized out as xml, its qualified name is w:type.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val">
             <summary>
             <para> Type Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartType.#ctor">
            <summary>
            Initializes a new instance of the DocPartType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Gallery">
            <summary>
            <para>Gallery Associated With Entry.</para>
            <para> When the object is serialized out as xml, its qualified name is w:gallery.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Gallery.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Gallery.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Gallery.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Gallery.Val">
             <summary>
             <para> Gallery Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Gallery.#ctor">
            <summary>
            Initializes a new instance of the Gallery class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Gallery.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoCaption">
            <summary>
            <para>Single Automatic Captioning Setting.</para>
            <para> When the object is serialized out as xml, its qualified name is w:autoCaption.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoCaption.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoCaption.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoCaption.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name">
             <summary>
             <para> Identifier of Object to be Automatically Captioned.</para>
             <para>Represents the following attribute in the schema: w:name </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption">
             <summary>
             <para> Caption Used for Automatic Captioning.</para>
             <para>Represents the following attribute in the schema: w:caption </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoCaption.#ctor">
            <summary>
            Initializes a new instance of the AutoCaption class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoCaption.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Caption">
            <summary>
            <para>Single Caption Type Definition.</para>
            <para> When the object is serialized out as xml, its qualified name is w:caption.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caption.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caption.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Caption.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caption.Name">
             <summary>
             <para> Caption Type Name.</para>
             <para>Represents the following attribute in the schema: w:name </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caption.Position">
             <summary>
             <para> Automatic Caption Placement.</para>
             <para>Represents the following attribute in the schema: w:pos </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber">
             <summary>
             <para> Include Chapter Number in Field for Caption.</para>
             <para>Represents the following attribute in the schema: w:chapNum </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caption.Heading">
             <summary>
             <para> Style for Chapter Headings.</para>
             <para>Represents the following attribute in the schema: w:heading </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel">
             <summary>
             <para> Do Not Include Name In Caption.</para>
             <para>Represents the following attribute in the schema: w:noLabel </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat">
             <summary>
             <para> Caption Numbering Format.</para>
             <para>Represents the following attribute in the schema: w:numFmt </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Caption.Separator">
             <summary>
             <para> Chapter Number/Item Index Separator.</para>
             <para>Represents the following attribute in the schema: w:sep </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Caption.#ctor">
            <summary>
            Initializes a new instance of the Caption class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Caption.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions">
             <summary>
             <para>Automatic Captioning Settings.</para>
             <para> When the object is serialized out as xml, its qualified name is w:autoCaptions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AutoCaption &lt;w:autoCaption></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.#ctor">
            <summary>
            Initializes a new instance of the AutoCaptions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AutoCaptions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AutoCaptions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AutoCaptions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground">
             <summary>
             <para>Document Background.</para>
             <para> When the object is serialized out as xml, its qualified name is w:background.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Vml.Background &lt;v:background></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color">
             <summary>
             <para> color.</para>
             <para>Represents the following attribute in the schema: w:color </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor">
             <summary>
             <para> themeColor.</para>
             <para>Represents the following attribute in the schema: w:themeColor </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint">
             <summary>
             <para> themeTint.</para>
             <para>Represents the following attribute in the schema: w:themeTint </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade">
             <summary>
             <para> themeShade.</para>
             <para>Represents the following attribute in the schema: w:themeShade </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.#ctor">
            <summary>
            Initializes a new instance of the DocumentBackground class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocumentBackground class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocumentBackground class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocumentBackground class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background">
            <summary>
            <para> Background.</para>
            <para> Represents the following element tag in the schema: v:background </para>
            </summary>
            <remark>
            xmlns:v = urn:schemas-microsoft-com:vml
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocParts">
             <summary>
             <para>List of Glossary Document Entries.</para>
             <para> When the object is serialized out as xml, its qualified name is w:docParts.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocPart &lt;w:docPart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocParts.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocParts.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocParts.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocParts.#ctor">
            <summary>
            Initializes a new instance of the DocParts class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocParts.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocParts class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocParts.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocParts class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocParts.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocParts class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocParts.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartName">
            <summary>
            <para>Entry Name.</para>
            <para> When the object is serialized out as xml, its qualified name is w:name.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartName.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartName.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartName.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val">
             <summary>
             <para> Name Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated">
             <summary>
             <para> Built-In Entry.</para>
             <para>Represents the following attribute in the schema: w:decorated </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartName.#ctor">
            <summary>
            Initializes a new instance of the DocPartName class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartName.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Category">
             <summary>
             <para>Entry Categorization.</para>
             <para> When the object is serialized out as xml, its qualified name is w:category.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Name &lt;w:name></description></item>
            <item><description>Gallery &lt;w:gallery></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Category.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Category.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Category.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Category.#ctor">
            <summary>
            Initializes a new instance of the Category class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Category.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Category class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Category.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Category class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Category.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Category class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Category.Name">
            <summary>
            <para> Category Associated With Entry.</para>
            <para> Represents the following element tag in the schema: w:name </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Category.Gallery">
            <summary>
            <para> Gallery Associated With Entry.</para>
            <para> Represents the following element tag in the schema: w:gallery </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Category.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes">
             <summary>
             <para>Entry Types.</para>
             <para> When the object is serialized out as xml, its qualified name is w:types.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocPartType &lt;w:type></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All">
             <summary>
             <para> Entry Is Of All Types.</para>
             <para>Represents the following attribute in the schema: w:all </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.#ctor">
            <summary>
            Initializes a new instance of the DocPartTypes class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocPartTypes class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocPartTypes class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocPartTypes class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Behaviors">
             <summary>
             <para>Entry Insertion Behaviors.</para>
             <para> When the object is serialized out as xml, its qualified name is w:behaviors.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Behavior &lt;w:behavior></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Behaviors.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Behaviors.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Behaviors.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Behaviors.#ctor">
            <summary>
            Initializes a new instance of the Behaviors class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Behaviors.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Behaviors class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Behaviors.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Behaviors class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Behaviors.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Behaviors class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Behaviors.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartId">
            <summary>
            <para>Entry ID.</para>
            <para> When the object is serialized out as xml, its qualified name is w:guid.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartId.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartId.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartId.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val">
             <summary>
             <para> GUID Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartId.#ctor">
            <summary>
            Initializes a new instance of the DocPartId class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartId.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties">
             <summary>
             <para>Glossary Document Entry Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:docPartPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocPartName &lt;w:name></description></item>
            <item><description>StyleId &lt;w:style></description></item>
            <item><description>Category &lt;w:category></description></item>
            <item><description>DocPartTypes &lt;w:types></description></item>
            <item><description>Behaviors &lt;w:behaviors></description></item>
            <item><description>Description &lt;w:description></description></item>
            <item><description>DocPartId &lt;w:guid></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.#ctor">
            <summary>
            Initializes a new instance of the DocPartProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocPartProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocPartProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocPartProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName">
            <summary>
            <para> Entry Name.</para>
            <para> Represents the following element tag in the schema: w:name </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId">
            <summary>
            <para> Associated Paragraph Style Name.</para>
            <para> Represents the following element tag in the schema: w:style </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category">
            <summary>
            <para> Entry Categorization.</para>
            <para> Represents the following element tag in the schema: w:category </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes">
            <summary>
            <para> Entry Types.</para>
            <para> Represents the following element tag in the schema: w:types </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors">
            <summary>
            <para> Entry Insertion Behaviors.</para>
            <para> Represents the following element tag in the schema: w:behaviors </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description">
            <summary>
            <para> Description for Entry.</para>
            <para> Represents the following element tag in the schema: w:description </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId">
            <summary>
            <para> Entry ID.</para>
            <para> Represents the following element tag in the schema: w:guid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartBody">
             <summary>
             <para>Contents of Glossary Document Entry.</para>
             <para> When the object is serialized out as xml, its qualified name is w:docPartBody.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>SectionProperties &lt;w:sectPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartBody.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPartBody.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartBody.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartBody.#ctor">
            <summary>
            Initializes a new instance of the DocPartBody class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartBody.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocPartBody class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartBody.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocPartBody class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartBody.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocPartBody class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPartBody.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Body">
             <summary>
             <para>Defines the Body Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:body.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>SectionProperties &lt;w:sectPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Body.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Body.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Body.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Body.#ctor">
            <summary>
            Initializes a new instance of the Body class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Body.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Body class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Body.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Body class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Body.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Body class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Body.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BodyType">
             <summary>
             Defines the BodyType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>AltChunk &lt;w:altChunk></description></item>
            <item><description>CustomXmlBlock &lt;w:customXml></description></item>
            <item><description>SdtBlock &lt;w:sdt></description></item>
            <item><description>Paragraph &lt;w:p></description></item>
            <item><description>Table &lt;w:tbl></description></item>
            <item><description>ProofError &lt;w:proofErr></description></item>
            <item><description>PermStart &lt;w:permStart></description></item>
            <item><description>PermEnd &lt;w:permEnd></description></item>
            <item><description>BookmarkStart &lt;w:bookmarkStart></description></item>
            <item><description>BookmarkEnd &lt;w:bookmarkEnd></description></item>
            <item><description>CommentRangeStart &lt;w:commentRangeStart></description></item>
            <item><description>CommentRangeEnd &lt;w:commentRangeEnd></description></item>
            <item><description>MoveFromRangeStart &lt;w:moveFromRangeStart></description></item>
            <item><description>MoveFromRangeEnd &lt;w:moveFromRangeEnd></description></item>
            <item><description>MoveToRangeStart &lt;w:moveToRangeStart></description></item>
            <item><description>MoveToRangeEnd &lt;w:moveToRangeEnd></description></item>
            <item><description>CustomXmlInsRangeStart &lt;w:customXmlInsRangeStart></description></item>
            <item><description>CustomXmlInsRangeEnd &lt;w:customXmlInsRangeEnd></description></item>
            <item><description>CustomXmlDelRangeStart &lt;w:customXmlDelRangeStart></description></item>
            <item><description>CustomXmlDelRangeEnd &lt;w:customXmlDelRangeEnd></description></item>
            <item><description>CustomXmlMoveFromRangeStart &lt;w:customXmlMoveFromRangeStart></description></item>
            <item><description>CustomXmlMoveFromRangeEnd &lt;w:customXmlMoveFromRangeEnd></description></item>
            <item><description>CustomXmlMoveToRangeStart &lt;w:customXmlMoveToRangeStart></description></item>
            <item><description>CustomXmlMoveToRangeEnd &lt;w:customXmlMoveToRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart &lt;w14:customXmlConflictInsRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd &lt;w14:customXmlConflictInsRangeEnd></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart &lt;w14:customXmlConflictDelRangeStart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd &lt;w14:customXmlConflictDelRangeEnd></description></item>
            <item><description>InsertedRun &lt;w:ins></description></item>
            <item><description>DeletedRun &lt;w:del></description></item>
            <item><description>MoveFromRun &lt;w:moveFrom></description></item>
            <item><description>MoveToRun &lt;w:moveTo></description></item>
            <item><description>ContentPart &lt;w:contentPart></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion &lt;w14:conflictDel></description></item>
            <item><description>SectionProperties &lt;w:sectPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BodyType.#ctor">
            <summary>
            Initializes a new instance of the BodyType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BodyType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BodyType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BodyType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BodyType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BodyType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BodyType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPart">
             <summary>
             <para>Glossary Document Entry.</para>
             <para> When the object is serialized out as xml, its qualified name is w:docPart.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocPartProperties &lt;w:docPartPr></description></item>
            <item><description>DocPartBody &lt;w:docPartBody></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPart.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPart.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPart.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPart.#ctor">
            <summary>
            Initializes a new instance of the DocPart class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPart.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocPart class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPart.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocPart class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPart.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocPart class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties">
            <summary>
            <para> Glossary Document Entry Properties.</para>
            <para> Represents the following element tag in the schema: w:docPartPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody">
            <summary>
            <para> Contents of Glossary Document Entry.</para>
            <para> Represents the following element tag in the schema: w:docPartBody </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocPart.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting">
            <summary>
            <para>Defines the CompatibilitySetting Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:compatSetting.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name">
             <summary>
             <para> name.</para>
             <para>Represents the following attribute in the schema: w:name </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri">
             <summary>
             <para> uri.</para>
             <para>Represents the following attribute in the schema: w:uri </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.#ctor">
            <summary>
            Initializes a new instance of the CompatibilitySetting class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin">
            <summary>
            <para>Table Cell Left Margin Default.</para>
            <para> When the object is serialized out as xml, its qualified name is w:left.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.#ctor">
            <summary>
            Initializes a new instance of the TableCellLeftMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin">
            <summary>
            <para>Table Cell Right Margin Default.</para>
            <para> When the object is serialized out as xml, its qualified name is w:right.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.#ctor">
            <summary>
            Initializes a new instance of the TableCellRightMargin class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType">
            <summary>
            Defines the TableWidthDxaNilType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width">
             <summary>
             <para> w.</para>
             <para>Represents the following attribute in the schema: w:w </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type">
             <summary>
             <para> type.</para>
             <para>Represents the following attribute in the schema: w:type </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.#ctor">
            <summary>
            Initializes a new instance of the TableWidthDxaNilType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions">
             <summary>
             <para>Table-Level Property Exceptions.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblPrEx.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TableWidth &lt;w:tblW></description></item>
            <item><description>TableJustification &lt;w:jc></description></item>
            <item><description>TableCellSpacing &lt;w:tblCellSpacing></description></item>
            <item><description>TableIndentation &lt;w:tblInd></description></item>
            <item><description>TableBorders &lt;w:tblBorders></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>TableLayout &lt;w:tblLayout></description></item>
            <item><description>TableCellMarginDefault &lt;w:tblCellMar></description></item>
            <item><description>TableLook &lt;w:tblLook></description></item>
            <item><description>TablePropertyExceptionsChange &lt;w:tblPrExChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.#ctor">
            <summary>
            Initializes a new instance of the TablePropertyExceptions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TablePropertyExceptions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TablePropertyExceptions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TablePropertyExceptions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth">
            <summary>
            <para> Preferred Table Width Exception.</para>
            <para> Represents the following element tag in the schema: w:tblW </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification">
            <summary>
            <para> Table Alignment Exception.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing">
            <summary>
            <para> Table Cell Spacing Exception.</para>
            <para> Represents the following element tag in the schema: w:tblCellSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation">
            <summary>
            <para> Table Indent from Leading Margin Exception.</para>
            <para> Represents the following element tag in the schema: w:tblInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders">
            <summary>
            <para> Table Borders Exceptions.</para>
            <para> Represents the following element tag in the schema: w:tblBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading">
            <summary>
            <para> Table Shading Exception.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout">
            <summary>
            <para> Table Layout Exception.</para>
            <para> Represents the following element tag in the schema: w:tblLayout </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault">
            <summary>
            <para> Table Cell Margin Exceptions.</para>
            <para> Represents the following element tag in the schema: w:tblCellMar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook">
            <summary>
            <para> Table Style Conditional Formatting Settings Exception.</para>
            <para> Represents the following element tag in the schema: w:tblLook </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange">
            <summary>
            <para> Revision Information for Table-Level Property Exceptions.</para>
            <para> Represents the following element tag in the schema: w:tblPrExChange </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties">
             <summary>
             <para>Table Row Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:trPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ConditionalFormatStyle &lt;w:cnfStyle></description></item>
            <item><description>DivId &lt;w:divId></description></item>
            <item><description>GridBefore &lt;w:gridBefore></description></item>
            <item><description>GridAfter &lt;w:gridAfter></description></item>
            <item><description>WidthBeforeTableRow &lt;w:wBefore></description></item>
            <item><description>WidthAfterTableRow &lt;w:wAfter></description></item>
            <item><description>TableRowHeight &lt;w:trHeight></description></item>
            <item><description>Hidden &lt;w:hidden></description></item>
            <item><description>CantSplit &lt;w:cantSplit></description></item>
            <item><description>TableHeader &lt;w:tblHeader></description></item>
            <item><description>TableCellSpacing &lt;w:tblCellSpacing></description></item>
            <item><description>TableJustification &lt;w:jc></description></item>
            <item><description>Inserted &lt;w:ins></description></item>
            <item><description>Deleted &lt;w:del></description></item>
            <item><description>TableRowPropertiesChange &lt;w:trPrChange></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion &lt;w14:conflictIns></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion &lt;w14:conflictDel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.#ctor">
            <summary>
            Initializes a new instance of the TableRowProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableRowProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableRowProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableRowProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange">
             <summary>
             <para>Revision Information for Table Row Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:trPrChange.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>PreviousTableRowProperties &lt;w:trPr></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author">
             <summary>
             <para> author.</para>
             <para>Represents the following attribute in the schema: w:author </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date">
             <summary>
             <para> date.</para>
             <para>Represents the following attribute in the schema: w:date </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id">
             <summary>
             <para> Annotation Identifier.</para>
             <para>Represents the following attribute in the schema: w:id </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.#ctor">
            <summary>
            Initializes a new instance of the TableRowPropertiesChange class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TableRowPropertiesChange class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TableRowPropertiesChange class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableRowPropertiesChange class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties">
            <summary>
            <para> Previous Table Row Properties.</para>
            <para> Represents the following element tag in the schema: w:trPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties">
             <summary>
             <para>Paragraph Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pPr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ParagraphStyleId &lt;w:pStyle></description></item>
            <item><description>KeepNext &lt;w:keepNext></description></item>
            <item><description>KeepLines &lt;w:keepLines></description></item>
            <item><description>PageBreakBefore &lt;w:pageBreakBefore></description></item>
            <item><description>FrameProperties &lt;w:framePr></description></item>
            <item><description>WidowControl &lt;w:widowControl></description></item>
            <item><description>NumberingProperties &lt;w:numPr></description></item>
            <item><description>SuppressLineNumbers &lt;w:suppressLineNumbers></description></item>
            <item><description>ParagraphBorders &lt;w:pBdr></description></item>
            <item><description>Shading &lt;w:shd></description></item>
            <item><description>Tabs &lt;w:tabs></description></item>
            <item><description>SuppressAutoHyphens &lt;w:suppressAutoHyphens></description></item>
            <item><description>Kinsoku &lt;w:kinsoku></description></item>
            <item><description>WordWrap &lt;w:wordWrap></description></item>
            <item><description>OverflowPunctuation &lt;w:overflowPunct></description></item>
            <item><description>TopLinePunctuation &lt;w:topLinePunct></description></item>
            <item><description>AutoSpaceDE &lt;w:autoSpaceDE></description></item>
            <item><description>AutoSpaceDN &lt;w:autoSpaceDN></description></item>
            <item><description>BiDi &lt;w:bidi></description></item>
            <item><description>AdjustRightIndent &lt;w:adjustRightInd></description></item>
            <item><description>SnapToGrid &lt;w:snapToGrid></description></item>
            <item><description>SpacingBetweenLines &lt;w:spacing></description></item>
            <item><description>Indentation &lt;w:ind></description></item>
            <item><description>ContextualSpacing &lt;w:contextualSpacing></description></item>
            <item><description>MirrorIndents &lt;w:mirrorIndents></description></item>
            <item><description>SuppressOverlap &lt;w:suppressOverlap></description></item>
            <item><description>Justification &lt;w:jc></description></item>
            <item><description>TextDirection &lt;w:textDirection></description></item>
            <item><description>TextAlignment &lt;w:textAlignment></description></item>
            <item><description>TextBoxTightWrap &lt;w:textboxTightWrap></description></item>
            <item><description>OutlineLevel &lt;w:outlineLvl></description></item>
            <item><description>DivId &lt;w:divId></description></item>
            <item><description>ConditionalFormatStyle &lt;w:cnfStyle></description></item>
            <item><description>ParagraphMarkRunProperties &lt;w:rPr></description></item>
            <item><description>SectionProperties &lt;w:sectPr></description></item>
            <item><description>ParagraphPropertiesChange &lt;w:pPrChange></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the ParagraphProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ParagraphProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ParagraphProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId">
            <summary>
            <para> ParagraphStyleId.</para>
            <para> Represents the following element tag in the schema: w:pStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext">
            <summary>
            <para> KeepNext.</para>
            <para> Represents the following element tag in the schema: w:keepNext </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines">
            <summary>
            <para> KeepLines.</para>
            <para> Represents the following element tag in the schema: w:keepLines </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore">
            <summary>
            <para> PageBreakBefore.</para>
            <para> Represents the following element tag in the schema: w:pageBreakBefore </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties">
            <summary>
            <para> FrameProperties.</para>
            <para> Represents the following element tag in the schema: w:framePr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl">
            <summary>
            <para> WidowControl.</para>
            <para> Represents the following element tag in the schema: w:widowControl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties">
            <summary>
            <para> NumberingProperties.</para>
            <para> Represents the following element tag in the schema: w:numPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers">
            <summary>
            <para> SuppressLineNumbers.</para>
            <para> Represents the following element tag in the schema: w:suppressLineNumbers </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders">
            <summary>
            <para> ParagraphBorders.</para>
            <para> Represents the following element tag in the schema: w:pBdr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading">
            <summary>
            <para> Shading.</para>
            <para> Represents the following element tag in the schema: w:shd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs">
            <summary>
            <para> Tabs.</para>
            <para> Represents the following element tag in the schema: w:tabs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens">
            <summary>
            <para> SuppressAutoHyphens.</para>
            <para> Represents the following element tag in the schema: w:suppressAutoHyphens </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku">
            <summary>
            <para> Kinsoku.</para>
            <para> Represents the following element tag in the schema: w:kinsoku </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap">
            <summary>
            <para> WordWrap.</para>
            <para> Represents the following element tag in the schema: w:wordWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation">
            <summary>
            <para> OverflowPunctuation.</para>
            <para> Represents the following element tag in the schema: w:overflowPunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation">
            <summary>
            <para> TopLinePunctuation.</para>
            <para> Represents the following element tag in the schema: w:topLinePunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE">
            <summary>
            <para> AutoSpaceDE.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceDE </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN">
            <summary>
            <para> AutoSpaceDN.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceDN </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi">
            <summary>
            <para> BiDi.</para>
            <para> Represents the following element tag in the schema: w:bidi </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent">
            <summary>
            <para> AdjustRightIndent.</para>
            <para> Represents the following element tag in the schema: w:adjustRightInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid">
            <summary>
            <para> SnapToGrid.</para>
            <para> Represents the following element tag in the schema: w:snapToGrid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines">
            <summary>
            <para> SpacingBetweenLines.</para>
            <para> Represents the following element tag in the schema: w:spacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation">
            <summary>
            <para> Indentation.</para>
            <para> Represents the following element tag in the schema: w:ind </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing">
            <summary>
            <para> ContextualSpacing.</para>
            <para> Represents the following element tag in the schema: w:contextualSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents">
            <summary>
            <para> MirrorIndents.</para>
            <para> Represents the following element tag in the schema: w:mirrorIndents </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap">
            <summary>
            <para> SuppressOverlap.</para>
            <para> Represents the following element tag in the schema: w:suppressOverlap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification">
            <summary>
            <para> Justification.</para>
            <para> Represents the following element tag in the schema: w:jc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection">
            <summary>
            <para> TextDirection.</para>
            <para> Represents the following element tag in the schema: w:textDirection </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment">
            <summary>
            <para> TextAlignment.</para>
            <para> Represents the following element tag in the schema: w:textAlignment </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap">
            <summary>
            <para> TextBoxTightWrap.</para>
            <para> Represents the following element tag in the schema: w:textboxTightWrap </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel">
            <summary>
            <para> OutlineLevel.</para>
            <para> Represents the following element tag in the schema: w:outlineLvl </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId">
            <summary>
            <para> DivId.</para>
            <para> Represents the following element tag in the schema: w:divId </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle">
            <summary>
            <para> ConditionalFormatStyle.</para>
            <para> Represents the following element tag in the schema: w:cnfStyle </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties">
            <summary>
            <para> Run Properties for the Paragraph Mark.</para>
            <para> Represents the following element tag in the schema: w:rPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties">
            <summary>
            <para> Section Properties.</para>
            <para> Represents the following element tag in the schema: w:sectPr </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange">
            <summary>
            <para> ParagraphPropertiesChange.</para>
            <para> Represents the following element tag in the schema: w:pPrChange </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Control">
            <summary>
            <para>Defines the Control Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:control.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Control.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Control.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Control.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Control.Name">
             <summary>
             <para> Unique Name for Embedded Control.</para>
             <para>Represents the following attribute in the schema: w:name </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId">
             <summary>
             <para> Associated VML Data Reference.</para>
             <para>Represents the following attribute in the schema: w:shapeid </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Control.Id">
             <summary>
             <para> Embedded Control Properties Relationship Reference.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Control.#ctor">
            <summary>
            Initializes a new instance of the Control class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Control.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid">
             <summary>
             <para>Previous Table Grid.</para>
             <para> When the object is serialized out as xml, its qualified name is w:tblGrid.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>GridColumn &lt;w:gridCol></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.#ctor">
            <summary>
            Initializes a new instance of the PreviousTableGrid class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PreviousTableGrid class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PreviousTableGrid class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PreviousTableGrid class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed">
            <summary>
            <para>Defines the ObjectEmbed Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:objectEmbed.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect">
             <summary>
             <para> drawAspect.</para>
             <para>Represents the following attribute in the schema: w:drawAspect </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId">
             <summary>
             <para> progId.</para>
             <para>Represents the following attribute in the schema: w:progId </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId">
             <summary>
             <para> shapeId.</para>
             <para>Represents the following attribute in the schema: w:shapeId </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes">
             <summary>
             <para> fieldCodes.</para>
             <para>Represents the following attribute in the schema: w:fieldCodes </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.#ctor">
            <summary>
            Initializes a new instance of the ObjectEmbed class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ObjectLink">
            <summary>
            <para>Defines the ObjectLink Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:objectLink.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode">
             <summary>
             <para> updateMode.</para>
             <para>Represents the following attribute in the schema: w:updateMode </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField">
             <summary>
             <para> lockedField.</para>
             <para>Represents the following attribute in the schema: w:lockedField </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect">
             <summary>
             <para> drawAspect.</para>
             <para>Represents the following attribute in the schema: w:drawAspect </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId">
             <summary>
             <para> progId.</para>
             <para>Represents the following attribute in the schema: w:progId </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId">
             <summary>
             <para> shapeId.</para>
             <para>Represents the following attribute in the schema: w:shapeId </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes">
             <summary>
             <para> fieldCodes.</para>
             <para>Represents the following attribute in the schema: w:fieldCodes </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.#ctor">
            <summary>
            Initializes a new instance of the ObjectLink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ObjectLink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Lock">
            <summary>
            <para>Defines the Lock Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:lock.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Lock.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Lock.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Lock.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Lock.Val">
             <summary>
             <para> Locking Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Lock.#ctor">
            <summary>
            Initializes a new instance of the Lock class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Lock.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder">
             <summary>
             <para>Defines the SdtPlaceholder Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:placeholder.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocPartReference &lt;w:docPart></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.#ctor">
            <summary>
            Initializes a new instance of the SdtPlaceholder class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtPlaceholder class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtPlaceholder class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtPlaceholder class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference">
            <summary>
            <para> Document Part Reference.</para>
            <para> Represents the following element tag in the schema: w:docPart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DataBinding">
            <summary>
            <para>Defines the DataBinding Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:dataBinding.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataBinding.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataBinding.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataBinding.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings">
             <summary>
             <para> XML Namespace Prefix Mappings.</para>
             <para>Represents the following attribute in the schema: w:prefixMappings </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath">
             <summary>
             <para> XPath.</para>
             <para>Represents the following attribute in the schema: w:xpath </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId">
             <summary>
             <para> Custom XML Data Storage ID.</para>
             <para>Represents the following attribute in the schema: w:storeItemID </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataBinding.#ctor">
            <summary>
            Initializes a new instance of the DataBinding class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DataBinding.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox">
             <summary>
             <para>Defines the SdtContentComboBox Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:comboBox.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ListItem &lt;w:listItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue">
             <summary>
             <para> Combo Box Last Saved Value.</para>
             <para>Represents the following attribute in the schema: w:lastValue </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.#ctor">
            <summary>
            Initializes a new instance of the SdtContentComboBox class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentComboBox class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentComboBox class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentComboBox class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate">
             <summary>
             <para>Defines the SdtContentDate Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:date.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DateFormat &lt;w:dateFormat></description></item>
            <item><description>LanguageId &lt;w:lid></description></item>
            <item><description>SdtDateMappingType &lt;w:storeMappedDataAs></description></item>
            <item><description>Calendar &lt;w:calendar></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate">
             <summary>
             <para> Last Known Date in XML Schema DateTime Format.</para>
             <para>Represents the following attribute in the schema: w:fullDate </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.#ctor">
            <summary>
            Initializes a new instance of the SdtContentDate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentDate class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentDate class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentDate class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat">
            <summary>
            <para> Date Display Mask.</para>
            <para> Represents the following element tag in the schema: w:dateFormat </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId">
            <summary>
            <para> Date Picker Language ID.</para>
            <para> Represents the following element tag in the schema: w:lid </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType">
            <summary>
            <para> Custom XML Data Date Storage Format.</para>
            <para> Represents the following element tag in the schema: w:storeMappedDataAs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar">
            <summary>
            <para> Date Picker Calendar Type.</para>
            <para> Represents the following element tag in the schema: w:calendar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject">
             <summary>
             <para>Defines the SdtContentDocPartObject Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:docPartObj.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocPartGallery &lt;w:docPartGallery></description></item>
            <item><description>DocPartCategory &lt;w:docPartCategory></description></item>
            <item><description>DocPartUnique &lt;w:docPartUnique></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.#ctor">
            <summary>
            Initializes a new instance of the SdtContentDocPartObject class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentDocPartObject class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentDocPartObject class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentDocPartObject class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList">
             <summary>
             <para>Defines the SdtContentDocPartList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:docPartList.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocPartGallery &lt;w:docPartGallery></description></item>
            <item><description>DocPartCategory &lt;w:docPartCategory></description></item>
            <item><description>DocPartUnique &lt;w:docPartUnique></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.#ctor">
            <summary>
            Initializes a new instance of the SdtContentDocPartList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentDocPartList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentDocPartList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentDocPartList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType">
             <summary>
             Defines the SdtDocPartType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocPartGallery &lt;w:docPartGallery></description></item>
            <item><description>DocPartCategory &lt;w:docPartCategory></description></item>
            <item><description>DocPartUnique &lt;w:docPartUnique></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery">
            <summary>
            <para> Document Part Gallery Filter.</para>
            <para> Represents the following element tag in the schema: w:docPartGallery </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory">
            <summary>
            <para> Document Part Category Filter.</para>
            <para> Represents the following element tag in the schema: w:docPartCategory </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique">
            <summary>
            <para> Built-In Document Part.</para>
            <para> Represents the following element tag in the schema: w:docPartUnique </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.#ctor">
            <summary>
            Initializes a new instance of the SdtDocPartType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtDocPartType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtDocPartType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtDocPartType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList">
             <summary>
             <para>Defines the SdtContentDropDownList Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:dropDownList.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ListItem &lt;w:listItem></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue">
             <summary>
             <para> Drop-down List Last Saved Value.</para>
             <para>Represents the following attribute in the schema: w:lastValue </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.#ctor">
            <summary>
            Initializes a new instance of the SdtContentDropDownList class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the SdtContentDropDownList class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtContentDropDownList class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtContentDropDownList class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtContentText">
            <summary>
            <para>Defines the SdtContentText Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:text.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentText.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentText.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentText.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine">
             <summary>
             <para> Allow Soft Line Breaks.</para>
             <para>Represents the following attribute in the schema: w:multiLine </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentText.#ctor">
            <summary>
            Initializes a new instance of the SdtContentText class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtContentText.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.WriteProtection">
            <summary>
            <para>Write Protection.</para>
            <para> When the object is serialized out as xml, its qualified name is w:writeProtection.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended">
             <summary>
             <para> Recommend Write Protection in User Interface.</para>
             <para>Represents the following attribute in the schema: w:recommended </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType">
             <summary>
             <para> Cryptographic Provider Type.</para>
             <para>Represents the following attribute in the schema: w:cryptProviderType </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass">
             <summary>
             <para> Cryptographic Algorithm Class.</para>
             <para>Represents the following attribute in the schema: w:cryptAlgorithmClass </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType">
             <summary>
             <para> Cryptographic Algorithm Type.</para>
             <para>Represents the following attribute in the schema: w:cryptAlgorithmType </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid">
             <summary>
             <para> Cryptographic Hashing Algorithm.</para>
             <para>Represents the following attribute in the schema: w:cryptAlgorithmSid </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount">
             <summary>
             <para> Iterations to Run Hashing Algorithm.</para>
             <para>Represents the following attribute in the schema: w:cryptSpinCount </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider">
             <summary>
             <para> Cryptographic Provider.</para>
             <para>Represents the following attribute in the schema: w:cryptProvider </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility">
             <summary>
             <para> Cryptographic Algorithm Extensibility.</para>
             <para>Represents the following attribute in the schema: w:algIdExt </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource">
             <summary>
             <para> Algorithm Extensibility Source.</para>
             <para>Represents the following attribute in the schema: w:algIdExtSource </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility">
             <summary>
             <para> Cryptographic Provider Type Extensibility.</para>
             <para>Represents the following attribute in the schema: w:cryptProviderTypeExt </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource">
             <summary>
             <para> Provider Type Extensibility Source.</para>
             <para>Represents the following attribute in the schema: w:cryptProviderTypeExtSource </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash">
             <summary>
             <para> Password Hash.</para>
             <para>Represents the following attribute in the schema: w:hash </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt">
             <summary>
             <para> Salt for Password Verifier.</para>
             <para>Represents the following attribute in the schema: w:salt </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName">
             <summary>
             <para> algorithmName, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:algorithmName </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue">
             <summary>
             <para> hashValue, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:hashValue </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue">
             <summary>
             <para> saltValue, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:saltValue </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount">
             <summary>
             <para> spinCount, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:spinCount </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.#ctor">
            <summary>
            Initializes a new instance of the WriteProtection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.View">
            <summary>
            <para>Document View Setting.</para>
            <para> When the object is serialized out as xml, its qualified name is w:view.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.View.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.View.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.View.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.View.Val">
             <summary>
             <para> Document View Setting Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.View.#ctor">
            <summary>
            Initializes a new instance of the View class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.View.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Zoom">
            <summary>
            <para>Magnification Setting.</para>
            <para> When the object is serialized out as xml, its qualified name is w:zoom.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Zoom.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Zoom.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Zoom.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Zoom.Val">
             <summary>
             <para> Zoom Type.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent">
             <summary>
             <para> Zoom Percentage.</para>
             <para>Represents the following attribute in the schema: w:percent </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Zoom.#ctor">
            <summary>
            Initializes a new instance of the Zoom class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Zoom.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle">
            <summary>
            <para>Grammar Checking Settings.</para>
            <para> When the object is serialized out as xml, its qualified name is w:activeWritingStyle.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language">
             <summary>
             <para> Writing Style Language.</para>
             <para>Represents the following attribute in the schema: w:lang </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID">
             <summary>
             <para> Grammatical Engine ID.</para>
             <para>Represents the following attribute in the schema: w:vendorID </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion">
             <summary>
             <para> Grammatical Check Engine Version.</para>
             <para>Represents the following attribute in the schema: w:dllVersion </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck">
             <summary>
             <para> Natural Language Grammar Check.</para>
             <para>Represents the following attribute in the schema: w:nlCheck </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle">
             <summary>
             <para> Check Stylistic Rules With Grammar.</para>
             <para>Represents the following attribute in the schema: w:checkStyle </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName">
             <summary>
             <para> Application Name.</para>
             <para>Represents the following attribute in the schema: w:appName </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.#ctor">
            <summary>
            Initializes a new instance of the ActiveWritingStyle class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ProofState">
            <summary>
            <para>Spelling and Grammatical Checking State.</para>
            <para> When the object is serialized out as xml, its qualified name is w:proofState.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ProofState.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ProofState.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ProofState.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling">
             <summary>
             <para> Spell Checking State.</para>
             <para>Represents the following attribute in the schema: w:spelling </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar">
             <summary>
             <para> Grammatical Checking State.</para>
             <para>Represents the following attribute in the schema: w:grammar </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ProofState.#ctor">
            <summary>
            Initializes a new instance of the ProofState class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ProofState.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter">
            <summary>
            <para>Suggested Filtering for List of Document Styles.</para>
            <para> When the object is serialized out as xml, its qualified name is w:stylePaneFormatFilter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles">
             <summary>
             <para> allStyles, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:allStyles </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles">
             <summary>
             <para> customStyles, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:customStyles </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles">
             <summary>
             <para> latentStyles, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:latentStyles </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse">
             <summary>
             <para> stylesInUse, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:stylesInUse </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles">
             <summary>
             <para> headingStyles, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:headingStyles </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles">
             <summary>
             <para> numberingStyles, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:numberingStyles </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles">
             <summary>
             <para> tableStyles, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:tableStyles </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns">
             <summary>
             <para> directFormattingOnRuns, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:directFormattingOnRuns </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs">
             <summary>
             <para> directFormattingOnParagraphs, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:directFormattingOnParagraphs </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering">
             <summary>
             <para> directFormattingOnNumbering, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:directFormattingOnNumbering </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables">
             <summary>
             <para> directFormattingOnTables, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:directFormattingOnTables </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting">
             <summary>
             <para> clearFormatting, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:clearFormatting </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles">
             <summary>
             <para> top3HeadingStyles, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:top3HeadingStyles </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles">
             <summary>
             <para> visibleStyles, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:visibleStyles </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames">
             <summary>
             <para> alternateStyleNames, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:alternateStyleNames </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.#ctor">
            <summary>
            Initializes a new instance of the StylePaneFormatFilter class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods">
            <summary>
            <para>Suggested Sorting for List of Document Styles.</para>
            <para> When the object is serialized out as xml, its qualified name is w:stylePaneSortMethod.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.#ctor">
            <summary>
            Initializes a new instance of the StylePaneSortMethods class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentType">
            <summary>
            <para>Document Classification.</para>
            <para> When the object is serialized out as xml, its qualified name is w:documentType.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentType.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentType.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentType.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val">
             <summary>
             <para> Document Classification Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentType.#ctor">
            <summary>
            Initializes a new instance of the DocumentType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentType.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMerge">
             <summary>
             <para>Mail Merge Settings.</para>
             <para> When the object is serialized out as xml, its qualified name is w:mailMerge.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>MainDocumentType &lt;w:mainDocumentType></description></item>
            <item><description>LinkToQuery &lt;w:linkToQuery></description></item>
            <item><description>DataType &lt;w:dataType></description></item>
            <item><description>ConnectString &lt;w:connectString></description></item>
            <item><description>Query &lt;w:query></description></item>
            <item><description>DataSourceReference &lt;w:dataSource></description></item>
            <item><description>HeaderSource &lt;w:headerSource></description></item>
            <item><description>DoNotSuppressBlankLines &lt;w:doNotSuppressBlankLines></description></item>
            <item><description>Destination &lt;w:destination></description></item>
            <item><description>AddressFieldName &lt;w:addressFieldName></description></item>
            <item><description>MailSubject &lt;w:mailSubject></description></item>
            <item><description>MailAsAttachment &lt;w:mailAsAttachment></description></item>
            <item><description>ViewMergedData &lt;w:viewMergedData></description></item>
            <item><description>ActiveRecord &lt;w:activeRecord></description></item>
            <item><description>CheckErrors &lt;w:checkErrors></description></item>
            <item><description>DataSourceObject &lt;w:odso></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMerge.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMerge.#ctor">
            <summary>
            Initializes a new instance of the MailMerge class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMerge.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the MailMerge class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMerge.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the MailMerge class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMerge.#ctor(System.String)">
            <summary>
            Initializes a new instance of the MailMerge class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType">
            <summary>
            <para> Source Document Type.</para>
            <para> Represents the following element tag in the schema: w:mainDocumentType </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery">
            <summary>
            <para> Query Contains Link to External Query File.</para>
            <para> Represents the following element tag in the schema: w:linkToQuery </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType">
            <summary>
            <para> Data Source Type.</para>
            <para> Represents the following element tag in the schema: w:dataType </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString">
            <summary>
            <para> Data Source Connection String.</para>
            <para> Represents the following element tag in the schema: w:connectString </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query">
            <summary>
            <para> Query For Data Source Records To Merge.</para>
            <para> Represents the following element tag in the schema: w:query </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference">
            <summary>
            <para> Data Source File Path.</para>
            <para> Represents the following element tag in the schema: w:dataSource </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource">
            <summary>
            <para> Header Definition File Path.</para>
            <para> Represents the following element tag in the schema: w:headerSource </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines">
            <summary>
            <para> Remove Blank Lines from Merged Documents.</para>
            <para> Represents the following element tag in the schema: w:doNotSuppressBlankLines </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination">
            <summary>
            <para> Merged Document Destination.</para>
            <para> Represents the following element tag in the schema: w:destination </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName">
            <summary>
            <para> Column Containing E-mail Address.</para>
            <para> Represents the following element tag in the schema: w:addressFieldName </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject">
            <summary>
            <para> Merged E-mail or Fax Subject Line.</para>
            <para> Represents the following element tag in the schema: w:mailSubject </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment">
            <summary>
            <para> Merged Document To E-Mail Attachment.</para>
            <para> Represents the following element tag in the schema: w:mailAsAttachment </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData">
            <summary>
            <para> View Merged Data Within Document.</para>
            <para> Represents the following element tag in the schema: w:viewMergedData </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord">
            <summary>
            <para> Record Currently Displayed In Merged Document.</para>
            <para> Represents the following element tag in the schema: w:activeRecord </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors">
            <summary>
            <para> Mail Merge Error Reporting Setting.</para>
            <para> Represents the following element tag in the schema: w:checkErrors </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject">
            <summary>
            <para> Office Data Source Object Settings.</para>
            <para> Represents the following element tag in the schema: w:odso </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.MailMerge.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RevisionView">
            <summary>
            <para>Visibility of Annotation Types.</para>
            <para> When the object is serialized out as xml, its qualified name is w:revisionView.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RevisionView.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RevisionView.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RevisionView.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup">
             <summary>
             <para> Display Visual Indicator Of Markup Area.</para>
             <para>Represents the following attribute in the schema: w:markup </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments">
             <summary>
             <para> Display Comments.</para>
             <para>Represents the following attribute in the schema: w:comments </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision">
             <summary>
             <para> Display Content Revisions.</para>
             <para>Represents the following attribute in the schema: w:insDel </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting">
             <summary>
             <para> Display Formatting Revisions.</para>
             <para>Represents the following attribute in the schema: w:formatting </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations">
             <summary>
             <para> Display Ink Annotations.</para>
             <para>Represents the following attribute in the schema: w:inkAnnotations </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RevisionView.#ctor">
            <summary>
            Initializes a new instance of the RevisionView class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.RevisionView.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection">
            <summary>
            <para>Document Editing Restrictions.</para>
            <para> When the object is serialized out as xml, its qualified name is w:documentProtection.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit">
             <summary>
             <para> Document Editing Restrictions.</para>
             <para>Represents the following attribute in the schema: w:edit </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting">
             <summary>
             <para> Only Allow Formatting With Unlocked Styles.</para>
             <para>Represents the following attribute in the schema: w:formatting </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement">
             <summary>
             <para> Enforce Document Protection Settings.</para>
             <para>Represents the following attribute in the schema: w:enforcement </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType">
             <summary>
             <para> Cryptographic Provider Type.</para>
             <para>Represents the following attribute in the schema: w:cryptProviderType </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass">
             <summary>
             <para> Cryptographic Algorithm Class.</para>
             <para>Represents the following attribute in the schema: w:cryptAlgorithmClass </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType">
             <summary>
             <para> Cryptographic Algorithm Type.</para>
             <para>Represents the following attribute in the schema: w:cryptAlgorithmType </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid">
             <summary>
             <para> Cryptographic Hashing Algorithm.</para>
             <para>Represents the following attribute in the schema: w:cryptAlgorithmSid </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount">
             <summary>
             <para> Iterations to Run Hashing Algorithm.</para>
             <para>Represents the following attribute in the schema: w:cryptSpinCount </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider">
             <summary>
             <para> Cryptographic Provider.</para>
             <para>Represents the following attribute in the schema: w:cryptProvider </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility">
             <summary>
             <para> Cryptographic Algorithm Extensibility.</para>
             <para>Represents the following attribute in the schema: w:algIdExt </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource">
             <summary>
             <para> Algorithm Extensibility Source.</para>
             <para>Represents the following attribute in the schema: w:algIdExtSource </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility">
             <summary>
             <para> Cryptographic Provider Type Extensibility.</para>
             <para>Represents the following attribute in the schema: w:cryptProviderTypeExt </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource">
             <summary>
             <para> Provider Type Extensibility Source.</para>
             <para>Represents the following attribute in the schema: w:cryptProviderTypeExtSource </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash">
             <summary>
             <para> Password Hash.</para>
             <para>Represents the following attribute in the schema: w:hash </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt">
             <summary>
             <para> Salt for Password Verifier.</para>
             <para>Represents the following attribute in the schema: w:salt </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName">
             <summary>
             <para> algorithmName, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:algorithmName </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue">
             <summary>
             <para> hashValue, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:hashValue </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue">
             <summary>
             <para> saltValue, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:saltValue </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount">
             <summary>
             <para> spinCount, this property is only available in Office2010.</para>
             <para>Represents the following attribute in the schema: w:spinCount </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.#ctor">
            <summary>
            Initializes a new instance of the DocumentProtection class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop">
            <summary>
            <para>Distance Between Automatic Tab Stops.</para>
            <para> When the object is serialized out as xml, its qualified name is w:defaultTabStop.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.#ctor">
            <summary>
            Initializes a new instance of the DefaultTabStop class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets">
            <summary>
            <para>Number of Pages Per Booklet.</para>
            <para> When the object is serialized out as xml, its qualified name is w:bookFoldPrintingSheets.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.#ctor">
            <summary>
            Initializes a new instance of the BookFoldPrintingSheets class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType">
            <summary>
            Defines the NonNegativeShortType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.#ctor">
            <summary>
            Initializes a new instance of the NonNegativeShortType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit">
            <summary>
            <para>Maximum Number of Consecutively Hyphenated Lines.</para>
            <para> When the object is serialized out as xml, its qualified name is w:consecutiveHyphenLimit.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.#ctor">
            <summary>
            Initializes a new instance of the ConsecutiveHyphenLimit class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SummaryLength">
            <summary>
            <para>Percentage of Document to Use When Generating Summary.</para>
            <para> When the object is serialized out as xml, its qualified name is w:summaryLength.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SummaryLength.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SummaryLength.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SummaryLength.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SummaryLength.#ctor">
            <summary>
            Initializes a new instance of the SummaryLength class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SummaryLength.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid">
            <summary>
            <para>Distance between Horizontal Gridlines.</para>
            <para> When the object is serialized out as xml, its qualified name is w:displayHorizontalDrawingGridEvery.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.#ctor">
            <summary>
            Initializes a new instance of the DisplayHorizontalDrawingGrid class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid">
            <summary>
            <para>Distance between Vertical Gridlines.</para>
            <para> When the object is serialized out as xml, its qualified name is w:displayVerticalDrawingGridEvery.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.#ctor">
            <summary>
            Initializes a new instance of the DisplayVerticalDrawingGrid class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type">
            <summary>
            Defines the UnsignedInt7Type class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.#ctor">
            <summary>
            Initializes a new instance of the UnsignedInt7Type class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl">
            <summary>
            <para>Character-Level Whitespace Compression.</para>
            <para> When the object is serialized out as xml, its qualified name is w:characterSpacingControl.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.#ctor">
            <summary>
            Initializes a new instance of the CharacterSpacingControl class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku">
            <summary>
            <para>Custom Set of Characters Which Cannot End a Line.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noLineBreaksAfter.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language">
             <summary>
             <para> lang.</para>
             <para>Represents the following attribute in the schema: w:lang </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.#ctor">
            <summary>
            Initializes a new instance of the NoLineBreaksAfterKinsoku class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku">
            <summary>
            <para>Custom Set Of Characters Which Cannot Begin A Line.</para>
            <para> When the object is serialized out as xml, its qualified name is w:noLineBreaksBefore.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language">
             <summary>
             <para> lang.</para>
             <para>Represents the following attribute in the schema: w:lang </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.#ctor">
            <summary>
            Initializes a new instance of the NoLineBreaksBeforeKinsoku class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt">
            <summary>
            <para>Custom XSL Transform To Use When Saving As XML File.</para>
            <para> When the object is serialized out as xml, its qualified name is w:saveThroughXslt.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id">
             <summary>
             <para> XSL Transformation Location.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId">
             <summary>
             <para> Local Identifier for XSL Transform.</para>
             <para>Represents the following attribute in the schema: w:solutionID </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.#ctor">
            <summary>
            Initializes a new instance of the SaveThroughXslt class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults">
             <summary>
             <para>Default Properties for VML Objects in Header and Footer.</para>
             <para> When the object is serialized out as xml, its qualified name is w:hdrShapeDefaults.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Vml.Office.ShapeDefaults &lt;o:shapedefaults></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ShapeLayout &lt;o:shapelayout></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.#ctor">
            <summary>
            Initializes a new instance of the HeaderShapeDefaults class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the HeaderShapeDefaults class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the HeaderShapeDefaults class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HeaderShapeDefaults class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults">
             <summary>
             <para>Default Properties for VML Objects in Main Document.</para>
             <para> When the object is serialized out as xml, its qualified name is w:shapeDefaults.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Vml.Office.ShapeDefaults &lt;o:shapedefaults></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ShapeLayout &lt;o:shapelayout></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.#ctor">
            <summary>
            Initializes a new instance of the ShapeDefaults class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeDefaults class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeDefaults class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeDefaults class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType">
             <summary>
             Defines the ShapeDefaultsType class.
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Vml.Office.ShapeDefaults &lt;o:shapedefaults></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Office.ShapeLayout &lt;o:shapelayout></description></item>
             </list>
             </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.#ctor">
            <summary>
            Initializes a new instance of the ShapeDefaultsType class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ShapeDefaultsType class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ShapeDefaultsType class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ShapeDefaultsType class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties">
             <summary>
             <para>Document-Wide Footnote Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:footnotePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>FootnotePosition &lt;w:pos></description></item>
            <item><description>NumberingFormat &lt;w:numFmt></description></item>
            <item><description>NumberingStart &lt;w:numStart></description></item>
            <item><description>NumberingRestart &lt;w:numRestart></description></item>
            <item><description>FootnoteSpecialReference &lt;w:footnote></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.#ctor">
            <summary>
            Initializes a new instance of the FootnoteDocumentWideProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the FootnoteDocumentWideProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the FootnoteDocumentWideProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FootnoteDocumentWideProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition">
            <summary>
            <para> Footnote Placement.</para>
            <para> Represents the following element tag in the schema: w:pos </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat">
            <summary>
            <para> Footnote Numbering Format.</para>
            <para> Represents the following element tag in the schema: w:numFmt </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart">
            <summary>
            <para> Footnote and Endnote Numbering Starting Value.</para>
            <para> Represents the following element tag in the schema: w:numStart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart">
            <summary>
            <para> Footnote and Endnote Numbering Restart Location.</para>
            <para> Represents the following element tag in the schema: w:numRestart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties">
             <summary>
             <para>Document-Wide Endnote Properties.</para>
             <para> When the object is serialized out as xml, its qualified name is w:endnotePr.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EndnotePosition &lt;w:pos></description></item>
            <item><description>NumberingFormat &lt;w:numFmt></description></item>
            <item><description>NumberingStart &lt;w:numStart></description></item>
            <item><description>NumberingRestart &lt;w:numRestart></description></item>
            <item><description>EndnoteSpecialReference &lt;w:endnote></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.#ctor">
            <summary>
            Initializes a new instance of the EndnoteDocumentWideProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EndnoteDocumentWideProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EndnoteDocumentWideProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EndnoteDocumentWideProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition">
            <summary>
            <para> Endnote Placement.</para>
            <para> Represents the following element tag in the schema: w:pos </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat">
            <summary>
            <para> Endnote Numbering Format.</para>
            <para> Represents the following element tag in the schema: w:numFmt </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart">
            <summary>
            <para> Footnote and Endnote Numbering Starting Value.</para>
            <para> Represents the following element tag in the schema: w:numStart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart">
            <summary>
            <para> Footnote and Endnote Numbering Restart Location.</para>
            <para> Represents the following element tag in the schema: w:numRestart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Compatibility">
             <summary>
             <para>Compatibility Settings.</para>
             <para> When the object is serialized out as xml, its qualified name is w:compat.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>UseSingleBorderForContiguousCells &lt;w:useSingleBorderforContiguousCells></description></item>
            <item><description>WordPerfectJustification &lt;w:wpJustification></description></item>
            <item><description>NoTabHangIndent &lt;w:noTabHangInd></description></item>
            <item><description>NoLeading &lt;w:noLeading></description></item>
            <item><description>SpaceForUnderline &lt;w:spaceForUL></description></item>
            <item><description>NoColumnBalance &lt;w:noColumnBalance></description></item>
            <item><description>BalanceSingleByteDoubleByteWidth &lt;w:balanceSingleByteDoubleByteWidth></description></item>
            <item><description>NoExtraLineSpacing &lt;w:noExtraLineSpacing></description></item>
            <item><description>DoNotLeaveBackslashAlone &lt;w:doNotLeaveBackslashAlone></description></item>
            <item><description>UnderlineTrailingSpaces &lt;w:ulTrailSpace></description></item>
            <item><description>DoNotExpandShiftReturn &lt;w:doNotExpandShiftReturn></description></item>
            <item><description>SpacingInWholePoints &lt;w:spacingInWholePoints></description></item>
            <item><description>LineWrapLikeWord6 &lt;w:lineWrapLikeWord6></description></item>
            <item><description>PrintBodyTextBeforeHeader &lt;w:printBodyTextBeforeHeader></description></item>
            <item><description>PrintColorBlackWhite &lt;w:printColBlack></description></item>
            <item><description>WordPerfectSpaceWidth &lt;w:wpSpaceWidth></description></item>
            <item><description>ShowBreaksInFrames &lt;w:showBreaksInFrames></description></item>
            <item><description>SubFontBySize &lt;w:subFontBySize></description></item>
            <item><description>SuppressBottomSpacing &lt;w:suppressBottomSpacing></description></item>
            <item><description>SuppressTopSpacing &lt;w:suppressTopSpacing></description></item>
            <item><description>SuppressSpacingAtTopOfPage &lt;w:suppressSpacingAtTopOfPage></description></item>
            <item><description>SuppressTopSpacingWordPerfect &lt;w:suppressTopSpacingWP></description></item>
            <item><description>SuppressSpacingBeforeAfterPageBreak &lt;w:suppressSpBfAfterPgBrk></description></item>
            <item><description>SwapBordersFacingPages &lt;w:swapBordersFacingPages></description></item>
            <item><description>ConvertMailMergeEscape &lt;w:convMailMergeEsc></description></item>
            <item><description>TruncateFontHeightsLikeWordPerfect &lt;w:truncateFontHeightsLikeWP6></description></item>
            <item><description>MacWordSmallCaps &lt;w:mwSmallCaps></description></item>
            <item><description>UsePrinterMetrics &lt;w:usePrinterMetrics></description></item>
            <item><description>DoNotSuppressParagraphBorders &lt;w:doNotSuppressParagraphBorders></description></item>
            <item><description>WrapTrailSpaces &lt;w:wrapTrailSpaces></description></item>
            <item><description>FootnoteLayoutLikeWord8 &lt;w:footnoteLayoutLikeWW8></description></item>
            <item><description>ShapeLayoutLikeWord8 &lt;w:shapeLayoutLikeWW8></description></item>
            <item><description>AlignTablesRowByRow &lt;w:alignTablesRowByRow></description></item>
            <item><description>ForgetLastTabAlignment &lt;w:forgetLastTabAlignment></description></item>
            <item><description>AdjustLineHeightInTable &lt;w:adjustLineHeightInTable></description></item>
            <item><description>AutoSpaceLikeWord95 &lt;w:autoSpaceLikeWord95></description></item>
            <item><description>NoSpaceRaiseLower &lt;w:noSpaceRaiseLower></description></item>
            <item><description>DoNotUseHTMLParagraphAutoSpacing &lt;w:doNotUseHTMLParagraphAutoSpacing></description></item>
            <item><description>LayoutRawTableWidth &lt;w:layoutRawTableWidth></description></item>
            <item><description>LayoutTableRowsApart &lt;w:layoutTableRowsApart></description></item>
            <item><description>UseWord97LineBreakRules &lt;w:useWord97LineBreakRules></description></item>
            <item><description>DoNotBreakWrappedTables &lt;w:doNotBreakWrappedTables></description></item>
            <item><description>DoNotSnapToGridInCell &lt;w:doNotSnapToGridInCell></description></item>
            <item><description>SelectFieldWithFirstOrLastChar &lt;w:selectFldWithFirstOrLastChar></description></item>
            <item><description>ApplyBreakingRules &lt;w:applyBreakingRules></description></item>
            <item><description>DoNotWrapTextWithPunctuation &lt;w:doNotWrapTextWithPunct></description></item>
            <item><description>DoNotUseEastAsianBreakRules &lt;w:doNotUseEastAsianBreakRules></description></item>
            <item><description>UseWord2002TableStyleRules &lt;w:useWord2002TableStyleRules></description></item>
            <item><description>GrowAutofit &lt;w:growAutofit></description></item>
            <item><description>UseFarEastLayout &lt;w:useFELayout></description></item>
            <item><description>UseNormalStyleForList &lt;w:useNormalStyleForList></description></item>
            <item><description>DoNotUseIndentAsNumberingTabStop &lt;w:doNotUseIndentAsNumberingTabStop></description></item>
            <item><description>UseAltKinsokuLineBreakRules &lt;w:useAltKinsokuLineBreakRules></description></item>
            <item><description>AllowSpaceOfSameStyleInTable &lt;w:allowSpaceOfSameStyleInTable></description></item>
            <item><description>DoNotSuppressIndentation &lt;w:doNotSuppressIndentation></description></item>
            <item><description>DoNotAutofitConstrainedTables &lt;w:doNotAutofitConstrainedTables></description></item>
            <item><description>AutofitToFirstFixedWidthCell &lt;w:autofitToFirstFixedWidthCell></description></item>
            <item><description>UnderlineTabInNumberingList &lt;w:underlineTabInNumList></description></item>
            <item><description>DisplayHangulFixedWidth &lt;w:displayHangulFixedWidth></description></item>
            <item><description>SplitPageBreakAndParagraphMark &lt;w:splitPgBreakAndParaMark></description></item>
            <item><description>DoNotVerticallyAlignCellWithShape &lt;w:doNotVertAlignCellWithSp></description></item>
            <item><description>DoNotBreakConstrainedForcedTable &lt;w:doNotBreakConstrainedForcedTable></description></item>
            <item><description>DoNotVerticallyAlignInTextBox &lt;w:doNotVertAlignInTxbx></description></item>
            <item><description>UseAnsiKerningPairs &lt;w:useAnsiKerningPairs></description></item>
            <item><description>CachedColumnBalance &lt;w:cachedColBalance></description></item>
            <item><description>CompatibilitySetting &lt;w:compatSetting></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Compatibility.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Compatibility.#ctor">
            <summary>
            Initializes a new instance of the Compatibility class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Compatibility.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Compatibility class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Compatibility.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Compatibility class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Compatibility.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Compatibility class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells">
            <summary>
            <para> Use Simplified Rules For Table Border Conflicts.</para>
            <para> Represents the following element tag in the schema: w:useSingleBorderforContiguousCells </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification">
            <summary>
            <para> Emulate WordPerfect 6.x Paragraph Justification.</para>
            <para> Represents the following element tag in the schema: w:wpJustification </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent">
            <summary>
            <para> Do Not Create Custom Tab Stop for Hanging Indent.</para>
            <para> Represents the following element tag in the schema: w:noTabHangInd </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading">
            <summary>
            <para> Do Not Add Leading Between Lines of Text.</para>
            <para> Represents the following element tag in the schema: w:noLeading </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline">
            <summary>
            <para> Add Additional Space Below Baseline For Underlined East Asian Text.</para>
            <para> Represents the following element tag in the schema: w:spaceForUL </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance">
            <summary>
            <para> Do Not Balance Text Columns within a Section.</para>
            <para> Represents the following element tag in the schema: w:noColumnBalance </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth">
            <summary>
            <para> Balance Single Byte and Double Byte Characters.</para>
            <para> Represents the following element tag in the schema: w:balanceSingleByteDoubleByteWidth </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing">
            <summary>
            <para> Do Not Center Content on Lines With Exact Line Height.</para>
            <para> Represents the following element tag in the schema: w:noExtraLineSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone">
            <summary>
            <para> Convert Backslash To Yen Sign When Entered.</para>
            <para> Represents the following element tag in the schema: w:doNotLeaveBackslashAlone </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces">
            <summary>
            <para> Underline All Trailing Spaces.</para>
            <para> Represents the following element tag in the schema: w:ulTrailSpace </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn">
            <summary>
            <para> Don't Justify Lines Ending in Soft Line Break.</para>
            <para> Represents the following element tag in the schema: w:doNotExpandShiftReturn </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints">
            <summary>
            <para> Only Expand/Condense Text By Whole Points.</para>
            <para> Represents the following element tag in the schema: w:spacingInWholePoints </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6">
            <summary>
            <para> Emulate Word 6.0 Line Wrapping for East Asian Text.</para>
            <para> Represents the following element tag in the schema: w:lineWrapLikeWord6 </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader">
            <summary>
            <para> Print Body Text before Header/Footer Contents.</para>
            <para> Represents the following element tag in the schema: w:printBodyTextBeforeHeader </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite">
            <summary>
            <para> Print Colors as Black And White without Dithering.</para>
            <para> Represents the following element tag in the schema: w:printColBlack </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth">
            <summary>
            <para> Space width.</para>
            <para> Represents the following element tag in the schema: w:wpSpaceWidth </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames">
            <summary>
            <para> Display Page/Column Breaks Present in Frames.</para>
            <para> Represents the following element tag in the schema: w:showBreaksInFrames </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize">
            <summary>
            <para> Increase Priority Of Font Size During Font Substitution.</para>
            <para> Represents the following element tag in the schema: w:subFontBySize </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing">
            <summary>
            <para> Ignore Exact Line Height for Last Line on Page.</para>
            <para> Represents the following element tag in the schema: w:suppressBottomSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing">
            <summary>
            <para> Ignore Minimum and Exact Line Height for First Line on Page.</para>
            <para> Represents the following element tag in the schema: w:suppressTopSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage">
            <summary>
            <para> Ignore Minimum Line Height for First Line on Page.</para>
            <para> Represents the following element tag in the schema: w:suppressSpacingAtTopOfPage </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect">
            <summary>
            <para> Emulate WordPerfect 5.x Line Spacing.</para>
            <para> Represents the following element tag in the schema: w:suppressTopSpacingWP </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak">
            <summary>
            <para> Do Not Use Space Before On First Line After a Page Break.</para>
            <para> Represents the following element tag in the schema: w:suppressSpBfAfterPgBrk </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages">
            <summary>
            <para> Swap Paragraph Borders on Odd Numbered Pages.</para>
            <para> Represents the following element tag in the schema: w:swapBordersFacingPages </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape">
            <summary>
            <para> Treat Backslash Quotation Delimiter as Two Quotation Marks.</para>
            <para> Represents the following element tag in the schema: w:convMailMergeEsc </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect">
            <summary>
            <para> Emulate WordPerfect 6.x Font Height Calculation.</para>
            <para> Represents the following element tag in the schema: w:truncateFontHeightsLikeWP6 </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps">
            <summary>
            <para> Emulate Word 5.x for the Macintosh Small Caps Formatting.</para>
            <para> Represents the following element tag in the schema: w:mwSmallCaps </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics">
            <summary>
            <para> Use Printer Metrics To Display Documents.</para>
            <para> Represents the following element tag in the schema: w:usePrinterMetrics </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders">
            <summary>
            <para> Do Not Suppress Paragraph Borders Next To Frames.</para>
            <para> Represents the following element tag in the schema: w:doNotSuppressParagraphBorders </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces">
            <summary>
            <para> Line Wrap Trailing Spaces.</para>
            <para> Represents the following element tag in the schema: w:wrapTrailSpaces </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8">
            <summary>
            <para> Emulate Word 6.x/95/97 Footnote Placement.</para>
            <para> Represents the following element tag in the schema: w:footnoteLayoutLikeWW8 </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8">
            <summary>
            <para> Emulate Word 97 Text Wrapping Around Floating Objects.</para>
            <para> Represents the following element tag in the schema: w:shapeLayoutLikeWW8 </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow">
            <summary>
            <para> Align Table Rows Independently.</para>
            <para> Represents the following element tag in the schema: w:alignTablesRowByRow </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment">
            <summary>
            <para> Ignore Width of Last Tab Stop When Aligning Paragraph If It Is Not Left Aligned.</para>
            <para> Represents the following element tag in the schema: w:forgetLastTabAlignment </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable">
            <summary>
            <para> Add Document Grid Line Pitch To Lines in Table Cells.</para>
            <para> Represents the following element tag in the schema: w:adjustLineHeightInTable </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95">
            <summary>
            <para> Emulate Word 95 Full-Width Character Spacing.</para>
            <para> Represents the following element tag in the schema: w:autoSpaceLikeWord95 </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower">
            <summary>
            <para> Do Not Increase Line Height for Raised/Lowered Text.</para>
            <para> Represents the following element tag in the schema: w:noSpaceRaiseLower </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing">
            <summary>
            <para> Use Fixed Paragraph Spacing for HTML Auto Setting.</para>
            <para> Represents the following element tag in the schema: w:doNotUseHTMLParagraphAutoSpacing </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth">
            <summary>
            <para> Ignore Space Before Table When Deciding If Table Should Wrap Floating Object.</para>
            <para> Represents the following element tag in the schema: w:layoutRawTableWidth </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart">
            <summary>
            <para> Allow Table Rows to Wrap Inline Objects Independently.</para>
            <para> Represents the following element tag in the schema: w:layoutTableRowsApart </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules">
            <summary>
            <para> Emulate Word 97 East Asian Line Breaking.</para>
            <para> Represents the following element tag in the schema: w:useWord97LineBreakRules </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables">
            <summary>
            <para> Do Not Allow Floating Tables To Break Across Pages.</para>
            <para> Represents the following element tag in the schema: w:doNotBreakWrappedTables </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell">
            <summary>
            <para> Do Not Snap to Document Grid in Table Cells with Objects.</para>
            <para> Represents the following element tag in the schema: w:doNotSnapToGridInCell </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar">
            <summary>
            <para> Select Field When First or Last Character Is Selected.</para>
            <para> Represents the following element tag in the schema: w:selectFldWithFirstOrLastChar </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules">
            <summary>
            <para> Use Legacy Ethiopic and Amharic Line Breaking Rules.</para>
            <para> Represents the following element tag in the schema: w:applyBreakingRules </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation">
            <summary>
            <para> Do Not Allow Hanging Punctuation With Character Grid.</para>
            <para> Represents the following element tag in the schema: w:doNotWrapTextWithPunct </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules">
            <summary>
            <para> Do Not Compress Compressible Characters When Using Document Grid.</para>
            <para> Represents the following element tag in the schema: w:doNotUseEastAsianBreakRules </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules">
            <summary>
            <para> Emulate Word 2002 Table Style Rules.</para>
            <para> Represents the following element tag in the schema: w:useWord2002TableStyleRules </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit">
            <summary>
            <para> Allow Tables to AutoFit Into Page Margins.</para>
            <para> Represents the following element tag in the schema: w:growAutofit </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout">
            <summary>
            <para> Do Not Bypass East Asian/Complex Script Layout Code.</para>
            <para> Represents the following element tag in the schema: w:useFELayout </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList">
            <summary>
            <para> Do Not Automatically Apply List Paragraph Style To Bulleted/Numbered Text.</para>
            <para> Represents the following element tag in the schema: w:useNormalStyleForList </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop">
            <summary>
            <para> Ignore Hanging Indent When Creating Tab Stop After Numbering.</para>
            <para> Represents the following element tag in the schema: w:doNotUseIndentAsNumberingTabStop </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules">
            <summary>
            <para> Use Alternate Set of East Asian Line Breaking Rules.</para>
            <para> Represents the following element tag in the schema: w:useAltKinsokuLineBreakRules </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable">
            <summary>
            <para> Allow Contextual Spacing of Paragraphs in Tables.</para>
            <para> Represents the following element tag in the schema: w:allowSpaceOfSameStyleInTable </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation">
            <summary>
            <para> Do Not Ignore Floating Objects When Calculating Paragraph Indentation.</para>
            <para> Represents the following element tag in the schema: w:doNotSuppressIndentation </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables">
            <summary>
            <para> Do Not AutoFit Tables To Fit Next To Wrapped Objects.</para>
            <para> Represents the following element tag in the schema: w:doNotAutofitConstrainedTables </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell">
            <summary>
            <para> Allow Table Columns To Exceed Preferred Widths of Constituent Cells.</para>
            <para> Represents the following element tag in the schema: w:autofitToFirstFixedWidthCell </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList">
            <summary>
            <para> Underline Following Character Following Numbering.</para>
            <para> Represents the following element tag in the schema: w:underlineTabInNumList </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth">
            <summary>
            <para> Always Use Fixed Width for Hangul Characters.</para>
            <para> Represents the following element tag in the schema: w:displayHangulFixedWidth </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark">
            <summary>
            <para> Always Move Paragraph Mark to Page after a Page Break.</para>
            <para> Represents the following element tag in the schema: w:splitPgBreakAndParaMark </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape">
            <summary>
            <para> Don't Vertically Align Cells Containing Floating Objects.</para>
            <para> Represents the following element tag in the schema: w:doNotVertAlignCellWithSp </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable">
            <summary>
            <para> Don't Break Table Rows Around Floating Tables.</para>
            <para> Represents the following element tag in the schema: w:doNotBreakConstrainedForcedTable </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox">
            <summary>
            <para> Ignore Vertical Alignment in Textboxes.</para>
            <para> Represents the following element tag in the schema: w:doNotVertAlignInTxbx </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs">
            <summary>
            <para> Use ANSI Kerning Pairs from Fonts.</para>
            <para> Represents the following element tag in the schema: w:useAnsiKerningPairs </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance">
            <summary>
            <para> Use Cached Paragraph Information for Column Balancing.</para>
            <para> Represents the following element tag in the schema: w:cachedColBalance </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Compatibility.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables">
             <summary>
             <para>Document Variables.</para>
             <para> When the object is serialized out as xml, its qualified name is w:docVars.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentVariable &lt;w:docVar></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.#ctor">
            <summary>
            Initializes a new instance of the DocumentVariables class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the DocumentVariables class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the DocumentVariables class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocumentVariables class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Rsids">
             <summary>
             <para>Listing of All Revision Save ID Values.</para>
             <para> When the object is serialized out as xml, its qualified name is w:rsids.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>RsidRoot &lt;w:rsidRoot></description></item>
            <item><description>Rsid &lt;w:rsid></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Rsids.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Rsids.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Rsids.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Rsids.#ctor">
            <summary>
            Initializes a new instance of the Rsids class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Rsids.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Rsids class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Rsids.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Rsids class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Rsids.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Rsids class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot">
            <summary>
            <para> Original Document Revision Save ID.</para>
            <para> Represents the following element tag in the schema: w:rsidRoot </para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Rsids.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping">
            <summary>
            <para>Theme Color Mappings.</para>
            <para> When the object is serialized out as xml, its qualified name is w:clrSchemeMapping.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1">
             <summary>
             <para> Background 1 Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:bg1 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1">
             <summary>
             <para> Text 1 Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:t1 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2">
             <summary>
             <para> Background 2 Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:bg2 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2">
             <summary>
             <para> Text 2 Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:t2 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1">
             <summary>
             <para> Accent 1 Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:accent1 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2">
             <summary>
             <para> Accent 2 Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:accent2 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3">
             <summary>
             <para> Accent3 Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:accent3 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4">
             <summary>
             <para> Accent4 Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:accent4 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5">
             <summary>
             <para> Accent5 Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:accent5 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6">
             <summary>
             <para> Accent6 Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:accent6 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink">
             <summary>
             <para> Hyperlink Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:hyperlink </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink">
             <summary>
             <para> Followed Hyperlink Theme Color Mapping.</para>
             <para>Represents the following attribute in the schema: w:followedHyperlink </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.#ctor">
            <summary>
            Initializes a new instance of the ColorSchemeMapping class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Captions">
             <summary>
             <para>Caption Settings.</para>
             <para> When the object is serialized out as xml, its qualified name is w:captions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Caption &lt;w:caption></description></item>
            <item><description>AutoCaptions &lt;w:autoCaptions></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Captions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Captions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Captions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Captions.#ctor">
            <summary>
            Initializes a new instance of the Captions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Captions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Captions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Captions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Captions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Captions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Captions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Captions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown">
            <summary>
            <para>Freeze Document Layout.</para>
            <para> When the object is serialized out as xml, its qualified name is w:readModeInkLockDown.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages">
             <summary>
             <para> Use Actual Pages, Not Virtual Pages.</para>
             <para>Represents the following attribute in the schema: w:actualPg </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width">
             <summary>
             <para> Virtual Page Width.</para>
             <para>Represents the following attribute in the schema: w:w </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height">
             <summary>
             <para> Virtual Page Height.</para>
             <para>Represents the following attribute in the schema: w:h </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize">
             <summary>
             <para> Font Size Scaling.</para>
             <para>Represents the following attribute in the schema: w:fontSz </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.#ctor">
            <summary>
            Initializes a new instance of the ReadModeInkLockDown class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize">
            <summary>
            <para>Defines the TargetScreenSize Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:targetScreenSz.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val">
             <summary>
             <para> Target Screen Size Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.#ctor">
            <summary>
            Initializes a new instance of the TargetScreenSize class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase">
             <summary>
             <para>Defines the PictureBulletBase Class.</para>
             <para> When the object is serialized out as xml, its qualified name is w:pict.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.Vml.Group &lt;v:group></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.ImageFile &lt;v:image></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Line &lt;v:line></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Oval &lt;v:oval></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.PolyLine &lt;v:polyline></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Rectangle &lt;v:rect></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.RoundRectangle &lt;v:roundrect></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Shape &lt;v:shape></description></item>
            <item><description>DocumentFormat.OpenXml.Vml.Shapetype &lt;v:shapetype></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.#ctor">
            <summary>
            Initializes a new instance of the PictureBulletBase class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the PictureBulletBase class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the PictureBulletBase class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PictureBulletBase class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Panose1Number">
            <summary>
            <para>Defines the Panose1Number Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:panose1.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Panose1Number.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Panose1Number.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Panose1Number.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Panose1Number.#ctor">
            <summary>
            Initializes a new instance of the Panose1Number class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Panose1Number.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontCharSet">
            <summary>
            <para>Defines the FontCharSet Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:charset.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontCharSet.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontCharSet.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontCharSet.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val">
             <summary>
             <para> val.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet">
             <summary>
             <para> characterSet.</para>
             <para>Represents the following attribute in the schema: w:characterSet </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontCharSet.#ctor">
            <summary>
            Initializes a new instance of the FontCharSet class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontCharSet.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontFamily">
            <summary>
            <para>Defines the FontFamily Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:family.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontFamily.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontFamily.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontFamily.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val">
             <summary>
             <para> Font Family Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontFamily.#ctor">
            <summary>
            Initializes a new instance of the FontFamily class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontFamily.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.Pitch">
            <summary>
            <para>Defines the Pitch Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:pitch.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Pitch.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Pitch.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Pitch.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.Pitch.Val">
             <summary>
             <para> Value.</para>
             <para>Represents the following attribute in the schema: w:val </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Pitch.#ctor">
            <summary>
            Initializes a new instance of the Pitch class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.Pitch.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontSignature">
            <summary>
            <para>Defines the FontSignature Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:sig.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSignature.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSignature.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontSignature.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0">
             <summary>
             <para> First 32 Bits of Unicode Subset Bitfield.</para>
             <para>Represents the following attribute in the schema: w:usb0 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1">
             <summary>
             <para> Second 32 Bits of Unicode Subset Bitfield.</para>
             <para>Represents the following attribute in the schema: w:usb1 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2">
             <summary>
             <para> Third 32 Bits of Unicode Subset Bitfield.</para>
             <para>Represents the following attribute in the schema: w:usb2 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3">
             <summary>
             <para> Fourth 32 Bits of Unicode Subset Bitfield.</para>
             <para>Represents the following attribute in the schema: w:usb3 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0">
             <summary>
             <para> Lower 32 Bits of Code Page Bit Field.</para>
             <para>Represents the following attribute in the schema: w:csb0 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1">
             <summary>
             <para> Upper 32 Bits of Code Page Bit Field.</para>
             <para>Represents the following attribute in the schema: w:csb1 </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontSignature.#ctor">
            <summary>
            Initializes a new instance of the FontSignature class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontSignature.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont">
            <summary>
            <para>Defines the EmbedRegularFont Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:embedRegular.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.#ctor">
            <summary>
            Initializes a new instance of the EmbedRegularFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont">
            <summary>
            <para>Defines the EmbedBoldFont Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:embedBold.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.#ctor">
            <summary>
            Initializes a new instance of the EmbedBoldFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont">
            <summary>
            <para>Defines the EmbedItalicFont Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:embedItalic.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.#ctor">
            <summary>
            Initializes a new instance of the EmbedItalicFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont">
            <summary>
            <para>Defines the EmbedBoldItalicFont Class.</para>
            <para> When the object is serialized out as xml, its qualified name is w:embedBoldItalic.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.#ctor">
            <summary>
            Initializes a new instance of the EmbedBoldItalicFont class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType">
            <summary>
            Defines the FontRelationshipType class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey">
             <summary>
             <para> fontKey.</para>
             <para>Represents the following attribute in the schema: w:fontKey </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted">
             <summary>
             <para> subsetted.</para>
             <para>Represents the following attribute in the schema: w:subsetted </para>
             </summary>
            <remark> xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id">
             <summary>
             <para> Relationship to Part.</para>
             <para>Represents the following attribute in the schema: r:id </para>
             </summary>
            <remark> xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.#ctor">
            <summary>
            Initializes a new instance of the FontRelationshipType class.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues">
            <summary>
            Defines the OnOffOnlyValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.On">
            <summary>
            on.
            <para>When the item is serialized out as xml, its value is "on".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.Off">
            <summary>
            off.
            <para>When the item is serialized out as xml, its value is "off".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues">
            <summary>
            Defines the HighlightColorValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Black">
            <summary>
            Black Highlighting Color.
            <para>When the item is serialized out as xml, its value is "black".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Blue">
            <summary>
            Blue Highlighting Color.
            <para>When the item is serialized out as xml, its value is "blue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Cyan">
            <summary>
            Cyan Highlighting Color.
            <para>When the item is serialized out as xml, its value is "cyan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Green">
            <summary>
            Green Highlighting Color.
            <para>When the item is serialized out as xml, its value is "green".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Magenta">
            <summary>
            Magenta Highlighting Color.
            <para>When the item is serialized out as xml, its value is "magenta".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Red">
            <summary>
            Red Highlighting Color.
            <para>When the item is serialized out as xml, its value is "red".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Yellow">
            <summary>
            Yellow Highlighting Color.
            <para>When the item is serialized out as xml, its value is "yellow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.White">
            <summary>
            White Highlighting Color.
            <para>When the item is serialized out as xml, its value is "white".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkBlue">
            <summary>
            Dark Blue Highlighting Color.
            <para>When the item is serialized out as xml, its value is "darkBlue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkCyan">
            <summary>
            Dark Cyan Highlighting Color.
            <para>When the item is serialized out as xml, its value is "darkCyan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGreen">
            <summary>
            Dark Green Highlighting Color.
            <para>When the item is serialized out as xml, its value is "darkGreen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkMagenta">
            <summary>
            Dark Magenta Highlighting Color.
            <para>When the item is serialized out as xml, its value is "darkMagenta".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkRed">
            <summary>
            Dark Red Highlighting Color.
            <para>When the item is serialized out as xml, its value is "darkRed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkYellow">
            <summary>
            Dark Yellow Highlighting Color.
            <para>When the item is serialized out as xml, its value is "darkYellow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGray">
            <summary>
            Dark Gray Highlighting Color.
            <para>When the item is serialized out as xml, its value is "darkGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.LightGray">
            <summary>
            Light Gray Highlighting Color.
            <para>When the item is serialized out as xml, its value is "lightGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.None">
            <summary>
            No Text Highlighting.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues">
            <summary>
            Defines the AutomaticColorValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues.Auto">
            <summary>
            Automatically Determined Color.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues">
            <summary>
            Defines the UnderlineValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Single">
            <summary>
            Single Underline.
            <para>When the item is serialized out as xml, its value is "single".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Words">
            <summary>
            Underline Non-Space Characters Only.
            <para>When the item is serialized out as xml, its value is "words".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Double">
            <summary>
            Double Underline.
            <para>When the item is serialized out as xml, its value is "double".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Thick">
            <summary>
            Thick Underline.
            <para>When the item is serialized out as xml, its value is "thick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dotted">
            <summary>
            Dotted Underline.
            <para>When the item is serialized out as xml, its value is "dotted".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DottedHeavy">
            <summary>
            Thick Dotted Underline.
            <para>When the item is serialized out as xml, its value is "dottedHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dash">
            <summary>
            Dashed Underline.
            <para>When the item is serialized out as xml, its value is "dash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashedHeavy">
            <summary>
            Thick Dashed Underline.
            <para>When the item is serialized out as xml, its value is "dashedHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLong">
            <summary>
            Long Dashed Underline.
            <para>When the item is serialized out as xml, its value is "dashLong".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLongHeavy">
            <summary>
            Thick Long Dashed Underline.
            <para>When the item is serialized out as xml, its value is "dashLongHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDash">
            <summary>
            Dash-Dot Underline.
            <para>When the item is serialized out as xml, its value is "dotDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotHeavy">
            <summary>
            Thick Dash-Dot Underline.
            <para>When the item is serialized out as xml, its value is "dashDotHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDotDash">
            <summary>
            Dash-Dot-Dot Underline.
            <para>When the item is serialized out as xml, its value is "dotDotDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotDotHeavy">
            <summary>
            Thick Dash-Dot-Dot Underline.
            <para>When the item is serialized out as xml, its value is "dashDotDotHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Wave">
            <summary>
            Wave Underline.
            <para>When the item is serialized out as xml, its value is "wave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyHeavy">
            <summary>
            Heavy Wave Underline.
            <para>When the item is serialized out as xml, its value is "wavyHeavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyDouble">
            <summary>
            Double Wave Underline.
            <para>When the item is serialized out as xml, its value is "wavyDouble".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.None">
            <summary>
            No Underline.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextEffectValues">
            <summary>
            Defines the TextEffectValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.BlinkBackground">
            <summary>
            Blinking Background Animation.
            <para>When the item is serialized out as xml, its value is "blinkBackground".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Lights">
            <summary>
            Colored Lights Animation.
            <para>When the item is serialized out as xml, its value is "lights".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsBlack">
            <summary>
            Black Dashed Line Animation.
            <para>When the item is serialized out as xml, its value is "antsBlack".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsRed">
            <summary>
            Marching Red Ants.
            <para>When the item is serialized out as xml, its value is "antsRed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Shimmer">
            <summary>
            Shimmer Animation.
            <para>When the item is serialized out as xml, its value is "shimmer".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Sparkle">
            <summary>
            Sparkling Lights Animation.
            <para>When the item is serialized out as xml, its value is "sparkle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.None">
            <summary>
            No Animation.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues">
            <summary>
            Defines the VerticalPositionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Baseline">
            <summary>
            Regular Vertical Positioning.
            <para>When the item is serialized out as xml, its value is "baseline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Superscript">
            <summary>
            Superscript.
            <para>When the item is serialized out as xml, its value is "superscript".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Subscript">
            <summary>
            Subscript.
            <para>When the item is serialized out as xml, its value is "subscript".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues">
            <summary>
            Defines the EmphasisMarkValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.None">
            <summary>
            No Emphasis Mark.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Dot">
            <summary>
            Dot Emphasis Mark Above Characters.
            <para>When the item is serialized out as xml, its value is "dot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Comma">
            <summary>
            Comma Emphasis Mark Above Characters.
            <para>When the item is serialized out as xml, its value is "comma".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Circle">
            <summary>
            Circle Emphasis Mark Above Characters.
            <para>When the item is serialized out as xml, its value is "circle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.UnderDot">
            <summary>
            Dot Emphasis Mark Below Characters.
            <para>When the item is serialized out as xml, its value is "underDot".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues">
            <summary>
            Defines the CombineBracketValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.None">
            <summary>
            No Enclosing Brackets.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Round">
            <summary>
            Round Brackets.
            <para>When the item is serialized out as xml, its value is "round".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Square">
            <summary>
            Square Brackets.
            <para>When the item is serialized out as xml, its value is "square".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Angle">
            <summary>
            Angle Brackets.
            <para>When the item is serialized out as xml, its value is "angle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Curly">
            <summary>
            Curly Brackets.
            <para>When the item is serialized out as xml, its value is "curly".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues">
            <summary>
            Defines the HorizontalAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Left">
            <summary>
            Left Aligned Horizontally.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Center">
            <summary>
            Centered Horizontally.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Right">
            <summary>
            Right Aligned Horizontally.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Inside">
            <summary>
            Inside.
            <para>When the item is serialized out as xml, its value is "inside".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Outside">
            <summary>
            Outside.
            <para>When the item is serialized out as xml, its value is "outside".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues">
            <summary>
            Defines the VerticalAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inline">
            <summary>
            In line With Text.
            <para>When the item is serialized out as xml, its value is "inline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Top">
            <summary>
            Top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Center">
            <summary>
            Centered Vertically.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Bottom">
            <summary>
            Bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inside">
            <summary>
            Inside Anchor Extents.
            <para>When the item is serialized out as xml, its value is "inside".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Outside">
            <summary>
            Outside Anchor Extents.
            <para>When the item is serialized out as xml, its value is "outside".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues">
            <summary>
            Defines the HeightRuleValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Auto">
            <summary>
            Determine Height Based On Contents.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Exact">
            <summary>
            Exact Height.
            <para>When the item is serialized out as xml, its value is "exact".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.AtLeast">
            <summary>
            Minimum Height.
            <para>When the item is serialized out as xml, its value is "atLeast".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues">
            <summary>
            Defines the TextWrappingValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Auto">
            <summary>
            Default Text Wrapping Around Frame.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.NotBeside">
            <summary>
            No Text Wrapping Beside Frame.
            <para>When the item is serialized out as xml, its value is "notBeside".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Around">
            <summary>
            Allow Text Wrapping Around Frame.
            <para>When the item is serialized out as xml, its value is "around".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Tight">
            <summary>
            Tight Text Wrapping Around Frame.
            <para>When the item is serialized out as xml, its value is "tight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Through">
            <summary>
            Through Text Wrapping Around Frame.
            <para>When the item is serialized out as xml, its value is "through".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.None">
            <summary>
            No Text Wrapping Around Frame.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues">
            <summary>
            Defines the VerticalAnchorValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Text">
            <summary>
            Relative To Vertical Text Extents.
            <para>When the item is serialized out as xml, its value is "text".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Margin">
            <summary>
            Relative To Margin.
            <para>When the item is serialized out as xml, its value is "margin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Page">
            <summary>
            Relative To Page.
            <para>When the item is serialized out as xml, its value is "page".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues">
            <summary>
            Defines the HorizontalAnchorValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Text">
            <summary>
            Relative to Text Extents.
            <para>When the item is serialized out as xml, its value is "text".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Margin">
            <summary>
            Relative To Margin.
            <para>When the item is serialized out as xml, its value is "margin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Page">
            <summary>
            Relative to Page.
            <para>When the item is serialized out as xml, its value is "page".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues">
            <summary>
            Defines the DropCapLocationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.None">
            <summary>
            Not Drop Cap.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Drop">
            <summary>
            Drop Cap Inside Margin.
            <para>When the item is serialized out as xml, its value is "drop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Margin">
            <summary>
            Drop Cap Outside Margin.
            <para>When the item is serialized out as xml, its value is "margin".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues">
            <summary>
            Defines the TabStopLeaderCharValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.None">
            <summary>
            No tab stop leader.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Dot">
            <summary>
            Dotted leader line.
            <para>When the item is serialized out as xml, its value is "dot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Hyphen">
            <summary>
            Dashed tab stop leader line.
            <para>When the item is serialized out as xml, its value is "hyphen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Underscore">
            <summary>
            Solid leader line.
            <para>When the item is serialized out as xml, its value is "underscore".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Heavy">
            <summary>
            Heavy solid leader line.
            <para>When the item is serialized out as xml, its value is "heavy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.MiddleDot">
            <summary>
            Middle dot leader line.
            <para>When the item is serialized out as xml, its value is "middleDot".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues">
            <summary>
            Defines the LineSpacingRuleValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Auto">
            <summary>
            Automatically Determined Line Height.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Exact">
            <summary>
            Exact Line Height.
            <para>When the item is serialized out as xml, its value is "exact".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.AtLeast">
            <summary>
            Minimum Line Height.
            <para>When the item is serialized out as xml, its value is "atLeast".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues">
            <summary>
            Defines the TableRowAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Left">
            <summary>
            left.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Center">
            <summary>
            center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Right">
            <summary>
            right.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ViewValues">
            <summary>
            Defines the ViewValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ViewValues.None">
            <summary>
            Default View.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ViewValues.Print">
            <summary>
            Print Layout View.
            <para>When the item is serialized out as xml, its value is "print".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ViewValues.Outline">
            <summary>
            Outline View.
            <para>When the item is serialized out as xml, its value is "outline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ViewValues.MasterPages">
            <summary>
            Master Document View.
            <para>When the item is serialized out as xml, its value is "masterPages".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ViewValues.Normal">
            <summary>
            Draft View.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ViewValues.Web">
            <summary>
            Web Page View.
            <para>When the item is serialized out as xml, its value is "web".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues">
            <summary>
            Defines the PresetZoomValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.None">
            <summary>
            No Preset Magnification.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.FullPage">
            <summary>
            Display One Full Page.
            <para>When the item is serialized out as xml, its value is "fullPage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.BestFit">
            <summary>
            Display Page Width.
            <para>When the item is serialized out as xml, its value is "bestFit".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.TextFit">
            <summary>
            Display Text Width.
            <para>When the item is serialized out as xml, its value is "textFit".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues">
            <summary>
            Defines the ProofingStateValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Clean">
            <summary>
            Check Completed.
            <para>When the item is serialized out as xml, its value is "clean".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Dirty">
            <summary>
            Check Not Completed.
            <para>When the item is serialized out as xml, its value is "dirty".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues">
            <summary>
            Defines the DocumentTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.NotSpecified">
            <summary>
            Default Document.
            <para>When the item is serialized out as xml, its value is "notSpecified".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Letter">
            <summary>
            Letter.
            <para>When the item is serialized out as xml, its value is "letter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Email">
            <summary>
            E-Mail Message.
            <para>When the item is serialized out as xml, its value is "eMail".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues">
            <summary>
            Defines the DocumentProtectionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.None">
            <summary>
            No Editing Restrictions.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.ReadOnly">
            <summary>
            Allow No Editing.
            <para>When the item is serialized out as xml, its value is "readOnly".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Comments">
            <summary>
            Allow Editing of Comments.
            <para>When the item is serialized out as xml, its value is "comments".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.TrackedChanges">
            <summary>
            Allow Editing With Revision Tracking.
            <para>When the item is serialized out as xml, its value is "trackedChanges".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Forms">
            <summary>
            Allow Editing of Form Fields.
            <para>When the item is serialized out as xml, its value is "forms".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues">
            <summary>
            Defines the MailMergeDocumentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Catalog">
            <summary>
            Catalog Source Document.
            <para>When the item is serialized out as xml, its value is "catalog".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Envelope">
            <summary>
            Envelope Source Document.
            <para>When the item is serialized out as xml, its value is "envelopes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.MailingLabel">
            <summary>
            Mailing Label Source Document.
            <para>When the item is serialized out as xml, its value is "mailingLabels".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.FormLetter">
            <summary>
            Form Letter Source Document.
            <para>When the item is serialized out as xml, its value is "formLetters".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Email">
            <summary>
            E-Mail Source Document.
            <para>When the item is serialized out as xml, its value is "email".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Fax">
            <summary>
            Fax Source Document.
            <para>When the item is serialized out as xml, its value is "fax".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues">
            <summary>
            Defines the MailMergeDataValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.TextFile">
            <summary>
            Text File Data Source.
            <para>When the item is serialized out as xml, its value is "textFile".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Database">
            <summary>
            Database Data Source.
            <para>When the item is serialized out as xml, its value is "database".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Spreadsheet">
            <summary>
            Spreadsheet Data Source.
            <para>When the item is serialized out as xml, its value is "spreadsheet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Query">
            <summary>
            Query Data Source.
            <para>When the item is serialized out as xml, its value is "query".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Odbc">
            <summary>
            Open Database Connectivity Data Source.
            <para>When the item is serialized out as xml, its value is "odbc".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Native">
            <summary>
            Office Data Source Object Data Source.
            <para>When the item is serialized out as xml, its value is "native".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues">
            <summary>
            Defines the MailMergeDestinationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.NewDocument">
            <summary>
            Send Merged Documents to New Documents.
            <para>When the item is serialized out as xml, its value is "newDocument".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Printer">
            <summary>
            Send Merged Documents to Printer.
            <para>When the item is serialized out as xml, its value is "printer".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Email">
            <summary>
            Send Merged Documents as E-mail Messages.
            <para>When the item is serialized out as xml, its value is "email".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Fax">
            <summary>
            Send Merged Documents as Faxes.
            <para>When the item is serialized out as xml, its value is "fax".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues">
            <summary>
            Defines the MailMergeOdsoFieldValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.Null">
            <summary>
            Field Not Mapped.
            <para>When the item is serialized out as xml, its value is "null".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.DbColumn">
            <summary>
            Field Mapping to Data Source Column.
            <para>When the item is serialized out as xml, its value is "dbColumn".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues">
            <summary>
            Defines the VerticalTextAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Top">
            <summary>
            Align Text at Top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Center">
            <summary>
            Align Text at Center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Baseline">
            <summary>
            Align Text at Baseline.
            <para>When the item is serialized out as xml, its value is "baseline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Bottom">
            <summary>
            Align Text at Bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Auto">
            <summary>
            Automatically Determine Alignment.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues">
            <summary>
            Defines the DisplacedByCustomXmlValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Next">
            <summary>
            Displaced by Next Custom XML Markup Tag.
            <para>When the item is serialized out as xml, its value is "next".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Previous">
            <summary>
            Displaced by Previous Custom XML Markup Tag.
            <para>When the item is serialized out as xml, its value is "prev".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues">
            <summary>
            Defines the VerticalMergeRevisionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Continue">
            <summary>
            Vertically Merged Cell.
            <para>When the item is serialized out as xml, its value is "cont".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Restart">
            <summary>
            Vertically Split Cell.
            <para>When the item is serialized out as xml, its value is "rest".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues">
            <summary>
            Defines the TextBoxTightWrapValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.None">
            <summary>
            Do Not Tight Wrap.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.AllLines">
            <summary>
            Tight Wrap All Lines.
            <para>When the item is serialized out as xml, its value is "allLines".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstAndLastLine">
            <summary>
            Tight Wrap First and Last Lines.
            <para>When the item is serialized out as xml, its value is "firstAndLastLine".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstLineOnly">
            <summary>
            Tight Wrap First Line.
            <para>When the item is serialized out as xml, its value is "firstLineOnly".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.LastLineOnly">
            <summary>
            Tight Wrap Last Line.
            <para>When the item is serialized out as xml, its value is "lastLineOnly".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FieldCharValues">
            <summary>
            Defines the FieldCharValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Begin">
            <summary>
            Start Character.
            <para>When the item is serialized out as xml, its value is "begin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Separate">
            <summary>
            Separator Character.
            <para>When the item is serialized out as xml, its value is "separate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.End">
            <summary>
            End Character.
            <para>When the item is serialized out as xml, its value is "end".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.InfoTextValues">
            <summary>
            Defines the InfoTextValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.Text">
            <summary>
            Literal Text.
            <para>When the item is serialized out as xml, its value is "text".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.AutoText">
            <summary>
            Glossary Document Entry.
            <para>When the item is serialized out as xml, its value is "autoText".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues">
            <summary>
            Defines the TextBoxFormFieldValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Regular">
            <summary>
            Text Box.
            <para>When the item is serialized out as xml, its value is "regular".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Number">
            <summary>
            Number.
            <para>When the item is serialized out as xml, its value is "number".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Date">
            <summary>
            Date.
            <para>When the item is serialized out as xml, its value is "date".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentTime">
            <summary>
            Current Time Display.
            <para>When the item is serialized out as xml, its value is "currentTime".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentDate">
            <summary>
            Current Date Display.
            <para>When the item is serialized out as xml, its value is "currentDate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Calculated">
            <summary>
            Field Calculation.
            <para>When the item is serialized out as xml, its value is "calculated".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues">
            <summary>
            Defines the SectionMarkValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextPage">
            <summary>
            Next Page Section Break.
            <para>When the item is serialized out as xml, its value is "nextPage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextColumn">
            <summary>
            Column Section Break.
            <para>When the item is serialized out as xml, its value is "nextColumn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.Continuous">
            <summary>
            Continuous Section Break.
            <para>When the item is serialized out as xml, its value is "continuous".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.EvenPage">
            <summary>
            Even Page Section Break.
            <para>When the item is serialized out as xml, its value is "evenPage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.OddPage">
            <summary>
            Odd Page Section Break.
            <para>When the item is serialized out as xml, its value is "oddPage".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues">
            <summary>
            Defines the PageOrientationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Portrait">
            <summary>
            Portrait Mode.
            <para>When the item is serialized out as xml, its value is "portrait".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Landscape">
            <summary>
            Landscape Mode.
            <para>When the item is serialized out as xml, its value is "landscape".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues">
            <summary>
            Defines the PageBorderZOrderValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Front">
            <summary>
            Page Border Ahead of Text.
            <para>When the item is serialized out as xml, its value is "front".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Back">
            <summary>
            Page Border Behind Text.
            <para>When the item is serialized out as xml, its value is "back".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues">
            <summary>
            Defines the PageBorderDisplayValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.AllPages">
            <summary>
            Display Page Border on All Pages.
            <para>When the item is serialized out as xml, its value is "allPages".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.FirstPage">
            <summary>
            Display Page Border on First Page.
            <para>When the item is serialized out as xml, its value is "firstPage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.NotFirstPage">
            <summary>
            Display Page Border on All Pages Except First.
            <para>When the item is serialized out as xml, its value is "notFirstPage".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues">
            <summary>
            Defines the PageBorderOffsetValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Page">
            <summary>
            Page Border Is Positioned Relative to Page Edges.
            <para>When the item is serialized out as xml, its value is "page".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Text">
            <summary>
            Page Border Is Positioned Relative to Text Extents.
            <para>When the item is serialized out as xml, its value is "text".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues">
            <summary>
            Defines the ChapterSeparatorValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Hyphen">
            <summary>
            Hyphen Chapter Separator.
            <para>When the item is serialized out as xml, its value is "hyphen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Period">
            <summary>
            Period Chapter Separator.
            <para>When the item is serialized out as xml, its value is "period".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Colon">
            <summary>
            Colon Chapter Separator.
            <para>When the item is serialized out as xml, its value is "colon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EmDash">
            <summary>
            Em Dash Chapter Separator.
            <para>When the item is serialized out as xml, its value is "emDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EnDash">
            <summary>
            En Dash Chapter Separator.
            <para>When the item is serialized out as xml, its value is "enDash".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues">
            <summary>
            Defines the LineNumberRestartValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewPage">
            <summary>
            Restart Line Numbering on Each Page.
            <para>When the item is serialized out as xml, its value is "newPage".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewSection">
            <summary>
            Restart Line Numbering for Each Section.
            <para>When the item is serialized out as xml, its value is "newSection".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.Continuous">
            <summary>
            Continue Line Numbering From Previous Section.
            <para>When the item is serialized out as xml, its value is "continuous".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues">
            <summary>
            Defines the VerticalJustificationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Top">
            <summary>
            Align Top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Center">
            <summary>
            Align Center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Both">
            <summary>
            Vertical Justification.
            <para>When the item is serialized out as xml, its value is "both".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Bottom">
            <summary>
            Align Bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues">
            <summary>
            Defines the TableVerticalAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Top">
            <summary>
            top.
            <para>When the item is serialized out as xml, its value is "top".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Center">
            <summary>
            center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Bottom">
            <summary>
            bottom.
            <para>When the item is serialized out as xml, its value is "bottom".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocGridValues">
            <summary>
            Defines the DocGridValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Default">
            <summary>
            No Document Grid.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Lines">
            <summary>
            Line Grid Only.
            <para>When the item is serialized out as xml, its value is "lines".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocGridValues.LinesAndChars">
            <summary>
            Line and Character Grid.
            <para>When the item is serialized out as xml, its value is "linesAndChars".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocGridValues.SnapToChars">
            <summary>
            Character Grid Only.
            <para>When the item is serialized out as xml, its value is "snapToChars".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues">
            <summary>
            Defines the HeaderFooterValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Even">
            <summary>
            Even Numbered Pages Only.
            <para>When the item is serialized out as xml, its value is "even".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Default">
            <summary>
            Default Header or Footer.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.First">
            <summary>
            First Page Only.
            <para>When the item is serialized out as xml, its value is "first".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues">
            <summary>
            Defines the FootnoteEndnoteValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Normal">
            <summary>
            Normal Footnote/Endnote.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Separator">
            <summary>
            Separator.
            <para>When the item is serialized out as xml, its value is "separator".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationSeparator">
            <summary>
            Continuation Separator.
            <para>When the item is serialized out as xml, its value is "continuationSeparator".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationNotice">
            <summary>
            Continuation Notice Separator.
            <para>When the item is serialized out as xml, its value is "continuationNotice".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BreakValues">
            <summary>
            Defines the BreakValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BreakValues.Page">
            <summary>
            Page Break.
            <para>When the item is serialized out as xml, its value is "page".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BreakValues.Column">
            <summary>
            Column Break.
            <para>When the item is serialized out as xml, its value is "column".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BreakValues.TextWrapping">
            <summary>
            Line Break.
            <para>When the item is serialized out as xml, its value is "textWrapping".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues">
            <summary>
            Defines the BreakTextRestartLocationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.None">
            <summary>
            Restart On Next Line.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Left">
            <summary>
            Restart In Next Text Region When In Leftmost Position.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Right">
            <summary>
            Restart In Next Text Region When In Rightmost Position.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.All">
            <summary>
            Restart On Next Full Line.
            <para>When the item is serialized out as xml, its value is "all".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues">
            <summary>
            Defines the AbsolutePositionTabAlignmentValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Left">
            <summary>
            Left.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Right">
            <summary>
            Right.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues">
            <summary>
            Defines the AbsolutePositionTabPositioningBaseValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Margin">
            <summary>
            Relative To Text Margins.
            <para>When the item is serialized out as xml, its value is "margin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Indent">
            <summary>
            Relative To Indents.
            <para>When the item is serialized out as xml, its value is "indent".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues">
            <summary>
            Defines the AbsolutePositionTabLeaderCharValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.None">
            <summary>
            No Leader Character.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Dot">
            <summary>
            Dot Leader Character.
            <para>When the item is serialized out as xml, its value is "dot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Hyphen">
            <summary>
            Hyphen Leader Character.
            <para>When the item is serialized out as xml, its value is "hyphen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Underscore">
            <summary>
            Underscore Leader Character.
            <para>When the item is serialized out as xml, its value is "underscore".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.MiddleDot">
            <summary>
            Centered Dot Leader Character.
            <para>When the item is serialized out as xml, its value is "middleDot".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues">
            <summary>
            Defines the ProofingErrorValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellStart">
            <summary>
            Start of Region Marked as Spelling Error.
            <para>When the item is serialized out as xml, its value is "spellStart".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellEnd">
            <summary>
            End of Region Marked as Spelling Error.
            <para>When the item is serialized out as xml, its value is "spellEnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarStart">
            <summary>
            Start of Region Marked as Grammatical Error.
            <para>When the item is serialized out as xml, its value is "gramStart".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarEnd">
            <summary>
            End of Region Marked as Grammatical Error.
            <para>When the item is serialized out as xml, its value is "gramEnd".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues">
            <summary>
            Defines the RangePermissionEditingGroupValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.None">
            <summary>
            No Users Have Editing Permissions.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Everyone">
            <summary>
            All Users Have Editing Permissions.
            <para>When the item is serialized out as xml, its value is "everyone".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Administrators">
            <summary>
            Administrator Group.
            <para>When the item is serialized out as xml, its value is "administrators".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Contributors">
            <summary>
            Contributors Group.
            <para>When the item is serialized out as xml, its value is "contributors".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Editors">
            <summary>
            Editors Group.
            <para>When the item is serialized out as xml, its value is "editors".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Owners">
            <summary>
            Owners Group.
            <para>When the item is serialized out as xml, its value is "owners".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Current">
            <summary>
            Current Group.
            <para>When the item is serialized out as xml, its value is "current".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues">
            <summary>
            Defines the FontTypeHintValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.Default">
            <summary>
            High ANSI Font.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.EastAsia">
            <summary>
            East Asian Font.
            <para>When the item is serialized out as xml, its value is "eastAsia".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.ComplexScript">
            <summary>
            Complex Script Font.
            <para>When the item is serialized out as xml, its value is "cs".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues">
            <summary>
            Defines the ThemeFontValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorEastAsia">
            <summary>
            Major East Asian Theme Font.
            <para>When the item is serialized out as xml, its value is "majorEastAsia".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorBidi">
            <summary>
            Major Complex Script Theme Font.
            <para>When the item is serialized out as xml, its value is "majorBidi".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorAscii">
            <summary>
            Major ASCII Theme Font.
            <para>When the item is serialized out as xml, its value is "majorAscii".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorHighAnsi">
            <summary>
            Major High ANSI Theme Font.
            <para>When the item is serialized out as xml, its value is "majorHAnsi".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorEastAsia">
            <summary>
            Minor East Asian Theme Font.
            <para>When the item is serialized out as xml, its value is "minorEastAsia".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorBidi">
            <summary>
            Minor Complex Script Theme Font.
            <para>When the item is serialized out as xml, its value is "minorBidi".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorAscii">
            <summary>
            Minor ASCII Theme Font.
            <para>When the item is serialized out as xml, its value is "minorAscii".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorHighAnsi">
            <summary>
            Minor High ANSI Theme Font.
            <para>When the item is serialized out as xml, its value is "minorHAnsi".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues">
            <summary>
            Defines the RubyAlignValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Center">
            <summary>
            Center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeLetter">
            <summary>
            Distribute All Characters.
            <para>When the item is serialized out as xml, its value is "distributeLetter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeSpace">
            <summary>
            Distribute all Characters w/ Additional Space On Either Side.
            <para>When the item is serialized out as xml, its value is "distributeSpace".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Left">
            <summary>
            Left Aligned.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Right">
            <summary>
            Right Aligned.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.RightVertical">
            <summary>
            Vertically Aligned to Right of Base Text.
            <para>When the item is serialized out as xml, its value is "rightVertical".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LockingValues">
            <summary>
            Defines the LockingValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtLocked">
            <summary>
            SDT Cannot Be Deleted.
            <para>When the item is serialized out as xml, its value is "sdtLocked".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LockingValues.ContentLocked">
            <summary>
            Contents Cannot Be Edited At Runtime.
            <para>When the item is serialized out as xml, its value is "contentLocked".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LockingValues.Unlocked">
            <summary>
            No Locking.
            <para>When the item is serialized out as xml, its value is "unlocked".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtContentLocked">
            <summary>
            Contents Cannot Be Edited At Runtime And SDT Cannot Be Deleted.
            <para>When the item is serialized out as xml, its value is "sdtContentLocked".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DateFormatValues">
            <summary>
            Defines the DateFormatValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Text">
            <summary>
            Same As Display.
            <para>When the item is serialized out as xml, its value is "text".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Date">
            <summary>
            XML Schema Date Format.
            <para>When the item is serialized out as xml, its value is "date".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.DateTime">
            <summary>
            XML Schema DateTime Format.
            <para>When the item is serialized out as xml, its value is "dateTime".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues">
            <summary>
            Defines the TableWidthUnitValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Nil">
            <summary>
            No Width.
            <para>When the item is serialized out as xml, its value is "nil".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Pct">
            <summary>
            Width in Fiftieths of a Percent.
            <para>When the item is serialized out as xml, its value is "pct".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Dxa">
            <summary>
            Width in Twentieths of a Point.
            <para>When the item is serialized out as xml, its value is "dxa".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Auto">
            <summary>
            Automatically Determined Width.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableWidthValues">
            <summary>
            Defines the TableWidthValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Nil">
            <summary>
            nil.
            <para>When the item is serialized out as xml, its value is "nil".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Dxa">
            <summary>
            dxa.
            <para>When the item is serialized out as xml, its value is "dxa".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MergedCellValues">
            <summary>
            Defines the MergedCellValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Continue">
            <summary>
            Continue Merged Region.
            <para>When the item is serialized out as xml, its value is "continue".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Restart">
            <summary>
            Start/Restart Merged Region.
            <para>When the item is serialized out as xml, its value is "restart".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues">
            <summary>
            Defines the TableLayoutValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Fixed">
            <summary>
            Fixed Width Table Layout.
            <para>When the item is serialized out as xml, its value is "fixed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Autofit">
            <summary>
            AutoFit Table Layout.
            <para>When the item is serialized out as xml, its value is "autofit".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues">
            <summary>
            Defines the TableOverlapValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Never">
            <summary>
            Floating Table Cannot Overlap.
            <para>When the item is serialized out as xml, its value is "never".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Overlap">
            <summary>
            Floating Table Can Overlap.
            <para>When the item is serialized out as xml, its value is "overlap".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues">
            <summary>
            Defines the FootnotePositionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.PageBottom">
            <summary>
            Footnotes Positioned at Page Bottom.
            <para>When the item is serialized out as xml, its value is "pageBottom".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.BeneathText">
            <summary>
            Footnotes Positioned Beneath Text.
            <para>When the item is serialized out as xml, its value is "beneathText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.SectionEnd">
            <summary>
            Footnotes Positioned At End of Section.
            <para>When the item is serialized out as xml, its value is "sectEnd".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues">
            <summary>
            Defines the EndnotePositionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.SectionEnd">
            <summary>
            Endnotes Positioned at End of Section.
            <para>When the item is serialized out as xml, its value is "sectEnd".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.DocumentEnd">
            <summary>
            Endnotes Positioned at End of Document.
            <para>When the item is serialized out as xml, its value is "docEnd".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues">
            <summary>
            Defines the RestartNumberValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.Continuous">
            <summary>
            Continue Numbering From Previous Section.
            <para>When the item is serialized out as xml, its value is "continuous".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachSection">
            <summary>
            Restart Numbering For Each Section.
            <para>When the item is serialized out as xml, its value is "eachSect".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachPage">
            <summary>
            Restart Numbering On Each Page.
            <para>When the item is serialized out as xml, its value is "eachPage".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues">
            <summary>
            Defines the MailMergeSourceValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Database">
            <summary>
            Database Data Source.
            <para>When the item is serialized out as xml, its value is "database".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.AddressBook">
            <summary>
            Address Book Data Source.
            <para>When the item is serialized out as xml, its value is "addressBook".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document1">
            <summary>
            Alternate Document Format Data Source.
            <para>When the item is serialized out as xml, its value is "document1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document2">
            <summary>
            Alternate Document Format Data Source Two.
            <para>When the item is serialized out as xml, its value is "document2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Text">
            <summary>
            Text File Data Source.
            <para>When the item is serialized out as xml, its value is "text".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Email">
            <summary>
            E-Mail Program Data Source.
            <para>When the item is serialized out as xml, its value is "email".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Native">
            <summary>
            Native Data Souce.
            <para>When the item is serialized out as xml, its value is "native".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Legacy">
            <summary>
            Legacy Document Format Data Source.
            <para>When the item is serialized out as xml, its value is "legacy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Master">
            <summary>
            Aggregate Data Source.
            <para>When the item is serialized out as xml, its value is "master".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues">
            <summary>
            Defines the TargetScreenSizeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz544x376">
            <summary>
            Optimize for 544x376.
            <para>When the item is serialized out as xml, its value is "544x376".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz640x480">
            <summary>
            Optimize for 640x480.
            <para>When the item is serialized out as xml, its value is "640x480".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz720x512">
            <summary>
            Optimize for 720x512.
            <para>When the item is serialized out as xml, its value is "720x512".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz800x600">
            <summary>
            Optimize for 800x600.
            <para>When the item is serialized out as xml, its value is "800x600".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1024x768">
            <summary>
            Optimize for 1024x768.
            <para>When the item is serialized out as xml, its value is "1024x768".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x882">
            <summary>
            Optimize for 1152x882.
            <para>When the item is serialized out as xml, its value is "1152x882".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x900">
            <summary>
            Optimize for 1152x900.
            <para>When the item is serialized out as xml, its value is "1152x900".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1280x1024">
            <summary>
            Optimize for 1280x1024.
            <para>When the item is serialized out as xml, its value is "1280x1024".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1600x1200">
            <summary>
            Optimize for 1600x1200.
            <para>When the item is serialized out as xml, its value is "1600x1200".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1800x1440">
            <summary>
            Optimize for 1800x1440.
            <para>When the item is serialized out as xml, its value is "1800x1440".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1920x1200">
            <summary>
            Optimize for 1920x1200.
            <para>When the item is serialized out as xml, its value is "1920x1200".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues">
            <summary>
            Defines the CharacterSpacingValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.DoNotCompress">
            <summary>
            Do Not Compress Whitespace.
            <para>When the item is serialized out as xml, its value is "doNotCompress".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuation">
            <summary>
            Compress Whitespace From Punctuation Characters.
            <para>When the item is serialized out as xml, its value is "compressPunctuation".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuationAndJapaneseKana">
            <summary>
            Compress Whitespace From Both Japanese Kana And Punctuation Characters.
            <para>When the item is serialized out as xml, its value is "compressPunctuationAndJapaneseKana".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues">
            <summary>
            Defines the ColorSchemeIndexValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark1">
            <summary>
            Dark 1 Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "dark1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light1">
            <summary>
            Light 1 Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "light1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark2">
            <summary>
            Dark 2 Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "dark2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light2">
            <summary>
            Light 2 Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "light2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent1">
            <summary>
            Accent 1 Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "accent1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent2">
            <summary>
            Accent 2 Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "accent2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent3">
            <summary>
            Accent 3 Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "accent3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent4">
            <summary>
            Accent4 Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "accent4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent5">
            <summary>
            Accent5 Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "accent5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent6">
            <summary>
            Accent 6 Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "accent6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Hyperlink">
            <summary>
            Hyperlink Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "hyperlink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.FollowedHyperlink">
            <summary>
            Followed Hyperlink Theme Color Reference.
            <para>When the item is serialized out as xml, its value is "followedHyperlink".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues">
            <summary>
            Defines the FrameScrollbarVisibilityValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.On">
            <summary>
            Always Show Scrollbar.
            <para>When the item is serialized out as xml, its value is "on".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Off">
            <summary>
            Never Show Scrollbar.
            <para>When the item is serialized out as xml, its value is "off".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Auto">
            <summary>
            Automatically Show Scrollbar As Needed.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues">
            <summary>
            Defines the FrameLayoutValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Rows">
            <summary>
            Stack Frames Vertically.
            <para>When the item is serialized out as xml, its value is "rows".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Columns">
            <summary>
            Stack Frames Horizontally.
            <para>When the item is serialized out as xml, its value is "cols".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.None">
            <summary>
            Do Not Stack Frames.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues">
            <summary>
            Defines the LevelSuffixValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Tab">
            <summary>
            Tab Between Numbering and Text.
            <para>When the item is serialized out as xml, its value is "tab".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Space">
            <summary>
            Space Between Numbering and Text.
            <para>When the item is serialized out as xml, its value is "space".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Nothing">
            <summary>
            Nothing Between Numbering and Text.
            <para>When the item is serialized out as xml, its value is "nothing".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues">
            <summary>
            Defines the MultiLevelValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.SingleLevel">
            <summary>
            Single Level Numbering Definition.
            <para>When the item is serialized out as xml, its value is "singleLevel".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.Multilevel">
            <summary>
            Multilevel Numbering Definition.
            <para>When the item is serialized out as xml, its value is "multilevel".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.HybridMultilevel">
            <summary>
            Hybrid Multilevel Numbering Definition.
            <para>When the item is serialized out as xml, its value is "hybridMultilevel".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues">
            <summary>
            Defines the TableStyleOverrideValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.WholeTable">
            <summary>
            Whole table formatting.
            <para>When the item is serialized out as xml, its value is "wholeTable".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstRow">
            <summary>
            First Row Conditional Formatting.
            <para>When the item is serialized out as xml, its value is "firstRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastRow">
            <summary>
            Last table row formatting.
            <para>When the item is serialized out as xml, its value is "lastRow".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstColumn">
            <summary>
            First Column Conditional Formatting.
            <para>When the item is serialized out as xml, its value is "firstCol".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastColumn">
            <summary>
            Last table column formatting.
            <para>When the item is serialized out as xml, its value is "lastCol".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Vertical">
            <summary>
            Banded Column Conditional Formatting.
            <para>When the item is serialized out as xml, its value is "band1Vert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Vertical">
            <summary>
            Even Column Stripe Conditional Formatting.
            <para>When the item is serialized out as xml, its value is "band2Vert".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Horizontal">
            <summary>
            Banded Row Conditional Formatting.
            <para>When the item is serialized out as xml, its value is "band1Horz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Horizontal">
            <summary>
            Even Row Stripe Conditional Formatting.
            <para>When the item is serialized out as xml, its value is "band2Horz".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthEastCell">
            <summary>
            Top right table cell formatting.
            <para>When the item is serialized out as xml, its value is "neCell".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthWestCell">
            <summary>
            Top left table cell formatting.
            <para>When the item is serialized out as xml, its value is "nwCell".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthEastCell">
            <summary>
            Bottom right table cell formatting.
            <para>When the item is serialized out as xml, its value is "seCell".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthWestCell">
            <summary>
            Bottom left table cell formatting.
            <para>When the item is serialized out as xml, its value is "swCell".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StyleValues">
            <summary>
            Defines the StyleValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StyleValues.Paragraph">
            <summary>
            Paragraph Style.
            <para>When the item is serialized out as xml, its value is "paragraph".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StyleValues.Character">
            <summary>
            Character Style.
            <para>When the item is serialized out as xml, its value is "character".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StyleValues.Table">
            <summary>
            Table Style.
            <para>When the item is serialized out as xml, its value is "table".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StyleValues.Numbering">
            <summary>
            Numbering Style.
            <para>When the item is serialized out as xml, its value is "numbering".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues">
            <summary>
            Defines the FontFamilyValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Decorative">
            <summary>
            Novelty Font.
            <para>When the item is serialized out as xml, its value is "decorative".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Modern">
            <summary>
            Monospace Font.
            <para>When the item is serialized out as xml, its value is "modern".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Roman">
            <summary>
            Proportional Font With Serifs.
            <para>When the item is serialized out as xml, its value is "roman".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Script">
            <summary>
            Script Font.
            <para>When the item is serialized out as xml, its value is "script".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Swiss">
            <summary>
            Proportional Font Without Serifs.
            <para>When the item is serialized out as xml, its value is "swiss".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Auto">
            <summary>
            No Font Family.
            <para>When the item is serialized out as xml, its value is "auto".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.FontPitchValues">
            <summary>
            Defines the FontPitchValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Fixed">
            <summary>
            Fixed Width.
            <para>When the item is serialized out as xml, its value is "fixed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Variable">
            <summary>
            Proportional Width.
            <para>When the item is serialized out as xml, its value is "variable".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Default">
            <summary>
            Default.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues">
            <summary>
            Defines the ThemeColorValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark1">
            <summary>
            Dark 1 Theme Color.
            <para>When the item is serialized out as xml, its value is "dark1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light1">
            <summary>
            Light 1 Theme Color.
            <para>When the item is serialized out as xml, its value is "light1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark2">
            <summary>
            Dark 2 Theme Color.
            <para>When the item is serialized out as xml, its value is "dark2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light2">
            <summary>
            Light 2 Theme Color.
            <para>When the item is serialized out as xml, its value is "light2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent1">
            <summary>
            Accent 1 Theme Color.
            <para>When the item is serialized out as xml, its value is "accent1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent2">
            <summary>
            Accent 2 Theme Color.
            <para>When the item is serialized out as xml, its value is "accent2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent3">
            <summary>
            Accent 3 Theme Color.
            <para>When the item is serialized out as xml, its value is "accent3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent4">
            <summary>
            Accent 4 Theme Color.
            <para>When the item is serialized out as xml, its value is "accent4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent5">
            <summary>
            Accent 5 Theme Color.
            <para>When the item is serialized out as xml, its value is "accent5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent6">
            <summary>
            Accent 6 Theme Color.
            <para>When the item is serialized out as xml, its value is "accent6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Hyperlink">
            <summary>
            Hyperlink Theme Color.
            <para>When the item is serialized out as xml, its value is "hyperlink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.FollowedHyperlink">
            <summary>
            Followed Hyperlink Theme Color.
            <para>When the item is serialized out as xml, its value is "followedHyperlink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.None">
            <summary>
            No Theme Color.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background1">
            <summary>
            Background 1 Theme Color.
            <para>When the item is serialized out as xml, its value is "background1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text1">
            <summary>
            Text 1 Theme Color.
            <para>When the item is serialized out as xml, its value is "text1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background2">
            <summary>
            Background 2 Theme Color.
            <para>When the item is serialized out as xml, its value is "background2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text2">
            <summary>
            Text 2 Theme Color.
            <para>When the item is serialized out as xml, its value is "text2".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues">
            <summary>
            Defines the DocPartBehaviorValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Content">
            <summary>
            Insert Content At Specified Location.
            <para>When the item is serialized out as xml, its value is "content".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Paragraph">
            <summary>
            Ensure Entry Is In New Paragraph.
            <para>When the item is serialized out as xml, its value is "p".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Page">
            <summary>
            Ensure Entry Is On New Page.
            <para>When the item is serialized out as xml, its value is "pg".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartValues">
            <summary>
            Defines the DocPartValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartValues.None">
            <summary>
            No Type.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Normal">
            <summary>
            Normal.
            <para>When the item is serialized out as xml, its value is "normal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartValues.AutoExp">
            <summary>
            Automatically Replace Name With Content.
            <para>When the item is serialized out as xml, its value is "autoExp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Toolbar">
            <summary>
            AutoText User Interface Entry.
            <para>When the item is serialized out as xml, its value is "toolbar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Speller">
            <summary>
            AutoCorrect Entry.
            <para>When the item is serialized out as xml, its value is "speller".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartValues.FormField">
            <summary>
            Form Field Help Text.
            <para>When the item is serialized out as xml, its value is "formFld".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartValues.SdtPlaceholder">
            <summary>
            Structured Document Tag Placeholder Text.
            <para>When the item is serialized out as xml, its value is "bbPlcHdr".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues">
            <summary>
            Defines the DocPartGalleryValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Placeholder">
            <summary>
            Structured Document Tag Placeholder Text Gallery.
            <para>When the item is serialized out as xml, its value is "placeholder".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Any">
            <summary>
            All Galleries.
            <para>When the item is serialized out as xml, its value is "any".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Default">
            <summary>
            No Gallery Classification.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.DocumentPart">
            <summary>
            Document Parts Gallery.
            <para>When the item is serialized out as xml, its value is "docParts".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CoverPage">
            <summary>
            Cover Page Gallery.
            <para>When the item is serialized out as xml, its value is "coverPg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Equation">
            <summary>
            Equations Gallery.
            <para>When the item is serialized out as xml, its value is "eq".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Footer">
            <summary>
            Footers Gallery.
            <para>When the item is serialized out as xml, its value is "ftrs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Header">
            <summary>
            Headers Gallery.
            <para>When the item is serialized out as xml, its value is "hdrs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumber">
            <summary>
            Page Numbers Gallery.
            <para>When the item is serialized out as xml, its value is "pgNum".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Table">
            <summary>
            Table Gallery.
            <para>When the item is serialized out as xml, its value is "tbls".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.WaterMark">
            <summary>
            Watermark Gallery.
            <para>When the item is serialized out as xml, its value is "watermarks".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.AutoText">
            <summary>
            AutoText Gallery.
            <para>When the item is serialized out as xml, its value is "autoTxt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TextBox">
            <summary>
            Text Box Gallery.
            <para>When the item is serialized out as xml, its value is "txtBox".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberTop">
            <summary>
            Page Numbers At Top Gallery.
            <para>When the item is serialized out as xml, its value is "pgNumT".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberBottom">
            <summary>
            Page Numbers At Bottom Gallery.
            <para>When the item is serialized out as xml, its value is "pgNumB".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberMargins">
            <summary>
            Page Numbers At Margins Gallery.
            <para>When the item is serialized out as xml, its value is "pgNumMargins".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TableOfContents">
            <summary>
            Table of Contents Gallery.
            <para>When the item is serialized out as xml, its value is "tblOfContents".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Bibliography">
            <summary>
            Bibliography Gallery.
            <para>When the item is serialized out as xml, its value is "bib".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomQuickParts">
            <summary>
            Custom Quick Parts Gallery.
            <para>When the item is serialized out as xml, its value is "custQuickParts".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomCoverPage">
            <summary>
            Custom Cover Page Gallery.
            <para>When the item is serialized out as xml, its value is "custCoverPg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomEquation">
            <summary>
            Custom Equation Gallery.
            <para>When the item is serialized out as xml, its value is "custEq".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomFooter">
            <summary>
            Custom Footer Gallery.
            <para>When the item is serialized out as xml, its value is "custFtrs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomHeaders">
            <summary>
            Custom Header Gallery.
            <para>When the item is serialized out as xml, its value is "custHdrs".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumber">
            <summary>
            Custom Page Number Gallery.
            <para>When the item is serialized out as xml, its value is "custPgNum".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTable">
            <summary>
            Custom Table Gallery.
            <para>When the item is serialized out as xml, its value is "custTbls".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomWatermark">
            <summary>
            Custom Watermark Gallery.
            <para>When the item is serialized out as xml, its value is "custWatermarks".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomAutoText">
            <summary>
            Custom AutoText Gallery.
            <para>When the item is serialized out as xml, its value is "custAutoTxt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTextBox">
            <summary>
            Custom Text Box Gallery.
            <para>When the item is serialized out as xml, its value is "custTxtBox".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberTop">
            <summary>
            Custom Page Number At Top Gallery.
            <para>When the item is serialized out as xml, its value is "custPgNumT".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberBottom">
            <summary>
            Custom Page Number At Bottom Gallery.
            <para>When the item is serialized out as xml, its value is "custPgNumB".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberMargin">
            <summary>
            Custom Page Number At Margins Gallery.
            <para>When the item is serialized out as xml, its value is "custPgNumMargins".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTableOfContents">
            <summary>
            Custom Table of Contents Gallery.
            <para>When the item is serialized out as xml, its value is "custTblOfContents".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomBibliography">
            <summary>
            Custom Bibliography Gallery.
            <para>When the item is serialized out as xml, its value is "custBib".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom1">
            <summary>
            Custom 1 Gallery.
            <para>When the item is serialized out as xml, its value is "custom1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom2">
            <summary>
            Custom 2 Gallery.
            <para>When the item is serialized out as xml, its value is "custom2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom3">
            <summary>
            Custom 3 Gallery.
            <para>When the item is serialized out as xml, its value is "custom3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom4">
            <summary>
            Custom 4 Gallery.
            <para>When the item is serialized out as xml, its value is "custom4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom5">
            <summary>
            Custom 5 Gallery.
            <para>When the item is serialized out as xml, its value is "custom5".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues">
            <summary>
            Automatic Caption Positioning Values
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Above">
            <summary>
            Position Caption Above Object.
            <para>When the item is serialized out as xml, its value is "above".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Below">
            <summary>
            Position Caption Below Object.
            <para>When the item is serialized out as xml, its value is "below".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues">
            <summary>
            Horizontal Alignment Type
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Left">
            <summary>
            Align Left.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Center">
            <summary>
            Align Center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Right">
            <summary>
            Align Right.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues">
            <summary>
            Defines the ShadingPatternValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Nil">
            <summary>
            No Pattern.
            <para>When the item is serialized out as xml, its value is "nil".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Clear">
            <summary>
            No Pattern.
            <para>When the item is serialized out as xml, its value is "clear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Solid">
            <summary>
            100% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "solid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalStripe">
            <summary>
            Horizontal Stripe Pattern.
            <para>When the item is serialized out as xml, its value is "horzStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.VerticalStripe">
            <summary>
            Vertical Stripe Pattern.
            <para>When the item is serialized out as xml, its value is "vertStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ReverseDiagonalStripe">
            <summary>
            Reverse Diagonal Stripe Pattern.
            <para>When the item is serialized out as xml, its value is "reverseDiagStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalStripe">
            <summary>
            Diagonal Stripe Pattern.
            <para>When the item is serialized out as xml, its value is "diagStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalCross">
            <summary>
            Horizontal Cross Pattern.
            <para>When the item is serialized out as xml, its value is "horzCross".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalCross">
            <summary>
            Diagonal Cross Pattern.
            <para>When the item is serialized out as xml, its value is "diagCross".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalStripe">
            <summary>
            Thin Horizontal Stripe Pattern.
            <para>When the item is serialized out as xml, its value is "thinHorzStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinVerticalStripe">
            <summary>
            Thin Vertical Stripe Pattern.
            <para>When the item is serialized out as xml, its value is "thinVertStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinReverseDiagonalStripe">
            <summary>
            Thin Reverse Diagonal Stripe Pattern.
            <para>When the item is serialized out as xml, its value is "thinReverseDiagStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalStripe">
            <summary>
            Thin Diagonal Stripe Pattern.
            <para>When the item is serialized out as xml, its value is "thinDiagStripe".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalCross">
            <summary>
            Thin Horizontal Cross Pattern.
            <para>When the item is serialized out as xml, its value is "thinHorzCross".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalCross">
            <summary>
            Thin Diagonal Cross Pattern.
            <para>When the item is serialized out as xml, its value is "thinDiagCross".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent5">
            <summary>
            5% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent10">
            <summary>
            10% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct10".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent12">
            <summary>
            12.5% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct12".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent15">
            <summary>
            15% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct15".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent20">
            <summary>
            20% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct20".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent25">
            <summary>
            25% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct25".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent30">
            <summary>
            30% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct30".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent35">
            <summary>
            35% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct35".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent37">
            <summary>
            37.5% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct37".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent40">
            <summary>
            40% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct40".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent45">
            <summary>
            45% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct45".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent50">
            <summary>
            50% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct50".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent55">
            <summary>
            55% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct55".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent60">
            <summary>
            60% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct60".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent62">
            <summary>
            62.5% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct62".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent65">
            <summary>
            65% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct65".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent70">
            <summary>
            70% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct70".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent75">
            <summary>
            75% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct75".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent80">
            <summary>
            80% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct80".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent85">
            <summary>
            85% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct85".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent87">
            <summary>
            87.5% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct87".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent90">
            <summary>
            90% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct90".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent95">
            <summary>
            95% Fill Pattern.
            <para>When the item is serialized out as xml, its value is "pct95".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues">
            <summary>
            Defines the StylePaneSortMethodsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Zero">
            <summary>
            0000.
            <para>When the item is serialized out as xml, its value is "0000".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Name">
            <summary>
            name.
            <para>When the item is serialized out as xml, its value is "name".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.One">
            <summary>
            0001.
            <para>When the item is serialized out as xml, its value is "0001".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Priority">
            <summary>
            priority.
            <para>When the item is serialized out as xml, its value is "priority".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Two">
            <summary>
            0002.
            <para>When the item is serialized out as xml, its value is "0002".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Font">
            <summary>
            font.
            <para>When the item is serialized out as xml, its value is "font".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Three">
            <summary>
            0003.
            <para>When the item is serialized out as xml, its value is "0003".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.BasedOn">
            <summary>
            basedOn.
            <para>When the item is serialized out as xml, its value is "basedOn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Four">
            <summary>
            0004.
            <para>When the item is serialized out as xml, its value is "0004".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Type">
            <summary>
            type.
            <para>When the item is serialized out as xml, its value is "type".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Five">
            <summary>
            0005.
            <para>When the item is serialized out as xml, its value is "0005".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Default">
            <summary>
            default.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DirectionValues">
            <summary>
            Defines the DirectionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Ltr">
            <summary>
            ltr.
            <para>When the item is serialized out as xml, its value is "ltr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Rtl">
            <summary>
            rtl.
            <para>When the item is serialized out as xml, its value is "rtl".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CalendarValues">
            <summary>
            Defines the CalendarValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Gregorian">
            <summary>
            Gregorian.
            <para>When the item is serialized out as xml, its value is "gregorian".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hijri">
            <summary>
            Hijri.
            <para>When the item is serialized out as xml, its value is "hijri".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Umalqura">
            <summary>
            umalqura.
            <para>When the item is serialized out as xml, its value is "umalqura".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hebrew">
            <summary>
            Hebrew.
            <para>When the item is serialized out as xml, its value is "hebrew".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Taiwan">
            <summary>
            Taiwan.
            <para>When the item is serialized out as xml, its value is "taiwan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Japan">
            <summary>
            Japanese Emperor Era.
            <para>When the item is serialized out as xml, its value is "japan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Thai">
            <summary>
            Thai.
            <para>When the item is serialized out as xml, its value is "thai".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Korea">
            <summary>
            Korean Tangun Era.
            <para>When the item is serialized out as xml, its value is "korea".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Saka">
            <summary>
            Saka Era.
            <para>When the item is serialized out as xml, its value is "saka".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedEnglish">
            <summary>
            Gregorian transliterated English.
            <para>When the item is serialized out as xml, its value is "gregorianXlitEnglish".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedFrench">
            <summary>
            Gregorian transliterated French.
            <para>When the item is serialized out as xml, its value is "gregorianXlitFrench".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianUs">
            <summary>
            gregorianUs.
            <para>When the item is serialized out as xml, its value is "gregorianUs".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianMeFrench">
            <summary>
            gregorianMeFrench.
            <para>When the item is serialized out as xml, its value is "gregorianMeFrench".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianArabic">
            <summary>
            gregorianArabic.
            <para>When the item is serialized out as xml, its value is "gregorianArabic".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CalendarValues.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues">
            <summary>
            Defines the NumberFormatValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Decimal">
            <summary>
            Decimal Numbers.
            <para>When the item is serialized out as xml, its value is "decimal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperRoman">
            <summary>
            Uppercase Roman Numerals.
            <para>When the item is serialized out as xml, its value is "upperRoman".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerRoman">
            <summary>
            Lowercase Roman Numerals.
            <para>When the item is serialized out as xml, its value is "lowerRoman".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperLetter">
            <summary>
            Uppercase Latin Alphabet.
            <para>When the item is serialized out as xml, its value is "upperLetter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerLetter">
            <summary>
            Lowercase Latin Alphabet.
            <para>When the item is serialized out as xml, its value is "lowerLetter".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ordinal">
            <summary>
            Ordinal.
            <para>When the item is serialized out as xml, its value is "ordinal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.CardinalText">
            <summary>
            Cardinal Text.
            <para>When the item is serialized out as xml, its value is "cardinalText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.OrdinalText">
            <summary>
            Ordinal Text.
            <para>When the item is serialized out as xml, its value is "ordinalText".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hex">
            <summary>
            Hexadecimal Numbering.
            <para>When the item is serialized out as xml, its value is "hex".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chicago">
            <summary>
            Chicago Manual of Style.
            <para>When the item is serialized out as xml, its value is "chicago".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographDigital">
            <summary>
            Ideographs.
            <para>When the item is serialized out as xml, its value is "ideographDigital".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseCounting">
            <summary>
            Japanese Counting System.
            <para>When the item is serialized out as xml, its value is "japaneseCounting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Aiueo">
            <summary>
            AIUEO Order Hiragana.
            <para>When the item is serialized out as xml, its value is "aiueo".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Iroha">
            <summary>
            Iroha Ordered Katakana.
            <para>When the item is serialized out as xml, its value is "iroha".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth">
            <summary>
            Double Byte Arabic Numerals.
            <para>When the item is serialized out as xml, its value is "decimalFullWidth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalHalfWidth">
            <summary>
            Single Byte Arabic Numerals.
            <para>When the item is serialized out as xml, its value is "decimalHalfWidth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseLegal">
            <summary>
            Japanese Legal Numbering.
            <para>When the item is serialized out as xml, its value is "japaneseLegal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseDigitalTenThousand">
            <summary>
            Japanese Digital Ten Thousand Counting System.
            <para>When the item is serialized out as xml, its value is "japaneseDigitalTenThousand".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircle">
            <summary>
            Decimal Numbers Enclosed in a Circle.
            <para>When the item is serialized out as xml, its value is "decimalEnclosedCircle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth2">
            <summary>
            Double Byte Arabic Numerals Alternate.
            <para>When the item is serialized out as xml, its value is "decimalFullWidth2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.AiueoFullWidth">
            <summary>
            Full-Width AIUEO Order Hiragana.
            <para>When the item is serialized out as xml, its value is "aiueoFullWidth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IrohaFullWidth">
            <summary>
            Full-Width Iroha Ordered Katakana.
            <para>When the item is serialized out as xml, its value is "irohaFullWidth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalZero">
            <summary>
            Initial Zero Arabic Numerals.
            <para>When the item is serialized out as xml, its value is "decimalZero".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Bullet">
            <summary>
            Bullet.
            <para>When the item is serialized out as xml, its value is "bullet".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ganada">
            <summary>
            Korean Ganada Numbering.
            <para>When the item is serialized out as xml, its value is "ganada".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chosung">
            <summary>
            Korean Chosung Numbering.
            <para>When the item is serialized out as xml, its value is "chosung".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedFullstop">
            <summary>
            Decimal Numbers Followed by a Period.
            <para>When the item is serialized out as xml, its value is "decimalEnclosedFullstop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedParen">
            <summary>
            Decimal Numbers Enclosed in Parenthesis.
            <para>When the item is serialized out as xml, its value is "decimalEnclosedParen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircleChinese">
            <summary>
            Decimal Numbers Enclosed in a Circle.
            <para>When the item is serialized out as xml, its value is "decimalEnclosedCircleChinese".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographEnclosedCircle">
            <summary>
            Ideographs Enclosed in a Circle.
            <para>When the item is serialized out as xml, its value is "ideographEnclosedCircle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographTraditional">
            <summary>
            Traditional Ideograph Format.
            <para>When the item is serialized out as xml, its value is "ideographTraditional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiac">
            <summary>
            Zodiac Ideograph Format.
            <para>When the item is serialized out as xml, its value is "ideographZodiac".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiacTraditional">
            <summary>
            Traditional Zodiac Ideograph Format.
            <para>When the item is serialized out as xml, its value is "ideographZodiacTraditional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCounting">
            <summary>
            Taiwanese Counting System.
            <para>When the item is serialized out as xml, its value is "taiwaneseCounting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographLegalTraditional">
            <summary>
            Traditional Legal Ideograph Format.
            <para>When the item is serialized out as xml, its value is "ideographLegalTraditional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCountingThousand">
            <summary>
            Taiwanese Counting Thousand System.
            <para>When the item is serialized out as xml, its value is "taiwaneseCountingThousand".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseDigital">
            <summary>
            Taiwanese Digital Counting System.
            <para>When the item is serialized out as xml, its value is "taiwaneseDigital".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCounting">
            <summary>
            Chinese Counting System.
            <para>When the item is serialized out as xml, its value is "chineseCounting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseLegalSimplified">
            <summary>
            Chinese Legal Simplified Format.
            <para>When the item is serialized out as xml, its value is "chineseLegalSimplified".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCountingThousand">
            <summary>
            Chinese Counting Thousand System.
            <para>When the item is serialized out as xml, its value is "chineseCountingThousand".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital">
            <summary>
            Korean Digital Counting System.
            <para>When the item is serialized out as xml, its value is "koreanDigital".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanCounting">
            <summary>
            Korean Counting System.
            <para>When the item is serialized out as xml, its value is "koreanCounting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanLegal">
            <summary>
            Korean Legal Numbering.
            <para>When the item is serialized out as xml, its value is "koreanLegal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital2">
            <summary>
            Korean Digital Counting System Alternate.
            <para>When the item is serialized out as xml, its value is "koreanDigital2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.VietnameseCounting">
            <summary>
            Vietnamese Numerals.
            <para>When the item is serialized out as xml, its value is "vietnameseCounting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianLower">
            <summary>
            Lowercase Russian Alphabet.
            <para>When the item is serialized out as xml, its value is "russianLower".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianUpper">
            <summary>
            Uppercase Russian Alphabet.
            <para>When the item is serialized out as xml, its value is "russianUpper".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.None">
            <summary>
            No Numbering.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.NumberInDash">
            <summary>
            Number With Dashes.
            <para>When the item is serialized out as xml, its value is "numberInDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew1">
            <summary>
            Hebrew Numerals.
            <para>When the item is serialized out as xml, its value is "hebrew1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew2">
            <summary>
            Hebrew Alphabet.
            <para>When the item is serialized out as xml, its value is "hebrew2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAlpha">
            <summary>
            Arabic Alphabet.
            <para>When the item is serialized out as xml, its value is "arabicAlpha".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAbjad">
            <summary>
            Arabic Abjad Numerals.
            <para>When the item is serialized out as xml, its value is "arabicAbjad".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiVowels">
            <summary>
            Hindi Vowels.
            <para>When the item is serialized out as xml, its value is "hindiVowels".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiConsonants">
            <summary>
            Hindi Consonants.
            <para>When the item is serialized out as xml, its value is "hindiConsonants".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiNumbers">
            <summary>
            Hindi Numbers.
            <para>When the item is serialized out as xml, its value is "hindiNumbers".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiCounting">
            <summary>
            Hindi Counting System.
            <para>When the item is serialized out as xml, its value is "hindiCounting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiLetters">
            <summary>
            Thai Letters.
            <para>When the item is serialized out as xml, its value is "thaiLetters".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiNumbers">
            <summary>
            Thai Numerals.
            <para>When the item is serialized out as xml, its value is "thaiNumbers".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiCounting">
            <summary>
            Thai Counting System.
            <para>When the item is serialized out as xml, its value is "thaiCounting".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.BahtText">
            <summary>
            bahtText.
            <para>When the item is serialized out as xml, its value is "bahtText".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DollarText">
            <summary>
            dollarText.
            <para>When the item is serialized out as xml, its value is "dollarText".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Custom">
            <summary>
            custom.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues">
            <summary>
            Defines the TextDirectionValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefToRightTopToBottom">
            <summary>
            Left to Right, Top to Bottom.
            <para>When the item is serialized out as xml, its value is "lrTb".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottom2010">
            <summary>
            tb.
            <para>When the item is serialized out as xml, its value is "tb".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft">
            <summary>
            Top to Bottom, Right to Left.
            <para>When the item is serialized out as xml, its value is "tbRl".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft2010">
            <summary>
            rl.
            <para>When the item is serialized out as xml, its value is "rl".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight">
            <summary>
            Bottom to Top, Left to Right.
            <para>When the item is serialized out as xml, its value is "btLr".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight2010">
            <summary>
            lr.
            <para>When the item is serialized out as xml, its value is "lr".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefttoRightTopToBottomRotated">
            <summary>
            Left to Right, Top to Bottom Rotated.
            <para>When the item is serialized out as xml, its value is "lrTbV".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottomRotated2010">
            <summary>
            tbV.
            <para>When the item is serialized out as xml, its value is "tbV".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated">
            <summary>
            Top to Bottom, Right to Left Rotated.
            <para>When the item is serialized out as xml, its value is "tbRlV".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated2010">
            <summary>
            rlV.
            <para>When the item is serialized out as xml, its value is "rlV".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated">
            <summary>
            Top to Bottom, Left to Right Rotated.
            <para>When the item is serialized out as xml, its value is "tbLrV".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated2010">
            <summary>
            lrV.
            <para>When the item is serialized out as xml, its value is "lrV".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues">
            <summary>
            Defines the CryptAlgorithmValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.TypeAny">
            <summary>
            Any Type.
            <para>When the item is serialized out as xml, its value is "typeAny".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.Custom">
            <summary>
            custom.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues">
            <summary>
            Defines the CryptAlgorithmClassValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Hash">
            <summary>
            Hashing.
            <para>When the item is serialized out as xml, its value is "hash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Custom">
            <summary>
            custom.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues">
            <summary>
            Defines the CryptProviderValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaAdvancedEncryptionStandard">
            <summary>
            AES Provider.
            <para>When the item is serialized out as xml, its value is "rsaAES".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaFull">
            <summary>
            Any Provider.
            <para>When the item is serialized out as xml, its value is "rsaFull".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.Custom">
            <summary>
            custom.
            <para>When the item is serialized out as xml, its value is "custom".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.JustificationValues">
            <summary>
            Defines the JustificationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Left">
            <summary>
            Align Left.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Start">
            <summary>
            start.
            <para>When the item is serialized out as xml, its value is "start".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Center">
            <summary>
            Align Center.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Right">
            <summary>
            Align Right.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.End">
            <summary>
            end.
            <para>When the item is serialized out as xml, its value is "end".</para>
            <para>This item is only available in Office2010.</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Both">
            <summary>
            Justified.
            <para>When the item is serialized out as xml, its value is "both".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.MediumKashida">
            <summary>
            Medium Kashida Length.
            <para>When the item is serialized out as xml, its value is "mediumKashida".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Distribute">
            <summary>
            Distribute All Characters Equally.
            <para>When the item is serialized out as xml, its value is "distribute".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.NumTab">
            <summary>
            Align to List Tab.
            <para>When the item is serialized out as xml, its value is "numTab".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.HighKashida">
            <summary>
            Widest Kashida Length.
            <para>When the item is serialized out as xml, its value is "highKashida".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.LowKashida">
            <summary>
            Low Kashida Length.
            <para>When the item is serialized out as xml, its value is "lowKashida".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.JustificationValues.ThaiDistribute">
            <summary>
            Thai Language Justification.
            <para>When the item is serialized out as xml, its value is "thaiDistribute".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.TabStopValues">
            <summary>
            Defines the TabStopValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Clear">
            <summary>
            No Tab Stop.
            <para>When the item is serialized out as xml, its value is "clear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Left">
            <summary>
            Left Tab.
            <para>When the item is serialized out as xml, its value is "left".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Start">
            <summary>
            start.
            <para>When the item is serialized out as xml, its value is "start".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Center">
            <summary>
            Centered Tab.
            <para>When the item is serialized out as xml, its value is "center".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Right">
            <summary>
            Right Tab.
            <para>When the item is serialized out as xml, its value is "right".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopValues.End">
            <summary>
            end.
            <para>When the item is serialized out as xml, its value is "end".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Decimal">
            <summary>
            Decimal Tab.
            <para>When the item is serialized out as xml, its value is "decimal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Bar">
            <summary>
            Bar Tab.
            <para>When the item is serialized out as xml, its value is "bar".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Number">
            <summary>
            List Tab.
            <para>When the item is serialized out as xml, its value is "num".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.BorderValues">
            <summary>
            Defines the BorderValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Nil">
            <summary>
            No Border.
            <para>When the item is serialized out as xml, its value is "nil".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.None">
            <summary>
            No Border.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Single">
            <summary>
            Single Line Border.
            <para>When the item is serialized out as xml, its value is "single".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Thick">
            <summary>
            Single Line Border.
            <para>When the item is serialized out as xml, its value is "thick".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Double">
            <summary>
            Double Line Border.
            <para>When the item is serialized out as xml, its value is "double".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dotted">
            <summary>
            Dotted Line Border.
            <para>When the item is serialized out as xml, its value is "dotted".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dashed">
            <summary>
            Dashed Line Border.
            <para>When the item is serialized out as xml, its value is "dashed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDash">
            <summary>
            Dot Dash Line Border.
            <para>When the item is serialized out as xml, its value is "dotDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDotDash">
            <summary>
            Dot Dot Dash Line Border.
            <para>When the item is serialized out as xml, its value is "dotDotDash".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triple">
            <summary>
            Triple Line Border.
            <para>When the item is serialized out as xml, its value is "triple".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickSmallGap">
            <summary>
            Thin, Thick Line Border.
            <para>When the item is serialized out as xml, its value is "thinThickSmallGap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinSmallGap">
            <summary>
            Thick, Thin Line Border.
            <para>When the item is serialized out as xml, its value is "thickThinSmallGap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinSmallGap">
            <summary>
            Thin, Thick, Thin Line Border.
            <para>When the item is serialized out as xml, its value is "thinThickThinSmallGap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickMediumGap">
            <summary>
            Thin, Thick Line Border.
            <para>When the item is serialized out as xml, its value is "thinThickMediumGap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinMediumGap">
            <summary>
            Thick, Thin Line Border.
            <para>When the item is serialized out as xml, its value is "thickThinMediumGap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinMediumGap">
            <summary>
            Thin, Thick, Thin Line Border.
            <para>When the item is serialized out as xml, its value is "thinThickThinMediumGap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickLargeGap">
            <summary>
            Thin, Thick Line Border.
            <para>When the item is serialized out as xml, its value is "thinThickLargeGap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinLargeGap">
            <summary>
            Thick, Thin Line Border.
            <para>When the item is serialized out as xml, its value is "thickThinLargeGap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinLargeGap">
            <summary>
            Thin, Thick, Thin Line Border.
            <para>When the item is serialized out as xml, its value is "thinThickThinLargeGap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Wave">
            <summary>
            Wavy Line Border.
            <para>When the item is serialized out as xml, its value is "wave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleWave">
            <summary>
            Double Wave Line Border.
            <para>When the item is serialized out as xml, its value is "doubleWave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashSmallGap">
            <summary>
            Dashed Line Border.
            <para>When the item is serialized out as xml, its value is "dashSmallGap".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashDotStroked">
            <summary>
            Dash Dot Strokes Line Border.
            <para>When the item is serialized out as xml, its value is "dashDotStroked".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEmboss">
            <summary>
            3D Embossed Line Border.
            <para>When the item is serialized out as xml, its value is "threeDEmboss".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEngrave">
            <summary>
            3D Engraved Line Border.
            <para>When the item is serialized out as xml, its value is "threeDEngrave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Outset">
            <summary>
            Outset Line Border.
            <para>When the item is serialized out as xml, its value is "outset".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Inset">
            <summary>
            Inset Line Border.
            <para>When the item is serialized out as xml, its value is "inset".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Apples">
            <summary>
            Apples Art Border.
            <para>When the item is serialized out as xml, its value is "apples".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ArchedScallops">
            <summary>
            Arched Scallops Art Border.
            <para>When the item is serialized out as xml, its value is "archedScallops".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyPacifier">
            <summary>
            Baby Pacifier Art Border.
            <para>When the item is serialized out as xml, its value is "babyPacifier".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyRattle">
            <summary>
            Baby Rattle Art Border.
            <para>When the item is serialized out as xml, its value is "babyRattle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Balloons3Colors">
            <summary>
            Three Color Balloons Art Border.
            <para>When the item is serialized out as xml, its value is "balloons3Colors".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BalloonsHotAir">
            <summary>
            Hot Air Balloons Art Border.
            <para>When the item is serialized out as xml, its value is "balloonsHotAir".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDashes">
            <summary>
            Black Dash Art Border.
            <para>When the item is serialized out as xml, its value is "basicBlackDashes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDots">
            <summary>
            Black Dot Art Border.
            <para>When the item is serialized out as xml, its value is "basicBlackDots".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackSquares">
            <summary>
            Black Square Art Border.
            <para>When the item is serialized out as xml, its value is "basicBlackSquares".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicThinLines">
            <summary>
            Thin Line Art Border.
            <para>When the item is serialized out as xml, its value is "basicThinLines".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDashes">
            <summary>
            White Dash Art Border.
            <para>When the item is serialized out as xml, its value is "basicWhiteDashes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDots">
            <summary>
            White Dot Art Border.
            <para>When the item is serialized out as xml, its value is "basicWhiteDots".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteSquares">
            <summary>
            White Square Art Border.
            <para>When the item is serialized out as xml, its value is "basicWhiteSquares".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideInline">
            <summary>
            Wide Inline Art Border.
            <para>When the item is serialized out as xml, its value is "basicWideInline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideMidline">
            <summary>
            Wide Midline Art Border.
            <para>When the item is serialized out as xml, its value is "basicWideMidline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideOutline">
            <summary>
            Wide Outline Art Border.
            <para>When the item is serialized out as xml, its value is "basicWideOutline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Bats">
            <summary>
            Bats Art Border.
            <para>When the item is serialized out as xml, its value is "bats".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Birds">
            <summary>
            Birds Art Border.
            <para>When the item is serialized out as xml, its value is "birds".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.BirdsFlight">
            <summary>
            Birds Flying Art Border.
            <para>When the item is serialized out as xml, its value is "birdsFlight".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cabins">
            <summary>
            Cabin Art Border.
            <para>When the item is serialized out as xml, its value is "cabins".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CakeSlice">
            <summary>
            Cake Art Border.
            <para>When the item is serialized out as xml, its value is "cakeSlice".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CandyCorn">
            <summary>
            Candy Corn Art Border.
            <para>When the item is serialized out as xml, its value is "candyCorn".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CelticKnotwork">
            <summary>
            Knot Work Art Border.
            <para>When the item is serialized out as xml, its value is "celticKnotwork".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CertificateBanner">
            <summary>
            Certificate Banner Art Border.
            <para>When the item is serialized out as xml, its value is "certificateBanner".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChainLink">
            <summary>
            Chain Link Art Border.
            <para>When the item is serialized out as xml, its value is "chainLink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChampagneBottle">
            <summary>
            Champagne Bottle Art Border.
            <para>When the item is serialized out as xml, its value is "champagneBottle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarBlack">
            <summary>
            Black and White Bar Art Border.
            <para>When the item is serialized out as xml, its value is "checkedBarBlack".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarColor">
            <summary>
            Color Checked Bar Art Border.
            <para>When the item is serialized out as xml, its value is "checkedBarColor".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Checkered">
            <summary>
            Checkerboard Art Border.
            <para>When the item is serialized out as xml, its value is "checkered".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChristmasTree">
            <summary>
            Christmas Tree Art Border.
            <para>When the item is serialized out as xml, its value is "christmasTree".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesLines">
            <summary>
            Circles And Lines Art Border.
            <para>When the item is serialized out as xml, its value is "circlesLines".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesRectangles">
            <summary>
            Circles and Rectangles Art Border.
            <para>When the item is serialized out as xml, its value is "circlesRectangles".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ClassicalWave">
            <summary>
            Wave Art Border.
            <para>When the item is serialized out as xml, its value is "classicalWave".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Clocks">
            <summary>
            Clocks Art Border.
            <para>When the item is serialized out as xml, its value is "clocks".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Compass">
            <summary>
            Compass Art Border.
            <para>When the item is serialized out as xml, its value is "compass".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Confetti">
            <summary>
            Confetti Art Border.
            <para>When the item is serialized out as xml, its value is "confetti".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiGrays">
            <summary>
            Confetti Art Border.
            <para>When the item is serialized out as xml, its value is "confettiGrays".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiOutline">
            <summary>
            Confetti Art Border.
            <para>When the item is serialized out as xml, its value is "confettiOutline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiStreamers">
            <summary>
            Confetti Streamers Art Border.
            <para>When the item is serialized out as xml, its value is "confettiStreamers".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiWhite">
            <summary>
            Confetti Art Border.
            <para>When the item is serialized out as xml, its value is "confettiWhite".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CornerTriangles">
            <summary>
            Corner Triangle Art Border.
            <para>When the item is serialized out as xml, its value is "cornerTriangles".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDashes">
            <summary>
            Dashed Line Art Border.
            <para>When the item is serialized out as xml, its value is "couponCutoutDashes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDots">
            <summary>
            Dotted Line Art Border.
            <para>When the item is serialized out as xml, its value is "couponCutoutDots".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrazyMaze">
            <summary>
            Maze Art Border.
            <para>When the item is serialized out as xml, its value is "crazyMaze".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesButterfly">
            <summary>
            Butterfly Art Border.
            <para>When the item is serialized out as xml, its value is "creaturesButterfly".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesFish">
            <summary>
            Fish Art Border.
            <para>When the item is serialized out as xml, its value is "creaturesFish".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesInsects">
            <summary>
            Insects Art Border.
            <para>When the item is serialized out as xml, its value is "creaturesInsects".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesLadyBug">
            <summary>
            Ladybug Art Border.
            <para>When the item is serialized out as xml, its value is "creaturesLadyBug".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrossStitch">
            <summary>
            Cross-stitch Art Border.
            <para>When the item is serialized out as xml, its value is "crossStitch".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cup">
            <summary>
            Cupid Art Border.
            <para>When the item is serialized out as xml, its value is "cup".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArch">
            <summary>
            Archway Art Border.
            <para>When the item is serialized out as xml, its value is "decoArch".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArchColor">
            <summary>
            Color Archway Art Border.
            <para>When the item is serialized out as xml, its value is "decoArchColor".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoBlocks">
            <summary>
            Blocks Art Border.
            <para>When the item is serialized out as xml, its value is "decoBlocks".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DiamondsGray">
            <summary>
            Gray Diamond Art Border.
            <para>When the item is serialized out as xml, its value is "diamondsGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleD">
            <summary>
            Double D Art Border.
            <para>When the item is serialized out as xml, its value is "doubleD".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleDiamonds">
            <summary>
            Diamond Art Border.
            <para>When the item is serialized out as xml, its value is "doubleDiamonds".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth1">
            <summary>
            Earth Art Border.
            <para>When the item is serialized out as xml, its value is "earth1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth2">
            <summary>
            Earth Art Border.
            <para>When the item is serialized out as xml, its value is "earth2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares1">
            <summary>
            Shadowed Square Art Border.
            <para>When the item is serialized out as xml, its value is "eclipsingSquares1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares2">
            <summary>
            Shadowed Square Art Border.
            <para>When the item is serialized out as xml, its value is "eclipsingSquares2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.EggsBlack">
            <summary>
            Painted Egg Art Border.
            <para>When the item is serialized out as xml, its value is "eggsBlack".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Fans">
            <summary>
            Fans Art Border.
            <para>When the item is serialized out as xml, its value is "fans".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Film">
            <summary>
            Film Reel Art Border.
            <para>When the item is serialized out as xml, its value is "film".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Firecrackers">
            <summary>
            Firecracker Art Border.
            <para>When the item is serialized out as xml, its value is "firecrackers".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersBlockPrint">
            <summary>
            Flowers Art Border.
            <para>When the item is serialized out as xml, its value is "flowersBlockPrint".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersDaisies">
            <summary>
            Daisy Art Border.
            <para>When the item is serialized out as xml, its value is "flowersDaisies".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern1">
            <summary>
            Flowers Art Border.
            <para>When the item is serialized out as xml, its value is "flowersModern1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern2">
            <summary>
            Flowers Art Border.
            <para>When the item is serialized out as xml, its value is "flowersModern2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersPansy">
            <summary>
            Pansy Art Border.
            <para>When the item is serialized out as xml, its value is "flowersPansy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRedRose">
            <summary>
            Red Rose Art Border.
            <para>When the item is serialized out as xml, its value is "flowersRedRose".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRoses">
            <summary>
            Roses Art Border.
            <para>When the item is serialized out as xml, its value is "flowersRoses".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTeacup">
            <summary>
            Flowers in a Teacup Art Border.
            <para>When the item is serialized out as xml, its value is "flowersTeacup".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTiny">
            <summary>
            Small Flower Art Border.
            <para>When the item is serialized out as xml, its value is "flowersTiny".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gems">
            <summary>
            Gems Art Border.
            <para>When the item is serialized out as xml, its value is "gems".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.GingerbreadMan">
            <summary>
            Gingerbread Man Art Border.
            <para>When the item is serialized out as xml, its value is "gingerbreadMan".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gradient">
            <summary>
            Triangle Gradient Art Border.
            <para>When the item is serialized out as xml, its value is "gradient".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade1">
            <summary>
            Handmade Art Border.
            <para>When the item is serialized out as xml, its value is "handmade1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade2">
            <summary>
            Handmade Art Border.
            <para>When the item is serialized out as xml, its value is "handmade2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartBalloon">
            <summary>
            Heart-Shaped Balloon Art Border.
            <para>When the item is serialized out as xml, its value is "heartBalloon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartGray">
            <summary>
            Gray Heart Art Border.
            <para>When the item is serialized out as xml, its value is "heartGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hearts">
            <summary>
            Hearts Art Border.
            <para>When the item is serialized out as xml, its value is "hearts".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeebieJeebies">
            <summary>
            Pattern Art Border.
            <para>When the item is serialized out as xml, its value is "heebieJeebies".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Holly">
            <summary>
            Holly Art Border.
            <para>When the item is serialized out as xml, its value is "holly".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.HouseFunky">
            <summary>
            House Art Border.
            <para>When the item is serialized out as xml, its value is "houseFunky".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hypnotic">
            <summary>
            Circular Art Border.
            <para>When the item is serialized out as xml, its value is "hypnotic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.IceCreamCones">
            <summary>
            Ice Cream Cone Art Border.
            <para>When the item is serialized out as xml, its value is "iceCreamCones".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.LightBulb">
            <summary>
            Light Bulb Art Border.
            <para>When the item is serialized out as xml, its value is "lightBulb".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning1">
            <summary>
            Lightning Art Border.
            <para>When the item is serialized out as xml, its value is "lightning1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning2">
            <summary>
            Lightning Art Border.
            <para>When the item is serialized out as xml, its value is "lightning2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapPins">
            <summary>
            Map Pins Art Border.
            <para>When the item is serialized out as xml, its value is "mapPins".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleLeaf">
            <summary>
            Maple Leaf Art Border.
            <para>When the item is serialized out as xml, its value is "mapleLeaf".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleMuffins">
            <summary>
            Muffin Art Border.
            <para>When the item is serialized out as xml, its value is "mapleMuffins".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Marquee">
            <summary>
            Marquee Art Border.
            <para>When the item is serialized out as xml, its value is "marquee".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.MarqueeToothed">
            <summary>
            Marquee Art Border.
            <para>When the item is serialized out as xml, its value is "marqueeToothed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Moons">
            <summary>
            Moon Art Border.
            <para>When the item is serialized out as xml, its value is "moons".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Mosaic">
            <summary>
            Mosaic Art Border.
            <para>When the item is serialized out as xml, its value is "mosaic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.MusicNotes">
            <summary>
            Musical Note Art Border.
            <para>When the item is serialized out as xml, its value is "musicNotes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Northwest">
            <summary>
            Patterned Art Border.
            <para>When the item is serialized out as xml, its value is "northwest".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Ovals">
            <summary>
            Oval Art Border.
            <para>When the item is serialized out as xml, its value is "ovals".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Packages">
            <summary>
            Package Art Border.
            <para>When the item is serialized out as xml, its value is "packages".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsBlack">
            <summary>
            Black Palm Tree Art Border.
            <para>When the item is serialized out as xml, its value is "palmsBlack".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsColor">
            <summary>
            Color Palm Tree Art Border.
            <para>When the item is serialized out as xml, its value is "palmsColor".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PaperClips">
            <summary>
            Paper Clip Art Border.
            <para>When the item is serialized out as xml, its value is "paperClips".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Papyrus">
            <summary>
            Papyrus Art Border.
            <para>When the item is serialized out as xml, its value is "papyrus".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyFavor">
            <summary>
            Party Favor Art Border.
            <para>When the item is serialized out as xml, its value is "partyFavor".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyGlass">
            <summary>
            Party Glass Art Border.
            <para>When the item is serialized out as xml, its value is "partyGlass".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pencils">
            <summary>
            Pencils Art Border.
            <para>When the item is serialized out as xml, its value is "pencils".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.People">
            <summary>
            Character Art Border.
            <para>When the item is serialized out as xml, its value is "people".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleWaving">
            <summary>
            Waving Character Border.
            <para>When the item is serialized out as xml, its value is "peopleWaving".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleHats">
            <summary>
            Character With Hat Art Border.
            <para>When the item is serialized out as xml, its value is "peopleHats".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Poinsettias">
            <summary>
            Poinsettia Art Border.
            <para>When the item is serialized out as xml, its value is "poinsettias".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PostageStamp">
            <summary>
            Postage Stamp Art Border.
            <para>When the item is serialized out as xml, its value is "postageStamp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pumpkin1">
            <summary>
            Pumpkin Art Border.
            <para>When the item is serialized out as xml, its value is "pumpkin1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote2">
            <summary>
            Push Pin Art Border.
            <para>When the item is serialized out as xml, its value is "pushPinNote2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote1">
            <summary>
            Push Pin Art Border.
            <para>When the item is serialized out as xml, its value is "pushPinNote1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pyramids">
            <summary>
            Pyramid Art Border.
            <para>When the item is serialized out as xml, its value is "pyramids".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.PyramidsAbove">
            <summary>
            Pyramid Art Border.
            <para>When the item is serialized out as xml, its value is "pyramidsAbove".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Quadrants">
            <summary>
            Quadrants Art Border.
            <para>When the item is serialized out as xml, its value is "quadrants".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Rings">
            <summary>
            Rings Art Border.
            <para>When the item is serialized out as xml, its value is "rings".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Safari">
            <summary>
            Safari Art Border.
            <para>When the item is serialized out as xml, its value is "safari".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sawtooth">
            <summary>
            Saw tooth Art Border.
            <para>When the item is serialized out as xml, its value is "sawtooth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.SawtoothGray">
            <summary>
            Gray Saw tooth Art Border.
            <para>When the item is serialized out as xml, its value is "sawtoothGray".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ScaredCat">
            <summary>
            Scared Cat Art Border.
            <para>When the item is serialized out as xml, its value is "scaredCat".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Seattle">
            <summary>
            Umbrella Art Border.
            <para>When the item is serialized out as xml, its value is "seattle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShadowedSquares">
            <summary>
            Shadowed Squares Art Border.
            <para>When the item is serialized out as xml, its value is "shadowedSquares".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.SharksTeeth">
            <summary>
            Shark Tooth Art Border.
            <para>When the item is serialized out as xml, its value is "sharksTeeth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShorebirdTracks">
            <summary>
            Bird Tracks Art Border.
            <para>When the item is serialized out as xml, its value is "shorebirdTracks".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Skyrocket">
            <summary>
            Rocket Art Border.
            <para>When the item is serialized out as xml, its value is "skyrocket".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.SnowflakeFancy">
            <summary>
            Snowflake Art Border.
            <para>When the item is serialized out as xml, its value is "snowflakeFancy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Snowflakes">
            <summary>
            Snowflake Art Border.
            <para>When the item is serialized out as xml, its value is "snowflakes".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sombrero">
            <summary>
            Sombrero Art Border.
            <para>When the item is serialized out as xml, its value is "sombrero".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Southwest">
            <summary>
            Southwest-themed Art Border.
            <para>When the item is serialized out as xml, its value is "southwest".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars">
            <summary>
            Stars Art Border.
            <para>When the item is serialized out as xml, its value is "stars".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsTop">
            <summary>
            Stars On Top Art Border.
            <para>When the item is serialized out as xml, its value is "starsTop".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars3d">
            <summary>
            3-D Stars Art Border.
            <para>When the item is serialized out as xml, its value is "stars3d".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsBlack">
            <summary>
            Stars Art Border.
            <para>When the item is serialized out as xml, its value is "starsBlack".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsShadowed">
            <summary>
            Stars With Shadows Art Border.
            <para>When the item is serialized out as xml, its value is "starsShadowed".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sun">
            <summary>
            Sun Art Border.
            <para>When the item is serialized out as xml, its value is "sun".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Swirligig">
            <summary>
            Whirligig Art Border.
            <para>When the item is serialized out as xml, its value is "swirligig".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaper">
            <summary>
            Torn Paper Art Border.
            <para>When the item is serialized out as xml, its value is "tornPaper".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaperBlack">
            <summary>
            Black Torn Paper Art Border.
            <para>When the item is serialized out as xml, its value is "tornPaperBlack".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Trees">
            <summary>
            Tree Art Border.
            <para>When the item is serialized out as xml, its value is "trees".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleParty">
            <summary>
            Triangle Art Border.
            <para>When the item is serialized out as xml, its value is "triangleParty".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangles">
            <summary>
            Triangles Art Border.
            <para>When the item is serialized out as xml, its value is "triangles".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal1">
            <summary>
            Tribal Art Border One.
            <para>When the item is serialized out as xml, its value is "tribal1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal2">
            <summary>
            Tribal Art Border Two.
            <para>When the item is serialized out as xml, its value is "tribal2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal3">
            <summary>
            Tribal Art Border Three.
            <para>When the item is serialized out as xml, its value is "tribal3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal4">
            <summary>
            Tribal Art Border Four.
            <para>When the item is serialized out as xml, its value is "tribal4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal5">
            <summary>
            Tribal Art Border Five.
            <para>When the item is serialized out as xml, its value is "tribal5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal6">
            <summary>
            Tribal Art Border Six.
            <para>When the item is serialized out as xml, its value is "tribal6".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle1">
            <summary>
            triangle1.
            <para>When the item is serialized out as xml, its value is "triangle1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle2">
            <summary>
            triangle2.
            <para>When the item is serialized out as xml, its value is "triangle2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle1">
            <summary>
            triangleCircle1.
            <para>When the item is serialized out as xml, its value is "triangleCircle1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle2">
            <summary>
            triangleCircle2.
            <para>When the item is serialized out as xml, its value is "triangleCircle2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes1">
            <summary>
            shapes1.
            <para>When the item is serialized out as xml, its value is "shapes1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes2">
            <summary>
            shapes2.
            <para>When the item is serialized out as xml, its value is "shapes2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines1">
            <summary>
            Twisted Lines Art Border.
            <para>When the item is serialized out as xml, its value is "twistedLines1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines2">
            <summary>
            Twisted Lines Art Border.
            <para>When the item is serialized out as xml, its value is "twistedLines2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Vine">
            <summary>
            Vine Art Border.
            <para>When the item is serialized out as xml, its value is "vine".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Waveline">
            <summary>
            Wavy Line Art Border.
            <para>When the item is serialized out as xml, its value is "waveline".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingAngles">
            <summary>
            Weaving Angles Art Border.
            <para>When the item is serialized out as xml, its value is "weavingAngles".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingBraid">
            <summary>
            Weaving Braid Art Border.
            <para>When the item is serialized out as xml, its value is "weavingBraid".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingRibbon">
            <summary>
            Weaving Ribbon Art Border.
            <para>When the item is serialized out as xml, its value is "weavingRibbon".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingStrips">
            <summary>
            Weaving Strips Art Border.
            <para>When the item is serialized out as xml, its value is "weavingStrips".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.WhiteFlowers">
            <summary>
            White Flowers Art Border.
            <para>When the item is serialized out as xml, its value is "whiteFlowers".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.Woodwork">
            <summary>
            Woodwork Art Border.
            <para>When the item is serialized out as xml, its value is "woodwork".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.XIllusions">
            <summary>
            Crisscross Art Border.
            <para>When the item is serialized out as xml, its value is "xIllusions".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZanyTriangles">
            <summary>
            Triangle Art Border.
            <para>When the item is serialized out as xml, its value is "zanyTriangles".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZag">
            <summary>
            Zigzag Art Border.
            <para>When the item is serialized out as xml, its value is "zigZag".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZagStitch">
            <summary>
            Zigzag stitch.
            <para>When the item is serialized out as xml, its value is "zigZagStitch".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.DocumentConformance">
            <summary>
            Defines the DocumentConformance enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.transitional">
            <summary>
            transitional.
            <para>When the item is serialized out as xml, its value is "transitional".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.strict">
            <summary>
            strict.
            <para>When the item is serialized out as xml, its value is "strict".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet">
            <summary>
            Defines the StrictCharacterSet enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsAnsi">
            <summary>
            iso-8859-1.
            <para>When the item is serialized out as xml, its value is "iso-8859-1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsMacFfn">
            <summary>
            macintosh.
            <para>When the item is serialized out as xml, its value is "macintosh".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsShiftJIS">
            <summary>
            shift_jis.
            <para>When the item is serialized out as xml, its value is "shift_jis".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHangeul">
            <summary>
            ks_c-5601-1987.
            <para>When the item is serialized out as xml, its value is "ks_c-5601-1987".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsJohab">
            <summary>
            KS_C-5601-1992.
            <para>When the item is serialized out as xml, its value is "KS_C-5601-1992".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGB2312">
            <summary>
            GBK.
            <para>When the item is serialized out as xml, its value is "GBK".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsChinese5">
            <summary>
            Big5.
            <para>When the item is serialized out as xml, its value is "Big5".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGreek">
            <summary>
            windows-1253.
            <para>When the item is serialized out as xml, its value is "windows-1253".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsTurkish">
            <summary>
            iso-8859-9.
            <para>When the item is serialized out as xml, its value is "iso-8859-9".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsVietnamese">
            <summary>
            windows-1258.
            <para>When the item is serialized out as xml, its value is "windows-1258".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHebrew">
            <summary>
            windows-1255.
            <para>When the item is serialized out as xml, its value is "windows-1255".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsArabic">
            <summary>
            windows-1256.
            <para>When the item is serialized out as xml, its value is "windows-1256".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsBaltic">
            <summary>
            windows-1257.
            <para>When the item is serialized out as xml, its value is "windows-1257".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsRussian">
            <summary>
            windows-1251.
            <para>When the item is serialized out as xml, its value is "windows-1251".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsThai">
            <summary>
            windows-874.
            <para>When the item is serialized out as xml, its value is "windows-874".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsEastEurope">
            <summary>
            windows-1250.
            <para>When the item is serialized out as xml, its value is "windows-1250".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect">
            <summary>
            Defines the ObjectDrawAspect enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.content">
            <summary>
            content.
            <para>When the item is serialized out as xml, its value is "content".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.icon">
            <summary>
            icon.
            <para>When the item is serialized out as xml, its value is "icon".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode">
            <summary>
            Linked Object Update Modes
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.always">
            <summary>
            always.
            <para>When the item is serialized out as xml, its value is "always".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.onCall">
            <summary>
            onCall.
            <para>When the item is serialized out as xml, its value is "onCall".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues">
            <summary>
            Defines the CompatSettingNameValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.CompatibilityMode">
            <summary>
            compatibilityMode.
            <para>When the item is serialized out as xml, its value is "compatibilityMode".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.OverrideTableStyleFontSizeAndJustification">
            <summary>
            overrideTableStyleFontSizeAndJustification.
            <para>When the item is serialized out as xml, its value is "overrideTableStyleFontSizeAndJustification".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.EnableOpenTypeFeatures">
            <summary>
            enableOpenTypeFeatures.
            <para>When the item is serialized out as xml, its value is "enableOpenTypeFeatures".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DoNotFlipMirrorIndents">
            <summary>
            doNotFlipMirrorIndents.
            <para>When the item is serialized out as xml, its value is "doNotFlipMirrorIndents".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DifferentiateMultirowTableHeaders">
            <summary>
            differentiateMultirowTableHeaders.
            <para>When the item is serialized out as xml, its value is "differentiateMultirowTableHeaders".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.SdtElement">
            <summary>
            Defines SdtElement - the base class for the sdt elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
            <summary>
            Initializes a new instance of the SdtElement class.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the SdtElement class.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.SdtElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SdtElement class.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties">
            <summary>
            Gets/Sets the SdtProperties.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties">
            <summary>
            Gets/Sets the SdtEndCharProperties.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement">
            <summary>
            Defines CustomXmlElement - the base class for the customXml elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
            <summary>
            Initializes a new instance of the CustomXmlElement class with the speicified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CustomXmlElement class with the speicified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CustomXmlBlock class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri">
            <summary>
            <para>Custom XML Markup Namespace. </para>
            <para>Represents the attribte in schema: w:uri.</para>
            </summary>
            <remark>
            xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main.
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element">
            <summary>
            <para>Element name. </para>
            <para>Represents the attribte in schema: w:element.</para>
            </summary>
            <remark>
            xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main.
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties">
            <summary>
            <para>CustomXmlProperties.</para>
            <para>Represents the element tag in schema: w:customXmlPr.</para>
            </summary>
            <remark>
            xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main.
            </remark>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.DerivedFrom">
            <summary>
            <para>Defines the DerivedFrom Class.</para>
            <para> When the object is serialized out as xml, its qualified name is emma:derived-from.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.DerivedFrom.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.DerivedFrom.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.DerivedFrom.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource">
            <summary>
            <para> resource.</para>
            <para>Represents the following attribute in the schema: resource </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite">
            <summary>
            <para> composite.</para>
            <para>Represents the following attribute in the schema: composite </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.DerivedFrom.#ctor">
            <summary>
            Initializes a new instance of the DerivedFrom class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.DerivedFrom.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Info">
            <summary>
            <para>Defines the Info Class.</para>
            <para> When the object is serialized out as xml, its qualified name is emma:info.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Info.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Info.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Info.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Info.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Info.#ctor">
            <summary>
            Initializes a new instance of the Info class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Info.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Info class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Info.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Info class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Info.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Info class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Info.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Lattice">
             <summary>
             <para>Defines the Lattice Class.</para>
             <para> When the object is serialized out as xml, its qualified name is emma:lattice.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Arc &lt;emma:arc></description></item>
            <item><description>Node &lt;emma:node></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Lattice.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Lattice.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Lattice.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Lattice.Initial">
            <summary>
            <para> initial.</para>
            <para>Represents the following attribute in the schema: initial </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Lattice.Final">
            <summary>
            <para> final.</para>
            <para>Represents the following attribute in the schema: final </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Lattice.TimeReference">
             <summary>
             <para> time-ref-uri.</para>
             <para>Represents the following attribute in the schema: emma:time-ref-uri </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint">
             <summary>
             <para> time-ref-anchor-point.</para>
             <para>Represents the following attribute in the schema: emma:time-ref-anchor-point </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Lattice.#ctor">
            <summary>
            Initializes a new instance of the Lattice class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Lattice.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Lattice class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Lattice.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Lattice class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Lattice.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Lattice class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Lattice.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Literal">
            <summary>
            <para>Defines the Literal Class.</para>
            <para> When the object is serialized out as xml, its qualified name is emma:literal.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Literal.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Literal.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Literal.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Literal.#ctor">
            <summary>
            Initializes a new instance of the Literal class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Literal.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Literal class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Literal.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Interpretation">
             <summary>
             <para>Defines the Interpretation Class.</para>
             <para> When the object is serialized out as xml, its qualified name is emma:interpretation.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DerivedFrom &lt;emma:derived-from></description></item>
            <item><description>Info &lt;emma:info></description></item>
            <item><description>Lattice &lt;emma:lattice></description></item>
            <item><description>Literal &lt;emma:literal></description></item>
            <item><description>DocumentFormat.OpenXml.Office2010.Ink.ContextNode &lt;msink:context></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Interpretation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Tokens">
             <summary>
             <para> tokens.</para>
             <para>Represents the following attribute in the schema: emma:tokens </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Process">
             <summary>
             <para> process.</para>
             <para>Represents the following attribute in the schema: emma:process </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Language">
             <summary>
             <para> lang.</para>
             <para>Represents the following attribute in the schema: emma:lang </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Signal">
             <summary>
             <para> signal.</para>
             <para>Represents the following attribute in the schema: emma:signal </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize">
             <summary>
             <para> signal-size.</para>
             <para>Represents the following attribute in the schema: emma:signal-size </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.MediaType">
             <summary>
             <para> media-type.</para>
             <para>Represents the following attribute in the schema: emma:media-type </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Confidence">
             <summary>
             <para> confidence.</para>
             <para>Represents the following attribute in the schema: emma:confidence </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Source">
             <summary>
             <para> source.</para>
             <para>Represents the following attribute in the schema: emma:source </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Start">
             <summary>
             <para> start.</para>
             <para>Represents the following attribute in the schema: emma:start </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.End">
             <summary>
             <para> end.</para>
             <para>Represents the following attribute in the schema: emma:end </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference">
             <summary>
             <para> time-ref-uri.</para>
             <para>Represents the following attribute in the schema: emma:time-ref-uri </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint">
             <summary>
             <para> time-ref-anchor-point.</para>
             <para>Represents the following attribute in the schema: emma:time-ref-anchor-point </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart">
             <summary>
             <para> offset-to-start.</para>
             <para>Represents the following attribute in the schema: emma:offset-to-start </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Duration">
             <summary>
             <para> duration.</para>
             <para>Represents the following attribute in the schema: emma:duration </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Medium">
             <summary>
             <para> medium.</para>
             <para>Represents the following attribute in the schema: emma:medium </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Mode">
             <summary>
             <para> mode.</para>
             <para>Represents the following attribute in the schema: emma:mode </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Function">
             <summary>
             <para> function.</para>
             <para>Represents the following attribute in the schema: emma:function </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Verbal">
             <summary>
             <para> verbal.</para>
             <para>Represents the following attribute in the schema: emma:verbal </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Cost">
             <summary>
             <para> cost.</para>
             <para>Represents the following attribute in the schema: emma:cost </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef">
             <summary>
             <para> grammar-ref.</para>
             <para>Represents the following attribute in the schema: emma:grammar-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef">
             <summary>
             <para> endpoint-info-ref.</para>
             <para>Represents the following attribute in the schema: emma:endpoint-info-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef">
             <summary>
             <para> model-ref.</para>
             <para>Represents the following attribute in the schema: emma:model-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn">
             <summary>
             <para> dialog-turn.</para>
             <para>Represents the following attribute in the schema: emma:dialog-turn </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.NoInput">
             <summary>
             <para> no-input.</para>
             <para>Represents the following attribute in the schema: emma:no-input </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted">
             <summary>
             <para> uninterpreted.</para>
             <para>Represents the following attribute in the schema: emma:uninterpreted </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Interpretation.#ctor">
            <summary>
            Initializes a new instance of the Interpretation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Interpretation.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Interpretation class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Interpretation.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Interpretation class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Interpretation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Interpretation class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Interpretation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.OneOf">
             <summary>
             <para>Defines the OneOf Class.</para>
             <para> When the object is serialized out as xml, its qualified name is emma:one-of.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DerivedFrom &lt;emma:derived-from></description></item>
            <item><description>Info &lt;emma:info></description></item>
            <item><description>Interpretation &lt;emma:interpretation></description></item>
            <item><description>OneOf &lt;emma:one-of></description></item>
            <item><description>Group &lt;emma:group></description></item>
            <item><description>Sequence &lt;emma:sequence></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.OneOf.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType">
            <summary>
            <para> disjunction-type.</para>
            <para>Represents the following attribute in the schema: disjunction-type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Tokens">
             <summary>
             <para> tokens.</para>
             <para>Represents the following attribute in the schema: emma:tokens </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Process">
             <summary>
             <para> process.</para>
             <para>Represents the following attribute in the schema: emma:process </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Language">
             <summary>
             <para> lang.</para>
             <para>Represents the following attribute in the schema: emma:lang </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Signal">
             <summary>
             <para> signal.</para>
             <para>Represents the following attribute in the schema: emma:signal </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.SignalSize">
             <summary>
             <para> signal-size.</para>
             <para>Represents the following attribute in the schema: emma:signal-size </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.MediaType">
             <summary>
             <para> media-type.</para>
             <para>Represents the following attribute in the schema: emma:media-type </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Confidence">
             <summary>
             <para> confidence.</para>
             <para>Represents the following attribute in the schema: emma:confidence </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Source">
             <summary>
             <para> source.</para>
             <para>Represents the following attribute in the schema: emma:source </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Start">
             <summary>
             <para> start.</para>
             <para>Represents the following attribute in the schema: emma:start </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.End">
             <summary>
             <para> end.</para>
             <para>Represents the following attribute in the schema: emma:end </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.TimeReference">
             <summary>
             <para> time-ref-uri.</para>
             <para>Represents the following attribute in the schema: emma:time-ref-uri </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint">
             <summary>
             <para> time-ref-anchor-point.</para>
             <para>Represents the following attribute in the schema: emma:time-ref-anchor-point </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart">
             <summary>
             <para> offset-to-start.</para>
             <para>Represents the following attribute in the schema: emma:offset-to-start </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Duration">
             <summary>
             <para> duration.</para>
             <para>Represents the following attribute in the schema: emma:duration </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Medium">
             <summary>
             <para> medium.</para>
             <para>Represents the following attribute in the schema: emma:medium </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Mode">
             <summary>
             <para> mode.</para>
             <para>Represents the following attribute in the schema: emma:mode </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Function">
             <summary>
             <para> function.</para>
             <para>Represents the following attribute in the schema: emma:function </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Verbal">
             <summary>
             <para> verbal.</para>
             <para>Represents the following attribute in the schema: emma:verbal </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.Cost">
             <summary>
             <para> cost.</para>
             <para>Represents the following attribute in the schema: emma:cost </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef">
             <summary>
             <para> grammar-ref.</para>
             <para>Represents the following attribute in the schema: emma:grammar-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef">
             <summary>
             <para> endpoint-info-ref.</para>
             <para>Represents the following attribute in the schema: emma:endpoint-info-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.ModelRef">
             <summary>
             <para> model-ref.</para>
             <para>Represents the following attribute in the schema: emma:model-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn">
             <summary>
             <para> dialog-turn.</para>
             <para>Represents the following attribute in the schema: emma:dialog-turn </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.OneOf.#ctor">
            <summary>
            Initializes a new instance of the OneOf class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.OneOf.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the OneOf class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.OneOf.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the OneOf class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.OneOf.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OneOf class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.OneOf.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Group">
             <summary>
             <para>Defines the Group Class.</para>
             <para> When the object is serialized out as xml, its qualified name is emma:group.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DerivedFrom &lt;emma:derived-from></description></item>
            <item><description>GroupInfo &lt;emma:group-info></description></item>
            <item><description>Info &lt;emma:info></description></item>
            <item><description>Interpretation &lt;emma:interpretation></description></item>
            <item><description>OneOf &lt;emma:one-of></description></item>
            <item><description>Group &lt;emma:group></description></item>
            <item><description>Sequence &lt;emma:sequence></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Group.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Tokens">
             <summary>
             <para> tokens.</para>
             <para>Represents the following attribute in the schema: emma:tokens </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Process">
             <summary>
             <para> process.</para>
             <para>Represents the following attribute in the schema: emma:process </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Language">
             <summary>
             <para> lang.</para>
             <para>Represents the following attribute in the schema: emma:lang </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Signal">
             <summary>
             <para> signal.</para>
             <para>Represents the following attribute in the schema: emma:signal </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.SignalSize">
             <summary>
             <para> signal-size.</para>
             <para>Represents the following attribute in the schema: emma:signal-size </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.MediaType">
             <summary>
             <para> media-type.</para>
             <para>Represents the following attribute in the schema: emma:media-type </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Confidence">
             <summary>
             <para> confidence.</para>
             <para>Represents the following attribute in the schema: emma:confidence </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Source">
             <summary>
             <para> source.</para>
             <para>Represents the following attribute in the schema: emma:source </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Start">
             <summary>
             <para> start.</para>
             <para>Represents the following attribute in the schema: emma:start </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.End">
             <summary>
             <para> end.</para>
             <para>Represents the following attribute in the schema: emma:end </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.TimeReference">
             <summary>
             <para> time-ref-uri.</para>
             <para>Represents the following attribute in the schema: emma:time-ref-uri </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint">
             <summary>
             <para> time-ref-anchor-point.</para>
             <para>Represents the following attribute in the schema: emma:time-ref-anchor-point </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.OffsetToStart">
             <summary>
             <para> offset-to-start.</para>
             <para>Represents the following attribute in the schema: emma:offset-to-start </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Duration">
             <summary>
             <para> duration.</para>
             <para>Represents the following attribute in the schema: emma:duration </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Medium">
             <summary>
             <para> medium.</para>
             <para>Represents the following attribute in the schema: emma:medium </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Mode">
             <summary>
             <para> mode.</para>
             <para>Represents the following attribute in the schema: emma:mode </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Function">
             <summary>
             <para> function.</para>
             <para>Represents the following attribute in the schema: emma:function </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Verbal">
             <summary>
             <para> verbal.</para>
             <para>Represents the following attribute in the schema: emma:verbal </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.Cost">
             <summary>
             <para> cost.</para>
             <para>Represents the following attribute in the schema: emma:cost </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.GrammarRef">
             <summary>
             <para> grammar-ref.</para>
             <para>Represents the following attribute in the schema: emma:grammar-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef">
             <summary>
             <para> endpoint-info-ref.</para>
             <para>Represents the following attribute in the schema: emma:endpoint-info-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.ModelRef">
             <summary>
             <para> model-ref.</para>
             <para>Represents the following attribute in the schema: emma:model-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Group.DialogTurn">
             <summary>
             <para> dialog-turn.</para>
             <para>Represents the following attribute in the schema: emma:dialog-turn </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Group.#ctor">
            <summary>
            Initializes a new instance of the Group class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Group.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Group class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Group.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Group class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Group.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Group class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Group.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Sequence">
             <summary>
             <para>Defines the Sequence Class.</para>
             <para> When the object is serialized out as xml, its qualified name is emma:sequence.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DerivedFrom &lt;emma:derived-from></description></item>
            <item><description>Info &lt;emma:info></description></item>
            <item><description>Interpretation &lt;emma:interpretation></description></item>
            <item><description>OneOf &lt;emma:one-of></description></item>
            <item><description>Group &lt;emma:group></description></item>
            <item><description>Sequence &lt;emma:sequence></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Sequence.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Tokens">
             <summary>
             <para> tokens.</para>
             <para>Represents the following attribute in the schema: emma:tokens </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Process">
             <summary>
             <para> process.</para>
             <para>Represents the following attribute in the schema: emma:process </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Language">
             <summary>
             <para> lang.</para>
             <para>Represents the following attribute in the schema: emma:lang </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Signal">
             <summary>
             <para> signal.</para>
             <para>Represents the following attribute in the schema: emma:signal </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.SignalSize">
             <summary>
             <para> signal-size.</para>
             <para>Represents the following attribute in the schema: emma:signal-size </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.MediaType">
             <summary>
             <para> media-type.</para>
             <para>Represents the following attribute in the schema: emma:media-type </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Confidence">
             <summary>
             <para> confidence.</para>
             <para>Represents the following attribute in the schema: emma:confidence </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Source">
             <summary>
             <para> source.</para>
             <para>Represents the following attribute in the schema: emma:source </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Start">
             <summary>
             <para> start.</para>
             <para>Represents the following attribute in the schema: emma:start </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.End">
             <summary>
             <para> end.</para>
             <para>Represents the following attribute in the schema: emma:end </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.TimeReference">
             <summary>
             <para> time-ref-uri.</para>
             <para>Represents the following attribute in the schema: emma:time-ref-uri </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint">
             <summary>
             <para> time-ref-anchor-point.</para>
             <para>Represents the following attribute in the schema: emma:time-ref-anchor-point </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart">
             <summary>
             <para> offset-to-start.</para>
             <para>Represents the following attribute in the schema: emma:offset-to-start </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Duration">
             <summary>
             <para> duration.</para>
             <para>Represents the following attribute in the schema: emma:duration </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Medium">
             <summary>
             <para> medium.</para>
             <para>Represents the following attribute in the schema: emma:medium </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Mode">
             <summary>
             <para> mode.</para>
             <para>Represents the following attribute in the schema: emma:mode </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Function">
             <summary>
             <para> function.</para>
             <para>Represents the following attribute in the schema: emma:function </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Verbal">
             <summary>
             <para> verbal.</para>
             <para>Represents the following attribute in the schema: emma:verbal </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.Cost">
             <summary>
             <para> cost.</para>
             <para>Represents the following attribute in the schema: emma:cost </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef">
             <summary>
             <para> grammar-ref.</para>
             <para>Represents the following attribute in the schema: emma:grammar-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef">
             <summary>
             <para> endpoint-info-ref.</para>
             <para>Represents the following attribute in the schema: emma:endpoint-info-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.ModelRef">
             <summary>
             <para> model-ref.</para>
             <para>Represents the following attribute in the schema: emma:model-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn">
             <summary>
             <para> dialog-turn.</para>
             <para>Represents the following attribute in the schema: emma:dialog-turn </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Sequence.#ctor">
            <summary>
            Initializes a new instance of the Sequence class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Sequence.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Sequence class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Sequence.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Sequence class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Sequence.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Sequence class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Sequence.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.GroupInfo">
            <summary>
            <para>Defines the GroupInfo Class.</para>
            <para> When the object is serialized out as xml, its qualified name is emma:group-info.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.GroupInfo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.GroupInfo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.GroupInfo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.GroupInfo.Reference">
            <summary>
            <para> ref.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.GroupInfo.#ctor">
            <summary>
            Initializes a new instance of the GroupInfo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.GroupInfo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the GroupInfo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.GroupInfo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the GroupInfo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.GroupInfo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupInfo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.GroupInfo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Derivation">
             <summary>
             <para>Defines the Derivation Class.</para>
             <para> When the object is serialized out as xml, its qualified name is emma:derivation.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Interpretation &lt;emma:interpretation></description></item>
            <item><description>OneOf &lt;emma:one-of></description></item>
            <item><description>Sequence &lt;emma:sequence></description></item>
            <item><description>Group &lt;emma:group></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Derivation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Derivation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Derivation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Derivation.#ctor">
            <summary>
            Initializes a new instance of the Derivation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Derivation.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Derivation class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Derivation.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Derivation class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Derivation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Derivation class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Derivation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Grammar">
            <summary>
            <para>Defines the Grammar Class.</para>
            <para> When the object is serialized out as xml, its qualified name is emma:grammar.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Grammar.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Grammar.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Grammar.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Grammar.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Grammar.Reference">
            <summary>
            <para> ref.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Grammar.#ctor">
            <summary>
            Initializes a new instance of the Grammar class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Grammar.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Model">
            <summary>
            <para>Defines the Model Class.</para>
            <para> When the object is serialized out as xml, its qualified name is emma:model.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Model.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Model.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Model.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Model.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Model.Reference">
            <summary>
            <para> ref.</para>
            <para>Represents the following attribute in the schema: ref </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Model.#ctor">
            <summary>
            Initializes a new instance of the Model class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Model.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Model class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Model.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Model class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Model.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Model class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Model.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.EndPointInfo">
             <summary>
             <para>Defines the EndPointInfo Class.</para>
             <para> When the object is serialized out as xml, its qualified name is emma:endpoint-info.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>EndPoint &lt;emma:endpoint></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPointInfo.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPointInfo.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPointInfo.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPointInfo.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPointInfo.#ctor">
            <summary>
            Initializes a new instance of the EndPointInfo class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPointInfo.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EndPointInfo class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPointInfo.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EndPointInfo class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPointInfo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EndPointInfo class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPointInfo.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.EndPoint">
            <summary>
            <para>Defines the EndPoint Class.</para>
            <para> When the object is serialized out as xml, its qualified name is emma:endpoint.</para>
            </summary>
            <remarks>
            The following table lists the possible child types:
            <list type="bullet">
            </list>
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPoint.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.Id">
            <summary>
            <para> id.</para>
            <para>Represents the following attribute in the schema: id </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole">
             <summary>
             <para> endpoint-role.</para>
             <para>Represents the following attribute in the schema: emma:endpoint-role </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress">
             <summary>
             <para> endpoint-address.</para>
             <para>Represents the following attribute in the schema: emma:endpoint-address </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.MessageId">
             <summary>
             <para> message-id.</para>
             <para>Represents the following attribute in the schema: emma:message-id </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber">
             <summary>
             <para> port-num.</para>
             <para>Represents the following attribute in the schema: emma:port-num </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.PortType">
             <summary>
             <para> port-type.</para>
             <para>Represents the following attribute in the schema: emma:port-type </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef">
             <summary>
             <para> endpoint-pair-ref.</para>
             <para>Represents the following attribute in the schema: emma:endpoint-pair-ref </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName">
             <summary>
             <para> service-name.</para>
             <para>Represents the following attribute in the schema: emma:service-name </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.MediaType">
             <summary>
             <para> media-type.</para>
             <para>Represents the following attribute in the schema: emma:media-type </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.Medium">
             <summary>
             <para> medium.</para>
             <para>Represents the following attribute in the schema: emma:medium </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.EndPoint.Mode">
             <summary>
             <para> mode.</para>
             <para>Represents the following attribute in the schema: emma:mode </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPoint.#ctor">
            <summary>
            Initializes a new instance of the EndPoint class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPoint.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the EndPoint class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPoint.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the EndPoint class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPoint.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EndPoint class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.EndPoint.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Node">
             <summary>
             <para>Defines the Node Class.</para>
             <para> When the object is serialized out as xml, its qualified name is emma:node.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Info &lt;emma:info></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Node.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Node.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Node.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Node.NodeNumber">
            <summary>
            <para> node-number.</para>
            <para>Represents the following attribute in the schema: node-number </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Node.Confidence">
             <summary>
             <para> confidence.</para>
             <para>Represents the following attribute in the schema: emma:confidence </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Node.Cost">
             <summary>
             <para> cost.</para>
             <para>Represents the following attribute in the schema: emma:cost </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Node.#ctor">
            <summary>
            Initializes a new instance of the Node class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Node.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Node class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Node.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Node class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Node.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Node class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Node.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Arc">
             <summary>
             <para>Defines the Arc Class.</para>
             <para> When the object is serialized out as xml, its qualified name is emma:arc.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Info &lt;emma:info></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Arc.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.From">
            <summary>
            <para> from.</para>
            <para>Represents the following attribute in the schema: from </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.To">
            <summary>
            <para> to.</para>
            <para>Represents the following attribute in the schema: to </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.Start">
             <summary>
             <para> start.</para>
             <para>Represents the following attribute in the schema: emma:start </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.End">
             <summary>
             <para> end.</para>
             <para>Represents the following attribute in the schema: emma:end </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart">
             <summary>
             <para> offset-to-start.</para>
             <para>Represents the following attribute in the schema: emma:offset-to-start </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.Duration">
             <summary>
             <para> duration.</para>
             <para>Represents the following attribute in the schema: emma:duration </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.Confidence">
             <summary>
             <para> confidence.</para>
             <para>Represents the following attribute in the schema: emma:confidence </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.Cost">
             <summary>
             <para> cost.</para>
             <para>Represents the following attribute in the schema: emma:cost </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.Language">
             <summary>
             <para> lang.</para>
             <para>Represents the following attribute in the schema: emma:lang </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.Medium">
             <summary>
             <para> medium.</para>
             <para>Represents the following attribute in the schema: emma:medium </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.Mode">
             <summary>
             <para> mode.</para>
             <para>Represents the following attribute in the schema: emma:mode </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Arc.Source">
             <summary>
             <para> source.</para>
             <para>Represents the following attribute in the schema: emma:source </para>
             </summary>
            <remark> xmlns:emma=http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Arc.#ctor">
            <summary>
            Initializes a new instance of the Arc class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Arc.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Arc class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Arc.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Arc class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Arc.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Arc class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Arc.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.Emma">
             <summary>
             <para>Defines the Emma Class.</para>
             <para> When the object is serialized out as xml, its qualified name is emma:emma.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Derivation &lt;emma:derivation></description></item>
            <item><description>Grammar &lt;emma:grammar></description></item>
            <item><description>Model &lt;emma:model></description></item>
            <item><description>EndPointInfo &lt;emma:endpoint-info></description></item>
            <item><description>Info &lt;emma:info></description></item>
            <item><description>Interpretation &lt;emma:interpretation></description></item>
            <item><description>OneOf &lt;emma:one-of></description></item>
            <item><description>Group &lt;emma:group></description></item>
            <item><description>Sequence &lt;emma:sequence></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Emma.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Emma.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Emma.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.EMMA.Emma.Version">
            <summary>
            <para> version.</para>
            <para>Represents the following attribute in the schema: version </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Emma.#ctor">
            <summary>
            Initializes a new instance of the Emma class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Emma.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Emma class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Emma.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Emma class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Emma.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Emma class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.EMMA.Emma.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.EndPointRoleValues">
            <summary>
            Defines the EndPointRoleValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Source">
            <summary>
            source.
            <para>When the item is serialized out as xml, its value is "source".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Sink">
            <summary>
            sink.
            <para>When the item is serialized out as xml, its value is "sink".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Replyto">
            <summary>
            reply-to.
            <para>When the item is serialized out as xml, its value is "reply-to".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Router">
            <summary>
            router.
            <para>When the item is serialized out as xml, its value is "router".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.MediumValues">
            <summary>
            Defines the MediumValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.MediumValues.Acoustic">
            <summary>
            acoustic.
            <para>When the item is serialized out as xml, its value is "acoustic".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.MediumValues.Tactile">
            <summary>
            tactile.
            <para>When the item is serialized out as xml, its value is "tactile".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.MediumValues.Visual">
            <summary>
            visual.
            <para>When the item is serialized out as xml, its value is "visual".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.AnchorPointValues">
            <summary>
            Defines the AnchorPointValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.AnchorPointValues.Start">
            <summary>
            start.
            <para>When the item is serialized out as xml, its value is "start".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.AnchorPointValues.End">
            <summary>
            end.
            <para>When the item is serialized out as xml, its value is "end".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues">
            <summary>
            Defines the DisjunctionTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Recognition">
            <summary>
            recognition.
            <para>When the item is serialized out as xml, its value is "recognition".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Understanding">
            <summary>
            understanding.
            <para>When the item is serialized out as xml, its value is "understanding".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multidevice">
            <summary>
            multi-device.
            <para>When the item is serialized out as xml, its value is "multi-device".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multiprocess">
            <summary>
            multi-process.
            <para>When the item is serialized out as xml, its value is "multi-process".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Ink">
             <summary>
             <para>Defines the Ink Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:ink.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Annotation &lt;inkml:annotation></description></item>
            <item><description>AnnotationXml &lt;inkml:annotationXML></description></item>
            <item><description>Definitions &lt;inkml:definitions></description></item>
            <item><description>Context &lt;inkml:context></description></item>
            <item><description>Trace &lt;inkml:trace></description></item>
            <item><description>TraceGroup &lt;inkml:traceGroup></description></item>
            <item><description>TraceView &lt;inkml:traceView></description></item>
             </list>
             </remarks>
            <summary>
            Defines Ink.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Ink.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Ink.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Ink.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Ink.DocumentId">
            <summary>
            <para> documentID.</para>
            <para>Represents the following attribute in the schema: documentID </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Ink.#ctor">
            <summary>
            Initializes a new instance of the Ink class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Ink.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Ink class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Ink.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Ink class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Ink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Ink class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Ink.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Ink.#ctor(DocumentFormat.OpenXml.Packaging.CustomXmlPart)">
            <summary>
            Ink constructor.
            </summary>
            <param name="ownerPart">The owner part of the Ink.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Ink.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart)">
            <summary>
            Loads the DOM from an OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be loaded.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Ink.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart)">
            <summary>
            Saves the DOM into the OpenXML part.
            </summary>
            <param name="openXmlPart">The part to be saved to.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Bind">
            <summary>
            <para>Defines the Bind Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:bind.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Bind.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Bind.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Bind.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Bind.Source">
            <summary>
            <para> source.</para>
            <para>Represents the following attribute in the schema: source </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Bind.Target">
            <summary>
            <para> target.</para>
            <para>Represents the following attribute in the schema: target </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Bind.Column">
            <summary>
            <para> column.</para>
            <para>Represents the following attribute in the schema: column </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Bind.Variable">
            <summary>
            <para> variable.</para>
            <para>Represents the following attribute in the schema: variable </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Bind.#ctor">
            <summary>
            Initializes a new instance of the Bind class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Bind.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Table">
            <summary>
            <para>Defines the Table Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:table.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Table.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Table.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Table.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Table.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Table.Apply">
            <summary>
            <para> apply.</para>
            <para>Represents the following attribute in the schema: apply </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Table.Interpolation">
            <summary>
            <para> interpolation.</para>
            <para>Represents the following attribute in the schema: interpolation </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Table.#ctor">
            <summary>
            Initializes a new instance of the Table class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Table.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Table class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Table.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Matrix">
            <summary>
            <para>Defines the Matrix Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:matrix.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Matrix.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Matrix.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Matrix.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Matrix.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Matrix.#ctor">
            <summary>
            Initializes a new instance of the Matrix class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Matrix.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Matrix class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Matrix.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Mapping">
             <summary>
             <para>Defines the Mapping Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:mapping.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Bind &lt;inkml:bind></description></item>
            <item><description>Table &lt;inkml:table></description></item>
            <item><description>Matrix &lt;inkml:matrix></description></item>
            <item><description>Mapping &lt;inkml:mapping></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Mapping.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Mapping.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Mapping.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Mapping.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Mapping.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Mapping.MappingRef">
            <summary>
            <para> mappingRef.</para>
            <para>Represents the following attribute in the schema: mappingRef </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Mapping.#ctor">
            <summary>
            Initializes a new instance of the Mapping class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Mapping.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Mapping class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Mapping.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Mapping class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Mapping.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Mapping class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Mapping.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Channel">
             <summary>
             <para>Defines the Channel Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:channel.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Mapping &lt;inkml:mapping></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Channel.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.Default">
            <summary>
            <para> default.</para>
            <para>Represents the following attribute in the schema: default </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.Min">
            <summary>
            <para> min.</para>
            <para>Represents the following attribute in the schema: min </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.Max">
            <summary>
            <para> max.</para>
            <para>Represents the following attribute in the schema: max </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.Orientation">
            <summary>
            <para> orientation.</para>
            <para>Represents the following attribute in the schema: orientation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.RespectTo">
            <summary>
            <para> respectTo.</para>
            <para>Represents the following attribute in the schema: respectTo </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Channel.Units">
            <summary>
            <para> units.</para>
            <para>Represents the following attribute in the schema: units </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Channel.#ctor">
            <summary>
            Initializes a new instance of the Channel class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Channel.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Channel class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Channel.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Channel class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Channel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Channel class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Channel.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.IntermittentChannels">
             <summary>
             <para>Defines the IntermittentChannels Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:intermittentChannels.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Channel &lt;inkml:channel></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.IntermittentChannels.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.IntermittentChannels.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.IntermittentChannels.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.IntermittentChannels.#ctor">
            <summary>
            Initializes a new instance of the IntermittentChannels class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.IntermittentChannels.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the IntermittentChannels class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.IntermittentChannels.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the IntermittentChannels class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.IntermittentChannels.#ctor(System.String)">
            <summary>
            Initializes a new instance of the IntermittentChannels class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.IntermittentChannels.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.ChannelProperty">
            <summary>
            <para>Defines the ChannelProperty Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:channelProperty.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ChannelProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ChannelProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ChannelProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ChannelProperty.Channel">
            <summary>
            <para> channel.</para>
            <para>Represents the following attribute in the schema: channel </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ChannelProperty.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ChannelProperty.Value">
            <summary>
            <para> value.</para>
            <para>Represents the following attribute in the schema: value </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ChannelProperty.Units">
            <summary>
            <para> units.</para>
            <para>Represents the following attribute in the schema: units </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ChannelProperty.#ctor">
            <summary>
            Initializes a new instance of the ChannelProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ChannelProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.TraceFormat">
             <summary>
             <para>Defines the TraceFormat Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:traceFormat.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Channel &lt;inkml:channel></description></item>
            <item><description>IntermittentChannels &lt;inkml:intermittentChannels></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceFormat.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceFormat.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceFormat.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceFormat.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceFormat.#ctor">
            <summary>
            Initializes a new instance of the TraceFormat class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceFormat.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TraceFormat class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceFormat.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TraceFormat class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceFormat.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TraceFormat class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceFormat.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.SampleRate">
            <summary>
            <para>Defines the SampleRate Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:sampleRate.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.SampleRate.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.SampleRate.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.SampleRate.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.SampleRate.Uniform">
            <summary>
            <para> uniform.</para>
            <para>Represents the following attribute in the schema: uniform </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.SampleRate.Value">
            <summary>
            <para> value.</para>
            <para>Represents the following attribute in the schema: value </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.SampleRate.#ctor">
            <summary>
            Initializes a new instance of the SampleRate class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.SampleRate.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Latency">
            <summary>
            <para>Defines the Latency Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:latency.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Latency.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Latency.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Latency.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Latency.Value">
            <summary>
            <para> value.</para>
            <para>Represents the following attribute in the schema: value </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Latency.#ctor">
            <summary>
            Initializes a new instance of the Latency class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Latency.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.ActiveArea">
            <summary>
            <para>Defines the ActiveArea Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:activeArea.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ActiveArea.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ActiveArea.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ActiveArea.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ActiveArea.Size">
            <summary>
            <para> size.</para>
            <para>Represents the following attribute in the schema: size </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ActiveArea.Height">
            <summary>
            <para> height.</para>
            <para>Represents the following attribute in the schema: height </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ActiveArea.Width">
            <summary>
            <para> width.</para>
            <para>Represents the following attribute in the schema: width </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ActiveArea.Units">
            <summary>
            <para> units.</para>
            <para>Represents the following attribute in the schema: units </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ActiveArea.#ctor">
            <summary>
            Initializes a new instance of the ActiveArea class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ActiveArea.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.SourceProperty">
            <summary>
            <para>Defines the SourceProperty Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:srcProperty.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.SourceProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.SourceProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.SourceProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.SourceProperty.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.SourceProperty.Value">
            <summary>
            <para> value.</para>
            <para>Represents the following attribute in the schema: value </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.SourceProperty.Units">
            <summary>
            <para> units.</para>
            <para>Represents the following attribute in the schema: units </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.SourceProperty.#ctor">
            <summary>
            Initializes a new instance of the SourceProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.SourceProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.ChannelProperties">
             <summary>
             <para>Defines the ChannelProperties Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:channelProperties.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>ChannelProperty &lt;inkml:channelProperty></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ChannelProperties.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.ChannelProperties.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ChannelProperties.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ChannelProperties.#ctor">
            <summary>
            Initializes a new instance of the ChannelProperties class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ChannelProperties.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the ChannelProperties class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ChannelProperties.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the ChannelProperties class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ChannelProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChannelProperties class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.ChannelProperties.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Annotation">
            <summary>
            <para>Defines the Annotation Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:annotation.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Annotation.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Annotation.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Annotation.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Annotation.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Annotation.Encoding">
            <summary>
            <para> encoding.</para>
            <para>Represents the following attribute in the schema: encoding </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Annotation.#ctor">
            <summary>
            Initializes a new instance of the Annotation class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Annotation.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Annotation class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Annotation.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.AnnotationXml">
             <summary>
             <para>Defines the AnnotationXml Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:annotationXML.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>DocumentFormat.OpenXml.EMMA.Emma &lt;emma:emma></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.AnnotationXml.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.AnnotationXml.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.AnnotationXml.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.AnnotationXml.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding">
            <summary>
            <para> encoding.</para>
            <para>Represents the following attribute in the schema: encoding </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.AnnotationXml.Href">
            <summary>
            <para> href.</para>
            <para>Represents the following attribute in the schema: href </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.AnnotationXml.#ctor">
            <summary>
            Initializes a new instance of the AnnotationXml class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.AnnotationXml.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the AnnotationXml class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.AnnotationXml.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the AnnotationXml class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.AnnotationXml.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AnnotationXml class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.AnnotationXml.Emma">
            <summary>
            <para> Emma.</para>
            <para> Represents the following element tag in the schema: emma:emma </para>
            </summary>
            <remark>
            xmlns:emma = http://www.w3.org/2003/04/emma
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.AnnotationXml.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.BrushProperty">
             <summary>
             <para>Defines the BrushProperty Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:brushProperty.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Annotation &lt;inkml:annotation></description></item>
            <item><description>AnnotationXml &lt;inkml:annotationXML></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.BrushProperty.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.BrushProperty.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.BrushProperty.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.BrushProperty.Name">
            <summary>
            <para> name.</para>
            <para>Represents the following attribute in the schema: name </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.BrushProperty.Value">
            <summary>
            <para> value.</para>
            <para>Represents the following attribute in the schema: value </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.BrushProperty.Units">
            <summary>
            <para> units.</para>
            <para>Represents the following attribute in the schema: units </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.BrushProperty.#ctor">
            <summary>
            Initializes a new instance of the BrushProperty class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.BrushProperty.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the BrushProperty class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.BrushProperty.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the BrushProperty class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.BrushProperty.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BrushProperty class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.BrushProperty.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Canvas">
             <summary>
             <para>Defines the Canvas Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:canvas.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TraceFormat &lt;inkml:traceFormat></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Canvas.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Canvas.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Canvas.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Canvas.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef">
            <summary>
            <para> traceFormatRef.</para>
            <para>Represents the following attribute in the schema: traceFormatRef </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Canvas.#ctor">
            <summary>
            Initializes a new instance of the Canvas class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Canvas.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Canvas class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Canvas.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Canvas class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Canvas.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Canvas class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Canvas.TraceFormat">
            <summary>
            <para> TraceFormat.</para>
            <para> Represents the following element tag in the schema: inkml:traceFormat </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Canvas.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.CanvasTransform">
             <summary>
             <para>Defines the CanvasTransform Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:canvasTransform.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Mapping &lt;inkml:mapping></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.CanvasTransform.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.CanvasTransform.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.CanvasTransform.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.CanvasTransform.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible">
            <summary>
            <para> invertible.</para>
            <para>Represents the following attribute in the schema: invertible </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.CanvasTransform.#ctor">
            <summary>
            Initializes a new instance of the CanvasTransform class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.CanvasTransform.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the CanvasTransform class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.CanvasTransform.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the CanvasTransform class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.CanvasTransform.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CanvasTransform class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.CanvasTransform.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.InkSource">
             <summary>
             <para>Defines the InkSource Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:inkSource.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>TraceFormat &lt;inkml:traceFormat></description></item>
            <item><description>SampleRate &lt;inkml:sampleRate></description></item>
            <item><description>Latency &lt;inkml:latency></description></item>
            <item><description>ActiveArea &lt;inkml:activeArea></description></item>
            <item><description>SourceProperty &lt;inkml:srcProperty></description></item>
            <item><description>ChannelProperties &lt;inkml:channelProperties></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.InkSource.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.Manufacturer">
            <summary>
            <para> manufacturer.</para>
            <para>Represents the following attribute in the schema: manufacturer </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.Model">
            <summary>
            <para> model.</para>
            <para>Represents the following attribute in the schema: model </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.SerialNo">
            <summary>
            <para> serialNo.</para>
            <para>Represents the following attribute in the schema: serialNo </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef">
            <summary>
            <para> specificationRef.</para>
            <para>Represents the following attribute in the schema: specificationRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.Description">
            <summary>
            <para> description.</para>
            <para>Represents the following attribute in the schema: description </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.InkSource.#ctor">
            <summary>
            Initializes a new instance of the InkSource class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.InkSource.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the InkSource class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.InkSource.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the InkSource class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.InkSource.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InkSource class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.TraceFormat">
            <summary>
            <para> TraceFormat.</para>
            <para> Represents the following element tag in the schema: inkml:traceFormat </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.SampleRate">
            <summary>
            <para> SampleRate.</para>
            <para> Represents the following element tag in the schema: inkml:sampleRate </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.Latency">
            <summary>
            <para> Latency.</para>
            <para> Represents the following element tag in the schema: inkml:latency </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.InkSource.ActiveArea">
            <summary>
            <para> ActiveArea.</para>
            <para> Represents the following element tag in the schema: inkml:activeArea </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.InkSource.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Brush">
             <summary>
             <para>Defines the Brush Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:brush.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Annotation &lt;inkml:annotation></description></item>
            <item><description>AnnotationXml &lt;inkml:annotationXML></description></item>
            <item><description>BrushProperty &lt;inkml:brushProperty></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Brush.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Brush.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Brush.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Brush.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Brush.BrushRef">
            <summary>
            <para> brushRef.</para>
            <para>Represents the following attribute in the schema: brushRef </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Brush.#ctor">
            <summary>
            Initializes a new instance of the Brush class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Brush.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Brush class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Brush.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Brush class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Brush.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Brush class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Brush.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Timestamp">
            <summary>
            <para>Defines the Timestamp Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:timestamp.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Timestamp.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Timestamp.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Timestamp.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Timestamp.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Timestamp.Time">
            <summary>
            <para> time.</para>
            <para>Represents the following attribute in the schema: time </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef">
            <summary>
            <para> timestampRef.</para>
            <para>Represents the following attribute in the schema: timestampRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Timestamp.TimeString">
            <summary>
            <para> timeString.</para>
            <para>Represents the following attribute in the schema: timeString </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset">
            <summary>
            <para> timeOffset.</para>
            <para>Represents the following attribute in the schema: timeOffset </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Timestamp.#ctor">
            <summary>
            Initializes a new instance of the Timestamp class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Timestamp.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Trace">
            <summary>
            <para>Defines the Trace Class.</para>
            <para> When the object is serialized out as xml, its qualified name is inkml:trace.</para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Trace.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Trace.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Trace.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Trace.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Trace.Type">
            <summary>
            <para> type.</para>
            <para>Represents the following attribute in the schema: type </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Trace.Continuation">
            <summary>
            <para> continuation.</para>
            <para>Represents the following attribute in the schema: continuation </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Trace.PriorRef">
            <summary>
            <para> priorRef.</para>
            <para>Represents the following attribute in the schema: priorRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Trace.ContextRef">
            <summary>
            <para> contextRef.</para>
            <para>Represents the following attribute in the schema: contextRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Trace.BrushRef">
            <summary>
            <para> brushRef.</para>
            <para>Represents the following attribute in the schema: brushRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Trace.Duration">
            <summary>
            <para> duration.</para>
            <para>Represents the following attribute in the schema: duration </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Trace.TimeOffset">
            <summary>
            <para> timeOffset.</para>
            <para>Represents the following attribute in the schema: timeOffset </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Trace.#ctor">
            <summary>
            Initializes a new instance of the Trace class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Trace.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Trace class with the specified text content.
            </summary>
            <param name="text">Specifies the text content of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Trace.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.TraceGroup">
             <summary>
             <para>Defines the TraceGroup Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:traceGroup.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Annotation &lt;inkml:annotation></description></item>
            <item><description>AnnotationXml &lt;inkml:annotationXML></description></item>
            <item><description>Trace &lt;inkml:trace></description></item>
            <item><description>TraceGroup &lt;inkml:traceGroup></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceGroup.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceGroup.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceGroup.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceGroup.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef">
            <summary>
            <para> contextRef.</para>
            <para>Represents the following attribute in the schema: contextRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef">
            <summary>
            <para> brushRef.</para>
            <para>Represents the following attribute in the schema: brushRef </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceGroup.#ctor">
            <summary>
            Initializes a new instance of the TraceGroup class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceGroup.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TraceGroup class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceGroup.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TraceGroup class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TraceGroup class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceGroup.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.TraceView">
             <summary>
             <para>Defines the TraceView Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:traceView.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Annotation &lt;inkml:annotation></description></item>
            <item><description>AnnotationXml &lt;inkml:annotationXML></description></item>
            <item><description>TraceView &lt;inkml:traceView></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceView.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceView.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceView.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceView.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceView.ContextRef">
            <summary>
            <para> contextRef.</para>
            <para>Represents the following attribute in the schema: contextRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef">
            <summary>
            <para> traceDataRef.</para>
            <para>Represents the following attribute in the schema: traceDataRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceView.From">
            <summary>
            <para> from.</para>
            <para>Represents the following attribute in the schema: from </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.TraceView.To">
            <summary>
            <para> to.</para>
            <para>Represents the following attribute in the schema: to </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceView.#ctor">
            <summary>
            Initializes a new instance of the TraceView class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceView.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the TraceView class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceView.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the TraceView class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceView.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TraceView class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.TraceView.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Context">
             <summary>
             <para>Defines the Context Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:context.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Canvas &lt;inkml:canvas></description></item>
            <item><description>CanvasTransform &lt;inkml:canvasTransform></description></item>
            <item><description>TraceFormat &lt;inkml:traceFormat></description></item>
            <item><description>InkSource &lt;inkml:inkSource></description></item>
            <item><description>Brush &lt;inkml:brush></description></item>
            <item><description>Timestamp &lt;inkml:timestamp></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Context.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.Id">
             <summary>
             <para> id.</para>
             <para>Represents the following attribute in the schema: xml:id </para>
             </summary>
            <remark> xmlns:xml=http://www.w3.org/XML/1998/namespace
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.ContextRef">
            <summary>
            <para> contextRef.</para>
            <para>Represents the following attribute in the schema: contextRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.CanvasRef">
            <summary>
            <para> canvasRef.</para>
            <para>Represents the following attribute in the schema: canvasRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef">
            <summary>
            <para> canvasTransformRef.</para>
            <para>Represents the following attribute in the schema: canvasTransformRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.TraceFromatRef">
            <summary>
            <para> traceFormatRef.</para>
            <para>Represents the following attribute in the schema: traceFormatRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.InkSourceRef">
            <summary>
            <para> inkSourceRef.</para>
            <para>Represents the following attribute in the schema: inkSourceRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.BrushRef">
            <summary>
            <para> brushRef.</para>
            <para>Represents the following attribute in the schema: brushRef </para>
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.TimestampRef">
            <summary>
            <para> timestampRef.</para>
            <para>Represents the following attribute in the schema: timestampRef </para>
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Context.#ctor">
            <summary>
            Initializes a new instance of the Context class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Context.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Context class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Context.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Context class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Context.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Context class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.Canvas">
            <summary>
            <para> Canvas.</para>
            <para> Represents the following element tag in the schema: inkml:canvas </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.CanvasTransform">
            <summary>
            <para> CanvasTransform.</para>
            <para> Represents the following element tag in the schema: inkml:canvasTransform </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.TraceFormat">
            <summary>
            <para> TraceFormat.</para>
            <para> Represents the following element tag in the schema: inkml:traceFormat </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.InkSource">
            <summary>
            <para> InkSource.</para>
            <para> Represents the following element tag in the schema: inkml:inkSource </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.Brush">
            <summary>
            <para> Brush.</para>
            <para> Represents the following element tag in the schema: inkml:brush </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Context.Timestamp">
            <summary>
            <para> Timestamp.</para>
            <para> Represents the following element tag in the schema: inkml:timestamp </para>
            </summary>
            <remark>
            xmlns:inkml = http://www.w3.org/2003/InkML
            </remark>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Context.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.Definitions">
             <summary>
             <para>Defines the Definitions Class.</para>
             <para> When the object is serialized out as xml, its qualified name is inkml:definitions.</para>
             </summary>
             <remarks>
             The following table lists the possible child types:
             <list type="bullet">
            <item><description>Brush &lt;inkml:brush></description></item>
            <item><description>Canvas &lt;inkml:canvas></description></item>
            <item><description>CanvasTransform &lt;inkml:canvasTransform></description></item>
            <item><description>Context &lt;inkml:context></description></item>
            <item><description>InkSource &lt;inkml:inkSource></description></item>
            <item><description>Mapping &lt;inkml:mapping></description></item>
            <item><description>Timestamp &lt;inkml:timestamp></description></item>
            <item><description>Trace &lt;inkml:trace></description></item>
            <item><description>TraceFormat &lt;inkml:traceFormat></description></item>
            <item><description>TraceGroup &lt;inkml:traceGroup></description></item>
            <item><description>TraceView &lt;inkml:traceView></description></item>
             </list>
             </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Definitions.LocalName">
            <summary>
            Gets the local name of the element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.InkML.Definitions.ElementTypeId">
            <summary>
            Gets the type ID of the element.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Definitions.IsInVersion(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Whether this element is available in a specific version of Office Application.
            </summary>
            <param name="version">The Office file format version.</param>
            <returns>Returns true if the element is defined in the specified version.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Definitions.#ctor">
            <summary>
            Initializes a new instance of the Definitions class.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Definitions.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})">
             <summary>
            Initializes a new instance of the Definitions class with the specified child elements.
             </summary>
             <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Definitions.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])">
            <summary>
            Initializes a new instance of the Definitions class with the specified child elements.
            </summary>
            <param name="childElements">Specifies the child elements.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Definitions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Definitions class from outer XML.
            </summary>
            <param name="outerXml">Specifies the outer XML of the element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.InkML.Definitions.CloneNode(System.Boolean)">
            <summary>
            Creates a duplicate of this node.
            </summary>
            <param name="deep">True to recursively clone the subtree under the specified node; false to clone only the node itself. </param>
            <returns>Returns the cloned node. </returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.ChannelDataTypeValues">
            <summary>
            Defines the ChannelDataTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Integer">
            <summary>
            integer.
            <para>When the item is serialized out as xml, its value is "integer".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Decimal">
            <summary>
            decimal.
            <para>When the item is serialized out as xml, its value is "decimal".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Boolean">
            <summary>
            boolean.
            <para>When the item is serialized out as xml, its value is "boolean".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues">
            <summary>
            Defines the ChannelValueOrientationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.PlusVe">
            <summary>
            +ve.
            <para>When the item is serialized out as xml, its value is "+ve".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.MinusVe">
            <summary>
            -ve.
            <para>When the item is serialized out as xml, its value is "-ve".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues">
            <summary>
            Defines the StandardChannelPropertyNameValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Threshold">
            <summary>
            threshold.
            <para>When the item is serialized out as xml, its value is "threshold".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Resolution">
            <summary>
            resolution.
            <para>When the item is serialized out as xml, its value is "resolution".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Quantization">
            <summary>
            quantization.
            <para>When the item is serialized out as xml, its value is "quantization".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Noise">
            <summary>
            noise.
            <para>When the item is serialized out as xml, its value is "noise".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Accuracy">
            <summary>
            accuracy.
            <para>When the item is serialized out as xml, its value is "accuracy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.CrossCoupling">
            <summary>
            crossCoupling.
            <para>When the item is serialized out as xml, its value is "crossCoupling".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Skew">
            <summary>
            skew.
            <para>When the item is serialized out as xml, its value is "skew".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.MinBandwidth">
            <summary>
            minBandwidth.
            <para>When the item is serialized out as xml, its value is "minBandwidth".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.PeakRate">
            <summary>
            peakRate.
            <para>When the item is serialized out as xml, its value is "peakRate".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Distortion">
            <summary>
            distortion.
            <para>When the item is serialized out as xml, its value is "distortion".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues">
            <summary>
            Defines the StandardBrushPropertyNameValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Width">
            <summary>
            width.
            <para>When the item is serialized out as xml, its value is "width".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Height">
            <summary>
            height.
            <para>When the item is serialized out as xml, its value is "height".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Color">
            <summary>
            color.
            <para>When the item is serialized out as xml, its value is "color".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Transparency">
            <summary>
            transparency.
            <para>When the item is serialized out as xml, its value is "transparency".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Tip">
            <summary>
            tip.
            <para>When the item is serialized out as xml, its value is "tip".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.RasterOp">
            <summary>
            rasterOp.
            <para>When the item is serialized out as xml, its value is "rasterOp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.AntiAliased">
            <summary>
            antiAliased.
            <para>When the item is serialized out as xml, its value is "antiAliased".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.FitToCurve">
            <summary>
            fitToCurve.
            <para>When the item is serialized out as xml, its value is "fitToCurve".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.IgnorePressure">
            <summary>
            ignorePressure.
            <para>When the item is serialized out as xml, its value is "ignorePressure".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardChannelNameValues">
            <summary>
            Defines the StandardChannelNameValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.XCoordinate">
            <summary>
            X.
            <para>When the item is serialized out as xml, its value is "X".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YCoordinate">
            <summary>
            Y.
            <para>When the item is serialized out as xml, its value is "Y".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ZCoordinate">
            <summary>
            Z.
            <para>When the item is serialized out as xml, its value is "Z".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenTipForce">
            <summary>
            F.
            <para>When the item is serialized out as xml, its value is "F".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TangentPressure">
            <summary>
            TP.
            <para>When the item is serialized out as xml, its value is "TP".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ButtonPressure">
            <summary>
            BP.
            <para>When the item is serialized out as xml, its value is "BP".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TipSwitchState">
            <summary>
            S.
            <para>When the item is serialized out as xml, its value is "S".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton1State">
            <summary>
            B1.
            <para>When the item is serialized out as xml, its value is "B1".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton2State">
            <summary>
            B2.
            <para>When the item is serialized out as xml, its value is "B2".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton3State">
            <summary>
            B3.
            <para>When the item is serialized out as xml, its value is "B3".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton4State">
            <summary>
            B4.
            <para>When the item is serialized out as xml, its value is "B4".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenInverted">
            <summary>
            E.
            <para>When the item is serialized out as xml, its value is "E".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongXAxis">
            <summary>
            OTx.
            <para>When the item is serialized out as xml, its value is "OTx".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongYAxis">
            <summary>
            OTy.
            <para>When the item is serialized out as xml, its value is "OTy".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenAzimuthAngle">
            <summary>
            OA.
            <para>When the item is serialized out as xml, its value is "OA".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenElevationAngle">
            <summary>
            OE.
            <para>When the item is serialized out as xml, its value is "OE".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PexAxisRotation">
            <summary>
            OR.
            <para>When the item is serialized out as xml, its value is "OR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PitchRotation">
            <summary>
            RP.
            <para>When the item is serialized out as xml, its value is "RP".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RollRotation">
            <summary>
            RR.
            <para>When the item is serialized out as xml, its value is "RR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YawRotation">
            <summary>
            RY.
            <para>When the item is serialized out as xml, its value is "RY".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ColorValue">
            <summary>
            C.
            <para>When the item is serialized out as xml, its value is "C".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RedColorValue">
            <summary>
            CR.
            <para>When the item is serialized out as xml, its value is "CR".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.GreenColorValue">
            <summary>
            CG.
            <para>When the item is serialized out as xml, its value is "CG".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlueColorValue">
            <summary>
            CB.
            <para>When the item is serialized out as xml, its value is "CB".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.CyanColorValue">
            <summary>
            CC.
            <para>When the item is serialized out as xml, its value is "CC".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.MegentaColorValue">
            <summary>
            CM.
            <para>When the item is serialized out as xml, its value is "CM".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YellowColorValue">
            <summary>
            CY.
            <para>When the item is serialized out as xml, its value is "CY".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlackColorValue">
            <summary>
            CK.
            <para>When the item is serialized out as xml, its value is "CK".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.StrokesWidth">
            <summary>
            W.
            <para>When the item is serialized out as xml, its value is "W".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.Time">
            <summary>
            T.
            <para>When the item is serialized out as xml, its value is "T".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SerialNumber">
            <summary>
            SN.
            <para>When the item is serialized out as xml, its value is "SN".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchWidth">
            <summary>
            TW.
            <para>When the item is serialized out as xml, its value is "TW".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchHeight">
            <summary>
            TH.
            <para>When the item is serialized out as xml, its value is "TH".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardChannelNameValues.FingerTouch">
            <summary>
            TC.
            <para>When the item is serialized out as xml, its value is "TC".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues">
            <summary>
            Defines the StandardLengthUnitsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Meter">
            <summary>
            m.
            <para>When the item is serialized out as xml, its value is "m".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Centimeter">
            <summary>
            cm.
            <para>When the item is serialized out as xml, its value is "cm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Millimeter">
            <summary>
            mm.
            <para>When the item is serialized out as xml, its value is "mm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Inche">
            <summary>
            in.
            <para>When the item is serialized out as xml, its value is "in".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Point">
            <summary>
            pt.
            <para>When the item is serialized out as xml, its value is "pt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Pica">
            <summary>
            pc.
            <para>When the item is serialized out as xml, its value is "pc".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Em">
            <summary>
            em.
            <para>When the item is serialized out as xml, its value is "em".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Ex">
            <summary>
            ex.
            <para>When the item is serialized out as xml, its value is "ex".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues">
            <summary>
            Defines the StandardPerLengthUnitsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMeter">
            <summary>
            1/m.
            <para>When the item is serialized out as xml, its value is "1/m".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerCentimeter">
            <summary>
            1/cm.
            <para>When the item is serialized out as xml, its value is "1/cm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMillimeter">
            <summary>
            1/mm.
            <para>When the item is serialized out as xml, its value is "1/mm".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerInche">
            <summary>
            1/in.
            <para>When the item is serialized out as xml, its value is "1/in".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPoint">
            <summary>
            1/pt.
            <para>When the item is serialized out as xml, its value is "1/pt".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPica">
            <summary>
            1/pc.
            <para>When the item is serialized out as xml, its value is "1/pc".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEm">
            <summary>
            1/em.
            <para>When the item is serialized out as xml, its value is "1/em".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEx">
            <summary>
            1/ex.
            <para>When the item is serialized out as xml, its value is "1/ex".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues">
            <summary>
            Defines the StandardTimeUnitsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Second">
            <summary>
            s.
            <para>When the item is serialized out as xml, its value is "s".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Millisecond">
            <summary>
            ms.
            <para>When the item is serialized out as xml, its value is "ms".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues">
            <summary>
            Defines the StandardPerTimeUnitsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerSecond">
            <summary>
            1/s.
            <para>When the item is serialized out as xml, its value is "1/s".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerMillisecond">
            <summary>
            1/ms.
            <para>When the item is serialized out as xml, its value is "1/ms".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues">
            <summary>
            Defines the StandardMassForceUnitsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Kilogram">
            <summary>
            Kg.
            <para>When the item is serialized out as xml, its value is "Kg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Gram">
            <summary>
            g.
            <para>When the item is serialized out as xml, its value is "g".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Milligram">
            <summary>
            mg.
            <para>When the item is serialized out as xml, its value is "mg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Newton">
            <summary>
            N.
            <para>When the item is serialized out as xml, its value is "N".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Pond">
            <summary>
            lb.
            <para>When the item is serialized out as xml, its value is "lb".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues">
            <summary>
            Defines the StandardPerMassForceUnitsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerKilogram">
            <summary>
            1/Kg.
            <para>When the item is serialized out as xml, its value is "1/Kg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerGram">
            <summary>
            1/g.
            <para>When the item is serialized out as xml, its value is "1/g".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerMilligram">
            <summary>
            1/mg.
            <para>When the item is serialized out as xml, its value is "1/mg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerNewton">
            <summary>
            1/N.
            <para>When the item is serialized out as xml, its value is "1/N".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerPond">
            <summary>
            1/lb.
            <para>When the item is serialized out as xml, its value is "1/lb".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues">
            <summary>
            Defines the StandardAngleUnitsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Degree">
            <summary>
            deg.
            <para>When the item is serialized out as xml, its value is "deg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Radian">
            <summary>
            rad.
            <para>When the item is serialized out as xml, its value is "rad".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues">
            <summary>
            Defines the StandardPerAngleUnitsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerDegree">
            <summary>
            1/deg.
            <para>When the item is serialized out as xml, its value is "1/deg".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerRadian">
            <summary>
            1/rad.
            <para>When the item is serialized out as xml, its value is "1/rad".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues">
            <summary>
            Defines the StandardOtherUnitsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.Percentage">
            <summary>
            %.
            <para>When the item is serialized out as xml, its value is "%".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.DeviceResolution">
            <summary>
            dev.
            <para>When the item is serialized out as xml, its value is "dev".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.None">
            <summary>
            none.
            <para>When the item is serialized out as xml, its value is "none".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues">
            <summary>
            Defines the StandardPerOtherUnitsValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerPercentage">
            <summary>
            1/%.
            <para>When the item is serialized out as xml, its value is "1/%".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerDeviceResolution">
            <summary>
            1/dev.
            <para>When the item is serialized out as xml, its value is "1/dev".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.TraceTypeValues">
            <summary>
            Defines the TraceTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TraceTypeValues.PenDown">
            <summary>
            penDown.
            <para>When the item is serialized out as xml, its value is "penDown".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TraceTypeValues.PenUp">
            <summary>
            penUp.
            <para>When the item is serialized out as xml, its value is "penUp".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TraceTypeValues.Indeterminate">
            <summary>
            indeterminate.
            <para>When the item is serialized out as xml, its value is "indeterminate".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.TraceContinuationValues">
            <summary>
            Defines the TraceContinuationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TraceContinuationValues.Begin">
            <summary>
            begin.
            <para>When the item is serialized out as xml, its value is "begin".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TraceContinuationValues.End">
            <summary>
            end.
            <para>When the item is serialized out as xml, its value is "end".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TraceContinuationValues.Middle">
            <summary>
            middle.
            <para>When the item is serialized out as xml, its value is "middle".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.RasterOperationValues">
            <summary>
            Defines the RasterOperationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.Black">
            <summary>
            black.
            <para>When the item is serialized out as xml, its value is "black".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMergePen">
            <summary>
            notMergePen.
            <para>When the item is serialized out as xml, its value is "notMergePen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskNotPen">
            <summary>
            maskNotPen.
            <para>When the item is serialized out as xml, its value is "maskNotPen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.NotCopyPen">
            <summary>
            notCopyPen.
            <para>When the item is serialized out as xml, its value is "notCopyPen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPenNot">
            <summary>
            maskPenNot.
            <para>When the item is serialized out as xml, its value is "maskPenNot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.Not">
            <summary>
            not.
            <para>When the item is serialized out as xml, its value is "not".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.XOrPen">
            <summary>
            xOrPen.
            <para>When the item is serialized out as xml, its value is "xOrPen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMaskPen">
            <summary>
            notMaskPen.
            <para>When the item is serialized out as xml, its value is "notMaskPen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPen">
            <summary>
            maskPen.
            <para>When the item is serialized out as xml, its value is "maskPen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.NotXOrPen">
            <summary>
            notXOrPen.
            <para>When the item is serialized out as xml, its value is "notXOrPen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.NoOperation">
            <summary>
            noOperation.
            <para>When the item is serialized out as xml, its value is "noOperation".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.MergeNotPen">
            <summary>
            mergeNotPen.
            <para>When the item is serialized out as xml, its value is "mergeNotPen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.CopyPen">
            <summary>
            copyPen.
            <para>When the item is serialized out as xml, its value is "copyPen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePenNot">
            <summary>
            mergePenNot.
            <para>When the item is serialized out as xml, its value is "mergePenNot".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePen">
            <summary>
            mergePen.
            <para>When the item is serialized out as xml, its value is "mergePen".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.RasterOperationValues.White">
            <summary>
            white.
            <para>When the item is serialized out as xml, its value is "white".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.PenTipShapeValues">
            <summary>
            Defines the PenTipShapeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.PenTipShapeValues.Ellipse">
            <summary>
            ellipse.
            <para>When the item is serialized out as xml, its value is "ellipse".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.PenTipShapeValues.Rectangle">
            <summary>
            rectangle.
            <para>When the item is serialized out as xml, its value is "rectangle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.PenTipShapeValues.Drop">
            <summary>
            drop.
            <para>When the item is serialized out as xml, its value is "drop".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.MappingTypeValues">
            <summary>
            Defines the MappingTypeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.MappingTypeValues.Identity">
            <summary>
            identity.
            <para>When the item is serialized out as xml, its value is "identity".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.MappingTypeValues.Lookup">
            <summary>
            lookup.
            <para>When the item is serialized out as xml, its value is "lookup".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.MappingTypeValues.Affine">
            <summary>
            affine.
            <para>When the item is serialized out as xml, its value is "affine".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.MappingTypeValues.MathML">
            <summary>
            mathml.
            <para>When the item is serialized out as xml, its value is "mathml".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.MappingTypeValues.Product">
            <summary>
            product.
            <para>When the item is serialized out as xml, its value is "product".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.MappingTypeValues.Unknown">
            <summary>
            unknown.
            <para>When the item is serialized out as xml, its value is "unknown".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.TableApplyValues">
            <summary>
            Defines the TableApplyValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TableApplyValues.Absolute">
            <summary>
            absolute.
            <para>When the item is serialized out as xml, its value is "absolute".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TableApplyValues.Relative">
            <summary>
            relative.
            <para>When the item is serialized out as xml, its value is "relative".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.InkML.TableInterpolationValues">
            <summary>
            Defines the TableInterpolationValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TableInterpolationValues.Floor">
            <summary>
            floor.
            <para>When the item is serialized out as xml, its value is "floor".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TableInterpolationValues.Middle">
            <summary>
            middle.
            <para>When the item is serialized out as xml, its value is "middle".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TableInterpolationValues.Ceiling">
            <summary>
            ceiling.
            <para>When the item is serialized out as xml, its value is "ceiling".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TableInterpolationValues.Linear">
            <summary>
            linear.
            <para>When the item is serialized out as xml, its value is "linear".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.InkML.TableInterpolationValues.Cubic">
            <summary>
            cubic.
            <para>When the item is serialized out as xml, its value is "cubic".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.SpaceProcessingModeValues">
            <summary>
            Defines the SpaceProcessingModeValues enumeration.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.SpaceProcessingModeValues.Default">
            <summary>
            default.
            <para>When the item is serialized out as xml, its value is "default".</para>
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.SpaceProcessingModeValues.Preserve">
            <summary>
            preserve.
            <para>When the item is serialized out as xml, its value is "preserve".</para>
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlDocumentType">
            <summary>
            Open XML document type.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.DocumentTypeDetector">
            <summary>
            Detector for Open XML document.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.DocumentTypeDetector.MainPartContentTypes">
            <summary>
            All known content types for main part in Open XML document.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.DocumentTypeDetector.GetDocumentType(DocumentFormat.OpenXml.Packaging.OpenXmlPackage)">
            <summary>
            Detect the document type.
            </summary>
            <param name="openXmlPackage">The Open XML package to be detected.</param>
            <returns>The type of the Open XML package.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.WordprocessingDocumentType">
            <summary>
            Defines WordprocessingDocumentType - type of WordprocessingDocument.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.WordprocessingDocumentType.Document">
            <summary>
            Word Document (*.docx).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.WordprocessingDocumentType.Template">
            <summary>
            Word Template (*.dotx).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledDocument">
            <summary>
            Word Macro-Enabled Document (*.docm).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledTemplate">
            <summary>
            Word Macro-Enabled Template (*.dotm).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.SpreadsheetDocumentType">
            <summary>
            Defines SpreadsheetDocumentType - type of SpreadsheetDocument.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.SpreadsheetDocumentType.Workbook">
            <summary>
            Excel Workbook (*.xlsx).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.SpreadsheetDocumentType.Template">
            <summary>
            Excel Template (*.xltx).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledWorkbook">
            <summary>
            Excel Macro-Enabled Workbook (*.xlsm).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledTemplate">
            <summary>
            Excel Macro-Enabled Template (*.xltm).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.SpreadsheetDocumentType.AddIn">
            <summary>
            Excel Add-In (*.xlam).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.PresentationDocumentType">
            <summary>
            Defines PresentationDocumentType - type of PresentationDocument.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.PresentationDocumentType.Presentation">
            <summary>
            PowerPoint Presentation (*.pptx).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.PresentationDocumentType.Template">
            <summary>
            PowerPoint Template (*.potx).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.PresentationDocumentType.Slideshow">
            <summary>
            PowerPoint Show (*.ppsx).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledPresentation">
            <summary>
            PowerPoint Macro-Enabled Presentation (*.pptm).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledTemplate">
            <summary>
            PowerPoint Macro-Enabled Template (*.potm).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledSlideshow">
            <summary>
            PowerPoint Macro-Enabled Show (*.ppsm).
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.PresentationDocumentType.AddIn">
            <summary>
            PowerPoint Add-In (*.ppam).
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.OpenXmlElementExtensionMethods">
            <summary>
            Static class to hold extension methods for OpenXmlElement.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementExtensionMethods.GetXPathIndex(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Get position index in same type in the ChildElements of it's parent element.
            </summary>
            <param name="element">The OpenxmlElement.</param>
            <returns>The position index in same type element in parent.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementExtensionMethods.GetPart(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Get the part in which the element is in.
            </summary>
            <param name="element">The element.</param>
            <returns>The part in which the element is in. Returns null if not in a part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementExtensionMethods.GetPartUri(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Gets the URI of the part the elementt is in.
            </summary>
            <param name="element">The element.</param>
            <returns>The URI of the part the element is in. Returns null if not in a part.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementExtensionMethods.CreateInstance(System.String)">
            <summary>
            Create an object of the specified type.
            </summary>
            <param name="typeName">The name of the type.</param>
            <returns>An object instance of the specified type.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementExtensionMethods.GetAttributeValueEx(DocumentFormat.OpenXml.OpenXmlElement,System.String,System.String)">
            <summary>
            Get attribute value of the specified attribute.
            </summary>
            <param name="element"></param>
            <param name="localName"></param>
            <param name="namespaceUri"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementExtensionMethods.CreateChildrenElementsByIds(DocumentFormat.OpenXml.OpenXmlElement,System.Collections.Generic.IEnumerable{System.Int32})">
            <summary>
            Creates a collection of new OpenXmlElement from the element type IDs.
            </summary>
            <param name="parent">The parent element.</param>
            <param name="elementIds">The IDs of the children elements.</param>
            <returns>A collection of new OpenXmlElements.</returns>
            <remarks>
            This method use reflection to create the elements. So be aware the performance tax.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.OpenXmlElementExtensionMethods.TryCreateValidChild(DocumentFormat.OpenXml.OpenXmlElement,DocumentFormat.OpenXml.FileFormatVersions,System.String,System.String)">
            <summary>
            Trys to create an OpenXmlElement from the specified namesapce URI and local name.
            </summary>
            <param name="parent">The parent element.</param>
            <param name="fileFormat">The specified file format version.</param>
            <param name="namespaceUri">The namespace URI of the requested child element.</param>
            <param name="localName">The local name of the requested child element.</param>
            <returns>A new OpenXmlElement if the parent element can contains a child with the specified namespace and local name. Otherwise, returns null.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.SchemaAttrAttribute">
            <summary>
            Defines the attribute which is used to decorate a property for its corresponding attribute information.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.SchemaAttrAttribute.#ctor(System.Byte,System.String)">
            <summary>
            Initializes a new instance of the SchemaAttrAttribute.
            </summary>
            <param name="nsId">Specifies the Namespace Id of the schema attribute.</param>
            <param name="tag">Specifies the Tag name of the schema attribute.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.SchemaAttrAttribute.Tag">
            <summary>
            Gets/Sets the Tag name of the schema attribute.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.SchemaAttrAttribute.NamespaceUri">
            <summary>
            Gets the Namespace Uri of the schema attribute.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.ChildElementInfoAttribute">
            <summary>
            Defines the attribute which is used to decorate a class for type of the possible child elements.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ChildElementInfoAttribute.#ctor(System.Type)">
            <summary>
            Initialize a new instance of ChildElementTypeAttribute.
            </summary>
            <param name="elementType">Specifies the type of the possible child element.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ChildElementInfoAttribute.#ctor(System.Type,DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Initialize a new instance of ChildElementTypeAttribute.
            </summary>
            <param name="elementType">Specifies the type of the possible child element.</param>
            <param name="availableInOfficeVersion">Specifies the office version(s) where the child element is available.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.ChildElementInfoAttribute.ElementType">
            <summary>
            Get the type of the possible child element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ChildElementInfoAttribute.AvailableInVersion">
            <summary>
            Gets the Office version(s) where the child element is available.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.ICancelable">
            <summary>
            Implement this interface when the operation is cancelable
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ICancelable.OnCancel(System.Object,System.EventArgs)">
            <summary>
            On cancel event.
            </summary>
            <param name="sender"></param>
            <param name="eventArgs"></param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.DocumentValidator">
            <summary>
            DocumentValidator - defines a base class for document validator.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.DocumentValidator.SchemaValidator">
            <summary>
            Gets the schema validator for schema validation.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.DocumentValidator.SemanticValidator">
            <summary>
            Gets the semantic validator for semantic validation.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.DocumentValidator.ValidationSettings">
            <summary>
            The validation settings.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.DocumentValidator.#ctor(DocumentFormat.OpenXml.ValidationSettings,DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaValidator,DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticValidator)">
            <summary>
            Initializes a new instance of the DocumentValidator.
            </summary>
            <param name="settings">The validation settings.</param>
            <param name="schemaValidator">The schema validator to be used for schema validation.</param>
            <param name="semanticValidator">The semantic validator to be used for semantic validation.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.DocumentValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage)">
            <summary>
            Validat the specified document.
            </summary>
            <param name="document">The document to be validated.</param>
            <returns>Return results in ValidationResult.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.DocumentValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Validate the specified part.
            </summary>
            <param name="part">The OpenXmlPart to be validated.</param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.DocumentValidator.ValidatePart(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Validate the specified part.
            </summary>
            <param name="part">The OpenXmlPart to be validated.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.DocumentValidator.ValidationContext">
            <summary>
            Gets or sets the validation context.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.DocumentValidator.ValidationResult">
            <summary>
            Gets or set the validtion result.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.DocumentValidator.TargetDocument">
            <summary>
            Gets or sets the target document to be validated.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.DocumentValidator.PartsToBeValidated">
            <summary>
            Returns all the parts needs to be validated.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.DocumentValidator.PrepareValidation">
            <summary>
            Init
            </summary>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.DocumentValidator.FinishValidation">
            <summary>
            Do final work.
            </summary>
            <returns></returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.OpenXmlValidator">
            <summary>
            Defines the OpenXmlValidator.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.OpenXmlValidator.SchemaValidator">
            <summary>
            Schema validator
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.OpenXmlValidator.SpreadsheetDocumentValidator">
            <summary>
            Gets the SpreadsheetDocumentValidator.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.OpenXmlValidator.WordprocessingDocumentValidator">
            <summary>
            Gets the WordprocessingDocumentValidator.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.OpenXmlValidator.PresentationDocumentValidator">
            <summary>
            Gets the PresentationDocumentValidator.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.OpenXmlValidator.#ctor">
            <summary>
            Initializes a new instance of the OpenXmlValidator.
            </summary>
            <remarks>
            Default to FileFormat.Office2007.
            </remarks>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.OpenXmlValidator.#ctor(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Initializes a new instance of the OpenXmlValidator.
            </summary>
            <param name="fileFormat">The target filr format to be validated aginst.</param>
            <remarks>
            Default to FileFormat.Office2007.
            </remarks>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the "fileFormat" parameter is not FileFormat.Office2007, FileFormat.Office2010 or FileFormat.O15.</exception>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.OpenXmlValidator.FileFormat">
            <summary>
            Gets the target file format to be validated against.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors">
            <summary>
            Gets or sets the maximum number of errors the OpenXmlValidator will return.
            Default is 1000. A zero (0) value means no limitation.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">Throw when the value set is less than zero.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage)">
            <summary>
            Validates the specified document.
            </summary>
            <param name="openXmlPackage">The target WordprocessingDocument, SpreadsheetDocument or PresentationDocument.</param>
            <returns>A set of validation erros.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when the "openXmlPackage" parameter is null.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Validates the specified content in the OpenXmlPart.
            </summary>
            <param name="openXmlPart">The target OpenXmlPart.</param>
            <returns>A set of validation erros.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when the "openXmlPart" parameter is null.</exception>
            <exception cref="T:System.InvalidOperationException">Throw when the specified part is not a defined part in the specified FileFormat version.</exception>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Validates the specified element.
            </summary>
            <param name="openXmlElement">The target OpenXmlElement.</param>
            <returns>A set of validation erros.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown when the "openXmlElement" parameter is null.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the "openXmlElement" is type of OpenXmlUnknownElement, OpenXmlMiscNode, AlternateContent, AlternateContentChoice or AlternateContentFallback.</exception>
            <exception cref="T:System.InvalidOperationException">Thrown when the "openXmlElement" is not defined in the specified FileFormat.</exception>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.PresentationDocumentValidator">
            <summary>
            Defines the PresentationDocumentValidator.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.PresentationDocumentValidator.#ctor(DocumentFormat.OpenXml.ValidationSettings,DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaValidator,DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticValidator)">
            <summary>
            Initializes a new instance of the PresentationDocumentValidator.
            </summary>
            <param name="settings">The validation settings.</param>
            <param name="schemaValidator">The schema validator to be used for schema validation.</param>
            <param name="semanticValidator">The semantic validator to be used for semantic validation.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.PresentationDocumentValidator.TargetDocument">
            <summary>
            Gets or sets the target document to be validated.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.PresentationDocumentValidator.PartsToBeValidated">
            <summary>
            Returns all the parts needs to be validated.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.SpreadsheetDocumentValidator">
            <summary>
            Defines the SpreadsheetDocumentValidator.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.SpreadsheetDocumentValidator.#ctor(DocumentFormat.OpenXml.ValidationSettings,DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaValidator,DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticValidator)">
            <summary>
            Initializes a new instance of the SpreadsheetDocumentValidator.
            </summary>
            <param name="settings">The validation settings.</param>
            <param name="schemaValidator">The schema validator to be used for schema validation.</param>
            <param name="semanticValidator">The semantic validator to be used for semantic validation.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.SpreadsheetDocumentValidator.TargetDocument">
            <summary>
            Gets or sets the target document to be validated.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.SpreadsheetDocumentValidator.PartsToBeValidated">
            <summary>
            Returns all the parts needs to be validated.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.ValidationContext">
            <summary>
            Validation context.
            </summary>
        </member>
        <member name="E:DocumentFormat.OpenXml.Validation.ValidationContext.ValidationErrorEventHandler">
            <summary>
            Event handler to be called on validation errors rised.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationContext.#ctor">
            <summary>
            Initializes a new instance of the ValidationContext.
            Default file format target is FileFormat.Office2007.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationContext.FileFormat">
            <summary>
            Target file format.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationContext.Package">
            <summary>
            The target OpenXmlPackage.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationContext.Part">
            <summary>
            The target OpenXmlPart
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationContext.Element">
            <summary>
            The target element.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationContext.McContext">
            <summary>
            Used to track MC context.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationContext.CollectExpectedChildren">
            <summary>
            Collect ExpectedChildren or not.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationContext.EmitError(DocumentFormat.OpenXml.Validation.ValidationErrorInfo)">
            <summary>
            Used by validator to emit errors.
            </summary>
            <param name="error">The validation error.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationContext.OnValidationError(DocumentFormat.OpenXml.Validation.ValidationErrorEventArgs)">
            <summary>
            Call event handler to process the error.
            </summary>
            <param name="errorEventArgs">The event argument which contains the error info.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationContext.GetFirstChildMc">
            <summary>
            Get the first child of this.Element according to the MC Mode.
            </summary>
            <returns>The first child in the MC mode.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationContext.GetNextChildMc(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Get the next child of this.Element according to the MC Mode.
            </summary>
            <param name="child">The child after which the next child going to be retrived.</param>
            <returns>The next child after the specified child in the MC mode.</returns>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.ValidationErrorEventArgs">
            <summary>
            Event args for validation error event.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationErrorEventArgs.ValidationErrorInfo">
            <summary>
            The validation error.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.ValidationErrorType">
            <summary>
            The type of the validation error.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Validation.ValidationErrorType.Schema">
            <summary>
            Schema validation error.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Validation.ValidationErrorType.Semantic">
            <summary>
            Semantic validation error.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Validation.ValidationErrorType.Package">
            <summary>
            Package structure validation error.
            </summary>
        </member>
        <member name="F:DocumentFormat.OpenXml.Validation.ValidationErrorType.MarkupCompatibility">
            <summary>
            Markup Compatibility validation error.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.ValidationErrorInfo">
            <summary>
            Defines the ValidationErrorInfo.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationErrorInfo.#ctor">
            <summary>
            Initializes a new instance of the ValidationErrorInfo.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationErrorInfo.SetDebugField(System.String,System.String)">
            <summary>
            Sets the two fields (AttributeQualifiedName, ValidationErrorCategory) in debug build only.
            </summary>
            <param name="attributeQualifiedName"></param>
            <param name="validationErrorCategory"></param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Id">
            <summary>
            Gets the unique identifier of this error.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ErrorType">
            <summary>
            Gets the type of this error.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Description">
            <summary>
            Gets the description and the suggestion on how to resolve the errors.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Path">
            <summary>
            Gets the XmlPath information of this error.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Node">
            <summary>
            Gets the OpenXmlElement of the invalid node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Part">
            <summary>
            Gets the part which the invalid element is in.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedNode">
            <summary>
            Gets elements related with the invalid node.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedPart">
            <summary>
            Gets parts related with the invalid node.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.ValidationResources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.ExceptionError">
            <summary>
              Looks up a localized string similar to Inner exception: {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Fmt_AnyElementInNamespace">
            <summary>
              Looks up a localized string similar to any element in namespace &apos;{0}&apos;.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Fmt_ElementName">
            <summary>
              Looks up a localized string similar to &lt;{0}:{1}&gt;.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Fmt_ElementNameSeparator">
            <summary>
              Looks up a localized string similar to ,.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Fmt_ListOfPossibleElements">
            <summary>
              Looks up a localized string similar to List of possible elements expected: {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_ErrorOnUnprefixedAttributeName">
            <summary>
              Looks up a localized string similar to The attribute &apos;{0}&apos; needs to specify a proper prefix when defined on an AlternateContent element..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_InvalidIgnorableAttribute">
            <summary>
              Looks up a localized string similar to The Ignorable attribute is invalid - The value &apos;{0}&apos; contains an invalid prefix that is not defined..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_InvalidMustUnderstandAttribute">
            <summary>
              Looks up a localized string similar to The MustUnderstand attribute is invalid - The value &apos;{0}&apos; contains an invalid prefix that is not defined..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_InvalidPreserveAttributesAttribute">
            <summary>
              Looks up a localized string similar to The PreserveAttributes attribute is invalid - The value &apos;{0}&apos; contains invalid qualified names. The ProcessAttributes attribute value cannot reference any attribute name that does not belong to a namespace that is identified by the Ignorable attribute of the same element..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_InvalidPreserveElementsAttribute">
            <summary>
              Looks up a localized string similar to The PreserveElements attribute is invalid - The value &apos;{0}&apos; contains invalid qualified names. The PreserveElements attribute value cannot reference any element name that does not belong to a namespace that is identified by the Ignorable attribute of the same element..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_InvalidProcessContentAttribute">
            <summary>
              Looks up a localized string similar to The ProcessContent attribute is invalid - The value &apos;{0}&apos; contains invalid qualified names. The ProcessContent attribute value cannot reference any element name that does not belong to a namespace that is identified by the Ignorable attribute of the same element..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_InvalidRequiresAttribute">
            <summary>
              Looks up a localized string similar to The Requires attribute is invalid - The value &apos;{0}&apos; contains an invalid prefix that is not defined..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_InvalidXmlAttribute">
            <summary>
              Looks up a localized string similar to The {0} element should not have an xml:lang or xml:space attribute..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_InvalidXmlAttributeWithProcessContent">
            <summary>
              Looks up a localized string similar to An element should not have an xml:lang or xml:space attribute and also be identified by a ProcessContent attribute..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_MissedRequiresAttribute">
            <summary>
              Looks up a localized string similar to All Choice elements must have a Requires attribute whose value contains a whitespace delimited list of namespace prefixes..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_ShallContainChoice">
            <summary>
              Looks up a localized string similar to An AlternateContent element must contain one or more Choice child elements, optionally followed by a Fallback child element..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.MC_ShallNotContainAlternateContent">
            <summary>
              Looks up a localized string similar to An AlternateContent element cannot be the child of an AlternateContent element..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Pkg_DataPartReferenceIsNotAllowed">
            <summary>
              Looks up a localized string similar to The package/part &apos;{0}&apos; cannot have a relationship that targets &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Pkg_ExtendedPartIsOpenXmlPart">
            <summary>
              Looks up a localized string similar to An ExtendedPart &apos;{0}&apos; was encountered with a relationship type that starts with &quot;http://schemas.openxmlformats.org&quot;. Expected a defined part instead based on the relationship type..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Pkg_OnlyOnePartAllowed">
            <summary>
              Looks up a localized string similar to The package/part &apos;{0}&apos; can only have one instance of relationship that targets part &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Pkg_PartIsNotAllowed">
            <summary>
              Looks up a localized string similar to The package/part &apos;{0}&apos; cannot have a relationship that targets part &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Pkg_RequiredPartDoNotExist">
            <summary>
              Looks up a localized string similar to A required part &apos;{0}&apos; is missing..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_AllElement">
            <summary>
              Looks up a localized string similar to Element &apos;{0}&apos; cannot appear more than once if content model type is &quot;all&quot;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_AttributeUnionFailedEx">
            <summary>
              Looks up a localized string similar to The &apos;{0}&apos; attribute is invalid - The value &apos;{1}&apos; is not valid according to any of the memberTypes of the union..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_AttributeValueDataTypeDetailed">
            <summary>
              Looks up a localized string similar to The attribute &apos;{0}&apos; has invalid value &apos;{1}&apos;.{2}.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_ElementUnionFailedEx">
            <summary>
              Looks up a localized string similar to The &apos;{0}&apos; element is invalid - The value &apos;{1}&apos; is not valid according to any of the memberTypes of the union..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_ElementValueDataTypeDetailed">
            <summary>
              Looks up a localized string similar to The element &apos;{0}&apos; has invalid value &apos;{1}&apos;.{2}.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_EmptyAttributeValue">
            <summary>
              Looks up a localized string similar to The attribute value cannot be empty..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_EmptyElementValue">
            <summary>
              Looks up a localized string similar to The text value cannot be empty..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_EnumerationConstraintFailed">
            <summary>
              Looks up a localized string similar to The Enumeration constraint failed..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_IncompleteContentExpectingComplex">
            <summary>
              Looks up a localized string similar to The element has incomplete content.{0}.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_InvalidChildinLeafElement">
            <summary>
              Looks up a localized string similar to The element &apos;{0}&apos; is a leaf element and cannot contain children..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_InvalidElementContentExpectingComplex">
            <summary>
              Looks up a localized string similar to The element has invalid child element &apos;{0}&apos;.{1}.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_InvalidElementContentWrongType">
            <summary>
              Looks up a localized string similar to The element has child element &apos;{0}&apos; of invalid type &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_LengthConstraintFailed">
            <summary>
              Looks up a localized string similar to The actual length according to datatype &apos;{0}&apos; is not equal to the specified length. The expected length is {1}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_MaxExclusiveConstraintFailed">
            <summary>
              Looks up a localized string similar to The MaxExclusive constraint failed. The value must be less than {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_MaxInclusiveConstraintFailed">
            <summary>
              Looks up a localized string similar to The MaxInclusive constraint failed. The value must be less than or equal to {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_MaxLengthConstraintFailed">
            <summary>
              Looks up a localized string similar to The actual length according to datatype &apos;{0}&apos; is greater than the MaxLength value. The length must be smaller than or equal to {1}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_MinExclusiveConstraintFailed">
            <summary>
              Looks up a localized string similar to The MinExclusive constraint failed. The value must be greater than {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_MinInclusiveConstraintFailed">
            <summary>
              Looks up a localized string similar to The MinInclusive constraint failed. The value must be greater than or equal to {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_MinLengthConstraintFailed">
            <summary>
              Looks up a localized string similar to The actual length according to datatype &apos;{0}&apos; is less than the MinLength value. The length must be bigger than or equal to {1}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_MissRequiredAttribute">
            <summary>
              Looks up a localized string similar to The required attribute &apos;{0}&apos; is missing..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_PatternConstraintFailed">
            <summary>
              Looks up a localized string similar to The Pattern constraint failed. The expected pattern is {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_StringIsNotValidValue">
            <summary>
              Looks up a localized string similar to The string &apos;{0}&apos; is not a valid &apos;{1}&apos; value..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_TotalDigitsConstraintFailed">
            <summary>
              Looks up a localized string similar to The TotalDigits constraint failed. The expected number of digits is {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_UndeclaredAttribute">
            <summary>
              Looks up a localized string similar to The &apos;{0}&apos; attribute is not declared..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sch_UnexpectedElementContentExpectingComplex">
            <summary>
              Looks up a localized string similar to The element has unexpected child element &apos;{0}&apos;.{1}.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_AttributeAbsentConditionToNonValue">
            <summary>
              Looks up a localized string similar to Attribute &apos;{0}&apos; should be absent when the value of attribute &apos;{1}&apos; is not {2}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_AttributeAbsentConditionToValue">
            <summary>
              Looks up a localized string similar to Attribute &apos;{0}&apos; should be absent when the value of attribute &apos;{1}&apos; is {2}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_AttributeMutualExclusive">
            <summary>
              Looks up a localized string similar to Attribute &apos;{0}&apos; and &apos;{1}&apos; cannot be present at the same time. Only one of these attributes &apos;{2}&apos; can be present at a given time..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_AttributeRequiredConditionToValue">
            <summary>
              Looks up a localized string similar to Attribute &apos;{0}&apos; should be present when the value of attribute &apos;{1}&apos; is {2}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_AttributeValueConditionToAnother">
            <summary>
              Looks up a localized string similar to Attribute &apos;{0}&apos; should have value(s) {1} when attribute &apos;{2}&apos; has value(s) {3}. Current value of attribute &apos;{4}&apos; is &apos;{5}&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_AttributeValueDataTypeDetailed">
            <summary>
              Looks up a localized string similar to The attribute &apos;{0}&apos; has invalid value &apos;{1}&apos;.{2}.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_AttributeValueLessEqualToAnother">
            <summary>
              Looks up a localized string similar to Attribute &apos;{0}&apos; has value &apos;{1}&apos;. It should be less than or equal to the value of attribute &apos;{2}&apos; which is &apos;{3}&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_AttributeValueLessEqualToAnotherEx">
            <summary>
              Looks up a localized string similar to Attribute &apos;{0}&apos; has value &apos;{1}&apos;. It should be less than the value of attribute &apos;{2}&apos; which is &apos;{3}&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_AttributeValueUniqueInDocument">
            <summary>
              Looks up a localized string similar to Attribute &apos;{0}&apos; should have unique value in the whole document. Its current value &apos;{1}&apos; duplicates with others..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_IncorrectRelationshipType">
            <summary>
              Looks up a localized string similar to Relationship &apos;{0}&apos; referenced by attribute &apos;{1}&apos; has incorrect type. Its type should be &apos;{2}&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_InvalidRelationshipId">
            <summary>
              Looks up a localized string similar to The relationship &apos;{0}&apos; referenced by attribute &apos;{1}&apos; does not exist..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_MaxLengthConstraintFailed">
            <summary>
              Looks up a localized string similar to The actual length is greater than the MaxLength value. The length must be smaller than or equal to {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_MinLengthConstraintFailed">
            <summary>
              Looks up a localized string similar to The actual length is less than the MinLength value. The length must be bigger than or equal to {0}..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_MissingIndexedElement">
            <summary>
              Looks up a localized string similar to Element &apos;{0}&apos; referenced by &apos;{1}@{2}&apos; does not exist in part &apos;{3}&apos;. The index is &apos;{4}&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_MissingReferenceElement">
            <summary>
              Looks up a localized string similar to Element &apos;{0}&apos; referenced by &apos;{1}@{2}&apos; does not exist in part &apos;{3}&apos;. The reference value is &apos;{4}&apos;..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.Sem_UniqueAttributeValue">
            <summary>
              Looks up a localized string similar to Attribute &apos;{0}&apos; should have unique value. Its current value &apos;{1}&apos; duplicates with others..
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.TypeName_base64Binary">
            <summary>
              Looks up a localized string similar to http://www.w3.org/2001/XMLSchema:base64Binary.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.TypeName_hexBinary">
            <summary>
              Looks up a localized string similar to http://www.w3.org/2001/XMLSchema:hexBinary.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.TypeName_ID">
            <summary>
              Looks up a localized string similar to http://www.w3.org/2001/XMLSchema:ID.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.TypeName_Integer">
            <summary>
              Looks up a localized string similar to http://www.w3.org/2001/XMLSchema:integer.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.TypeName_language">
            <summary>
              Looks up a localized string similar to http://www.w3.org/2001/XMLSchema:language.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.TypeName_NCName">
            <summary>
              Looks up a localized string similar to http://www.w3.org/2001/XMLSchema:NCName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.TypeName_nonNegativeInteger">
            <summary>
              Looks up a localized string similar to http://www.w3.org/2001/XMLSchema:nonNegativeInteger.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.TypeName_positiveInteger">
            <summary>
              Looks up a localized string similar to http://www.w3.org/2001/XMLSchema:positiveInteger.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.TypeName_QName">
            <summary>
              Looks up a localized string similar to http://www.w3.org/2001/XMLSchema:QName.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResources.TypeName_token">
            <summary>
              Looks up a localized string similar to http://www.w3.org/2001/XMLSchema:token.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.ValidationResult">
            <summary>
            Validation results
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationResult.#ctor">
            <summary>
            Initializes a new instance of the ValidationResult.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResult.Canceled">
            <summary>
            Gets a value indicating whether the validation is canceled.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResult.Valid">
            <summary>
            Gets a value indicating whether the validation returns ok.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResult.Errors">
            <summary>
            Gets all the validation errors.
            </summary>
            <remarks>
            TODO: tune performance.
            </remarks>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.ValidationResult.MaxNumberOfErrors">
            <summary>
            Gets or sets the maximum number of errors. A zero (0) value means no limitation.
            When the errors >= MaxNumberOfErrors, errors will not be recorded, and MaxNumberOfErrorsEvent will be fired.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationResult.Clear">
            <summary>
            Removes all errors and set Valida to true.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationResult.OnValidationError(System.Object,DocumentFormat.OpenXml.Validation.ValidationErrorEventArgs)">
            <summary>
            Event handler on validation errors.
            </summary>
            <param name="sender"></param>
            <param name="errorEventArgs"></param>
        </member>
        <member name="E:DocumentFormat.OpenXml.Validation.ValidationResult.MaxNumberOfErrorsEventHandler">
            <summary>
            Event handler to be called on maximum validation errors have been fired.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.ValidationTraverser.GetStopSignal">
            <summary>
            Returns true to stop the traverse.
            </summary>
            <param name="validationContext"></param>
            <returns></returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.ValidationTraverser.ValidatingTraverse(DocumentFormat.OpenXml.Validation.ValidationContext,DocumentFormat.OpenXml.Validation.ValidationTraverser.ValidationAction,DocumentFormat.OpenXml.Validation.ValidationTraverser.ValidationAction,DocumentFormat.OpenXml.Validation.ValidationTraverser.GetStopSignal)">
            <summary>
            Enumerate all the descendants elements of this element and do validating.
            Preorder traversering.
            </summary>
            <param name="validationContext"></param>
            <param name="validateAction">The delegate method to do the validating.</param>
            <param name="finishAction">The delegate method to be called when the traverse finished.</param>
            <param name="getStopSignal">The delegate method which will fire stop signal.</param>
        </member>
        <member name="T:DocumentFormat.OpenXml.Validation.WordprocessingDocumentValidator">
            <summary>
            Defines the WordprocessingDocumentValidator.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.Validation.WordprocessingDocumentValidator.#ctor(DocumentFormat.OpenXml.ValidationSettings,DocumentFormat.OpenXml.Internal.SchemaValidation.SchemaValidator,DocumentFormat.OpenXml.Internal.SemanticValidation.SemanticValidator)">
            <summary>
            Initializes a new instance of the WordprocessingDocumentValidator.
            </summary>
            <param name="settings">The validation settings.</param>
            <param name="schemaValidator">The schema validator to be used for schema validation.</param>
            <param name="semanticValidator">The semantic validator to be used for semantic validation.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.WordprocessingDocumentValidator.TargetDocument">
            <summary>
            Gets or sets the target document to be validated.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.Validation.WordprocessingDocumentValidator.PartsToBeValidated">
            <summary>
            Returns all the parts needs to be validated.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.ValidationSettings">
            <summary>
            Settings for validation.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ValidationSettings.#ctor">
            <summary>
            Initializes a new instance of the ValidationSettings.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.ValidationSettings.#ctor(DocumentFormat.OpenXml.FileFormatVersions)">
            <summary>
            Initializes a new instance of the ValidationSettings.
            </summary>
            <param name="fileFormat">The target file format.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">Thrown when the "fileFormat" parameter is not FileFormat.Office2007, or FileFormat.Office2010 or FileFormat.Office2013.</exception>
        </member>
        <member name="P:DocumentFormat.OpenXml.ValidationSettings.FileFormat">
            <summary>
            The target file format.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.ValidationSettings.MaxNumberOfErrors">
            <summary>
            Gets or sets the maximum number of errors the OpenXmlValidator will return.
            Default is 1000. A zero (0) value means no limitation.
            </summary>
        </member>
        <member name="T:DocumentFormat.OpenXml.XmlPath">
            <summary>
            Defines the XmlPath - XPath like informaiton for OpenXmlElement.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlPath.#ctor">
            <summary>
            Initializes a new instance of the XmlPath.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlPath.#ctor(DocumentFormat.OpenXml.Packaging.OpenXmlPart)">
            <summary>
            Initlizes a new instance of the XmlPath from the specified OpenXmlPart.
            </summary>
            <param name="part">The OpenXmlPart.</param>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlPath.NamespacesDefinitions">
            <summary>
            Gets the namespaces definitions used in the XPath.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlPath.XPath">
            <summary>
            Gets the XPath string.
            </summary>
        </member>
        <member name="P:DocumentFormat.OpenXml.XmlPath.PartUri">
            <summary>
            Gets the internal URI of the part relative to the package root.
            </summary>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlPath.GetXPath(DocumentFormat.OpenXml.OpenXmlElement)">
            <summary>
            Gets XmlPath information of the specified OpenXmlElement.
            </summary>
            <param name="element">The OpenXmlElement.</param>
            <returns>XmlPath to this element from root element.</returns>
        </member>
        <member name="M:DocumentFormat.OpenXml.XmlPath.BuildXPath(DocumentFormat.OpenXml.OpenXmlElement,System.Text.StringBuilder,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Build the xml XPath from the element recursively.
            </summary>
            <param name="element">The element.</param>
            <param name="xpath">The result XPath.</param>
            <param name="namespaces">The namespaces used in the XPath.</param>
        </member>
        <member name="M:DocumentFormat.OpenXml.ReflectionExtensions.CreateInstance``1">
            <summary>
            .NET Standard 1.3 has the same API, but it will not find non-public constructors. Therefore, we will manually
            search for the constructor and invoke it.
            </summary>
        </member>
    </members>
</doc>